summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
1999-11-30fix include list; dogcow@redback.comTheo de Raadt
1999-11-30test poll()David Leonard
1999-11-29add devel/glib and www/squid to the TODO check listBrad Smith
1999-11-29add net/mrtd to the TODO check list, chris@dqc.orgDavid Leonard
1999-11-29Move definitions of bool, TRUE, and FALSE out from behind a commentTodd C. Miller
1999-11-28#ifdef BROKEN_LINKER -> #if BROKEN_LINKERTodd C. Miller
1999-11-28#ifdef BROKEN_LINKER -> #if BROKEN_LINKERTodd C. Miller
1999-11-28update to ncurses-5.0-19991127Todd C. Miller
1999-11-28update to ncurses-5.0-19991127Todd C. Miller
1999-11-28update to ncurses-5.0-19991127Todd C. Miller
1999-11-28clean upDavid Leonard
1999-11-28more freebsd sync stuffDavid Leonard
1999-11-28bumpDavid Leonard
1999-11-28realityDavid Leonard
1999-11-28remove redundant macroDavid Leonard
1999-11-27do it the single-processor wayDavid Leonard
1999-11-26fix descriptor leaks and double fclose(); markus and I; ok from millertTheo de Raadt
1999-11-26use pthread_join instead of pthread_cancel to test for a thread's existence a...David Leonard
1999-11-26don't use stack cache if user supplied the storageDavid Leonard
1999-11-25NBPG in userland? what were you thiking?Theo de Raadt
1999-11-25sync with FreeBSDDavid Leonard
1999-11-25keep freebsd's thread info distcint from mineDavid Leonard
1999-11-24Add FreeBSD tagsDavid Leonard
1999-11-23mark some places that malloc is not checkedTheo de Raadt
1999-11-23do not assume shell scripts are +x; dTheo de Raadt
1999-11-17remove extraneous backslashTodd C. Miller
1999-11-17add MLINKs I missedTodd C. Miller
1999-11-17Add missing MLINKsTodd C. Miller
1999-11-17add MLINKsTodd C. Miller
1999-11-17add MLINKsTodd C. Miller
1999-11-17add MLINKsTodd C. Miller
1999-11-17add more MLINKsTodd C. Miller
1999-11-17Add missing MLINKsTodd C. Miller
1999-11-15typosTheo de Raadt
1999-11-14Clean up memchr slightly to better match coming memrchrMarc Espie
1999-11-14EFAULT does not happen for all files; posix 1003.1, line 216Theo de Raadt
1999-11-14not kerberos; karls@inet.noTheo de Raadt
1999-11-14this seem proper nowMichael Shalayeff
1999-11-12Use SEEK_SET instead of 0 for lseek.Artur Grabowski
1999-11-11add man page for login_fbtab()Eric Jackson
1999-11-10Tweaks; millert@Aaron Campbell
1999-11-10calloc.c is backTodd C. Miller
1999-11-10calloc() needs to be separate from malloc in case a user wants to haveTodd C. Miller
1999-11-09Merge calloc(3) man page into malloc.3; as suggested by millert@Aaron Campbell
1999-11-09Move calloc() into malloc.c and only zero out the area if malloc()Todd C. Miller
1999-11-09Bump minor for addition of strtok_r.Artur Grabowski
1999-11-09Install man-page links for strtok_r.Artur Grabowski
1999-11-09Document strtok_r.Artur Grabowski
1999-11-09Implement strtok_r.Artur Grabowski
1999-11-05Formatting.Angelos D. Keromytis