summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-05-20option NTFSTed Unangst
2003-05-20Finish KNF of prototypes. That should be all of them.Chad Loder
OK vincent@
2003-05-20support for NTFS. from NetBSD via Julien BordetTed Unangst
2003-05-20by popular request, NTFS support. read only.Ted Unangst
The code comes from NetBSD and was ported by Julian Bordet. ok deraadt@
2003-05-20syncTheo de Raadt
2003-05-20optional components in square brackets; from weissmanndudeMichael Shalayeff
2003-05-20document flags 0x0001 will reverse stereoTed Unangst
2003-05-20flags for auichTed Unangst
2003-05-20add flags support for reversing stereo.Ted Unangst
ok mickey@
2003-05-19Put required delays between reading DSTAT and SSTAT0 registers. Add new onesKenneth R Westerback
where required and modify existing ones to use a consistant delay(25). From NetBSD with minor mods. ok mickey@.
2003-05-19introduce a "alltests" target which includes the pfaltq and pfsetup targetsHenning Brauer
which are not in the default suite
2003-05-19invalid v4 netnasksHenning Brauer
2003-05-19regenHenning Brauer
2003-05-19print out the full netmask; don't just ignore the upper bits in the v4 caseHenning Brauer
helps finding assignment bugs.
2003-05-19reject invalid netmasks like 10.0.0.0/68, and fix up the netmask forHenning Brauer
dynaddr rules after we know the address family ok dhartmei@, inspired by a session with bob
2003-05-19Make 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-19Explicitly state that priority values outside the range -20 to 20 areTodd C. Miller
truncated to the appropriate limit.
2003-05-19Add 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-19strlcpy; millert@ okMiod Vallat
2003-05-19invalid hostspec in redirection targetHenning Brauer
2003-05-19Missing licenceMiod Vallat
2003-05-19all host() receivers have to test for NULLHenning Brauer
2003-05-19obviously wrong netmaskHenning Brauer
2003-05-19err out on obviously wrong netmasksHenning Brauer
2003-05-19do not test errnous behaviourHenning 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-19if host() returns NULL, it is an error, so err the fuck out and don'tHenning Brauer
load bullshit
2003-05-19dig internal EG prom addressMichael Shalayeff
2003-05-19A few more includes discovered in a -fno-builtin compilePaul Janzen
2003-05-19NetBSD check to make sure not to deref -1.Paul Janzen
2003-05-19say to skip the interactive part should the pdc say soMichael Shalayeff
2003-05-19allow md part to skip the interactive part (the first try around)Michael Shalayeff
2003-05-19Remove #ifdef'ed out unnecessary defines.Paul Janzen
2003-05-19ANSIPaul Janzen
2003-05-19volatile sig_atomic_tPaul Janzen
2003-05-19Standard capitalizationPaul Janzen
2003-05-19no need for nfs headers since nqnfs had been removed way long time agoMichael Shalayeff
2003-05-19From 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-19De-register, ANSIfy, clean up.Paul Janzen
2003-05-19updates from NetBSDNathan Binkert
2003-05-19kill dead (if 0) code.Artur Grabowski
2003-05-19Fix warnx message to reflect reality.Artur Grabowski
2003-05-19fix documentation links from netbsdNathan Binkert
2003-05-19don't print altq en-/disabled - there's no point, you can't turn them onHenning Brauer
and off independently. so only complain if there's a real error. ok dhartmei@ pb@ camield@
2003-05-19Bad switch condition used for SO_DEBUG, ok itojun@Daniel Hartmeier
2003-05-19add a quirk for my trek thumbdriveNathan Binkert
2003-05-19style consistencyHenning Brauer
2003-05-19update documentation urlNathan Binkert
2003-05-19sync tag with NetBSDNathan Binkert
2003-05-19check for null before memsetNathan Binkert
2003-05-19nuke unused variable, from NetBSDNathan Binkert