Age | Commit message (Expand) | Author |
2000-01-24 | in bindresvport(), if sin is non-NULL, example sin->sin_family for the actual... | Theo de Raadt |
2000-01-23 | Update to ncurses-5.0-20000122 | Todd C. Miller |
2000-01-22 | canceled -> cancelled | Aaron Campbell |
2000-01-22 | Use .Er macro when referring to errno error names. | Aaron Campbell |
2000-01-22 | Use .Va macro when referring to the global variable errno. | Aaron Campbell |
2000-01-22 | Use .Va. | Aaron Campbell |
2000-01-22 | ie. -> i.e., | Aaron Campbell |
2000-01-21 | Rename ip4.allow to ipip.allow | Angelos D. Keromytis |
2000-01-19 | more warning about net.inet6.ip6.forwarding | Jun-ichiro itojun Hagino |
2000-01-19 | Clarify and mention that errno is set to ENOMEM on failure of malloc(), | Paul Janzen |
2000-01-19 | Max value returned is 2^31 - 1, regardless of the arch-dependent LONG_MAX. | Paul Janzen |
2000-01-18 | Repair duplicate word occurences; (as found by a Perl script sent to us from | Aaron Campbell |
2000-01-18 | sync comment with code. remove #if 0'ed portion (AF filtering on name | Jun-ichiro itojun Hagino |
2000-01-17 | do not filter address families that are not supported by kernel. | Jun-ichiro itojun Hagino |
2000-01-17 | indent | Theo de Raadt |
2000-01-17 | sync with latest KAME version. now includes description on scoped addr | Jun-ichiro itojun Hagino |
2000-01-17 | remove #if 0'ed part. | Jun-ichiro itojun Hagino |
2000-01-16 | Update to ncurses-5.0-20000115: | Todd C. Miller |
2000-01-14 | malloc lock helpers | David Leonard |
2000-01-13 | include string.h to get strlen() prototype | Todd C. Miller |
2000-01-13 | Add AF_IPX. | Federico G. Schwindt |
2000-01-12 | indent the source right | Theo de Raadt |
2000-01-12 | ugly workaround for an .align parse bug in current binutils | Michael Shalayeff |
2000-01-11 | Document the new ipsec sysctl variables. | Angelos D. Keromytis |
2000-01-10 | the the | Theo de Raadt |
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-09 | Update to ncurses-5.0-20000108: | Todd C. Miller |
2000-01-08 | better test code | David Leonard |
2000-01-08 | fix sizeof's when aliasing reentrant structures. | David Leonard |
2000-01-08 | test getgrent stuff | David Leonard |
2000-01-08 | Enable extended cap names. Previously, the only allowed cap names were | Todd C. Miller |
2000-01-07 | Document gre.allow and mobileip.allow | Angelos D. Keromytis |
2000-01-06 | build libpthread AND libc_r for i386 | David Leonard |
2000-01-06 | fix includes; bde | Theo de Raadt |
2000-01-06 | use everything in libc_r (sorry, todd) | David Leonard |
2000-01-06 | for now, use -lpthread on i386. one day every arch will do this... | David Leonard |
2000-01-06 | for now, disable weak aliases for all archs except i386 | David Leonard |
2000-01-06 | missing ';' | David Leonard |
2000-01-06 | abstract -pthread switch into PTHREAD var | 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 |