| Commit message (Expand) | Author | Age | Files | Lines |
* | An optional argument cannot start with '-', even if permutation is |  millert | 2004-06-03 | 1 | -4/+5 |
* | cross-Xref to make pathconf/sysconf easy to find. |  espie | 2004-06-03 | 3 | -3/+7 |
* | In the Final function, move the context zeroing into the digest != NULL |  millert | 2004-05-28 | 5 | -21/+17 |
* | PICy stuff |  mickey | 2004-05-25 | 6 | -31/+86 |
* | ansify function definitions and zap some `register' |  jfb | 2004-05-18 | 58 | -642/+282 |
* | Add .Xr's to the commands implementing the various digests. ok millert@ |  otto | 2004-05-16 | 4 | -4/+9 |
* | When parsing what follows [, do not allocate memory that is not used, |  otto | 2004-05-08 | 1 | -3/+7 |
* | Document _SC_XOPEN_SHM, SEM_NSEMS_MAX and SEM_VALUE_MAX. |  millert | 2004-05-07 | 1 | -1/+9 |
* | Implement _SC_SEM_NSEMS_MAX and _SC_SEM_VALUE_MAX. |  millert | 2004-05-07 | 1 | -4/+14 |
* | Describe more accurate what word boundaries are. |  otto | 2004-05-07 | 1 | -2/+2 |
* | Simpler byte order flipping. Now the only place we explicitly check |  millert | 2004-05-07 | 1 | -78/+67 |
* | Tyop; noted by jmc@ |  millert | 2004-05-06 | 1 | -2/+2 |
* | improved man page, with example and error strings, suggested by deraadt@ |  tedu | 2004-05-06 | 1 | -36/+56 |
* | typo; sq@oganer.net |  deraadt | 2004-05-06 | 1 | -2/+2 |
* | O_SYNC is valid for F_GETFL/F_SETFL too |  millert | 2004-05-05 | 1 | -1/+8 |
* | O_NOFOLLOW and O_SYNC are also valid flags to dbopen(3) |  millert | 2004-05-05 | 1 | -1/+3 |
* | Make the Transform functions match the other hash types and document them. |  millert | 2004-05-05 | 2 | -111/+115 |
* | Make the 2nd arg to SHA1Transform const again and unifdef SHA1HANDSOFF. |  millert | 2004-05-05 | 2 | -14/+7 |
* | sort SEE ALSO; |  jmc | 2004-05-04 | 1 | -2/+2 |
* | In _longjmp(), flush windows rather than attempting to backtrack manually, |  miod | 2004-05-04 | 2 | -59/+35 |
* | Be smarter about signed vs. unsigned (produces better error messages). |  millert | 2004-05-03 | 1 | -2/+2 |
* | Missed this in the __strerror() removal. |  millert | 2004-05-03 | 1 | -2/+2 |
* | Sync some prototypes with the headers |  millert | 2004-05-03 | 3 | -6/+6 |
* | Some u_char -> u_int8_t conversion I missed earlier. |  millert | 2004-05-03 | 3 | -11/+11 |
* | Use KNF indentation style and do some u_char -> u_int8_t conversion |  millert | 2004-05-03 | 1 | -94/+95 |
* | libc major number crank |  millert | 2004-05-03 | 1 | -2/+2 |
* | Use size_t as the type of the length parameter per POSIX |  millert | 2004-05-03 | 2 | -4/+4 |
* | No longer need __strerror(3) now that we use strerror_r() inside libc. |  millert | 2004-05-03 | 1 | -46/+0 |
* | Add Pad and FileChunk functions for each family of hash functions. |  millert | 2004-05-03 | 11 | -141/+315 |
* | Make ndbm match POSIX. A datum consists of a void *dptr and a size_t dsize. |  millert | 2004-05-03 | 3 | -12/+15 |
* | XPG specifies bsd_signal(3) so make it an alias for signal(3); OK deraadt@ |  millert | 2004-05-03 | 2 | -12/+25 |
* | Add _Exit(3) as per C99. Discussed with espie@ some time ago. |  millert | 2004-05-03 | 3 | -12/+64 |
* | typo spotted by grange |  tedu | 2004-05-03 | 1 | -2/+2 |
* | strtonum, a nicer version of strtoll, by millert and myself. |  tedu | 2004-05-03 | 3 | -2/+191 |
* | Do a better job of documenting strerror_r() and add an ERRORS section. |  millert | 2004-05-03 | 1 | -15/+43 |
* | build the error message in strerror_r.c directly, avoiding one copy there. |  espie | 2004-05-03 | 4 | -129/+112 |
* | Rev 1.4 was bogus (committed from the wrong tree), this repairs it. |  millert | 2004-05-03 | 1 | -87/+65 |
* | some minor KNF |  millert | 2004-05-02 | 1 | -33/+42 |
* | let __strerror fill precisely the part of the buffer it can. |  espie | 2004-05-01 | 1 | -17/+18 |
* | Mention siginterrupt; OK deraadt@ |  millert | 2004-04-30 | 1 | -1/+6 |
* | Let __strerror work by fixing a number of problems. Work by tholo and I, |  espie | 2004-04-30 | 1 | -22/+52 |
* | Sync with md5.c rev. 1.4 |  millert | 2004-04-29 | 1 | -128/+83 |
* | Changes inspired by Markus's rmd160 implementation: |  millert | 2004-04-29 | 1 | -128/+83 |
* | Undo some recent prototype changes; it is legal to pass the helper |  millert | 2004-04-29 | 5 | -35/+35 |
* | The data pointer passed to the transform function may not be properly |  millert | 2004-04-29 | 1 | -9/+7 |
* | typo in SEE ALSO; |  jmc | 2004-04-29 | 1 | -2/+2 |
* | more KNF |  millert | 2004-04-29 | 1 | -15/+15 |
* | Some KNF |  millert | 2004-04-29 | 1 | -25/+25 |
* | KNF: function names should be at column 0 for easier grepping. |  millert | 2004-04-28 | 1 | -16/+30 |
* | Pass sizeof(*pointer) not sizeof(point) to memset. Karsten Desler. |  millert | 2004-04-28 | 2 | -6/+6 |