753 Commits (b354ffce25b164d723da95fbd84210169b83fd7e)

Author SHA1 Message Date
  millert d0d2e5a2ff Change pw_copy(3) to take a 3rd arguement, the existing passwd entry. 20 years ago
  tdeval 55664fb425 Clean up malloc_active state when aborting. 20 years ago
  millert a46364db49 Crank max ptys to 992. We now have 62 pty/tty pairs for each letter 20 years ago
  djm 720fa3edf8 some of these functions are prototyped in pwd.h; ok deraadt@ 20 years ago
  brad 4869ccc04e remove sparc64/gcc2 workaround. 20 years ago
  espie 7c85eadbc1 typo 20 years ago
  tdeval 1edfc67741 Sanity fix. 20 years ago
  jmc d1997a41f0 kill memory.3; 20 years ago
  jmc 5f7be64922 make Nm match Dt; 20 years ago
  millert 440a67a653 Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET 20 years ago
  jmc 4d7a99a203 make Nm match Dt; found by pb@ 20 years ago
  espie 5e55855984 punctuate variable; okay jmc@. 20 years ago
  millert dcd53dbbab Traditionally, getopt(3) has treated "--foo" the same as "--". However, 20 years ago
  jmc eba3d1f25d H comes before J; 20 years ago
  millert 74d855aee3 Obsoleted by getopt_long.c 20 years ago
  drahn b8928f4a59 Correct the arm ifdefs previously inserted, is working correctly now. 20 years ago
  tedu 67a5c4680e 'F'reeguard doc, as reported missing by brad. nit free thanks to jmc 20 years ago
  drahn e1297bffd8 s/arm32/arm/ with VFP bit to match netbsd. 20 years ago
  mickey c9f86afcbf the rest of the libs stuff; from art@ again 20 years ago
  jmc 6a9313d8c3 use new .St macro; 20 years ago
  jmc 5180eeafb4 `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8)) 20 years ago
  millert cb3adf3a9c Call _exit() not exit() from abort() if we are unable to kill ourselves 20 years ago
  millert 442cc4dad5 Fix the example code. The loop invariant 'i' was not bound by MAXTOKENS 20 years ago
  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