aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix fsck_ffs build with a 64-bit ino_t.Matthew D Fleming2012-09-278-85/+103
* Fix up kernel sources to be ready for a 64-bit ino_t.Matthew D Fleming2012-09-2715-121/+140
* libc/fts: Use O_CLOEXEC for internal file descriptors.Jilles Tjoelker2012-09-272-10/+14
* Ensure that all cases that enqueue a netgraph item for delivery by aRyan Stone2012-09-271-1/+1
* Complete revert of r239963:Pedro F. Giffuni2012-09-272-7/+8
* Complete revert of r239963:Pedro F. Giffuni2012-09-2710-52/+24
* Fix pseudo checksum calculation.Max Khon2012-09-271-1/+3
* sigaction(2),sigwait(2),sigwaitinfo(2): Remove [EFAULT] error condition.Jilles Tjoelker2012-09-273-16/+3
* Revert r240931, as the previous comment was actually in sync with POSIX.Pawel Jakub Dawidek2012-09-271-3/+3
* Make sure the "wMaxPacketSize" limitations are respected.Hans Petter Selasky2012-09-271-3/+28
* Make sure we record NAK tokens in the TD structure for IN direction.Hans Petter Selasky2012-09-273-63/+43
* Kernel and modules have "set_vnet" linker set, where virtualizedMikolaj Golub2012-09-271-1/+98
* Remove useless NULL checks after M_WAITOK allocations.Edward Tomasz Napierala2012-09-274-147/+2
* Fix zillions of style(9) and spacing bugs introduced by r240981.Gleb Smirnoff2012-09-271-140/+142
* Fix several build failures for !COMPAT_FREEBSD32 andGleb Smirnoff2012-09-271-31/+44
* Fix bug in TCP_KEEPCNT setting, which slipped in in the last roundGleb Smirnoff2012-09-271-8/+14
* Track the last ANI TX/RX sample correctly.Adrian Chadd2012-09-271-2/+2
* Implementing pmap_kextract(va) as pmap_extract(kernel_pmap, va) isAlan Cox2012-09-273-51/+69
* Initialize the num variable to avoid uninitialized data.Kevin Lo2012-09-271-2/+2
* Add 32-bit ABI compat shims. Those are necessary for i386 binary-onlyMaxim Sobolev2012-09-271-6/+201
* atrun: Do not assume that MAXLOGNAME <= 100.Jilles Tjoelker2012-09-261-1/+1
* find: Do not pass fd to save current directory to child processes.Jilles Tjoelker2012-09-261-1/+1
* - In the bridge_enqueue() do success/error accounting forGleb Smirnoff2012-09-261-5/+4
* - Make C11 atomic macros usable in expressions:Tijl Coosemans2012-09-261-25/+33
* Make sure the DWC OTG host mode channels are given enough time to disable.Hans Petter Selasky2012-09-262-1/+18
* Merge similar fixes from 223198 from igb to ixgbe:John Baldwin2012-09-263-9/+44
* - Allow cross-architecture builds with 'generate-release.sh', whichGlen Barber2012-09-261-8/+109
* Add a COMPILER_FEATURES variable that is set in bsd.compiler.mk.Brooks Davis2012-09-262-1/+33
* Create led(4) device nodes mapped to isci(4) SGPIO locate LEDs.Jim Harris2012-09-263-1/+37
* Remove FreeBSD 4.x compat shims. Verified by md5.John Baldwin2012-09-265-117/+40
* Grab the mfi_config_lock while performing a MFI_DCMD_CFG_FOREIGN_IMPORTJohn Baldwin2012-09-261-0/+1
* Create the new initarm_ functions to reduce the diff to the other FDTAndrew Turner2012-09-261-11/+25
* Merge recent vendor changes in ZFS.Martin Matuska2012-09-266-25/+61
|\
| * Update vendor/illumos/dist and vendor-sys/illumos/distMartin Matuska2012-09-266-32/+63
* | Teach getent(1) to look up a hostname and find IPv6 addresses.Kevin Lo2012-09-261-12/+22
* | Use arm_dump_avail_init to build the dump_avail arrayAndrew Turner2012-09-261-6/+1
* | Start to clean up the lpc initarm as it also uses FDT.Andrew Turner2012-09-261-12/+18
* | Make the updates of the tid ring buffer' head and tail pointersKonstantin Belousov2012-09-261-6/+6
* | Fix panic in CTL caused by trying to free invalid pointers passedEdward Tomasz Napierala2012-09-261-0/+5
* | Map the non-QoS TID to the voice queue, in order to ensure importantAdrian Chadd2012-09-261-2/+7
* | Correct misspelling in debug output.Ed Maste2012-09-261-1/+1
* | Add regression test for kern/172075.Ed Maste2012-09-261-0/+59
* | Revert part of an earlier patch attempt that snuck in with r240938.Ed Maste2012-09-251-1/+0
* | Fix freebsd32_kmq_timedreceive() and freebsd32_kmq_timedsend() to usePawel Jakub Dawidek2012-09-251-2/+2
* | Add more SPI flash IDs.Aleksandr Rybalko2012-09-251-9/+16
* | Avoid INVARIANTS panic destroying an in-use tap(4)Ed Maste2012-09-252-5/+2
* | vn_write() always expects FOF_OFFSET flag, which is asserted at the begining,Pawel Jakub Dawidek2012-09-251-4/+3
* | Remove an incorrect commentEd Maste2012-09-251-1/+0
* | We cannot open file for reading and executing (O_RDONLY | O_EXEC).Pawel Jakub Dawidek2012-09-251-3/+3
* | Require CAP_DELETE on directory descriptor for unlinkat(2).Pawel Jakub Dawidek2012-09-251-2/+2