summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-01-03also bail if sc_chipc is NULL; spotted by miodTheo de Raadt
2007-01-03mbg(4) cards with ASIC take the internal timestamp at the very moment theMarc Balmer
2007-01-03Support for continuous reading of syslog memory buffers.Marco Pfatschbacher
2007-01-03manual page should not mention options which are not yet implemented.Niall O'Higgins
2007-01-03do not print secret keys by default, -k restores old behaviour; ok hshoexerMarkus Friedl
2007-01-03Don't say 'Marvell' twice for each sk/msk device in dmesg. No functionalKenneth R Westerback
2007-01-03Pretty printing of debug messages.Marcus Glocker
2007-01-03Don't wrap line before printing MAC address.Marcus Glocker
2007-01-03set permissions back on the file after it got copied from theXavier Santolaria
2007-01-03spacingReyk Floeter
2007-01-03allow the sticky-address option for round-robin pools.Reyk Floeter
2007-01-03spacesKevin Steves
2007-01-03Change IF_DEQUEUE to IFQ_DEQUEUE for ALTQ, and some purely cosmeticGordon Willem Klok
2007-01-03Avoid mixing of u_int* and uint* in the same code. uint* wins.Marcus Glocker
2007-01-03Replace bus_space_read_2() by the BCW_READ16 macro.Marcus Glocker
2007-01-03Replace bus_space_write_2() by the BCW_WRITE16 macro.Marcus Glocker
2007-01-03Replace bus_space_read_4() by the BCW_READ macro.Marcus Glocker
2007-01-03Replace bus_space_write_4() by the BCW_WRITE macro.Marcus Glocker
2007-01-03Oops forgot this bit as part of the cleanup for acpiac. From ConstantineMarco Peereboom
2007-01-03Spacing, comments.Marcus Glocker
2007-01-03Consistent naming for the sensors.Marco Peereboom
2007-01-03Add first shot of the firmware upload. Tested on i386 and amd64.Marcus Glocker
2007-01-03Uncomment bcw_powercontrol_crystal_off() for now because it leads toMarcus Glocker
2007-01-03ARGSUSED for lintKevin Steves
2007-01-03spacesKevin Steves
2007-01-03remove small dead code; arnaud.lacombe.1@ulaval.ca via Coverity scanKevin Steves
2007-01-02- fix cvs_client_remove_entry to correctly handle the passed dataJoris Vink
2007-01-02better support for IPv6 hostname/numeric representation.Jun-ichiro itojun Hagino
2007-01-02Use bus_space_write_region_4() instead of doing the same thing bit byTom Cosgrove
2007-01-02return is no function.Marc Balmer
2007-01-02syncKevin Steves
2007-01-02add Sierra Wireless Aircard 875; ok fkr@Kevin Steves
2007-01-02tweaks.Marc Balmer
2007-01-02return is not a function.Marc Balmer
2007-01-02return is not a function.Marc Balmer
2007-01-02do not permit agp_ioctl if the methods are invalid; ok miodTheo de Raadt
2007-01-02syncKevin Steves
2007-01-02spacing and change comment for MC8755 to "MC8755 HSDPA"; ok fkr@Kevin Steves
2007-01-02use err.h functions and report failure of ypset call. ok deraadt@Otto Moerbeek
2007-01-02return proper server error on failed ypset. Inspired by freebsd; okOtto Moerbeek
2007-01-02Fix setting up the more specific binding for the ypsetmeOtto Moerbeek
2007-01-02Use the value returned by pci_findproduct() as the timedelta sensor descriptionMarc Balmer
2007-01-02Provide a new function, pci_findproduct(), which is analog to pci_findvendor().Marc Balmer
2007-01-02top(1) doesn't use any math.h function, so do not include math.h andOtto Moerbeek
2007-01-02remove extra \n in bpf_error() calls.Reyk Floeter
2007-01-02define bpf filters to match address and header fields in IEEE 802.11Reyk Floeter
2007-01-02- fix support for checking out binary files.Niall O'Higgins
2007-01-02Issue the BIOS "check for keystroke" call before "get keystroke", asTom Cosgrove
2007-01-02Fix the keyboard problem seen on Intel Macs, where only the firstTom Cosgrove
2007-01-02some unedit command bits; still work in progress for local mode.Xavier Santolaria