summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-02swap /usr/include/openssl and /usr/include/ssl, clean up the MakefilesMarkus Friedl
2003-06-02remove terms 3 and 4 of some of my licencesTheo de Raadt
2003-05-14Remove krb4 support.Magnus Holmberg
2003-05-10Do not let userland access the swapon system call anymore (nothing uses itMiod Vallat
2003-05-09Install sha2.hTodd C. Miller
2003-05-08Add sha2 routines based on code by Aaron D. Gifford with minorTodd C. Miller
2003-04-25Add DL_SETTHREADLCK. "pretty obviously safe i think" teddu@Marco S Hyman
2003-03-16realated -> relatedmargarida
2003-03-14unkown -> unknownmargarida
2003-03-10fix spelling in commentDavid Krause
2003-01-20install includes from libpthread, not libc_rMarco S Hyman
2002-12-30Back out __EOF stuff and just use -1 in ctype.h. This is OK sinceTodd C. Miller
2002-12-29Don't define EOF In ctype.h, some 3rd party code checks whether orTodd C. Miller
2002-12-23o Ansi function headersTodd C. Miller
2002-12-15Casting to unsigned int in isfoo() causes problems on alpha andTodd C. Miller
2002-12-14fix typo; noticed by David KrauseTodd C. Miller
2002-12-14Instead of doing "if (c == EOF) return 0;" use the hook ('?') operatorTodd C. Miller
2002-12-13Less stupid check for 7-bit ascii in toupper/tolowerTodd C. Miller
2002-12-13Cast to unsigned int, not unsigned char, since what is being cast is anTodd C. Miller
2002-12-11Convert ctype.h macros into inline functions. This fixes the issues weTodd C. Miller
2002-12-11Make x_handy in XDR u_int, not int since there are places in theTodd C. Miller
2002-12-03Intall getopt.h in /usr/include as well.Miod Vallat
2002-12-03GNU-like getopt_long() from NetBSD with changes by me to supportTodd C. Miller
2002-12-02Add ecvt(), fcvt() and gcvt() for standard compliance and legacy code.Todd C. Miller
2002-12-02Add prototype for atoll(3). I must have forgotten to commit this bitTodd C. Miller
2002-11-21add prototype for strerror_rMarco S Hyman
2002-10-30Add [gs]etres[ug]id(2) syscall to libc and use it in emulating some 4.3BSDTodd C. Miller
2002-10-25NULL is now 0L so it is the same size as a pointer.Todd C. Miller
2002-09-17uncommit, since it breaks macppc libc. millert and miod have now said theyTheo de Raadt
2002-09-17move __syscall prototype into unistd.h (like everybody else) and avoid privat...Michael Shalayeff
2002-09-08Revert this to art's orginal verstion, internal ld.so fields should notDale Rahn
2002-09-08no , at end of enumTheo de Raadt
2002-09-07remove , at end of enumTheo de Raadt
2002-09-03build OpenSSL without symlink trees:Markus Friedl
2002-08-30put sentinel back in. Thx miod@Marc Espie
2002-08-30Put sentinel back in.Marc Espie
2002-08-06restore link_map ABI compatibility between gdb and ld.so. this comes fromPeter Valchev
2002-08-02Change value of LOGIN_DEFSTYLE from "krb4-or-pwd" to just "passwd".Todd C. Miller
2002-06-29Replace strtou?q() with the more standard strtou?ll(), using weakTodd C. Miller
2002-06-28define RPP_STDIN; missed in previous commitTodd C. Miller
2002-06-19Updates from lite2 via NetBSD; fixes license.Todd C. Miller
2002-06-16install headers from libevent; ok miod@Christian Weisgerber
2002-06-10back-out header change for now.Marc Espie
2002-06-10put back in the assert changes for ISO C 99 (put __func__ in it)Marc Espie
2002-06-09backout previousJun-ichiro itojun Hagino
2002-06-09pax -s <regex> is botched, don't use it.Jun-ichiro itojun Hagino
2002-06-08Add a flag - KVM_NO_FILES which tells kvm_openfiles to notArtur Grabowski
2002-06-07Switch powerpc to using new split (aout/elf) link.hDale Rahn
2002-06-07Backout previous change. Since it requires people to upgrade gcc, we wantMiod Vallat