2064 Commits (master)

Author SHA1 Message Date
  schwarze 1e1f8ce8c6 This patch fixes one bug and one instance of undesirable behaviour. 4 years ago
  deraadt 5e398339ba As done everywhere else, use a local version of MINIMUM() and avoid 4 years ago
  schwarze 33f1d1e7d9 Minimal maintenance to make this mess slightly less confusing: 4 years ago
  jmc 60427d0932 fix the description; from andras farkas 4 years ago
  claudio b8cd4e212a Remove AUTHORS section. This follows what is done in strstr.3 4 years ago
  claudio e93dc626f3 Replace the simple memmem() implementation with a version that is O(n) 4 years ago
  claudio f550b55122 Resync our strstr.c with the musl version. Removes some debug code and 4 years ago
  martijn dc5460d356 "eventually" came and went back in 2004. 4 years ago
  jsg 13a479140a correct Research Unix edition "appeared in" use in HISTORY 4 years ago
  stsp e1ef5dc1be Document how to make getopt_long(3) process arguments in order and stop 4 years ago
  martijn 1355e20716 Increase BER_MAX_OID_LEN from 32 to 64. Not every snmp OID found in the 4 years ago
  tb fc36547c93 drand48(3) returns values in [0.0, 1.0). 4 years ago
  bluhm 9bf208a942 The file passed to realpath(3) must exists, adjust man page to new 4 years ago
  jmc 1e573aa560 - fix some Xr; from martin 4 years ago
  jmc 582f39542e some minor tweaks; 4 years ago
  deraadt 6dcf70915f I accidentally smashed wrong contents into this file. 4 years ago
  tedu 97919939ff zero tmpout too. reminded by related diff from tim 4 years ago
  tedu 030f5c6e7b overwrite the key in failure modes in case the caller doesn't check. 4 years ago
  tb f189080779 Adjust whitespace, so Ta macros are aligned vertically as already done in 4 years ago
  tb c7e739d82b The ber_* namespace is used by liblber since time immemorial, 4 years ago
  jmc 27c779ffdc zap trailing whitespace; 4 years ago
  deraadt 14f0af3230 Xr random 4 in a better way 4 years ago
  otto a6ca81a5e7 Add comment line saying S is described vaguely on purpose. 4 years ago
  deraadt e5fd32babd name these manual pages by the primary function, for instance there 4 years ago
  deraadt 855ec93ea1 adapt to bitstring(3) renaming, and look at that bit_ffs(3) is the actual 4 years ago
  deraadt fd9d083e20 uucplock(3) is incorrectly named in some places, it is actually uu_lock(3) 4 years ago
  martijn 742a87c636 Revert previous. There were some users of the quirky behaviour that were 4 years ago
  martijn 9a09cc0ee9 Fix argument list for ber_set_writecallback 4 years ago
  jmc f057789eb2 wonky comma; 4 years ago
  martijn e78f6151d9 Document that ber_scanf_elements' 'p' and 't' attribute don't eat the 4 years ago
  martijn 8eab0e4153 Make ber_scanf_elements's 'e' attribute eat the element. 4 years ago
  martijn 89ee3aeaf4 Make sure that ber in ber_scanf_elements is not NULL before parsing format 4 years ago
  martijn 738a1a7927 Don't use a 0 element to determine the end of an OID when comparing two 4 years ago
  martijn 0802062d3c There's no reason why the first digit of an OID can't be 0. 4 years ago
  deraadt b52d602999 correct mispellings of EACCES; from Kris Katterjohn 4 years ago
  dtucker 08a2eaba0f Fix comment typo; from OpenSSH Portable 4 years ago
  inoguchi 84248221bb Using pthread_atfork instead of __register_atfork with uClibc on noMMU 4 years ago
  deraadt ac61f7141b improve verb-tense for explaining the calling convention of __ 4 years ago
  deraadt e4c1e3b43b The last consumer of pre-posix realpath behaviour has stopped 4 years ago
  deraadt 74b2c8400a snprintf/vsnprintf return < 0 on error, rather than -1. 4 years ago
  jmc ae687bf577 tweak previous; ok guenther 4 years ago
  guenther 5ecede4ab7 Document that getcwd() and realpath() are built on system calls that 4 years ago
  schwarze c3832ee06f Actually, the C standard only guarantees that atexit(3) returns non-zero 4 years ago
  deraadt e5e55cd690 When system calls indicate an error they return -1, not some arbitrary 4 years ago
  deraadt ebbe8d8121 atexit() returns -1 on failure 4 years ago
  schwarze 3f543536a9 The C89 standard only requires that atexit(3) returns a non-zero value 4 years ago
  deraadt dc26ca4789 Remove old realpath(3), and the userland-vs-kernel realpath verification 4 years ago
  jmc a00849e337 oops - missing .El in previous; 4 years ago
  deraadt 04e8452164 realpath(3) doesn't use lstat(2), readlink(2), or getcwd(3) anymore, 4 years ago
  dtucker 340e9dca9e Cast bitcount to u_in64_t before bit shifting to prevent integer overflow 5 years ago