summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use the correct type for physical addresses.jhibbits2015-07-045-30/+30
* Change comment added in r284540.mav2015-07-041-3/+3
* Drop discovered targets when initiator role is disabled.mav2015-07-044-25/+75
* Remove duplicate header string.h.araujo2015-07-041-1/+0
* Add machine check register printingjhibbits2015-07-042-0/+20
* Remove unused variable flags reported by clang. The function zygote_clone()araujo2015-07-043-6/+4
* Enable IPSEC in all GENERIC kernels.gnn2015-07-046-0/+22
* Remove unused variable to silence clang warning.araujo2015-07-041-4/+1
* Add fdclose(3) function.oshogbo2015-07-044-27/+135
* Move the nvlist source and private includes from sys/kern to seperateoshogbo2015-07-048-19/+20
* Install loader.rc with ARM u-boot loader (ubldr).loos2015-07-041-3/+2
* Fix validation of crypted passwordbapt2015-07-041-7/+6
* Also validate inputs of pw groupmod -h and groupmod -Hbapt2015-07-041-46/+46
* vfs: use shared vnode locking when looking up ".." in vop_stdvptocnpmjg2015-07-041-5/+5
* fd: de-k&r-ify functions + some whitespace fixesmjg2015-07-041-26/+21
* Validate input of pw usermod -h and pwusermod -Hbapt2015-07-044-60/+132
* sysctl: get rid of sysctl_lock/unlockmjg2015-07-041-22/+10
* Remove non-existent dnvlist functions.oshogbo2015-07-041-32/+0
* Move nvlist documentation to the FreeBSD Kernel Developer's sections.oshogbo2015-07-044-67/+128
* Staticize some stuff in mountd(8); no functional changes.trasz2015-07-041-129/+131
* improve dependencies for this module a bit... not great, but atjmg2015-07-041-0/+3
* sysctl: remove a debugging printf which crept in with r285125mjg2015-07-041-1/+1
* sysctl: switch sysctllock to a sleepable rmlockmjg2015-07-044-100/+110
* Cache _MPATH and pass it down into the modules build. Some NFS setupsimp2015-07-042-0/+9
* Quieten the scorpion SoC/WMAC reset path. Stuff the non-error stuffadrian2015-07-041-3/+3
* Call the WMAC DDR flush before handling an interrupt for theadrian2015-07-041-1/+9
* Reshuffle all of the DDR flush operations into a single switch/mux,adrian2015-07-0413-115/+152
* Wake up the hardware before doing anything in sysctl.adrian2015-07-041-48/+231
* Add support for TEST_METADATAjmmv2015-07-041-5/+16
* Add missing shebangjmmv2015-07-041-0/+1
* Make cleanup routines idempotentjmmv2015-07-041-7/+12
* Revert r285018, r285019, r285076, r285078, r285082.gjb2015-07-041-8/+0
* If a "principal" argument isn't provided for a Kerberized NFS mount,rmacklem2015-07-031-2/+6
* Update the date on the manual page.gnn2015-07-031-1/+1
* New AES modes for IPSec, user space components.gnn2015-07-035-1/+16
* Keep IPv6 address specified by IPV6_PKTINFO socket option in kernelae2015-07-031-4/+7
* Add the routines to activate the GMAC clock and setup the GMAC mode.loos2015-07-032-0/+45
* Rename a10_emac_gpio_config() to a10_gpio_ethernet_activate() to make theloos2015-07-033-12/+12
* Grammar and language fixes.kib2015-07-031-36/+50
* Remove duplicate and unnecessary includes.loos2015-07-032-11/+0
* Make ctl(4) appear in "man -k iscsi" results.trasz2015-07-031-2/+2
* Minor update to the proto(4) man page:marcel2015-07-031-18/+55
* Remove commented-out and non-existent cbus(4) attachment for uart(4).marcel2015-07-031-1/+0
* Allow proto(4) to be compiled into the kernel.marcel2015-07-031-0/+4
* Reduce overhead of IPSEC for traffic generated from hosteri2015-07-031-0/+6
* o Add a description for virtio block device implementedbr2015-07-032-0/+32
* Allow BERI virtio-platform code to operate with no PIO devices specified.br2015-07-031-23/+69
* Add 'prewrite' method allowing us to run some platform-specificbr2015-07-032-0/+22
* Add AHCI attachment code for Allwinner A10/A20 SoCs.loos2015-07-0311-5/+431
* netfront: preserve configuration across migrationsroyger2015-07-031-5/+24
OpenPOWER on IntegriCloud