summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix n64 compile.jchandra2010-10-061-1/+1
* Add some missing files to optionally delete.netchild2010-10-061-0/+27
* Fix a comparision of an uninitialised pointer.netchild2010-10-061-1/+1
* If LANG/LC_CTYPE/LC_ALL is set and the localized man page contains a pagegordon2010-10-061-3/+9
* Recognize both ! and ^ as markers for negated character classes.kientzle2010-10-061-2/+2
* Fix bge(4) build breakage when BGE_REGISTER_DEBUG is defined.yongari2010-10-061-1/+1
* Rearrange code a bit to correctly set PHY flags. This change makeyongari2010-10-051-5/+7
* Separate common flags into controller specific and PHY relatedyongari2010-10-053-36/+37
* - Add WITH_GPIO entry to src.conf(5) man pagegonzo2010-10-051-0/+2
* - Introduce WITH_GPIO knob and disable building gpioctlgonzo2010-10-052-1/+5
* Use the printf-like capability from kproc_create().thompsa2010-10-051-8/+3
* SEE ALSO should sorted by manpage section first.brueffer2010-10-051-2/+2
* Revert the unrelated patch crept in the previous commit.jkim2010-10-051-5/+5
* Prefer pmap_unmapbios() over pmap_unmapdev(). The binary does not changejkim2010-10-052-6/+6
* Handle vector assist traps without a kernel panic, by setting denormalizednwhitehorn2010-10-055-7/+23
* Initialize KPTmap in locore so that vm86.c can call vtophys() (or reallyalc2010-10-053-15/+50
* Add reference to intro(1) in SEE ALSO section.gordon2010-10-051-0/+1
* When no protocol entry is found, getproto*_r(3) shouldume2010-10-053-3/+3
* Display PCID capability of CPU and add CPUID define for it.kib2010-10-054-2/+4
* Handle null return from XML_ParserCreate and fix a few memory leaks onemaste2010-10-051-4/+10
* Network driver support for more XLR/XLS chip versions.jchandra2010-10-051-18/+129
* Clear any pending interrupts after disabling FMN interrupts. Add debuggingjchandra2010-10-052-20/+63
* Revise markup, mainly.ru2010-10-051-8/+10
* Fix asm for XKPHYS read for o32, constriants needed for input registersjchandra2010-10-051-13/+14
* Show hostcache statistics.ru2010-10-051-0/+3
* Print out correct USB connection speed for USB 3.0 mass storage devices.hselasky2010-10-041-6/+15
* RX buffer allocation failure is not an input error. Controlleryongari2010-10-041-1/+1
* Link the XHCI (USB 3.0 hardware driver) into the default kernel build.hselasky2010-10-043-1/+41
* Don't count input error twice. uether_rxbuf() already updated thatyongari2010-10-041-4/+3
* This commit adds full support for USB 3.0 devices in host and devicehselasky2010-10-0413-203/+845
* Add missing #if'shselasky2010-10-041-0/+2
* Add more strict USB string filtering.hselasky2010-10-041-6/+13
* Serialise USB re-enumeration with the USB explore thread.hselasky2010-10-044-32/+76
* Correct IOCTL return code.hselasky2010-10-041-1/+5
* Decrease report interval to 5 seconds, as this also means we will check forpjd2010-10-041-1/+1
* hook_check() is now only used to report about long-running hooks, so thepjd2010-10-043-13/+3
* We can't mask ignored signal, so install dummy signal hander for SIGCHLD beforepjd2010-10-041-0/+11
* Add missing USB 3.0 definitions. Correct some wrong ones.hselasky2010-10-041-6/+28
* Add missing DRIVER_MODULE() entry for the musbotg driver.hselasky2010-10-041-0/+4
* The root mount hold reference was not released on USB controllerhselasky2010-10-041-8/+14
* Make upper stack know driver's output status. This change increasedyongari2010-10-041-3/+8
* Move updating TX packet counter to the inside of send loop. axe(4)yongari2010-10-041-1/+11
* Change libvgl's set4pixels() and set2lines() functions from plaindim2010-10-041-4/+4
* Enable fix for read DMA FIFO overruns on controllers that have thisyongari2010-10-042-0/+17
* Consistently use ifHCOutOctets/ifHCInOctets instead of Octets asyongari2010-10-041-9/+9
* Fix two aliases that had the same name but were pointing to differentgnn2010-10-041-2/+2
* If vm_map_find() is asked to allocate a superpage-aligned region of virtualalc2010-10-041-14/+8
* Follow exactly the steps in architecture manual for correctly invalidatingnwhitehorn2010-10-042-4/+4
* Fix two subtle problems in PPC32 RTLD. The first is a concurrency issuenwhitehorn2010-10-041-2/+5
* Add updating entry for manpath.config deprecation.gordon2010-10-041-0/+5
OpenPOWER on IntegriCloud