Age | Commit message (Expand) | Author |
2004-01-27 | TSIZE & TIMEOUT support; from freebsd via tholo | Theo de Raadt |
2004-01-23 | USE_GCC3 switch, now that propolice is in. | Marc Espie |
2004-01-22 | Remove unnecessary typedef usage. | Marc Espie |
2004-01-21 | Prototype llabs(3). Forgotten commit gathering bit rot in my tree... | Todd C. Miller |
2004-01-17 | add a couple of new RR types; ok deraadt@ | Jakob Schlyter |
2004-01-16 | spacing | Theo de Raadt |
2004-01-15 | If lint is defined, act like _ANSI_LIBRARY was defined. That way | Todd C. Miller |
2004-01-13 | Prototype closefrom(); tedu@ OK | Todd C. Miller |
2004-01-13 | Allow this to compile on non-gcc. OK deraadt@ art@ | Todd C. Miller |
2004-01-07 | Implement kvm_getproc2(), kvm_getargv2() and kvm_getenvv2() that use | Todd C. Miller |
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie |
2003-12-31 | Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2) | Todd C. Miller |
2003-10-29 | PD | Theo de Raadt |
2003-10-07 | corrent __bounded__ attribute for the *Data functions, and add | Anil Madhavapeddy |
2003-09-02 | Add defines for missing RTLD_, eg RTLD_GLOBAL and RTLD_LOCAL, | Dale Rahn |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst |
2003-08-07 | des_cipher 3rd param is int32_t not long | Theo de Raadt |
2003-08-01 | add __bounded__ attributes for userland headers; enabled with -Wbounded | Anil Madhavapeddy |
2003-07-21 | Need ftw.h for ftw(3) and nftw(3) | Todd C. Miller |
2003-07-15 | do not enter libcom_err | Theo de Raadt |
2003-07-15 | proto _assert2() | Theo de Raadt |
2003-07-14 | Enable build of unified libkrb5. ok deraadt, todd. Testing by hin, jakob, Dav... | Magnus Holmberg |
2003-06-26 | Better value for vax MAXFLOAT | Jason Wright |
2003-06-26 | redefine MAXFLOAT in vax terms | Jason Wright |
2003-06-26 | backout the __bounded__ attributes for a while; requested by deraadt@ | Anil Madhavapeddy |
2003-06-26 | Mark various standard library functions with the __bounded__ attribute. | Anil Madhavapeddy |
2003-06-25 | proto getgrgid_r and getgrnam_r | Theo de Raadt |
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller |
2003-06-17 | I hereby place this file in the public domain. | Todd C. Miller |
2003-06-10 | Remove an extraneous "& 0xff" (the cast to unsigned char is sufficient). | Todd C. Miller |
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-02 | swap /usr/include/openssl and /usr/include/ssl, clean up the Makefiles | Markus Friedl |
2003-06-02 | remove terms 3 and 4 of some of my licences | Theo de Raadt |
2003-05-14 | Remove krb4 support. | Magnus Holmberg |
2003-05-10 | Do not let userland access the swapon system call anymore (nothing uses it | Miod Vallat |
2003-05-09 | Install sha2.h | Todd C. Miller |
2003-05-08 | Add sha2 routines based on code by Aaron D. Gifford with minor | Todd C. Miller |
2003-04-25 | Add DL_SETTHREADLCK. "pretty obviously safe i think" teddu@ | Marco S Hyman |
2003-03-16 | realated -> related | margarida |
2003-03-14 | unkown -> unknown | margarida |
2003-03-10 | fix spelling in comment | David Krause |
2003-01-20 | install includes from libpthread, not libc_r | Marco S Hyman |
2002-12-30 | Back out __EOF stuff and just use -1 in ctype.h. This is OK since | Todd C. Miller |
2002-12-29 | Don't define EOF In ctype.h, some 3rd party code checks whether or | Todd C. Miller |
2002-12-23 | o Ansi function headers | Todd C. Miller |
2002-12-15 | Casting to unsigned int in isfoo() causes problems on alpha and | Todd C. Miller |
2002-12-14 | fix typo; noticed by David Krause | Todd C. Miller |
2002-12-14 | Instead of doing "if (c == EOF) return 0;" use the hook ('?') operator | Todd C. Miller |
2002-12-13 | Less stupid check for 7-bit ascii in toupper/tolower | Todd C. Miller |