Age | Commit message (Expand) | Author |
2000-09-26 | Synch. | Marc Espie |
2000-09-26 | use debug2 | Markus Friedl |
2000-09-26 | more cleanup and have nlog() deal with errno now as well. | Eric Jackson |
2000-09-26 | Set the tdbi field in the pkthdr to NULL in MGETHDR -- avoids some | Angelos D. Keromytis |
2000-09-26 | no need to reset h_errno | Eric Jackson |
2000-09-26 | Remove unnecessary arguments to .Nm macro. | Aaron Campbell |
2000-09-26 | Do not permit non-printable characters in the passwd file; deraadt@ ok | Aaron Campbell |
2000-09-26 | Some corrections from cd@sentia.nl. | Aaron Campbell |
2000-09-26 | Implement getnulldev that returns the dev_t for "/dev/null". | Artur Grabowski |
2000-09-26 | Don't use MALLOC/FREE on variable sized allocations. | Artur Grabowski |
2000-09-26 | fix minor typo | Eric Jackson |
2000-09-26 | no need to use goto.. | Eric Jackson |
2000-09-26 | Implement a function for errors | Eric Jackson |
2000-09-26 | Improve handling of multiple commands on one line. Tidy fight parser. | Paul Janzen |
2000-09-26 | No shell escape | Paul Janzen |
2000-09-26 | some warnings should only be shown with -v | Eric Jackson |
2000-09-26 | remove -e option, which wasnt on anyway | Eric Jackson |
2000-09-26 | Alot of cleanups to netcat | Eric Jackson |
2000-09-26 | Update to previous fix on ICMP messages coming on unnumbered | Angelos D. Keromytis |
2000-09-25 | do not do queue locking in get/put_ccb, since calling blocks | Michael Shalayeff |
2000-09-25 | Add acknowledgement, and its alternate spelling, acknowledgment; from NetBSD. | Aaron Campbell |
2000-09-25 | fix off-by-1 error. | Jun-ichiro itojun Hagino |
2000-09-25 | Support the i82562; from FreeBSD. Apparently nothing more needed than to match | Aaron Campbell |
2000-09-25 | sync | Aaron Campbell |
2000-09-25 | Add Intel i82562 PCI device ID. This is the Ethernet controller found on the | Aaron Campbell |
2000-09-25 | doc that O_TRUNC needs a write mode | Theo de Raadt |
2000-09-25 | mtu disc example | Theo de Raadt |
2000-09-25 | once again bios does not return a correct segment limits for the | Michael Shalayeff |
2000-09-25 | document pmtu discovery, from NetBSD | Niels Provos |
2000-09-25 | docutment path mtu discovery | Niels Provos |
2000-09-25 | on expiry of pmtu route, retry higher mtu. okay angelos@ | Niels Provos |
2000-09-25 | prepare for switching threads | David Leonard |
2000-09-25 | char const* -> const char * | Federico G. Schwindt |
2000-09-25 | prepare for thread switching | David Leonard |
2000-09-25 | preparation for switch-based threads | David Leonard |
2000-09-25 | switch powerpc to libgcc -fPIC. | Marc Espie |
2000-09-25 | Patch from Alexander N. Kabaev <ak03@gte.com> | Marc Espie |
2000-09-25 | Miscellaneous cvs wackiness: remove resurrected files and `solve' | Marc Espie |
2000-09-24 | Synch with FSF stable tree | Marc Espie |
2000-09-24 | For the Toshiba TOPIC95B CardBus controller, we must clear the socket and slot | Aaron Campbell |
2000-09-24 | Correctly ignore -n flag with -d when both options are separate (i.e. | Miod Vallat |
2000-09-24 | hyphenate | Paul Janzen |
2000-09-24 | numerous changes from jsm@netbsd.org: | Paul Janzen |
2000-09-24 | prevent memory leak in fdalloc; fix by greg@nest.cx | Niels Provos |
2000-09-24 | Activate libgcc -fPIC for powerpc | Marc Espie |
2000-09-24 | unlock, instead of re-lock. fixes PR#1408 | David Leonard |
2000-09-24 | re-apply this fix for big endian systems, this was lost in rev 1.12 | Brad Smith |
2000-09-24 | If the route add/delete fails exit w/ 1 instead of 0 | Todd C. Miller |
2000-09-23 | Document checkpatch/PATCH_CHECK_ONLY | Marc Espie |
2000-09-23 | drop adjectives in parse(), since they're never used. | Paul Janzen |