aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing #if'sHans Petter Selasky2010-10-041-0/+2
* Add more strict USB string filtering.Hans Petter Selasky2010-10-041-6/+13
* Serialise USB re-enumeration with the USB explore thread.Hans Petter Selasky2010-10-044-32/+76
* Correct IOCTL return code.Hans Petter Selasky2010-10-041-1/+5
* Decrease report interval to 5 seconds, as this also means we will check forPawel Jakub Dawidek2010-10-041-1/+1
* hook_check() is now only used to report about long-running hooks, so thePawel Jakub Dawidek2010-10-043-13/+3
* We can't mask ignored signal, so install dummy signal hander for SIGCHLD beforePawel Jakub Dawidek2010-10-041-0/+11
* Add missing USB 3.0 definitions. Correct some wrong ones.Hans Petter Selasky2010-10-041-6/+28
* Add missing DRIVER_MODULE() entry for the musbotg driver.Hans Petter Selasky2010-10-041-0/+4
* The root mount hold reference was not released on USB controllerHans Petter Selasky2010-10-041-8/+14
* Make upper stack know driver's output status. This change increasedPyun YongHyeon2010-10-041-3/+8
* Move updating TX packet counter to the inside of send loop. axe(4)Pyun YongHyeon2010-10-041-1/+11
* Change libvgl's set4pixels() and set2lines() functions from plainDimitry Andric2010-10-041-4/+4
* Enable fix for read DMA FIFO overruns on controllers that have thisPyun YongHyeon2010-10-042-0/+17
* Consistently use ifHCOutOctets/ifHCInOctets instead of Octets asPyun YongHyeon2010-10-041-9/+9
* Fix two aliases that had the same name but were pointing to differentGeorge V. Neville-Neil2010-10-041-2/+2
* If vm_map_find() is asked to allocate a superpage-aligned region of virtualAlan Cox2010-10-041-14/+8
* Follow exactly the steps in architecture manual for correctly invalidatingNathan Whitehorn2010-10-042-4/+4
* Fix two subtle problems in PPC32 RTLD. The first is a concurrency issueNathan Whitehorn2010-10-041-2/+5
* Add updating entry for manpath.config deprecation.Gordon Tetlow2010-10-041-0/+5
* Clear errno for each method dispatch.Hajimu UMEMOTO2010-10-041-0/+2
* Fix punctuation and grammar, mostly by ending sentences with a period.George V. Neville-Neil2010-10-042-33/+33
* Certain static code analysis tools (FlexeLint being one) are veryPoul-Henning Kamp2010-10-041-2/+2
* Clarify the combination effect of -P and -f to make it clear.Xin LI2010-10-041-3/+7
* Bump __FreeBSD_version for switch from GNU man to BSDL man.Gordon Tetlow2010-10-041-1/+1
* No longer install /etc/manpath.config since the BSDL man utilitiesGordon Tetlow2010-10-041-4/+0
* Retire GNU man in favor of the newly written BSDL version.Gordon Tetlow2010-10-032-6/+3
* Reconnect uathload to the build.Antoine Brodin2010-10-031-0/+1
* Unbreak build.Antoine Brodin2010-10-031-1/+1
* Add more obsolete files.Antoine Brodin2010-10-031-0/+5
* Extend sysinstall to handle powerpc64 by teaching it that powerpc64 hasNathan Whitehorn2010-10-035-6/+12
* Remove an header that apart from the license is empty.Marius Strobl2010-10-032-30/+0
* Consistently always explicitly set IFM_HDX for half-duplex.Marius Strobl2010-10-0316-32/+51
* Add a memory-range interface to /dev/mem on PowerPC using PAT attributes.Nathan Whitehorn2010-10-034-3/+154
* The makectx() function, used by kdb_trap() to reconstruct pcb fromKonstantin Belousov2010-10-031-1/+1
* Replace an obsolete flag -L in an mkisofs(1) command line withHiroki Sato2010-10-031-1/+1
* Commit initial version of new XHCI driver which was written fromHans Petter Selasky2010-10-034-0/+4898
* Update message ring handling code for XLR/XLSJayachandran C.2010-10-037-280/+290
* Adjust the all target message (but maybe all: sysent is better?Warner Losh2010-10-021-1/+1
* Turns out this file was how we make sysent stuff, so add that part only back...Warner Losh2010-10-021-0/+20
* Split the root mount logic from the (generic) mount code and moveMarcel Moolenaar2010-10-023-623/+655
* - In the spirit of previous simplifications factor out the checks for aMarius Strobl2010-10-0234-815/+121
* M_USE_RESERVE has been deprecated for a decade. Eliminate any uses thatAlan Cox2010-10-023-5/+3
* Try to adhere to style(9) and be consistent within this file.Marius Strobl2010-10-021-21/+22
* Fix some KTR arguments that were breaking the LINT build.Nathan Whitehorn2010-10-021-3/+3
* Release the vnode lock and close the linker file vnode earlier inKonstantin Belousov2010-10-022-6/+6
* Cleanup some example and empty directories that were left around afterDimitry Andric2010-10-0216-665/+0
* Cosmetic: make it less confusing when displaying RAID 1 level, that mightKonstantin Belousov2010-10-021-1/+1
* Fix up whatis/apropos issue displaying all output on a single due toGordon Tetlow2010-10-021-2/+2
* o) Allow devices to override the MDIO read and write functions presented toJuli Mallett2010-10-029-3/+234