| Age | Commit message (Expand) | Author | Files | Lines |
| 2004-05-31 | Updates based on Single Unix; OK deraadt@ |  millert | 1 | -3/+6 |
| 2004-05-17 | Enable binutils for arm now that we have binutils 2.14. |  drahn | 1 | -9/+3 |
| 2004-05-05 | Make the Transform functions match the other hash types and document them. |  millert | 1 | -1/+4 |
| 2004-05-05 | Make the 2nd arg to SHA1Transform const again and unifdef SHA1HANDSOFF. |  millert | 1 | -2/+2 |
| 2004-05-03 | strtonum prototype |  tedu | 1 | -1/+3 |
| 2004-05-03 | Use KNF indentation style and do some u_char -> u_int8_t conversion |  millert | 1 | -2/+2 |
| 2004-05-03 | Add Pad and FileChunk functions for each family of hash functions. |  millert | 5 | -7/+28 |
| 2004-05-03 | Make ndbm match POSIX. A datum consists of a void *dptr and a size_t dsize. |  millert | 1 | -7/+6 |
| 2004-05-03 | XPG specifies bsd_signal(3) so make it an alias for signal(3); OK deraadt@ |  millert | 1 | -1/+2 |
| 2004-05-03 | Add _Exit(3) as per C99. Discussed with espie@ some time ago. |  millert | 1 | -1/+2 |
| 2004-04-29 | Undo some recent prototype changes; it is legal to pass the helper |  millert | 5 | -37/+37 |
| 2004-04-28 | PD md4 code derived from Colin Plumb's md5 routines. |  millert | 1 | -38/+31 |
| 2004-04-28 | Rename members of struct MD5Context to match other hash routines. |  millert | 1 | -14/+18 |
| 2004-04-28 | PD version of md5(3) based on code written by Colin Plumb. |  millert | 1 | -34/+21 |
| 2004-04-27 | Add __bounded__ attributes like the other hash functions have. |  millert | 1 | -16/+34 |
| 2004-04-27 | Make the bit count u_int64_t instead of two u_int32_t. Adapted from |  millert | 1 | -3/+3 |
| 2004-04-26 | Use a common source file for all the hash helper functions that |  millert | 2 | -30/+36 |
| 2004-04-14 | implement RFC3493 AI_NUMERICSERV. tedu ok |  itojun | 1 | -3/+5 |
| 2004-04-13 | Add /dev/fd/ and /var/empty/; ok henning@ and krw@ |  millert | 1 | -1/+3 |
| 2004-04-06 | prototypes for bcrypt and md5crypt, as described in manpage; ok deraadt@ |  djm | 1 | -1/+3 |
| 2004-04-02 | fix non-gnu ansi compilers by not using 'inline' but '__inline' instead. |  avsm | 1 | -2/+2 |
| 2004-03-31 | dumped is really spelled with one p and not two |  henning | 1 | -4/+4 |
| 2004-03-08 | Do not build binutils on arm. ARM needs at least binutils 2.14. |  drahn | 1 | -3/+9 |
| 2004-03-01 | Enable gnu/lib/libf2c for 'make includes' with GCC3, for [fg]2c.h ok deraadt@ |  drahn | 1 | -3/+4 |
| 2004-01-27 | TSIZE & TIMEOUT support; from freebsd via tholo |  deraadt | 1 | -1/+3 |
| 2004-01-23 | USE_GCC3 switch, now that propolice is in. |  espie | 1 | -7/+16 |
| 2004-01-22 | Remove unnecessary typedef usage. |  espie | 26 | -355/+375 |
| 2004-01-21 | Prototype llabs(3). Forgotten commit gathering bit rot in my tree... |  millert | 1 | -1/+3 |
| 2004-01-17 | add a couple of new RR types; ok deraadt@ |  jakob | 1 | -1/+14 |
| 2004-01-16 | spacing |  deraadt | 2 | -37/+37 |
| 2004-01-15 | If lint is defined, act like _ANSI_LIBRARY was defined. That way |  millert | 1 | -5/+5 |
| 2004-01-13 | Prototype closefrom(); tedu@ OK |  millert | 1 | -1/+4 |
| 2004-01-13 | Allow this to compile on non-gcc. OK deraadt@ art@ |  millert | 1 | -19/+31 |
| 2004-01-07 | Implement kvm_getproc2(), kvm_getargv2() and kvm_getenvv2() that use |  millert | 1 | -1/+6 |
| 2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros |  espie | 1 | -3/+3 |
| 2003-12-31 | Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2) |  millert | 1 | -6/+7 |
| 2003-10-29 | PD |  deraadt | 1 | -1/+3 |
| 2003-10-07 | corrent __bounded__ attribute for the *Data functions, and add |  avsm | 4 | -28/+56 |
| 2003-09-02 | Add defines for missing RTLD_, eg RTLD_GLOBAL and RTLD_LOCAL, |  drahn | 1 | -3/+6 |
| 2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes |  tedu | 1 | -2/+2 |
| 2003-08-07 | des_cipher 3rd param is int32_t not long |  deraadt | 1 | -2/+2 |
| 2003-08-01 | add __bounded__ attributes for userland headers; enabled with -Wbounded |  avsm | 16 | -69/+127 |
| 2003-07-21 | Need ftw.h for ftw(3) and nftw(3) |  millert | 2 | -10/+70 |
| 2003-07-15 | do not enter libcom_err |  deraadt | 1 | -2/+2 |
| 2003-07-15 | proto _assert2() |  deraadt | 1 | -1/+2 |
| 2003-07-14 | Enable build of unified libkrb5. ok deraadt, todd. Testing by hin, jakob, David Krause, ... |  mho | 1 | -2/+2 |
| 2003-06-26 | Better value for vax MAXFLOAT |  jason | 1 | -2/+2 |
| 2003-06-26 | redefine MAXFLOAT in vax terms |  jason | 1 | -1/+6 |
| 2003-06-26 | backout the __bounded__ attributes for a while; requested by deraadt@ |  avsm | 16 | -127/+69 |
| 2003-06-26 | Mark various standard library functions with the __bounded__ attribute. |  avsm | 16 | -69/+127 |