summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2000-01-16Update to ncurses-5.0-20000115:Todd C. Miller
2000-01-14malloc lock helpersDavid Leonard
2000-01-13include string.h to get strlen() prototypeTodd C. Miller
2000-01-13Add AF_IPX.Federico G. Schwindt
2000-01-12indent the source rightTheo de Raadt
2000-01-12ugly workaround for an .align parse bug in current binutilsMichael Shalayeff
2000-01-11Document the new ipsec sysctl variables.Angelos D. Keromytis
2000-01-10the theTheo de Raadt
2000-01-10Document net.inet.ip.ipsec-invalid-lifeAngelos D. Keromytis
2000-01-09Add ipsec-acl description, and remove bogus PF_ENCAP entry (encdebugAngelos D. Keromytis
2000-01-09fix tmpnam() argument; kris@freebsdTheo de Raadt
2000-01-09Update to ncurses-5.0-20000108:Todd C. Miller
2000-01-08better test codeDavid Leonard
2000-01-08fix sizeof's when aliasing reentrant structures.David Leonard
2000-01-08test getgrent stuffDavid Leonard
2000-01-08Enable extended cap names. Previously, the only allowed cap names wereTodd C. Miller
2000-01-07Document gre.allow and mobileip.allowAngelos D. Keromytis
2000-01-06build libpthread AND libc_r for i386David Leonard
2000-01-06fix includes; bdeTheo de Raadt
2000-01-06use everything in libc_r (sorry, todd)David Leonard
2000-01-06for now, use -lpthread on i386. one day every arch will do this...David Leonard
2000-01-06for now, disable weak aliases for all archs except i386David Leonard
2000-01-06missing ';'David Leonard
2000-01-06abstract -pthread switch into PTHREAD varDavid Leonard
2000-01-06happy with non-weak testing. bump major versions just in case.David Leonard
2000-01-06rename thread_storage to unithread_storage to avoid object name conflictDavid Leonard
2000-01-06 use 'x/**/y' as non-ansi concat, and not 'x /**/ y' - duhDavid Leonard
2000-01-06okay then, don't use _C_LABEL. redefine _PROF_PROLOGUE which seems a lot sanerDavid Leonard
2000-01-06well. that wasnt tested very well.David Leonard
2000-01-06oopsDavid Leonard
2000-01-06use weak symbolsDavid Leonard
2000-01-06use _C_LABEL macroDavid Leonard
2000-01-06include thread/Makefile.incDavid Leonard
2000-01-06include thread_private.hDavid Leonard
2000-01-06LIBCR_SRCDIRDavid Leonard
2000-01-06unused varsDavid Leonard
2000-01-06use WEAK_* macrosDavid Leonard
2000-01-06_THREAD_PRIVATE_* macros changedDavid Leonard
2000-01-06use thread-specific storage for the members listDavid Leonard
2000-01-06rewrite to use the helpers in the thread/ directory and to define weak alias ...David Leonard
2000-01-06sentences finish with a periodDavid Leonard
2000-01-06system call entry, art@David Leonard
2000-01-06thread specific storage and fd locking for single-threaded libc (ie, no-ops)David Leonard
2000-01-06thread-specific storage helperDavid Leonard
2000-01-06quieten gccDavid Leonard
2000-01-06copyright, includes, castDavid Leonard
2000-01-06kill silly casts to (long)David Leonard
2000-01-06include unistd.hDavid Leonard
2000-01-06quieten gcc with extra parensDavid Leonard
2000-01-06fill out cases with new thread statesDavid Leonard