753 Commits (b354ffce25b164d723da95fbd84210169b83fd7e)

Author SHA1 Message Date
  millert ca2cf99d81 Some u_char -> u_int8_t conversion I missed earlier. 20 years ago
  millert 80dc37e3c6 Use KNF indentation style and do some u_char -> u_int8_t conversion 20 years ago
  millert f788b66522 No longer need __strerror(3) now that we use strerror_r() inside libc. 20 years ago
  millert e2e5c3d50c Add Pad and FileChunk functions for each family of hash functions. 20 years ago
  millert d3af4c4238 Add _Exit(3) as per C99. Discussed with espie@ some time ago. 20 years ago
  tedu 55adc08842 typo spotted by grange 20 years ago
  tedu 0ad4710abb strtonum, a nicer version of strtoll, by millert and myself. 20 years ago
  millert 45868bb9af Do a better job of documenting strerror_r() and add an ERRORS section. 20 years ago
  espie 075eca378d build the error message in strerror_r.c directly, avoiding one copy there. 20 years ago
  millert 83cba58ed3 Rev 1.4 was bogus (committed from the wrong tree), this repairs it. 20 years ago
  millert a3e8d914af some minor KNF 20 years ago
  espie 5d22c77bac let __strerror fill precisely the part of the buffer it can. 20 years ago
  espie bb84af69e3 Let __strerror work by fixing a number of problems. Work by tholo and I, 20 years ago
  millert 18f2266550 Sync with md5.c rev. 1.4 20 years ago
  millert 31a77154fb Changes inspired by Markus's rmd160 implementation: 20 years ago
  millert 29064d763b Undo some recent prototype changes; it is legal to pass the helper 20 years ago
  millert c71980a843 The data pointer passed to the transform function may not be properly 20 years ago
  jmc fc7f44a3cc typo in SEE ALSO; 20 years ago
  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