Age | Commit message (Expand) | Author |
2000-01-11 | Document the new ipsec sysctl variables. | Angelos D. Keromytis |
2000-01-10 | Document net.inet.ip.ipsec-invalid-life | Angelos D. Keromytis |
2000-01-09 | Add ipsec-acl description, and remove bogus PF_ENCAP entry (encdebug | Angelos D. Keromytis |
2000-01-09 | fix tmpnam() argument; kris@freebsd | Theo de Raadt |
2000-01-08 | fix sizeof's when aliasing reentrant structures. | David Leonard |
2000-01-07 | Document gre.allow and mobileip.allow | Angelos D. Keromytis |
2000-01-06 | fix includes; bde | Theo de Raadt |
2000-01-06 | for now, disable weak aliases for all archs except i386 | David Leonard |
2000-01-06 | missing ';' | David Leonard |
2000-01-06 | happy with non-weak testing. bump major versions just in case. | David Leonard |
2000-01-06 | rename thread_storage to unithread_storage to avoid object name conflict | David Leonard |
2000-01-06 | use 'x/**/y' as non-ansi concat, and not 'x /**/ y' - duh | David Leonard |
2000-01-06 | okay then, don't use _C_LABEL. redefine _PROF_PROLOGUE which seems a lot saner | David Leonard |
2000-01-06 | well. that wasnt tested very well. | David Leonard |
2000-01-06 | oops | David Leonard |
2000-01-06 | use weak symbols | David Leonard |
2000-01-06 | use _C_LABEL macro | David Leonard |
2000-01-06 | include thread/Makefile.inc | David Leonard |
2000-01-06 | include thread_private.h | David Leonard |
2000-01-06 | use WEAK_* macros | David Leonard |
2000-01-06 | _THREAD_PRIVATE_* macros changed | David Leonard |
2000-01-06 | use thread-specific storage for the members list | David Leonard |
2000-01-06 | rewrite to use the helpers in the thread/ directory and to define weak alias ... | David Leonard |
2000-01-06 | sentences finish with a period | David Leonard |
2000-01-06 | system call entry, art@ | David Leonard |
2000-01-06 | thread specific storage and fd locking for single-threaded libc (ie, no-ops) | David Leonard |
2000-01-06 | wording fix in net.inet6.icmp6.errratelim. | Jun-ichiro itojun Hagino |
2000-01-06 | add missing variables under net.inet6.ip6. | Jun-ichiro itojun Hagino |
2000-01-05 | allow reverse lookup for v4 loopbacknet (127.0.0.0/8). | Jun-ichiro itojun Hagino |
2000-01-05 | List another condition for which nanosleep returns EINVAL. | Paul Janzen |
2000-01-05 | Xr getnameinfo and friends | Theo de Raadt |
2000-01-03 | Grammar; deraadt@ | Aaron Campbell |
2000-01-03 | always enable IPv6 address in /etc/hosts (via _gethtent()). | Jun-ichiro itojun Hagino |
2000-01-02 | Try to reopen socket if send fails. (perhaps syslogd restarted) | Hugh Graham |
2000-01-02 | add description for PF_INET6 (net.inet6.*). | Jun-ichiro itojun Hagino |
1999-12-31 | typo; busted ld does not report unresolved symbols from .s sources | Michael Shalayeff |
1999-12-31 | this is not used anywhere, since static variables are just not visible | Michael Shalayeff |
1999-12-31 | SYSLIBC_SCCS | Michael Shalayeff |
1999-12-31 | like fork | Michael Shalayeff |
1999-12-31 | sigsuspend | Michael Shalayeff |
1999-12-31 | this was tough | Michael Shalayeff |
1999-12-31 | f_bavail is signed (sync with sys/mount.h) | Todd C. Miller |
1999-12-31 | do the deed | Michael Shalayeff |
1999-12-31 | according to brk | Michael Shalayeff |
1999-12-31 | 0 in child, pid in parent | Michael Shalayeff |
1999-12-31 | real flesh | Michael Shalayeff |
1999-12-31 | i dunno how ptrace gonna work, so just do an execve for now | Michael Shalayeff |
1999-12-30 | VM_SWAPENCRYPT | Niels Provos |
1999-12-30 | add the _af versions to the NAME chunk | Theo de Raadt |
1999-12-30 | replace NRL get{addr,name}info with KAME get{addr,name}info. | Jun-ichiro itojun Hagino |