Age | Commit message (Expand) | Author |
2000-01-08 | Fix serious crash-and-burn bug I introduced with last revision. | Angelos D. Keromytis |
2000-01-08 | securelevel is specified in rc.securelevel, not rc.conf | Hugh Graham |
2000-01-08 | Most of this is covered in securelevel(7) now. | Hugh Graham |
2000-01-08 | Give securelevel its own manpage and enable. | Hugh Graham |
2000-01-08 | We don't need a pseudo-header for tcpdump on the output routine. | Angelos D. Keromytis |
2000-01-08 | Formatting fixes + better description of -a. | Aaron Campbell |
2000-01-08 | Incoming bpf tap. | Angelos D. Keromytis |
2000-01-07 | Fix tcpdump -n -i greN (causes a panic in NetBSD) | Angelos D. Keromytis |
2000-01-07 | gre(4) man page, from NetBSD. | Angelos D. Keromytis |
2000-01-07 | Remove unnecessary include files. | Angelos D. Keromytis |
2000-01-07 | Remove unused include files. | Angelos D. Keromytis |
2000-01-07 | Make some of the GRE-specific ioctls privileged. Remove a lot of | Angelos D. Keromytis |
2000-01-07 | Missing sysctl.h include | Angelos D. Keromytis |
2000-01-07 | Forgot the names here... | Angelos D. Keromytis |
2000-01-07 | GRE/MobileIP input routine processing, from NetBSD (with a few | Angelos D. Keromytis |
2000-01-07 | gre interface code, from NetBSD (with some changes) | Angelos D. Keromytis |
2000-01-07 | Document gre.allow and mobileip.allow | Angelos D. Keromytis |
2000-01-07 | gre.allow and mobileip.allow | Angelos D. Keromytis |
2000-01-07 | Add mobileip (proto 55) | Angelos D. Keromytis |
2000-01-07 | Add missing IF_DROPs | Angelos D. Keromytis |
2000-01-07 | IPPROTO_GRE and IPPROTO_MOBILE definitions (from NetBSD) | Angelos D. Keromytis |
2000-01-07 | ifdef cleanup | Angelos D. Keromytis |
2000-01-07 | Cleanup ifdefs | Angelos D. Keromytis |
2000-01-07 | Early check for destination port 0 (itojun@) | Angelos D. Keromytis |
2000-01-07 | sync with Greg Oster's NetBSD changes to Jan 4th 2000 | Peter Galbavy |
2000-01-07 | sync with Greg Oster's NetBSD chages to Jan 4th 2000. | Peter Galbavy |
2000-01-07 | sync with work by Greg Oster on NetBSD | Peter Galbavy |
2000-01-07 | Update documentation to reflect 3.3.6 | Kjell Wooding |
2000-01-07 | Update documentation to reflect 3.3.6 changes. | Kjell Wooding |
2000-01-07 | Don't set ifaddr::in_addrs to 1 after an ``iface clear'' on an interface | brian |
2000-01-07 | Upgrade from 2.23 -> 2.26 | brian |
2000-01-07 | s/memset/bzero/ | Jun-ichiro itojun Hagino |
2000-01-06 | build libpthread AND libc_r for i386 | David Leonard |
2000-01-06 | fix includes; bde | Theo de Raadt |
2000-01-06 | In multi-column output, don't bother filling up last column before '\n'. | Marc Espie |
2000-01-06 | use everything in libc_r (sorry, todd) | David Leonard |
2000-01-06 | Leave audio alone for midi or midibus. | Federico G. Schwindt |
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 | don't use _C_LABEL. but do use __STRING | 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 | remove mx and replace with dc | Jason Wright |
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 | add __weak_alias() macro | David Leonard |
2000-01-06 | oops | David Leonard |