summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make fcntl(F_SETFL) work.ed2015-08-051-2/+19
* Fix `make depend` in sys/moduleslwhsu2015-08-051-1/+1
* Issue all reads of single XCOPY segment simultaneously.mav2015-08-051-5/+4
* Regenerate the system call table.ed2015-08-055-22/+67
* Import the latest CloudABI system call definitions and table.ed2015-08-054-7/+29
* Disable SSE in libthrvangyzen2015-08-055-2/+35
* Fix UP build after r286296, ensure that CPU_FOREACH() is defined.kib2015-08-051-4/+0
* Properly sort the function declarations added in r286296jah2015-08-051-2/+2
* Add the remaining pointer size independent CloudABI socket system calls.ed2015-08-052-4/+120
* Allow the creation of polling descriptors (kqueues) on CloudABI.ed2015-08-051-0/+3
* Allow the creation of kqueues with a restricted set of Capsicum rights.ed2015-08-053-5/+5
* Make it possible to implement poll(2) on top of kqueue(2).ed2015-08-053-2/+11
* Set f_file to -1/F_UNUSED when after closing when possiblengie2015-08-051-8/+20
* Update the comment about handling old-style rc(5) scriptsngie2015-08-051-2/+5
* Remove one more that crept in unnecessarily from previous commit.jhibbits2015-08-051-1/+0
* Remove some unnecessary includes.jhibbits2015-08-051-5/+1
* 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
OpenPOWER on IntegriCloud