summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add optional entropy harvesting for software interrupts in swi_sched()jhb2012-09-251-0/+10
* Fix panic introduced by me in r240835, when zero weightglebius2012-09-251-4/+5
* Reduce delays in several wait loops from 10ms to 10us, same is it is donemav2012-09-251-5/+5
* Call ath_tx_tid_unsched() after the node has been flushed, so theadrian2012-09-251-3/+2
* Eliminate an unused declaration.alc2012-09-252-2/+0
* Attila Bogar reported a bug in mountd when multiple exportrmacklem2012-09-241-14/+57
* Use CAM_SEL_TIMEOUT and CAM_DEV_NOT_THERE to report missing targets orjimharris2012-09-241-2/+2
* Specify MTX_RECURSE for the controller's io_lock. Without it, tws(4)jimharris2012-09-241-1/+1
* Migrate the ath(4) KTR logging to use an ATH_KTR() macro.adrian2012-09-247-26/+142
* Debugging output fixes:adrian2012-09-241-6/+7
* Whitespace fixesmelifaro2012-09-241-13/+13
* Permit table to be used as IPv6 address.melifaro2012-09-241-2/+26
* Make sure moused is exiting as quick as possible after that thehselasky2012-09-242-18/+22
* DWC OTG host mode improvements:hselasky2012-09-241-3/+36
* Minor man page cleanup -- fix grammar, markup fixes, and start eachbjk2012-09-241-8/+9
* Document ipv6 hook, present there for ages.mav2012-09-241-1/+3
* Fix panic caused by wrong pointer dereference, left after pin sense rewritemav2012-09-241-2/+2
* Prepare for software retransmission of non-aggregate frames but ensureadrian2012-09-241-23/+72
* In (eventual) preparation for supporting disabling the whole 11n/softwareadrian2012-09-241-0/+6
* Revert r240850 and remove redundant NULL check before free(3).kevlo2012-09-241-8/+4
* Partial revert of r239963:pfg2012-09-242-8/+0
* This patch fixes a nit in the em, lem, and igb driver statistics. Incrementsbruno2012-09-233-3/+3
OpenPOWER on IntegriCloud