summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Always request zeroed memory, in case we're dumb enough to leak it later.des2013-09-221-2/+2
* Revert r255797. The LK_UPGRADE | LK_NOWAIT drops the lock.kib2013-09-221-14/+2
* Pre-acquire the filedesc sx when a possibility exists that the laterkib2013-09-221-3/+30
* Increase the chance of the buffer write from the bufdaemon helperkib2013-09-221-2/+14
* Consistently use the same value to indicate exclusively-held anddavide2013-09-222-8/+8
* - Create kern.ipc.sendfile namespace, and put the new "readhead" OIDglebius2013-09-221-12/+4
* Fix ia64 and mips kernel builds due to XENHVM=>GENERIC integration ingibbs2013-09-221-0/+4
* Regenerate syscall argument strings after r255777.markj2013-09-211-20/+20
* Omit "__restrict" when generating syscall argument strings. DTrace doesn'tmarkj2013-09-211-6/+8
* Fix callout_init_rm() in the shared case, allocating storage for 'structdavide2013-09-201-3/+11
* Fix lc_lock/lc_unlock() support for rmlocks held in shared mode. Withdavide2013-09-207-40/+69
* Merge Xen PVHVM support into the GENERIC kernel config for bothgibbs2013-09-201-9/+5
* Add support for suspend/resume/migration operations when running as agibbs2013-09-201-3/+52
* Regen.jhb2013-09-193-2/+38
* Extend the support for exempting processes from being killed when swap isjhb2013-09-195-0/+206
* Fix panic in ktrcapfail() when no capability rights are passed.pjd2013-09-182-5/+12
* Revert r255672, it has some serious flaws, leaking file references etc.rdivacky2013-09-181-71/+52
* Implement epoll support in Linuxulator. This is a tiny wrapper around kqueuerdivacky2013-09-181-52/+71
* Fix assertion in sendfile_readpage() to assert only the validityglebius2013-09-171-3/+3
* Remove zero-copy sockets code. It only worked for anonymous memory,kib2013-09-162-338/+0
* Use TAILQ instead of STAILQ for kqeueue filedescriptors to ensure constantkib2013-09-131-3/+3
* When opening or closing fifo, ensure that the vnode is lockedkib2013-09-131-1/+3
* Reduce the scope of the proctree_lock. If several processes causekib2013-09-131-7/+6
* Regen.jhb2013-09-123-4/+4
* Fix the type of the idtype argument to wait6() in syscalls.master.jhb2013-09-121-1/+2
* Fix the type of the idtype argument to wait6() in syscalls.master.jhb2013-09-121-1/+1
* Provide pr_ctloutput method for AF_LOCAL/SOCK_SEQPACKET sockets.glebius2013-09-111-0/+1
* Fix build with gcc.kib2013-09-111-0/+2
* Implement sendfile(2) for the posix shared memory segment file descriptor,kib2013-09-112-126/+250
* Fix the length calculation for the final block of a sendfile(2)des2013-09-101-5/+4
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-098-15/+14
* In r243868, the error message buffer errmsg have been changed fromdelphij2013-09-091-1/+1
* Drain for the xbusy state for two places which potentially dokib2013-09-081-0/+6
* Sort properly.pjd2013-09-071-1/+1
* Fix panic in cap_rights_is_valid() when invalid rights are provided -pjd2013-09-071-11/+24
* Micro-optimize cpu_search(), allowing compiler to use more efficient inlinemav2013-09-071-2/+10
* MFCmarkm2013-09-071-5/+12
|\
| * Add a vtprintf. It is to tprintf what vprintf is to printf.np2013-09-071-5/+12
* | MFCmarkm2013-09-0632-649/+1063
|\ \ | |/
| * Keep PRIV_KMEM_READ permitted inside jails as it is on the outside.jamie2013-09-061-0/+7
| * Fixing a small typo.hiren2013-09-051-1/+1
| * The vm_pageout_flush() functions sbusies pages in the passed pageskib2013-09-051-2/+2
| * The fget() function now takes pointer to cap_rights_t, so change 0 to NULL.pjd2013-09-051-1/+1
| * Handle cases where capability rights are not provided.pjd2013-09-051-13/+20
| * Fix !CAPABILITIES build.glebius2013-09-051-0/+2
| * Correct the logic broken in my last commit.pjd2013-09-051-1/+1
| * Restore builds on architectures that don't support CAPABILITIES (mips).sbruno2013-09-051-0/+4
| * This looks like a typo that breaks the build. Yell at me if this isn't thesbruno2013-09-051-1/+1
| * Style fixes.pjd2013-09-051-122/+122
| * Style fixes. Most fixes are about not treating integers and pointers aspjd2013-09-051-165/+137
OpenPOWER on IntegriCloud