summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2003-06-25proto getgrgid_r and getgrnam_rderaadt1-1/+5
2003-06-17Sync with share/misc/license.template and add missing DARPA creditmillert4-33/+37
2003-06-17I hereby place this file in the public domain.millert1-14/+3
2003-06-10Remove an extraneous "& 0xff" (the cast to unsigned char is sufficient).millert1-37/+38
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.millert5-110/+55
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert56-336/+112
2003-06-02swap /usr/include/openssl and /usr/include/ssl, clean up the Makefilesmarkus1-3/+6
2003-06-02remove terms 3 and 4 of some of my licencesderaadt2-14/+4
2003-05-14Remove krb4 support.mho1-5/+1
2003-05-10Do not let userland access the swapon system call anymore (nothing uses itmiod1-2/+1
2003-05-09Install sha2.hmillert1-2/+2
2003-05-08Add sha2 routines based on code by Aaron D. Gifford with minormillert1-0/+92
2003-04-25Add DL_SETTHREADLCK. "pretty obviously safe i think" teddu@marc1-1/+2
2003-03-16realated -> relatedmargarida1-2/+2
2003-03-14unkown -> unknownmargarida1-2/+2
2003-03-10fix spelling in commentdavid1-2/+2
2003-01-20install includes from libpthread, not libc_rmarc1-2/+2
2002-12-30Back out __EOF stuff and just use -1 in ctype.h. This is OK sincemillert2-21/+14
2002-12-29Don't define EOF In ctype.h, some 3rd party code checks whether ormillert2-15/+21
2002-12-23o Ansi function headersmillert4-18/+34
2002-12-15Casting to unsigned int in isfoo() causes problems on alpha andmillert1-12/+12
2002-12-14fix typo; noticed by David Krausemillert1-2/+2
2002-12-14Instead of doing "if (c == EOF) return 0;" use the hook ('?') operatormillert1-34/+12
2002-12-13Less stupid check for 7-bit ascii in toupper/tolowermillert1-6/+4
2002-12-13Cast to unsigned int, not unsigned char, since what is being cast is anmillert1-15/+15
2002-12-11Convert ctype.h macros into inline functions. This fixes the issues wemillert1-39/+142
2002-12-11Make x_handy in XDR u_int, not int since there are places in themillert1-2/+2
2002-12-03Intall getopt.h in /usr/include as well.miod1-2/+2
2002-12-03GNU-like getopt_long() from NetBSD with changes by me to supportmillert3-2/+93
2002-12-02Add ecvt(), fcvt() and gcvt() for standard compliance and legacy code.millert1-1/+4
2002-12-02Add prototype for atoll(3). I must have forgotten to commit this bitmillert1-1/+2
2002-11-21add prototype for strerror_rmarc1-1/+2
2002-10-30Add [gs]etres[ug]id(2) syscall to libc and use it in emulating some 4.3BSDmillert1-3/+7
2002-10-25NULL is now 0L so it is the same size as a pointer.millert8-16/+16
2002-09-17uncommit, since it breaks macppc libc. millert and miod have now said theyderaadt1-4/+1
2002-09-17move __syscall prototype into unistd.h (like everybody else) and avoid private protos for it everywhere; millert@ okmickey1-1/+4
2002-09-08Revert this to art's orginal verstion, internal ld.so fields should notdrahn1-77/+15
2002-09-08no , at end of enumderaadt1-2/+2
2002-09-07remove , at end of enumderaadt1-2/+2
2002-09-03build OpenSSL without symlink trees:markus1-2/+2
2002-08-30put sentinel back in. Thx miod@espie1-3/+6
2002-08-30Put sentinel back in.espie1-4/+7
2002-08-06restore link_map ABI compatibility between gdb and ld.so. this comes frompvalchev1-13/+79
2002-08-02Change value of LOGIN_DEFSTYLE from "krb4-or-pwd" to just "passwd".millert1-2/+2
2002-06-29Replace strtou?q() with the more standard strtou?ll(), using weakmillert1-1/+5
2002-06-28define RPP_STDIN; missed in previous commitmillert1-1/+2
2002-06-19Updates from lite2 via NetBSD; fixes license.millert1-24/+40
2002-06-16install headers from libevent; ok miod@naddy1-2/+3
2002-06-10back-out header change for now.espie1-12/+6
2002-06-10put back in the assert changes for ISO C 99 (put __func__ in it)espie1-6/+12