summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a few rendering nits in rc.conf(5) with regards to mentioninggjb2012-02-281-4/+4
* Currently, the debugger attached to the process executing vfork() doeskib2012-02-273-9/+26
* Fix a race in top non-interactive mode. Use plain sleep(3) call insteadkib2012-02-271-15/+1
* A bunch of netmap fixes:luigi2012-02-2718-710/+812
* Typo.jhb2012-02-271-1/+1
* Backout r230934 which didn't work with unix sockets andpluknet2012-02-271-34/+8
* - Panic up front if a kernel does not include 'device atpic' and anjhb2012-02-271-1/+10
* MFamd64: Don't whine about interrupts being disabled for an NMI.jhb2012-02-271-4/+5
* Remove completely duplicate '#ifdef XEN' section.jhb2012-02-271-30/+0
* Resort the IDT_DTRACE_RET constant after it was changed to be less thanjhb2012-02-272-2/+2
* Correct function prototype for read_rflags().jhb2012-02-271-1/+1
* Update incorrect comment.jhb2012-02-271-1/+1
* Update PCI-IDs with devices found on Intel SDPsbruno2012-02-271-2/+6
* Remove unused variable count.kevlo2012-02-271-2/+1
* Clear the a device's description string anytime it's driver changes.jhb2012-02-271-3/+2
* Follow changes made in revision 232144, pass absolute timeout to kernel,davidxu2012-02-274-71/+84
* Rework CPU load balancing in SCHED_ULE:mav2012-02-271-148/+182
* Fix logic errorkevlo2012-02-271-1/+1
* Remove duplicate assignment of SF_IMR_RXDQ2_DMADONE bitkevlo2012-02-271-1/+1
* Drop setuid status while doing file operations to prevent potentialdelphij2012-02-271-12/+21
* xargs: Remove an unclear comment that only tried to repeat what the code didjilles2012-02-261-4/+0
* Fix segfault if distfetch and distextract binaries are run standalonenwhitehorn2012-02-262-2/+16
* Fix apparent logic reversal in setting the 'auto_mode' flag.kan2012-02-261-2/+2
* Also call the low-level driver if ->c_iflag & (IXON|IXOFF|IXANY) changes.phk2012-02-261-0/+2
* Fix typo.alc2012-02-261-1/+1
* xargs: Fix comma splice in error message.jilles2012-02-261-2/+2
* Analogous to r232059, add a parameter for the ZFS file system:mm2012-02-265-15/+44
* Remove duplicate assignment of CTS_SPI_VALID_SYNC_RATE bitkevlo2012-02-261-1/+0
* Check fchmod()/fchown() in fifo_misc test.jilles2012-02-261-0/+93
* Fix fchmod() and fchown() on fifos.jilles2012-02-261-2/+41
* When displaying security credential information show also process umask.trociny2012-02-261-3/+29
* Add sysctl to retrieve or set umask of another process.trociny2012-02-262-0/+49
* Document SO_PROTOCOL socket option.kib2012-02-261-2/+13
* Add SO_PROTOCOL/SO_PROTOTYPE socket SOL_SOCKET-level option to get thekib2012-02-262-0/+6
* Remove apparently redundand checks for socket so_proto being non-NULLkib2012-02-261-9/+5
* Add backlight control to ATI-graphics PowerBooks and iBooks.jhibbits2012-02-265-0/+219
* Fix the scc(4) module build. Without the file it's missing a required symbol.jhibbits2012-02-261-1/+1
* Add in some debugging code to check whether the current rate table hasadrian2012-02-262-0/+26
* Simplify vm_mmap()'s control flow.alc2012-02-251-16/+19
* Attempt to further fix some of the concurrency/reset issues that occur.adrian2012-02-252-16/+35
* Simplify vmspace_fork()'s control flow by copying immutable data beforealc2012-02-251-14/+10
* Whitespace cleanup:gjb2012-02-251-151/+220
* Whitespace cleanup:gjb2012-02-259-49/+79
* Fix various typos in manual pages.gjb2012-02-2523-47/+47
* o Reduce chances for integer overflow.maxim2012-02-251-2/+2
* Bump __FreeBSD_version due to libarchive update.mm2012-02-251-1/+1
* Update libarchive to 3.0.3mm2012-02-25470-13523/+125568
|\
| * Update vendor libarchive dist to new "release" branch (post 3.0.3)mm2012-02-08509-14939/+133197
| * Update to vendor revision 4183mm2012-01-291-0/+13
* | When detaching an unix domain socket, uipc_detach() checkstrociny2012-02-253-0/+43
OpenPOWER on IntegriCloud