summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-02-26don't leak memory, from dhclient; ok krw@Kevin Steves
2007-02-26Revert a portion of rev 1.21, via-cuda behaves exactly opposite of via-pmu,Gordon Willem Klok
if we attempt to clear the wake on ac loss bit just before shutting down it yo-yo's found by claudio@, tested by drahn@ on early imac, and myself on a 9600. ok drahn@
2007-02-25Add usage() and error out if given bogus arguments.Todd C. Miller
2007-02-25add missing include, and int return value.Steven Mestdagh
ok deraadt, deanna
2007-02-25Add cas(4). Ad a few missing comments while there.Mark Kettenis
stolen from deraadt@
2007-02-25- HELO/EHLO is part of the tupleJason McIntyre
- remove misleading sentence ok millert
2007-02-25cas(4) can receive packets now.Mark Kettenis
2007-02-25Make receiving packets work. Driver works well enough to do the commit over.Mark Kettenis
2007-02-25config lines for cdcef and an XrDavid Gwynne
2007-02-25remove bad comma; from Igor SobradoJason McIntyre
2007-02-25Attempt to clarify new greylisting rules.Todd C. Miller
2007-02-25tweaks;Jason McIntyre
2007-02-25Make integer wrap checks the same for mmap, munmap, msync, etcTodd C. Miller
by factoring most of the checks into a macro. OK otto@
2007-02-25use the 1 line load line from 'systat vm' on all the other displays, givingTheo de Raadt
them more room. much cleaner, and it is less code too; ok deanna
2007-02-25one example (of two) of tree breaking the "other gcc"Theo de Raadt
2007-02-25delete -W flags that reyk uses to break the treeTheo de Raadt
2007-02-25Disable acceleration by default; set device flags to a nonzero value toMiod Vallat
enable.
2007-02-25copy mis-aligned routing socket message into a properly aligned struct, soTheo de Raadt
that we can access it safely; ok claudio in the long term we must deal with the 32/64 bit issues of if_buadrate and friends
2007-02-25No point in using zero'd fields in the parsed options. Use the optionsKenneth R Westerback
in the lease, whence the parsed info was moved. Fixes "Bogus servername" messages when processing an offer and stops bogus filename info from being stored in the lease. Found while testing a Tucson hotel's dhcp service. ok @stevesk "looks good" henning@.
2007-02-25Power on/off cardbus socket at attach/detach time. Makes firmware uploadMarcus Glocker
work on my BCM4318 cardbus device now.
2007-02-25reword some text to avoid a hideous Xr;Jason McIntyre
2007-02-25shuffle the text slightly into a more logical order;Jason McIntyre
2007-02-25the -W and -w flags do not need a separate synopsis;Jason McIntyre
2007-02-25one application does not need five synopses;Jason McIntyre
2007-02-25move the text describing 4.3 syntax compatibility to HISTORY, ratherJason McIntyre
than slap bang in SYNOPSIS;
2007-02-25remove unused/dangling prototypes and comment reference;Kevin Steves
from Mark Lumsden
2007-02-25no need to quote/escape here; ok krw@Kevin Steves
2007-02-25remove unused variableReyk Floeter
2007-02-25we do have a table with suberror codes for cease and their meaning;Henning Brauer
use it, instead of always telling "unknown suberror code X" From: Leen Besselink <leen@consolejunkie.net> if memory serves, cease didn't have suberror codes defined in the original RFC 1771 and they were added later
2007-02-25tiny typos hiding, uncovered Leen Besselink <leen@consolejunkie.net>Henning Brauer
2007-02-25No need to fillup chip_rev here.Marcus Glocker
2007-02-25Calculate number of cores correctly. This is done based on the commonMarcus Glocker
core revision. Now my BCM4318 and BCM4306 both get the right number of cores.
2007-02-25shuffle the text somewhat to make the page read better;Jason McIntyre
use .Ex;
2007-02-25document the "opaque", "arch", and "nodump" flags more fully;Jason McIntyre
closes documentation/5384 from Andrew Hamilton-Wright help from henning, otto, and weingart
2007-02-25Adjust var name so cardbus attaches again.Marcus Glocker
2007-02-25tweaks;Jason McIntyre
2007-02-25only the initial macro is preceded by a dot;Jason McIntyre
2007-02-25tweak;Jason McIntyre
2007-02-25dmesg should look like devN at busN locators: device infoTheo de Raadt
the locators are printed by the bus drivers, rest by the device's driver.
2007-02-25spaces -> tab; "of course" deraadt@Marco S Hyman
2007-02-25tweaks by me and dlg; drahn okTheo de Raadt
2007-02-25crank size of sparc64 miniroot a wee bitTheo de Raadt
2007-02-25Change how we determin if were running on a new world versus old worldGordon Willem Klok
machine for the purposes of printing model information durring boot and the hw.vendor/product sysctls. Turns out the apple didnt use the same format in the early imacs as they did in the latter new world machines resulting in NULL strings as found by drahn@. In this case and all future cases where we dont understand the format the default is to print whats found in the name property without interpertation. ok drahn@
2007-02-25add missing USBD_FORCE_SHORT_XFER checks, put back some code I had for aDale Rahn
while but removed incorrectly, some minor cleanup.
2007-02-25Defines to make isr status more useable. Bit patterns for debug prints.Dale Rahn
2007-02-25syncTheo de Raadt
2007-02-25More complete info about usb client mode, remove broken url as intel sold pxa.Dale Rahn
2007-02-25USB client is starting to work.Dale Rahn
2007-02-24Remove several incorrect and/or unmaintained emails, prompted by correction ↵Ian Darwin
from bernd@
2007-02-24Add myself as author, since I completed the driver.Dale Rahn