753 Commits (b354ffce25b164d723da95fbd84210169b83fd7e)

Author SHA1 Message Date
  fgsch c03e1ae68d - Rename index to longindex and explain its use. 21 years ago
  otto c42a4efa7d o Do not drop unit when printing -100 21 years ago
  markus 50eece2cbd alignment fixes (e.g sparc 64); from Daniel Lucq; ok millert, henning 21 years ago
  djm 826f436391 Discard first 256 bytes of keystream, as per recommendation in 21 years ago
  jmc 532d62d8fc wording improvements from Brian Poole; 21 years ago
  tedu ab37eb8efb only whine about recursion once, so we don't get into problems with loops. 21 years ago
  jmc 3eae044b12 utilties -> utilities; from Jared Yanovich 21 years ago
  tedu b2f289ed65 by popular demand, malloc guard pages. insert an unreadable/unwriteable 21 years ago
  tedu a63df3864b abort on errors by default. workaround so running out of memory isn't 21 years ago
  jmc a6a93c29bf correct hash for EXAMPLES, plus some typos; 21 years ago
  tedu 60d06f403c two minor fixes. set errno on recursive calls. ENOMEM suggested by marc@. 21 years ago
  jmc 537eb1521b updates and corrections to the references in SEE ALSO; 21 years ago
  tedu df965b6a5c full stop. reverse course. remove all periods, so as to be aligned 21 years ago
  tedu 11a1131014 remove register. end all sentences with periods. 21 years ago
  millert 2a6996bfa4 It is safe to pass free() a NULL pointer since C89; update example to 21 years ago
  deraadt 1d84434b97 improve example even more 21 years ago
  millert 6724eaa976 Document the optional argument support and as well as where we differ from 21 years ago
  millert a8dc34ac1b If permutation is disabled (as it is via getopt(3) or when POSIXLY_CORRECT 21 years ago
  tedu 637ad405c4 expand on the realloc no-no section to include adjusting a length before 21 years ago
  jmc 4662b6d15f typos from wiz@netbsd (including one from a PR from Quentin Garnier); 21 years ago
  deraadt d7d3323277 typo; ianm@cit.uws.edu.au 21 years ago
  millert 70693691dd Zap context correctly, from Juergen Buchmueller <pullmoll at stop1984 dot com> 21 years ago
  jmc 3880dcdbcd typos from Brian Poole; 21 years ago
  tedu 55a03b3cd7 standards compliant strxfrm. much simpler too. fixes sorting in glib2. 21 years ago
  jmc 5d9d9c2154 escape punctuation; 21 years ago
  markus 54122b6b38 fix use-after-free for expired passwds; ok deraadt, tdeval 21 years ago
  jmc e054129cac wording improvement from Michael Knudsen; 21 years ago
  tedu 682d8b9005 just use sysctl for stirring. thread safe and can't fail. 21 years ago
  deraadt dd0c426c1c Split crypto routine sup again, but differently. This should make the 21 years ago
  deraadt 41645c48e4 unsplice crypt.c and morecrypt.c; start to document some bcrypt and md5crypt 21 years ago
  deraadt 10823bcb7d ansi 21 years ago
  jfb 24eab29db5 ansify function arguments 21 years ago
  millert 354e03d14f Rename rootd to needslash and invert its value. This fixes the check 21 years ago
  deraadt ad75fc4729 fix a proto 21 years ago
  deraadt e84beffb5d warn about unsafe APIs at link time. Conditional on libc/Makefile defining 21 years ago
  deraadt 9fdc426d5e move junk (bad code, terrible APIs) to the only program that uses it; 21 years ago
  millert 1686685b3e Remove bogus static; from Hiroki Sato 21 years ago
  millert 6afef83497 Compile llabs.c 21 years ago
  millert 378610259f llabs(3) for C99 21 years ago
  tdeval 5d2808f6c8 - just warn in case of mmap/brk failure 21 years ago
  david 38bcda4ede add missing includes 21 years ago
  jmc bad23052ea fix function description in SYNOPSIS; 21 years ago
  otto eb145cfead Fix two cases where malloc() returns NULL but does not set errno to ENOMEM. 21 years ago
  deraadt 0c743cc175 ansi and protos 21 years ago
  deraadt 18e2ca0116 protos 21 years ago
  deraadt b34f7b9403 missing const; millert ok 21 years ago
  avsm 0c6b29846c clarify these functions by changing references from strings to buffers 21 years ago
  millert 4f09d8e4af Sync with share/misc/license.template and add missing DARPA credit 21 years ago
  deraadt 70b6eb2ef0 ansification, pval ok 21 years ago
  deraadt fc6dd72c26 ansification; pval ok 21 years ago