| Commit message (Expand) | Author | Age | Files | Lines |
* | Add YARROW_RNG and FORTUNA_RNG to sys/conf/options. | des | 2013-10-08 | 1 | -0/+16 |
* | Debugging. My attempt at EVENTHANDLER(multiuser) was a failure; use EVENTHAND... | markm | 2013-10-08 | 1 | -2/+0 |
* | Snapshot. | markm | 2013-10-06 | 1 | -0/+2 |
* | MFC - tracking commit | markm | 2013-10-06 | 2 | -185/+2 |
* | MFC - tracking commit. | markm | 2013-10-04 | 1 | -1/+1 |
* | Snapshot. This passes the build test, but has not yet been finished or debugged. | markm | 2013-10-04 | 1 | -3/+3 |
* | MFC - tracking update. | markm | 2013-10-02 | 2 | -65/+46 |
* | For vunref(), try to upgrade the vnode lock if the function was called | kib | 2013-09-29 | 1 | -2/+4 |
* | Reimplement r255797 using LK_TRYUPGRADE. | kib | 2013-09-29 | 1 | -2/+14 |
* | Add LK_TRYUPGRADE operation for lockmgr(9), which attempts to | kib | 2013-09-29 | 1 | -0/+13 |
* | it must be the last member, not might... | jmg | 2013-09-26 | 1 | -1/+1 |
* | Do not allow negative timeouts for kqueue timers, check for the | kib | 2013-09-26 | 1 | -2/+10 |
* | Acquire a hold reference on the vnode when a knote is instantiated. | kib | 2013-09-26 | 1 | -0/+2 |
* | Make the callout arithmetic more robust adding checks for overflow. | davide | 2013-09-26 | 1 | -1/+6 |
* | Avoid memory accesses reordering which can result in fget_unlocked() | attilio | 2013-09-25 | 1 | -2/+14 |
* | Make load average sampling asynchronous to hardclock ticks. This improves | mav | 2013-09-24 | 1 | -2/+2 |
* | Always request zeroed memory, in case we're dumb enough to leak it later. | des | 2013-09-22 | 1 | -2/+2 |
* | Revert r255797. The LK_UPGRADE | LK_NOWAIT drops the lock. | kib | 2013-09-22 | 1 | -14/+2 |
* | Pre-acquire the filedesc sx when a possibility exists that the later | kib | 2013-09-22 | 1 | -3/+30 |
* | Increase the chance of the buffer write from the bufdaemon helper | kib | 2013-09-22 | 1 | -2/+14 |
* | Consistently use the same value to indicate exclusively-held and | davide | 2013-09-22 | 2 | -8/+8 |
* | - Create kern.ipc.sendfile namespace, and put the new "readhead" OID | glebius | 2013-09-22 | 1 | -12/+4 |
* | Fix ia64 and mips kernel builds due to XENHVM=>GENERIC integration in | gibbs | 2013-09-22 | 1 | -0/+4 |
* | Regenerate syscall argument strings after r255777. | markj | 2013-09-21 | 1 | -20/+20 |
* | Omit "__restrict" when generating syscall argument strings. DTrace doesn't | markj | 2013-09-21 | 1 | -6/+8 |
* | Fix callout_init_rm() in the shared case, allocating storage for 'struct | davide | 2013-09-20 | 1 | -3/+11 |
* | Fix lc_lock/lc_unlock() support for rmlocks held in shared mode. With | davide | 2013-09-20 | 7 | -40/+69 |
* | Merge Xen PVHVM support into the GENERIC kernel config for both | gibbs | 2013-09-20 | 1 | -9/+5 |
* | Add support for suspend/resume/migration operations when running as a | gibbs | 2013-09-20 | 1 | -3/+52 |
* | Regen. | jhb | 2013-09-19 | 3 | -2/+38 |
* | Extend the support for exempting processes from being killed when swap is | jhb | 2013-09-19 | 5 | -0/+206 |
* | Fix panic in ktrcapfail() when no capability rights are passed. | pjd | 2013-09-18 | 2 | -5/+12 |
* | Revert r255672, it has some serious flaws, leaking file references etc. | rdivacky | 2013-09-18 | 1 | -71/+52 |
* | Implement epoll support in Linuxulator. This is a tiny wrapper around kqueue | rdivacky | 2013-09-18 | 1 | -52/+71 |
* | Fix assertion in sendfile_readpage() to assert only the validity | glebius | 2013-09-17 | 1 | -3/+3 |
* | Remove zero-copy sockets code. It only worked for anonymous memory, | kib | 2013-09-16 | 2 | -338/+0 |
* | Use TAILQ instead of STAILQ for kqeueue filedescriptors to ensure constant | kib | 2013-09-13 | 1 | -3/+3 |
* | When opening or closing fifo, ensure that the vnode is locked | kib | 2013-09-13 | 1 | -1/+3 |
* | Reduce the scope of the proctree_lock. If several processes cause | kib | 2013-09-13 | 1 | -7/+6 |
* | Regen. | jhb | 2013-09-12 | 3 | -4/+4 |
* | Fix the type of the idtype argument to wait6() in syscalls.master. | jhb | 2013-09-12 | 1 | -1/+2 |
* | Fix the type of the idtype argument to wait6() in syscalls.master. | jhb | 2013-09-12 | 1 | -1/+1 |
* | Provide pr_ctloutput method for AF_LOCAL/SOCK_SEQPACKET sockets. | glebius | 2013-09-11 | 1 | -0/+1 |
* | Fix build with gcc. | kib | 2013-09-11 | 1 | -0/+2 |
* | Implement sendfile(2) for the posix shared memory segment file descriptor, | kib | 2013-09-11 | 2 | -126/+250 |
* | Fix the length calculation for the final block of a sendfile(2) | des | 2013-09-10 | 1 | -5/+4 |
* | Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use | jhb | 2013-09-09 | 8 | -15/+14 |
* | In r243868, the error message buffer errmsg have been changed from | delphij | 2013-09-09 | 1 | -1/+1 |
* | Drain for the xbusy state for two places which potentially do | kib | 2013-09-08 | 1 | -0/+6 |
* | Sort properly. | pjd | 2013-09-07 | 1 | -1/+1 |