summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-01-02Don't use M_DUP_PKTHDR() in the driver bpf hook. Using M_DUP_PKTHDR() on aClaudio Jeker
2007-01-02skeletons for the client-side part of the editors and watchers commands.Xavier Santolaria
2007-01-02VarDelete is no longer used by list functions, so let it do type-checkingMarc Espie
2007-01-02move local network route to real interface instead of carp interface; from mpf@Markus Friedl
2007-01-02regen.Marc Balmer
2007-01-02Add the Alcatel Telecom SpeedTouch 120g (WLAN adapter using pgt).Marc Balmer
2007-01-02do not use lists for SYNOPSIS;Jason McIntyre
2007-01-022007Dale Rahn
2007-01-02On some systems EC must be attached as the first device. Move EC fromMarco Peereboom
2007-01-02syncTheo de Raadt
2007-01-02missing xfree()'s; spotted by joris.Xavier Santolaria
2007-01-01add support for [-s state[:rev]]Xavier Santolaria
2007-01-01knock UPS products out from being matched as HID devicesTheo de Raadt
2007-01-01syncTheo de Raadt
2007-01-01a few UPS products; from freebsdTheo de Raadt
2007-01-01Allow reads of /proc/meminfo to be correctly terminated, okay thib@Pedro Martelletto
2007-01-01rndc will now create output files of 'rndc dumpdb', 'rndcAlexandre Anriot
2007-01-01Add manpage for esp(4) on macppc.Gordon Willem Klok
2007-01-01regen.Marc Balmer
2007-01-01Add a new Intel host bridge chipsetMarc Balmer
2007-01-01sync usage();Jason McIntyre
2007-01-01- standard listJason McIntyre
2007-01-01some minor improvements;Jason McIntyre
2007-01-01find a better place for EXAMPLES;Jason McIntyre
2007-01-01- use "interface", not "interface-name", consistentlyJason McIntyre
2007-01-01sort the list of parameters brconfig(8) accepts;Jason McIntyre
2007-01-01- merge first two synopsesJason McIntyre
2007-01-01commit really old stuff that lets pkg_mklocatedb recordMarc Espie
2006-12-31Cover the other case we need to unload the dmamap, in espdmaintr(),Gordon Willem Klok
2006-12-31Some spaces to tabs and cosmetic tweaking of the code,Gordon Willem Klok
2006-12-31Add a debug printf to warn when malo_init() fails and resets the card.Claudio Jeker
2006-12-31There is no need to busy wait in malo_send_cmd(). 0x0c14 only stores theClaudio Jeker
2006-12-31Use a bus_space_barrier instead of those stupid 0x0c14 reads to make sureClaudio Jeker
2006-12-31In malo_init() check for firmware loading errors and in case of an errorClaudio Jeker
2006-12-31malo_stop() never fails so no need to return an error. OK mglocker@Claudio Jeker
2006-12-31Use #ifdef MALO_DEBUG else a simple #define MALO_DEBUG will not work.Claudio Jeker
2006-12-31client-side bits might be useful too for -m...Xavier Santolaria
2006-12-31add support for -m option.Xavier Santolaria
2006-12-31minor nits;Xavier Santolaria
2006-12-31Bring last few phys into line by calling their XXX_status() functionsKenneth R Westerback