Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-26 | don't leak memory, from dhclient; ok krw@ | Kevin Steves | |
2007-02-26 | Revert 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-25 | Add usage() and error out if given bogus arguments. | Todd C. Miller | |
2007-02-25 | add missing include, and int return value. | Steven Mestdagh | |
ok deraadt, deanna | |||
2007-02-25 | Add cas(4). Ad a few missing comments while there. | Mark Kettenis | |
stolen from deraadt@ | |||
2007-02-25 | - HELO/EHLO is part of the tuple | Jason McIntyre | |
- remove misleading sentence ok millert | |||
2007-02-25 | cas(4) can receive packets now. | Mark Kettenis | |
2007-02-25 | Make receiving packets work. Driver works well enough to do the commit over. | Mark Kettenis | |
2007-02-25 | config lines for cdcef and an Xr | David Gwynne | |
2007-02-25 | remove bad comma; from Igor Sobrado | Jason McIntyre | |
2007-02-25 | Attempt to clarify new greylisting rules. | Todd C. Miller | |
2007-02-25 | tweaks; | Jason McIntyre | |
2007-02-25 | Make integer wrap checks the same for mmap, munmap, msync, etc | Todd C. Miller | |
by factoring most of the checks into a macro. OK otto@ | |||
2007-02-25 | use the 1 line load line from 'systat vm' on all the other displays, giving | Theo de Raadt | |
them more room. much cleaner, and it is less code too; ok deanna | |||
2007-02-25 | one example (of two) of tree breaking the "other gcc" | Theo de Raadt | |
2007-02-25 | delete -W flags that reyk uses to break the tree | Theo de Raadt | |
2007-02-25 | Disable acceleration by default; set device flags to a nonzero value to | Miod Vallat | |
enable. | |||
2007-02-25 | copy mis-aligned routing socket message into a properly aligned struct, so | Theo 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-25 | No point in using zero'd fields in the parsed options. Use the options | Kenneth 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-25 | Power on/off cardbus socket at attach/detach time. Makes firmware upload | Marcus Glocker | |
work on my BCM4318 cardbus device now. | |||
2007-02-25 | reword some text to avoid a hideous Xr; | Jason McIntyre | |
2007-02-25 | shuffle the text slightly into a more logical order; | Jason McIntyre | |
2007-02-25 | the -W and -w flags do not need a separate synopsis; | Jason McIntyre | |
2007-02-25 | one application does not need five synopses; | Jason McIntyre | |
2007-02-25 | move the text describing 4.3 syntax compatibility to HISTORY, rather | Jason McIntyre | |
than slap bang in SYNOPSIS; | |||
2007-02-25 | remove unused/dangling prototypes and comment reference; | Kevin Steves | |
from Mark Lumsden | |||
2007-02-25 | no need to quote/escape here; ok krw@ | Kevin Steves | |
2007-02-25 | remove unused variable | Reyk Floeter | |
2007-02-25 | we 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-25 | tiny typos hiding, uncovered Leen Besselink <leen@consolejunkie.net> | Henning Brauer | |
2007-02-25 | No need to fillup chip_rev here. | Marcus Glocker | |
2007-02-25 | Calculate number of cores correctly. This is done based on the common | Marcus Glocker | |
core revision. Now my BCM4318 and BCM4306 both get the right number of cores. | |||
2007-02-25 | shuffle the text somewhat to make the page read better; | Jason McIntyre | |
use .Ex; | |||
2007-02-25 | document 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-25 | Adjust var name so cardbus attaches again. | Marcus Glocker | |
2007-02-25 | tweaks; | Jason McIntyre | |
2007-02-25 | only the initial macro is preceded by a dot; | Jason McIntyre | |
2007-02-25 | tweak; | Jason McIntyre | |
2007-02-25 | dmesg should look like devN at busN locators: device info | Theo de Raadt | |
the locators are printed by the bus drivers, rest by the device's driver. | |||
2007-02-25 | spaces -> tab; "of course" deraadt@ | Marco S Hyman | |
2007-02-25 | tweaks by me and dlg; drahn ok | Theo de Raadt | |
2007-02-25 | crank size of sparc64 miniroot a wee bit | Theo de Raadt | |
2007-02-25 | Change how we determin if were running on a new world versus old world | Gordon 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-25 | add missing USBD_FORCE_SHORT_XFER checks, put back some code I had for a | Dale Rahn | |
while but removed incorrectly, some minor cleanup. | |||
2007-02-25 | Defines to make isr status more useable. Bit patterns for debug prints. | Dale Rahn | |
2007-02-25 | sync | Theo de Raadt | |
2007-02-25 | More complete info about usb client mode, remove broken url as intel sold pxa. | Dale Rahn | |
2007-02-25 | USB client is starting to work. | Dale Rahn | |
2007-02-24 | Remove several incorrect and/or unmaintained emails, prompted by correction ↵ | Ian Darwin | |
from bernd@ | |||
2007-02-24 | Add myself as author, since I completed the driver. | Dale Rahn | |