summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2000-01-11Document the new ipsec sysctl variables.Angelos D. Keromytis
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-08fix sizeof's when aliasing reentrant structures.David Leonard
2000-01-07Document gre.allow and mobileip.allowAngelos D. Keromytis
2000-01-06fix includes; bdeTheo de Raadt
2000-01-06for now, disable weak aliases for all archs except i386David Leonard
2000-01-06missing ';'David 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-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-06wording fix in net.inet6.icmp6.errratelim.Jun-ichiro itojun Hagino
2000-01-06add missing variables under net.inet6.ip6.Jun-ichiro itojun Hagino
2000-01-05allow reverse lookup for v4 loopbacknet (127.0.0.0/8).Jun-ichiro itojun Hagino
2000-01-05List another condition for which nanosleep returns EINVAL.Paul Janzen
2000-01-05Xr getnameinfo and friendsTheo de Raadt
2000-01-03Grammar; deraadt@Aaron Campbell
2000-01-03always enable IPv6 address in /etc/hosts (via _gethtent()).Jun-ichiro itojun Hagino
2000-01-02Try to reopen socket if send fails. (perhaps syslogd restarted)Hugh Graham
2000-01-02add description for PF_INET6 (net.inet6.*).Jun-ichiro itojun Hagino
1999-12-31typo; busted ld does not report unresolved symbols from .s sourcesMichael Shalayeff
1999-12-31this is not used anywhere, since static variables are just not visibleMichael Shalayeff
1999-12-31SYSLIBC_SCCSMichael Shalayeff
1999-12-31like forkMichael Shalayeff
1999-12-31sigsuspendMichael Shalayeff
1999-12-31this was toughMichael Shalayeff
1999-12-31f_bavail is signed (sync with sys/mount.h)Todd C. Miller
1999-12-31do the deedMichael Shalayeff
1999-12-31according to brkMichael Shalayeff
1999-12-310 in child, pid in parentMichael Shalayeff
1999-12-31real fleshMichael Shalayeff
1999-12-31i dunno how ptrace gonna work, so just do an execve for nowMichael Shalayeff
1999-12-30VM_SWAPENCRYPTNiels Provos
1999-12-30add the _af versions to the NAME chunkTheo de Raadt
1999-12-30replace NRL get{addr,name}info with KAME get{addr,name}info.Jun-ichiro itojun Hagino