aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* if_ate.c:Olivier Houchard2010-10-0640-2519/+3091
* Add more comments to rings supported by the controller. DifferentPyun YongHyeon2010-10-061-37/+103
* Remove hack needed by 6.x machines and older machines to run newerWarner Losh2010-10-061-22/+1
* Use more portable errx instead of errc. The latter doesn't buy usWarner Losh2010-10-061-4/+2
* Apply r207674 from the clangbsd project branch:Dimitry Andric2010-10-061-1/+1
* Simplify timeout check in futex_wait() using itimerfix() and return errorJung-uk Kim2010-10-061-22/+10
* Add the capability to read the complete contents of the NVRAM via sysctlDoug Ambrisko2010-10-063-0/+69
* Use a defined FreeBSD version.Xin LI2010-10-061-2/+2
* Add definition for FreeBSD 7.4, which will be used in a manual page change.Xin LI2010-10-061-0/+1
* Remove bge_tx_buf_ratio, unused member of softc.Pyun YongHyeon2010-10-061-1/+0
* Overhaul MII register access routine and remove unnecessaryPyun YongHyeon2010-10-062-39/+94
* PCI fix for XLR C revision chips, limit DMA address to the first 2GBJayachandran C.2010-10-062-2/+53
* Fix wrong slashes in a previous commit.Sergey Kandaurov2010-10-061-1/+1
* Add myself to calendar.freebsd and committers-src.dot.Sergey Kandaurov2010-10-062-0/+5
* Remove extra assignment.Gleb Smirnoff2010-10-061-1/+0
* Add support to Alcatel/TCTMobile X080S USB 3G modem. The device needsGleb Smirnoff2010-10-064-0/+14
* Fix regex for some socket- and acl-related syscall values.Alexander Leidinger2010-10-061-2/+2
* Missed space.Konstantin Belousov2010-10-061-1/+1
* Add cross-references to lrand48(3) and arc4random(3) from rand(3)Konstantin Belousov2010-10-062-1/+11
* XLR/XLS network driver (nlge) updates:Jayachandran C.2010-10-062-35/+167
* Fix n64 compile.Jayachandran C.2010-10-061-1/+1
* Add some missing files to optionally delete.Alexander Leidinger2010-10-061-0/+27
* Fix a comparision of an uninitialised pointer.Alexander Leidinger2010-10-061-1/+1
* If LANG/LC_CTYPE/LC_ALL is set and the localized man page contains a pageGordon Tetlow2010-10-061-3/+9
* Recognize both ! and ^ as markers for negated character classes.Tim Kientzle2010-10-061-2/+2
* Fix bge(4) build breakage when BGE_REGISTER_DEBUG is defined.Pyun YongHyeon2010-10-061-1/+1
* Rearrange code a bit to correctly set PHY flags. This change makePyun YongHyeon2010-10-051-5/+7
* Separate common flags into controller specific and PHY relatedPyun YongHyeon2010-10-053-36/+37
* - Add WITH_GPIO entry to src.conf(5) man pageOleksandr Tymoshenko2010-10-051-0/+2
* - Introduce WITH_GPIO knob and disable building gpioctlOleksandr Tymoshenko2010-10-052-1/+5
* Use the printf-like capability from kproc_create().Andrew Thompson2010-10-051-8/+3
* SEE ALSO should sorted by manpage section first.Christian Brueffer2010-10-051-2/+2
* Revert the unrelated patch crept in the previous commit.Jung-uk Kim2010-10-051-5/+5
* Prefer pmap_unmapbios() over pmap_unmapdev(). The binary does not changeJung-uk Kim2010-10-052-6/+6
* Handle vector assist traps without a kernel panic, by setting denormalizedNathan Whitehorn2010-10-055-7/+23
* Initialize KPTmap in locore so that vm86.c can call vtophys() (or reallyAlan Cox2010-10-053-15/+50
* Add reference to intro(1) in SEE ALSO section.Gordon Tetlow2010-10-051-0/+1
* When no protocol entry is found, getproto*_r(3) shouldHajimu UMEMOTO2010-10-053-3/+3
* Display PCID capability of CPU and add CPUID define for it.Konstantin Belousov2010-10-054-2/+4
* Handle null return from XML_ParserCreate and fix a few memory leaks onEd Maste2010-10-051-4/+10
* Network driver support for more XLR/XLS chip versions.Jayachandran C.2010-10-051-18/+129
* Clear any pending interrupts after disabling FMN interrupts. Add debuggingJayachandran C.2010-10-052-20/+63
* Revise markup, mainly.Ruslan Ermilov2010-10-051-8/+10
* Fix asm for XKPHYS read for o32, constriants needed for input registersJayachandran C.2010-10-051-13/+14
* Show hostcache statistics.Ruslan Ermilov2010-10-051-0/+3
* Print out correct USB connection speed for USB 3.0 mass storage devices.Hans Petter Selasky2010-10-041-6/+15
* RX buffer allocation failure is not an input error. ControllerPyun YongHyeon2010-10-041-1/+1
* Link the XHCI (USB 3.0 hardware driver) into the default kernel build.Hans Petter Selasky2010-10-043-1/+41
* Don't count input error twice. uether_rxbuf() already updated thatPyun YongHyeon2010-10-041-4/+3
* This commit adds full support for USB 3.0 devices in host and deviceHans Petter Selasky2010-10-0413-203/+845