summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add two new pmap functions:jah2015-08-0418-8/+575
* BEAGLEBONE: remove dtrace from MODULES_EXTRA.rpaulo2015-08-041-1/+0
* Fix style(9) bugs.jkim2015-08-041-6/+5
* Make IPsec work with AES-GCM and AES-ICM (aka CTR) in OCF... IPsecjmg2015-08-047-102/+114
* Add support for Planex GW-NS300N.kevlo2015-08-041-1/+2
* xargs now takes -P0, creating as many concurrent processes as possibleallanjude2015-08-042-3/+19
* Give large kernel stack to the initial thread . Otherwise, ZFSkib2015-08-044-3/+9
* Ensure the local MANIFEST is always used when verifying remotesvnmir2015-08-041-1/+1
* Copy the fencing of the algorithm to do lock-less update and readingkib2015-08-044-29/+112
* Fix panic triggered by code like this:trasz2015-08-041-0/+7
* Avoid calling into the random subsystem before it is initialized.hselasky2015-08-041-1/+5
* Mark vgonel() as static. It was already declared static earlier;trasz2015-08-041-1/+1
* Revert r286236; vgonel() is a static function.trasz2015-08-042-7/+0
* Get it closes to style(9).araujo2015-08-041-20/+14
* Let the CloudABI futex code use umtx_keys.ed2015-08-041-72/+11
* Fix bad arithmetic in umtx_key_get() to compute object offset.ed2015-08-041-2/+2
* Revert r286144 leaving the original fix to the buffer overflow.pfg2015-08-041-3/+2
* Remove the 3rd clause of BSD LICENSE.araujo2015-08-041-36/+41
* Remove the 3rd clause of BSD LICENSE.araujo2015-08-041-32/+48
* Always define __va_list for amd64 and restore pre-r232261 behavior for i386.jkim2015-08-041-2/+11
* Remove the mtx_sleep() from the kqueue f_event filter.loos2015-08-031-4/+4
* Avoid calling strlen() where we can use the strspn() return value.ed2015-08-032-9/+9
* Clarify pw(8) manual w/respect to required arguments. Break long lines atdteske2015-08-031-90/+118
* Add missing const keyword to function parameter.ed2015-08-032-2/+2
* kgdb uses td_oncpu to determine if a thread is running and should usejhb2015-08-032-0/+8
* Refinements to r281079's sequential access optimization: Prefetched pages,alc2015-08-031-2/+12
* Remove never used filebapt2015-08-031-322/+0
* Add a KASSERT() to make sure we wont rotate the buffers twice (rotate theloos2015-08-031-0/+1
* The mbuf parameter to ip_output_pfil() must be an output parameter sincemarkj2015-08-031-4/+7
* Remove a couple of unused fields from the FBT probe struct.markj2015-08-035-6/+0
* A misplaced #endif in ixgbe_ioctl() causes interface MTU to becomesbruno2015-08-031-3/+3
* Fix panic that would happen on forcibly unmounting devfs (note thattrasz2015-08-031-0/+14
* Document vgonel(9).trasz2015-08-032-0/+7
* Fix a problem which made loader(8) load non-kld files twice.trasz2015-08-031-0/+8
* Add missing exception number to EL0 sync. abort on ARM64zbb2015-08-031-0/+1
* Fix ipfw range deletion.melifaro2015-08-031-3/+8
* Add pmspvc device back to GENERIC. The issues with the device playingimp2015-08-032-4/+2
* Let CloudABI use the SV_CAPSICUM flag.ed2015-08-031-1/+1
* Add sysent flag to switch to capabilities mode on startup.ed2015-08-032-5/+10
* Clear the IA32_MISC_ENABLE MSR bit, which limits the max CPUIDkib2015-08-035-16/+35
* Decompose TCP INP_INFO lock to increase short-lived TCP connections scalability:jch2015-08-0315-241/+328
* Rework the way iSCSI initiator handles system shutdown. This fixestrasz2015-08-031-10/+17
* Pass the pcb to store the vfp state in to vfp_save_state. This fixes a bugandrew2015-08-035-10/+20
* Fix KSTACK_PAGES check in ZFS modulesmh2015-08-031-0/+7
* Set p_osrel to __FreeBSD_version on process startup.ed2015-08-031-1/+11
* Fix bugs spotted by gccbapt2015-08-031-3/+4
* Actually set quiet to something.adrian2015-08-031-1/+1
* Make image_copyout_zeroes() an interface function.marcel2015-08-032-6/+7
* Pass correct type of argument to ti_gpio_unmask_irq in ti_gpio_activate_resourcegonzo2015-08-031-3/+5
* looks like all archs either have clang or cdefs included before..jmg2015-08-021-2/+0
OpenPOWER on IntegriCloud