710 Commits (1e36196ad9bf679b6903ac862ed8fbe4e53f08cd)

Author SHA1 Message Date
  millert 1e36196ad9 more KNF 20 years ago
  millert 224ee4053e Some KNF 20 years ago
  millert 6766bb800e KNF: function names should be at column 0 for easier grepping. 20 years ago
  millert ed861eb432 Pass sizeof(*pointer) not sizeof(point) to memset. Karsten Desler. 20 years ago
  millert 9eef84d714 Don't build lib/libc/md, build md[45] in lib/libc/hash instead. 20 years ago
  millert 93807fbee0 md[45] man page 20 years ago
  millert dbbc112215 Xr sha2(3) 20 years ago
  millert 6a5149bdf9 PD md4 code derived from Colin Plumb's md5 routines. 20 years ago
  millert 2ee8a23109 Rename members of struct MD5Context to match other hash routines. 20 years ago
  millert 95118666b1 PD version of md5(3) based on code written by Colin Plumb. 20 years ago
  millert dc5a1f903b Make the bit count u_int64_t instead of two u_int32_t. Adapted from 20 years ago
  millert 9b2dd21027 Use a common source file for all the hash helper functions that 20 years ago
  jmc 35fc1dffbe kill whitespace at eol; 20 years ago
  millert fb3c830539 Adapt to new pw_copy() API, closes PR 3698. 20 years ago
  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)) 21 years ago
  millert cb3adf3a9c Call _exit() not exit() from abort() if we are unable to kill ourselves 21 years ago
  millert 442cc4dad5 Fix the example code. The loop invariant 'i' was not bound by MAXTOKENS 21 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