summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Regenerate after r255219.pjd2013-09-053-41/+19
| * Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-0521-294/+737
| * Trim a couple of panic messages.jhb2013-09-041-8/+2
| * Fix socket buffer timeouts precision using the new sbintime_t KPI insteaddavide2013-09-013-7/+6
| * Forced dismounts of NFS mounts can fail when thread(s) are stuckrmacklem2013-09-011-1/+9
* | MFCmarkm2013-08-308-59/+54
|\ \ | |/
| * Simplify pause_sbt() logic. Don't call DELAY() if remainder is lesshselasky2013-08-301-7/+7
| * Move the definition of the struct unrhdr into a separate header file,kib2013-08-301-27/+18
| * Fix some issues in change 254760 pointed out by Bruce Evans:ken2013-08-291-11/+8
| * Don't return an error for socket timeouts that are too large. Justjhb2013-08-291-7/+2
| * Pad m_hdr on 32bit architectures to to prevent alignment and paddingandre2013-08-271-0/+8
| * When allocating a pbuf for the cluster write, do not sleep waitingkib2013-08-271-1/+3
| * Add the ability to display the default FIB number for a process to thewill2013-08-261-0/+2
OpenPOWER on IntegriCloud