903 Commits (d38185707f5bfff1dc6d6cec20a3cb411cf4dcbf)

Author SHA1 Message Date
  tdeval cefaf602d1 MMAP(2) malloc, here we go again. 20 years ago
  otto 8b4d0d1471 ansify + deregister. no binary change on i386. ok deraadt@ pat@ moritz@ 20 years ago
  pat 4d0a547963 ansi + de-register 20 years ago
  otto e73b3e19e1 Do not promise anything about the contents of resolved on failure. 20 years ago
  deraadt 3f1febb4bc strcasestr(3), a case-insensitive version of strstr(3). already in netbsd 20 years ago
  brad 3d190e977a Make realpath() thread-safe. New implementation does not use chdir(2) at all. 20 years ago
  millert 06b10d0e9a Document that historic BSD getopt(3) set optopt for each char, not just 20 years ago
  otto a73d63a9ef Fix rounding of fractionless numbers. ok tom@ miod@ 20 years ago
  otto 7176d2991e Fix sizing of fraction. ok tom@ deraadt@ 20 years ago
  jmc 5761838b09 use .Pq rather than .Po/.Pc; 20 years ago
  cloder d27b833e7e Make sure we check snprintf return value for failure or truncation before 20 years ago
  millert 1683a3a0eb Fix typo that breaks compilation #ifndef __weak_alias; Francois Perrad 20 years ago
  cloder 907ea60a25 Be correct in our man pages when talking about NUL termination (that is, 20 years ago
  millert aa254a2609 Stash the environment pointer we get from realloc() instead of just 20 years ago
  jmc 9a0efee0ea tidy up ERRORS and STANDARDS; 20 years ago
  otto 4bcb70b1fc Test the upper limit for the max # of rounds to, to avoid wrapping and ending 20 years ago
  jmc 33a9bd8e29 tweaks from michael knudsen; 20 years ago
  jaredy 878f6487d6 typos, then -> than, from Michael Knudsen 20 years ago
  millert a53209548a Document why not to set optind = 0. Inspired by and OK jfb@ 20 years ago
  millert 11a52be207 Check strlc{py,at} return value and return NULL upon truncation instead 20 years ago
  mickey 3ce549ead6 repair libkern support (again) and add rcsids 20 years ago
  jmc 87f49b32c3 update FILES; 20 years ago
  jmc e4864d738c .{N,O}x fixes; 20 years ago
  millert 73909ccd96 Treat EOF at prompt the same as 'n' instead of looping forever. 20 years ago
  hshoexer b4bc6e4e69 knf, no binary change 20 years ago
  hshoexer a614ba518a ansi, indentation, etc. 20 years ago
  hshoexer 51c7463ada kill spaces 20 years ago
  jsg 32715ebf87 add some missing $, ok djm@ 'That looks fine to me' millert@ 20 years ago
  millert 306ca78d1d Add HISTORY; from Jose Nazario 20 years ago
  deraadt a088bfecd9 label a switch fallthrough 20 years ago
  deraadt 2245b99438 avoid aliasing over library symbol 20 years ago
  deraadt 3a5df51764 cast not needed 20 years ago
  millert 9d799d1171 Fix MD5FileChunk() when passed a 0 length; makes MD5File() work again. 20 years ago
  otto ad963acdf7 fix 1099512676352 -> 2.0T; ok miod@ 20 years ago
  deraadt efb1c5583a do the char * to u_char * song and dance back and forth explicitly as 20 years ago
  millert 33d1181051 Whoops, ripemd was broken, not ripemd-160. 20 years ago
  millert 13266903e8 Collisions have been found for the full versions of MD4, MD5 and RMD160. 20 years ago
  jaredy 56c63c4e20 mention strtonum(3) 20 years ago
  tdeval 80b2c084f6 Back out to brk(2) version. 20 years ago
  tdeval afbf541ae4 - Remove the userland data limit check. It's mmap(2)'s job. 20 years ago
  tdeval e5a0109c9f Missing check for NULL. 20 years ago
  millert b6d4073b5f It's not really possible to make strtonum() deal with unsigned long 20 years ago
  tdeval f2430b4096 After a long gestation period, here comes our custom version of malloc(3) 20 years ago
  otto a36fba04b6 Do not forget to test the lower bound if the upper bound > LLONG_MAX. 20 years ago
  millert baad1c3ad7 Avoid comparing unsigned and signed long longs since the signed 20 years ago
  millert 20709cb14a passwd.conf has been deprecated since login.conf was imported. 20 years ago
  marc 059a2dd23c errno changes, lib major version bumps, and general flag day 20 years ago
  jmc 9ddc3b1129 kill dead .Xr to memory(3); 20 years ago
  millert c90a644274 Working hcreate(3) et al from NetBSD (cgd) via ray at cyth dot net. 20 years ago
  jfb 7a1e9128cc Make the `filename' parameter to HASHFile() and HASHFileChunk() const 20 years ago