Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-20 | option NTFS | Ted Unangst | |
2003-05-20 | Finish KNF of prototypes. That should be all of them. | Chad Loder | |
OK vincent@ | |||
2003-05-20 | support for NTFS. from NetBSD via Julien Bordet | Ted Unangst | |
2003-05-20 | by popular request, NTFS support. read only. | Ted Unangst | |
The code comes from NetBSD and was ported by Julian Bordet. ok deraadt@ | |||
2003-05-20 | sync | Theo de Raadt | |
2003-05-20 | optional components in square brackets; from weissmanndude | Michael Shalayeff | |
2003-05-20 | document flags 0x0001 will reverse stereo | Ted Unangst | |
2003-05-20 | flags for auich | Ted Unangst | |
2003-05-20 | add flags support for reversing stereo. | Ted Unangst | |
ok mickey@ | |||
2003-05-19 | Put required delays between reading DSTAT and SSTAT0 registers. Add new ones | Kenneth R Westerback | |
where required and modify existing ones to use a consistant delay(25). From NetBSD with minor mods. ok mickey@. | |||
2003-05-19 | introduce a "alltests" target which includes the pfaltq and pfsetup targets | Henning Brauer | |
which are not in the default suite | |||
2003-05-19 | invalid v4 netnasks | Henning Brauer | |
2003-05-19 | regen | Henning Brauer | |
2003-05-19 | print out the full netmask; don't just ignore the upper bits in the v4 case | Henning Brauer | |
helps finding assignment bugs. | |||
2003-05-19 | reject invalid netmasks like 10.0.0.0/68, and fix up the netmask for | Henning Brauer | |
dynaddr rules after we know the address family ok dhartmei@, inspired by a session with bob | |||
2003-05-19 | Make sure our return value is withing the range 20 - -20 (aka NZERO - -NZERO). | Todd C. Miller | |
We could use an extra call to getpriority() instead but it's faster to just do the bounds check in userland. | |||
2003-05-19 | Explicitly state that priority values outside the range -20 to 20 are | Todd C. Miller | |
truncated to the appropriate limit. | |||
2003-05-19 | Add the generated files as a dependency for the 'all' target. | Todd C. Miller | |
Should prevent bogus bug reports that come in every so often... | |||
2003-05-19 | strlcpy; millert@ ok | Miod Vallat | |
2003-05-19 | invalid hostspec in redirection target | Henning Brauer | |
2003-05-19 | Missing licence | Miod Vallat | |
2003-05-19 | all host() receivers have to test for NULL | Henning Brauer | |
2003-05-19 | obviously wrong netmask | Henning Brauer | |
2003-05-19 | err out on obviously wrong netmasks | Henning Brauer | |
2003-05-19 | do not test errnous behaviour | Henning Brauer | |
do not test errnous behaviour do not test errnous behaviour do not test errnous behaviour do not test errnous behaviour do not test errnous behaviour do not test errnous behaviour do not test errnous behaviour do not test errnous behaviour do not test errnous behaviour do not test errnous behaviour do not test errnous behaviour do not test errnous behaviour | |||
2003-05-19 | if host() returns NULL, it is an error, so err the fuck out and don't | Henning Brauer | |
load bullshit | |||
2003-05-19 | dig internal EG prom address | Michael Shalayeff | |
2003-05-19 | A few more includes discovered in a -fno-builtin compile | Paul Janzen | |
2003-05-19 | NetBSD check to make sure not to deref -1. | Paul Janzen | |
2003-05-19 | say to skip the interactive part should the pdc say so | Michael Shalayeff | |
2003-05-19 | allow md part to skip the interactive part (the first try around) | Michael Shalayeff | |
2003-05-19 | Remove #ifdef'ed out unnecessary defines. | Paul Janzen | |
2003-05-19 | ANSI | Paul Janzen | |
2003-05-19 | volatile sig_atomic_t | Paul Janzen | |
2003-05-19 | Standard capitalization | Paul Janzen | |
2003-05-19 | no need for nfs headers since nqnfs had been removed way long time ago | Michael Shalayeff | |
2003-05-19 | From NetBSD: as per standard hack 1.0.3, shops should have only one door. | Paul Janzen | |
Unclear why the 4.4-lite tree was modified. | |||
2003-05-19 | De-register, ANSIfy, clean up. | Paul Janzen | |
2003-05-19 | updates from NetBSD | Nathan Binkert | |
2003-05-19 | kill dead (if 0) code. | Artur Grabowski | |
2003-05-19 | Fix warnx message to reflect reality. | Artur Grabowski | |
2003-05-19 | fix documentation links from netbsd | Nathan Binkert | |
2003-05-19 | don't print altq en-/disabled - there's no point, you can't turn them on | Henning Brauer | |
and off independently. so only complain if there's a real error. ok dhartmei@ pb@ camield@ | |||
2003-05-19 | Bad switch condition used for SO_DEBUG, ok itojun@ | Daniel Hartmeier | |
2003-05-19 | add a quirk for my trek thumbdrive | Nathan Binkert | |
2003-05-19 | style consistency | Henning Brauer | |
2003-05-19 | update documentation url | Nathan Binkert | |
2003-05-19 | sync tag with NetBSD | Nathan Binkert | |
2003-05-19 | check for null before memset | Nathan Binkert | |
2003-05-19 | nuke unused variable, from NetBSD | Nathan Binkert | |