aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Sync with HEAD.David E. O'Brien2013-02-085356-131207/+300944
|\
| * 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
| * Add the __aeabi_mem* functions to compiler-rt as clang uses them.Andrew Turner2013-02-061-0/+4
| * sh: Do not test for digit_contig in mksyntax.Jilles Tjoelker2013-02-051-46/+2
| * 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-052-2/+15
| * Install <dev/agp/agpreg.h> and <dev/pci/pcireg.h> as userland headersJohn Baldwin2013-02-054-8/+25
| * Add defines to more easily allow a single threaded version of the FreeBSDHans Petter Selasky2013-02-0512-96/+64
| * Remove political propagandaDag-Erling Smørgrav2013-02-051-227/+0
| * Bump .Dd for the change in r246121.Niclas Zeising2013-02-051-1/+1
| * Fix some nits.Hans Petter Selasky2013-02-055-6/+6
| * Fix depend target.Hans Petter Selasky2013-02-051-4/+4
| * Load the pfsync module if necessary.Dag-Erling Smørgrav2013-02-051-0/+1
| * Build clang for little-endian arm by default. Due to size issues when builtAndrew Turner2013-02-051-1/+5
| * 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
| * crunchgen: Permit use of alternative linkers.Pedro F. Giffuni2013-02-051-1/+2
| * 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
| * Use stripesize as smallest block size if it's available.Xin LI2013-02-041-0/+5
| * Sort by MK_* knob like the comment saysDag-Erling Smørgrav2013-02-041-5/+5
| * Missed adding Makefile.config and unit-tests/Makefile shouldSimon J. Gerraty2013-02-042-0/+23
| * ng_ether_ifnet_arrival_event: check interface type before using IFP2NGAndriy Gapon2013-02-041-1/+7
| * Cast *tabchar, a wchar_t, to a wint_t as it is the type the %lc printfAndrew Turner2013-02-041-1/+1
| * Use the STACKALIGN macro to alight the stack rather than with a magic mask.Andrew Turner2013-02-041-5/+4
| * Add #undef TARGET_DEFAULT back as it shouldn't have been removed in r245539Andrew Turner2013-02-041-0/+1
| * Try to improve r242655 take III: move these SYSCTLs describing the kernelMarius Strobl2013-02-042-11/+11
| * Fix xdev by using the install shell script as it knows about the -lAndrew Turner2013-02-041-1/+2
| * Allow the unwind functions int libgcc_s to interact correctly with libthr.Andrew Turner2013-02-042-11/+13
| * Extend GDB to check the value in the .note.tag section along with theAndrew Turner2013-02-042-0/+18
| * 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