aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Sync with HEAD.David E. O'Brien2013-02-081796-27920/+73327
|\
| * Audit sockaddr argument for bind(2), connect(2), accept(2), sendto(2) andPawel Jakub Dawidek2013-02-071-1/+8
| * Minor style tweaks.Pawel Jakub Dawidek2013-02-071-27/+27
| * Add AUDIT_ARG_SOCKADDR() macro so we can start using the audit_arg_sockaddr()Pawel Jakub Dawidek2013-02-071-0/+6
| * Add support for buttons on USB audio devices,Hans Petter Selasky2013-02-063-1/+248
| * Rework the handling of stop signals in the NFS client. The changes inJohn Baldwin2013-02-065-21/+57
| * Prezero the acl structure which is to be copied to usermode, to avoidSergey Kandaurov2013-02-061-1/+1
| * Make sure that all mouse buttons are released when clientsHans Petter Selasky2013-02-061-1/+20
| * Fixes to QUEUE_MACRO_DEBUG support:Gleb Smirnoff2013-02-061-5/+7
| * Busy-wait when cold.Navdeep Parhar2013-02-061-1/+6
| * Compute the number of initial kernel page table pages (NKPT) dynamically.Neel Natu2013-02-063-19/+59
| * Use and set gpio pin to high to power up usb.Ganbold Tsagaankhuu2013-02-061-1/+17
| * Remove reference to the rlist code from comments, and fix a typo visibleSergey Kandaurov2013-02-051-8/+4
| * * Add the integer div & mod functions and ARM EABI support functions toAndrew Turner2013-02-051-2/+2
| * Add defines to more easily allow a single threaded version of the FreeBSDHans Petter Selasky2013-02-0512-96/+64
| * Fix some nits.Hans Petter Selasky2013-02-055-6/+6
| * Fix depend target.Hans Petter Selasky2013-02-051-4/+4
| * Remove two dead assignments andGanbold Tsagaankhuu2013-02-051-14/+14
| * ext2fs: move assignment where it is not dead.Pedro F. Giffuni2013-02-051-2/+3
| * ext2fs: Remove unused em_e2fsb definition..Pedro F. Giffuni2013-02-051-1/+0
| * ext2fs: Remove useless rootino local variable.Pedro F. Giffuni2013-02-051-4/+3
| * ext2fs: Correct off-by-one errors in FFTODT() and DDTOFT().Pedro F. Giffuni2013-02-051-2/+2
| * ext2fs: Use nitems().Pedro F. Giffuni2013-02-051-6/+4
| * ext2fs: Use EXT2_LINK_MAX instead of LINK_MAXPedro F. Giffuni2013-02-051-5/+5
| * Add gpio driver and update dts and kernel config accordingly.Ganbold Tsagaankhuu2013-02-054-1/+532
| * Rework jumbo frame handling. QAC confirmed that the controllerPyun YongHyeon2013-02-052-44/+87
| * ktr: prevent possible footshooting with KTR_ENTRIES and KTR_BOOT_ENTRIESAndriy Gapon2013-02-041-1/+1
| * ktr: copy content from the early static buffer if KTR_ENTRIES !=Andriy Gapon2013-02-041-0/+1
| * ng_ether_ifnet_arrival_event: check interface type before using IFP2NGAndriy Gapon2013-02-041-1/+7
| * Use the STACKALIGN macro to alight the stack rather than with a magic mask.Andrew Turner2013-02-041-5/+4
| * Try to improve r242655 take III: move these SYSCTLs describing the kernelMarius Strobl2013-02-042-11/+11
| * Further improve r242655 and supply VM_{MIN,MAX}_KERNEL_ADDRESS as constantMarius Strobl2013-02-031-7/+7
| * - Make pci_ns8250_ids[] const.Marius Strobl2013-02-031-6/+6
| * UFS: Remove dead assignment.Pedro F. Giffuni2013-02-031-1/+0
| * zfs: fix, improve and re-organize page_lookup and page_unlockAndriy Gapon2013-02-031-23/+91
| * For UFS2 i_blocks is unsigned. The current "sanity" check that itKirk McKusick2013-02-031-3/+3
| * allow for large KTR_ENTRIES values by allocating ktr_buf using malloc(9)Andriy Gapon2013-02-033-3/+33
| * Another overhaul of the CPSW driver for BeagleBoneTim Kientzle2013-02-033-901/+1586
| * Fix the PowerPC DTrace copy functions. The kernel doesn't hold the same view toJustin Hibbits2013-02-032-66/+61
| * ext2fs: general cleanup.Pedro F. Giffuni2013-02-027-61/+17
| * Improve r238673 to additionally allow for odd-aligned buffers asMarius Strobl2013-02-022-10/+49
| * fix some fat-fingering in r246246Andriy Gapon2013-02-022-2/+2
| * revert accidentally committed unneeded changes from r246250Andriy Gapon2013-02-021-2/+2
| * acpi: clear power button status bit after waking up...Andriy Gapon2013-02-021-0/+25
| * acpi: after wakeup from a state > S1 re-enable SCI_EN with a direct writeAndriy Gapon2013-02-021-2/+15
| * cpususpend_handler: mark AP as resumed only after fully setting up lapicAndriy Gapon2013-02-022-4/+4
| * x86 suspend/resume: suspend pics and pseudo-pics in reverse orderAndriy Gapon2013-02-024-10/+17
| * print compiler version in the kernel bannerAndriy Gapon2013-02-024-0/+7
| * ng_ether: track interface renamingAndriy Gapon2013-02-021-4/+56
| * solaris compat: remove KM_ZEROAndriy Gapon2013-02-021-1/+0