| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r274017, r274088 and r275205: | hselasky | 2014-11-28 | 1 | -8/+25 |
* | MFC r267710: | mjg | 2014-07-06 | 1 | -1/+1 |
* | MFC r258148,r258149,r258150,r258152,r258153,r258154,r258181,r258182: | pjd | 2013-11-18 | 1 | -4/+5 |
* | MFC r256502: | kib | 2013-10-25 | 1 | -0/+4 |
* | Restore builds on architectures that don't support CAPABILITIES (mips). | sbruno | 2013-09-05 | 1 | -0/+4 |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | pjd | 2013-09-05 | 1 | -9/+23 |
* | Help out gcc. clang understands. | peter | 2013-06-29 | 1 | -0/+1 |
* | - Trim an unused and bogus Makefile for mount_smbfs. | davide | 2013-06-28 | 1 | -0/+55 |
* | Rework overflow checks of r247898 to not let too "intelligent" compiler to | mav | 2013-03-09 | 1 | -4/+5 |
* | Fix time math overflows and improve zero intervals handling in poll(), | mav | 2013-03-06 | 1 | -12/+23 |
* | MFcalloutng: | davide | 2013-03-04 | 1 | -47/+36 |
* | Merge Capsicum overhaul: | pjd | 2013-03-02 | 1 | -53/+78 |
* | Do not force a writer to the devfs file to drain the buffer writes. | kib | 2012-12-23 | 1 | -1/+2 |
* | Disconnect non-MPSAFE SMBFS from the build in preparation for dropping | attilio | 2012-10-18 | 1 | -56/+0 |
* | The variable 'error' in sys_poll() is initialized in declaration to value | davide | 2012-06-17 | 1 | -1/+1 |
* | Instead of incomplete handling of read(2)/write(2) return values that | kib | 2012-03-04 | 1 | -12/+8 |
* | Fix found places where uio_resid is truncated to int. | kib | 2012-02-21 | 1 | -4/+18 |
* | To limit amount of the kernel memory allocated, and to optimize the | kib | 2011-11-13 | 1 | -3/+63 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -17/+17 |
* | Fix a deficiency in the selinfo interface: | attilio | 2011-08-25 | 1 | -0/+17 |
* | poll(2) implementation for capabilities. | jonathan | 2011-08-16 | 1 | -0/+11 |
* | Rename CAP_*_KEVENT to CAP_*_EVENT. | jonathan | 2011-08-12 | 1 | -1/+1 |
* | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | rwatson | 2011-08-11 | 1 | -10/+47 |
* | For some file types, select code registers two selfd structures. E.g., | kib | 2010-08-28 | 1 | -3/+9 |
* | Send SIGPIPE to the thread that issued the offending system call | jhb | 2010-06-29 | 1 | -1/+1 |
* | Remove PIOLLHUP from the flags used to test for to set exceptfsd | kib | 2010-05-21 | 1 | -1/+1 |
* | Provide groundwork for 32-bit binary compatibility on non-x86 platforms, | nwhitehorn | 2010-03-11 | 1 | -2/+32 |
* | Current pselect(3) is implemented in usermode and thus vulnerable to | kib | 2009-10-27 | 1 | -3/+53 |
* | kern_select(9) copies fd_set in and out of userspace in quantities of | kib | 2009-09-09 | 1 | -5/+9 |
* | Fix the conformance of poll(2) for sockets after r195423 by | kib | 2009-08-23 | 1 | -0/+7 |
* | Audit file descriptor and command arguments to ioctl(2). | rwatson | 2009-07-02 | 1 | -0/+2 |
* | - Use fd_lastfile + 1 as the upper bound on nd. This is more correct than | jeff | 2009-07-01 | 1 | -6/+8 |
* | Replace AUDIT_ARG() with variable argument macros with a set more more | rwatson | 2009-06-27 | 1 | -2/+2 |
* | - Implement a lockless file descriptor lookup algorithm in | jeff | 2009-05-14 | 1 | -10/+4 |
* | When writing out updated pollfd records when returning from | rwatson | 2009-03-11 | 1 | -1/+22 |
* | Extract the no_poll() and vop_nopoll() code into the common routine | kib | 2009-03-06 | 1 | -0/+16 |
* | Fix select on platforms where sizeof(long) != sizeof(int). This used | sepotvin | 2009-02-02 | 1 | -2/+2 |
* | - bit has to be fd_mask to work properly on 64bit platforms. Constants | jeff | 2009-01-25 | 1 | -5/+6 |
* | - Correct a typo in a comment. | jeff | 2009-01-25 | 1 | -1/+1 |
* | Fix errors introduced when I rewrote select. | jeff | 2009-01-25 | 1 | -44/+96 |
* | Reverse if() logic to improve readability. | obrien | 2008-09-23 | 1 | -4/+3 |
* | - Remove stale comment. | jeff | 2008-03-19 | 1 | -8/+0 |
* | - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice from | jeff | 2008-03-19 | 1 | -6/+1 |
* | Make ftruncate a 'struct file' operation rather than a vnode operation. | jhb | 2008-01-07 | 1 | -1/+66 |
* | Remove explicit locking of struct file. | jeff | 2007-12-30 | 1 | -8/+4 |
* | Refactor select to reduce contention and hide internal implementation | jeff | 2007-12-16 | 1 | -168/+414 |
* | generally we are interested in what thread did something as | julian | 2007-11-14 | 1 | -1/+1 |
* | Add freebsd6_ wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate | peter | 2007-07-04 | 1 | -0/+28 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -16/+16 |
* | Remove unneeded include files. | alc | 2007-05-01 | 1 | -2/+0 |