aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Yet another target mode compilation error.Matt Jacob2010-02-041-1/+1
* Compile SWARM with KTRACE support.Neel Natu2010-02-041-0/+2
* Get system call tracing using ktrace working for mips.Neel Natu2010-02-041-1/+2
* Clean up all places in exception.S that fiddle with 'pcpup' directly. We nowNeel Natu2010-02-041-20/+0
* Fix target mode compilation problem with previous deltaMatt Jacob2010-02-041-2/+2
* Remove dead code and fix style(9) bugs.Jung-uk Kim2010-02-031-66/+77
* Use bytes per scan line from mode table. The previous implementation didJung-uk Kim2010-02-032-38/+16
* Correct virtual address of frame buffer for non-linear mode.Jung-uk Kim2010-02-031-1/+1
* Implement poll method for atapicam.Alexander Motin2010-02-031-2/+6
* Report to CAM unit number of underlying ataX bus device, instead of thisAlexander Motin2010-02-031-1/+1
* Redo how commands handles are created and managed and implement sequenceMatt Jacob2010-02-038-109/+186
* Disable kern.cam.power_down ATM. It doesn't work fine on some controllers.Alexander Motin2010-02-031-1/+1
* acpi_cpu: correct capabilities arguments for Processor _OSC evaluationAndriy Gapon2010-02-031-1/+2
* Disable PHY of unconnected ports when interface power management enabled.Alexander Motin2010-02-031-1/+6
* Avoid a null pointer deref when parsing the meshid.Rui Paulo2010-02-031-3/+4
* When taking the AMPDU reorder fastpath, need_tap wasn't beingRui Paulo2010-02-035-11/+7
* MFp4:Alexander Motin2010-02-033-2/+43
* MFp4:Alexander Motin2010-02-032-3/+95
* Fix comments in do_sem_wait().David Xu2010-02-031-2/+1
* Reduce the size of the array used to store the TLB mappings for the kernelNeel Natu2010-02-031-1/+1
* After busied the lock, re-read state word before checking waiters flag,David Xu2010-02-031-0/+12
* - Give geom_redboot taste of flash/spi. Now there is another providerOleksandr Tymoshenko2010-02-031-1/+2
* Only audit pathnames in namei(9) if copying the directory string completesRobert Watson2010-02-021-5/+10
* Prevent NULL deference by checking return value ofXin LI2010-02-021-0/+9
* Some of the existing ppp and vpn related scripts create and setQing Li2010-02-021-0/+6
* Change the way in which fake async events generated. Do not useAlexander Motin2010-02-021-60/+24
* - Use separate buffer for identify data fetching. We can't use main bufferAlexander Motin2010-02-023-45/+19
* Some missed parts for r203376.Alexander Motin2010-02-021-2/+6
* - Give ATA/SATA SIMs info about ATAPI packet size, supported by device.Alexander Motin2010-02-028-4/+62
* Enable MTRR on all VIA CPUs that claim support (amd64).Robert Noland2010-02-021-4/+1
* GPIB overhaul, part #2: make the tnt4882 driver work with the newerJoerg Wunsch2010-02-016-81/+304
* PCI express device status register has W1C feature. Writing 0 hasPyun YongHyeon2010-02-011-2/+5
* Add more bit definitions to PCI express device control and devicePyun YongHyeon2010-02-011-0/+8
* A few minor changes: add altq option header, add missing conditionalJack F Vogel2010-02-012-3/+116
* Make PCI Express host controllers functional, by:Marcel Moolenaar2010-02-011-0/+26
* Change the default value for the flag enabling superpage mapping andAlan Cox2010-02-011-1/+1
* Use the capability pointer to indicate whether the host controller isMarcel Moolenaar2010-02-011-12/+13
* NetCell is a PCI hardware RAID without cable and mode setting.Alexander Motin2010-02-011-1/+11
* use u_char instead of u_int for short bitfields.Luigi Rizzo2010-02-012-6/+6
* Merge r178860 from sparc64:Marius Strobl2010-02-011-81/+90
* Merge r177565 from sparc64:Marius Strobl2010-02-012-14/+13
* Merge r157224 from sparc64:Marius Strobl2010-02-011-4/+4
* Make sure we convert audit records that were produced as the result of theChristian S.J. Peron2010-01-311-0/+7
* Hook up the siba_bwn module to the build.Weongyo Jeong2010-01-311-0/+1
* Adds siba_bwn module which is used with bwn(4). Main purpose of thisWeongyo Jeong2010-01-319-157/+3162
* Patch the experimental NFS client so that there is a timeoutRick Macklem2010-01-314-58/+138
* Properly use dev_refl()/dev_rel() in kern.devname.Ed Schouten2010-01-311-10/+13
* Enable MTRR on all VIA CPUs that claim support.Robert Noland2010-01-311-4/+1
* Welcome drm support for VIA unichrome chips.Robert Noland2010-01-3119-1/+5942
* Import simple drm memory manager.Robert Noland2010-01-3113-5/+1302