summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-13one more missed change;Jason McIntyre
2007-09-13Don't bother bitching if APM does not exist. PleantyTobias Weingartner
2007-09-13Small style tweak, from jmc and Maurice JanssenChris Kuethe
2007-09-13fix incorrect test when setting syslog facility; from Jan PechanecDamien Miller
2007-09-13Update manpage to reflect new return code from function.Tobias Weingartner
2007-09-13Implement ACPI 6.5.1 spec tree walk for _STA and _INI.Tobias Weingartner
2007-09-13regenBrad Smith
2007-09-13add the NVIDIA MCP73 SMBus controller PCI id.Brad Smith
2007-09-13- correct an unknown Marvell SATA entry to use the appropriateBrad Smith
2007-09-13- remove the bogus second AHCI PCI id for the AMD SB600 chipset.Brad Smith
2007-09-13adapt to new hx/non-hx type-selection algorithm from linux/dragonfly; ok jsgTheo de Raadt
2007-09-13define the fc port config page 1.David Gwynne
2007-09-12Spacing run.Marcus Glocker
2007-09-12Add a knob to compensate for a refclock that is early or late. Based on aChris Kuethe
2007-09-12For now just return directly from the interrupt handler, or my amd64 willMarcus Glocker
2007-09-12Here too: Add support to the lex for parsing number out of the stream.Hans-Joerg Hoexer
2007-09-12Remove the old software bit-banging MII interface, we started usingBrad Smith
2007-09-12use xmalloc() and xfree(); ok markus@ pvalchev@Kevin Steves
2007-09-12fix format strings, sizeof() does not return an intOtto Moerbeek
2007-09-12add a missing range check for rtable ids; ok cloder henningTheo de Raadt
2007-09-12There is no such word as `detatch'.Michael Knudsen
2007-09-12default weight has to remain 1; seen by Maurice JanssenTheo de Raadt
2007-09-12port of i386 pctr code to amd64; Mike BelopuhovTheo de Raadt
2007-09-12new productTheo de Raadt
2007-09-12syncTheo de Raadt
2007-09-12Add support to the lex for parsing number out of the stream. handleTheo de Raadt
2007-09-12Tweak bwi_attach() a little.Jonathan Gray
2007-09-12destatic/deinlineJonathan Gray
2007-09-12sevice -> service; from a list from jungJason McIntyre
2007-09-12s/atoin/ation/ typosCharles Longeau
2007-09-12always tag fibre channel commands.David Gwynne
2007-09-12Initial port of Sepherosa Ziehau's DragonFlyBSD driverJonathan Gray
2007-09-12PCI and Cardbus hookup for the Broadcom AirForce devices.Marcus Glocker
2007-09-12Another parser.y that switches to parse numbers directly in the lexer.Claudio Jeker
2007-09-12tweak previous;Jason McIntyre
2007-09-12Add NUMBER support for signed and unsigned 64bit numbers to the lexerReyk Floeter
2007-09-12Remove wrong snprintf(3) truncation checks, which can't beMoritz Jodeit
2007-09-12add missing description of AUDIO_PERROR ioctlAlexandre Ratchov
2007-09-12unchecked conversion from signed 64 to unsigned 32Theo de Raadt
2007-09-12spacingTheo de Raadt
2007-09-12In nfe_start() do a fast return if IFF_OACTIVE is set, inJonathan Gray
2007-09-11remove #if defined block not needed; ok markus@ dtucker@Kevin Steves
2007-09-11this is where it all started, since future ntpd.conf commands will requireTheo de Raadt
2007-09-11extend lex to spot numbers in the stream, without impacting the parsingTheo de Raadt
2007-09-11macro argument unused, using local instead; spotted by mpfTheo de Raadt
2007-09-11extend lex to spot numbers in the stream, without impacting the parsingTheo de Raadt
2007-09-11extend lex to spot numbers in the stream, without impacting the parsingTheo de Raadt
2007-09-11KNF. "go for it" deraadt@Marc Winiger
2007-09-11undo rev 1.10 "implement a zero-copy RX data path".Damien Bergamini
2007-09-11remove horrid casts now that SHA1Update() has been constified.Damien Bergamini