Age | Commit message (Expand) | Author |
2007-01-02 | Fix setting up the more specific binding for the ypsetme | Otto Moerbeek |
2007-01-02 | Use the value returned by pci_findproduct() as the timedelta sensor description | Marc Balmer |
2007-01-02 | Provide a new function, pci_findproduct(), which is analog to pci_findvendor(). | Marc Balmer |
2007-01-02 | top(1) doesn't use any math.h function, so do not include math.h and | Otto Moerbeek |
2007-01-02 | remove extra \n in bpf_error() calls. | Reyk Floeter |
2007-01-02 | define bpf filters to match address and header fields in IEEE 802.11 | Reyk Floeter |
2007-01-02 | - fix support for checking out binary files. | Niall O'Higgins |
2007-01-02 | Issue the BIOS "check for keystroke" call before "get keystroke", as | Tom Cosgrove |
2007-01-02 | Fix the keyboard problem seen on Intel Macs, where only the first | Tom Cosgrove |
2007-01-02 | some unedit command bits; still work in progress for local mode. | Xavier Santolaria |
2007-01-02 | Don't use M_DUP_PKTHDR() in the driver bpf hook. Using M_DUP_PKTHDR() on a | Claudio Jeker |
2007-01-02 | skeletons for the client-side part of the editors and watchers commands. | Xavier Santolaria |
2007-01-02 | VarDelete is no longer used by list functions, so let it do type-checking | Marc Espie |
2007-01-02 | move local network route to real interface instead of carp interface; from mpf@ | Markus Friedl |
2007-01-02 | regen. | Marc Balmer |
2007-01-02 | Add the Alcatel Telecom SpeedTouch 120g (WLAN adapter using pgt). | Marc Balmer |
2007-01-02 | do not use lists for SYNOPSIS; | Jason McIntyre |
2007-01-02 | 2007 | Dale Rahn |
2007-01-02 | On some systems EC must be attached as the first device. Move EC from | Marco Peereboom |
2007-01-02 | sync | Theo de Raadt |
2007-01-02 | missing xfree()'s; spotted by joris. | Xavier Santolaria |
2007-01-01 | add support for [-s state[:rev]] | Xavier Santolaria |
2007-01-01 | knock UPS products out from being matched as HID devices | Theo de Raadt |
2007-01-01 | sync | Theo de Raadt |
2007-01-01 | a few UPS products; from freebsd | Theo de Raadt |
2007-01-01 | Allow reads of /proc/meminfo to be correctly terminated, okay thib@ | Pedro Martelletto |
2007-01-01 | rndc will now create output files of 'rndc dumpdb', 'rndc | Alexandre Anriot |
2007-01-01 | Add manpage for esp(4) on macppc. | Gordon Willem Klok |
2007-01-01 | regen. | Marc Balmer |
2007-01-01 | Add a new Intel host bridge chipset | Marc Balmer |
2007-01-01 | sync usage(); | Jason McIntyre |
2007-01-01 | - standard list | Jason McIntyre |
2007-01-01 | some minor improvements; | Jason McIntyre |
2007-01-01 | find a better place for EXAMPLES; | Jason McIntyre |
2007-01-01 | - use "interface", not "interface-name", consistently | Jason McIntyre |
2007-01-01 | sort the list of parameters brconfig(8) accepts; | Jason McIntyre |
2007-01-01 | - merge first two synopses | Jason McIntyre |
2007-01-01 | commit really old stuff that lets pkg_mklocatedb record | Marc Espie |
2006-12-31 | Cover the other case we need to unload the dmamap, in espdmaintr(), | Gordon Willem Klok |
2006-12-31 | Some spaces to tabs and cosmetic tweaking of the code, | Gordon Willem Klok |
2006-12-31 | Add a debug printf to warn when malo_init() fails and resets the card. | Claudio Jeker |
2006-12-31 | There is no need to busy wait in malo_send_cmd(). 0x0c14 only stores the | Claudio Jeker |
2006-12-31 | Use a bus_space_barrier instead of those stupid 0x0c14 reads to make sure | Claudio Jeker |
2006-12-31 | In malo_init() check for firmware loading errors and in case of an error | Claudio Jeker |
2006-12-31 | malo_stop() never fails so no need to return an error. OK mglocker@ | Claudio Jeker |
2006-12-31 | Use #ifdef MALO_DEBUG else a simple #define MALO_DEBUG will not work. | Claudio Jeker |
2006-12-31 | client-side bits might be useful too for -m... | Xavier Santolaria |
2006-12-31 | add support for -m option. | Xavier Santolaria |
2006-12-31 | minor nits; | Xavier Santolaria |
2006-12-31 | Bring last few phys into line by calling their XXX_status() functions | Kenneth R Westerback |