summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Complete revert of r239963:pfg2012-09-2710-52/+24
* Fix pseudo checksum calculation.fjoe2012-09-271-1/+3
* sigaction(2),sigwait(2),sigwaitinfo(2): Remove [EFAULT] error condition.jilles2012-09-273-16/+3
* Revert r240931, as the previous comment was actually in sync with POSIX.pjd2012-09-271-3/+3
* Make sure the "wMaxPacketSize" limitations are respected.hselasky2012-09-271-3/+28
* Make sure we record NAK tokens in the TD structure for IN direction.hselasky2012-09-273-63/+43
* Kernel and modules have "set_vnet" linker set, where virtualizedtrociny2012-09-271-1/+98
* Remove useless NULL checks after M_WAITOK allocations.trasz2012-09-274-147/+2
* Fix zillions of style(9) and spacing bugs introduced by r240981.glebius2012-09-271-140/+142
* Fix several build failures for !COMPAT_FREEBSD32 andglebius2012-09-271-31/+44
* Fix bug in TCP_KEEPCNT setting, which slipped in in the last roundglebius2012-09-271-8/+14
* Track the last ANI TX/RX sample correctly.adrian2012-09-271-2/+2
* Implementing pmap_kextract(va) as pmap_extract(kernel_pmap, va) isalc2012-09-273-51/+69
* Initialize the num variable to avoid uninitialized data.kevlo2012-09-271-2/+2
* Add 32-bit ABI compat shims. Those are necessary for i386 binary-onlysobomax2012-09-271-6/+201
* atrun: Do not assume that MAXLOGNAME <= 100.jilles2012-09-261-1/+1
* find: Do not pass fd to save current directory to child processes.jilles2012-09-261-1/+1
* - In the bridge_enqueue() do success/error accounting forglebius2012-09-261-5/+4
* - Make C11 atomic macros usable in expressions:tijl2012-09-261-25/+33
* Make sure the DWC OTG host mode channels are given enough time to disable.hselasky2012-09-262-1/+18
* Merge similar fixes from 223198 from igb to ixgbe:jhb2012-09-263-9/+44
* - Allow cross-architecture builds with 'generate-release.sh', whichgjb2012-09-261-8/+109
* Add a COMPILER_FEATURES variable that is set in bsd.compiler.mk.brooks2012-09-262-1/+33
* Create led(4) device nodes mapped to isci(4) SGPIO locate LEDs.jimharris2012-09-263-1/+37
* Remove FreeBSD 4.x compat shims. Verified by md5.jhb2012-09-265-117/+40
* Grab the mfi_config_lock while performing a MFI_DCMD_CFG_FOREIGN_IMPORTjhb2012-09-261-0/+1
* Create the new initarm_ functions to reduce the diff to the other FDTandrew2012-09-261-11/+25
* Merge recent vendor changes in ZFS.mm2012-09-266-25/+61
* Teach getent(1) to look up a hostname and find IPv6 addresses.kevlo2012-09-261-12/+22
* Use arm_dump_avail_init to build the dump_avail arrayandrew2012-09-261-6/+1
* Start to clean up the lpc initarm as it also uses FDT.andrew2012-09-261-12/+18
* Make the updates of the tid ring buffer' head and tail pointerskib2012-09-261-6/+6
* Fix panic in CTL caused by trying to free invalid pointers passedtrasz2012-09-261-0/+5
* Map the non-QoS TID to the voice queue, in order to ensure importantadrian2012-09-261-2/+7
* Correct misspelling in debug output.emaste2012-09-261-1/+1
* Add regression test for kern/172075.emaste2012-09-261-0/+59
* Revert part of an earlier patch attempt that snuck in with r240938.emaste2012-09-251-1/+0
* Fix freebsd32_kmq_timedreceive() and freebsd32_kmq_timedsend() to usepjd2012-09-251-2/+2
* Add more SPI flash IDs.ray2012-09-251-9/+16
* Avoid INVARIANTS panic destroying an in-use tap(4)emaste2012-09-252-5/+2
* vn_write() always expects FOF_OFFSET flag, which is asserted at the begining,pjd2012-09-251-4/+3
* Remove an incorrect commentemaste2012-09-251-1/+0
* We cannot open file for reading and executing (O_RDONLY | O_EXEC).pjd2012-09-251-3/+3
* Require CAP_DELETE on directory descriptor for unlinkat(2).pjd2012-09-251-2/+2
* Require CAP_CREATE on directory descriptor for symlinkat(2).pjd2012-09-251-2/+2
* Require CAP_CREATE on directory descriptor for linkat(2).pjd2012-09-251-2/+2
* O_EXEC flag is not part of the O_ACCMODE mask, check it separately.pjd2012-09-251-15/+13
* Oops - don't do the clrdmask check in ath_tx_xmit_normal() - the wrongadrian2012-09-251-3/+2
* Change the module name for the I/O provider to "kernel" fromgnn2012-09-251-9/+9
* Some aac(4) adapters will always report that a direct access device isrstone2012-09-251-27/+48
OpenPOWER on IntegriCloud