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