| Commit message (Expand) | Author | Age | Files | Lines |
* | For some file types, select code registers two selfd structures. E.g., | Konstantin Belousov | 2010-08-28 | 1 | -3/+9 |
* | Send SIGPIPE to the thread that issued the offending system call | John Baldwin | 2010-06-29 | 1 | -1/+1 |
* | Remove PIOLLHUP from the flags used to test for to set exceptfsd | Konstantin Belousov | 2010-05-21 | 1 | -1/+1 |
* | Provide groundwork for 32-bit binary compatibility on non-x86 platforms, | Nathan Whitehorn | 2010-03-11 | 1 | -2/+32 |
* | Current pselect(3) is implemented in usermode and thus vulnerable to | Konstantin Belousov | 2009-10-27 | 1 | -3/+53 |
* | kern_select(9) copies fd_set in and out of userspace in quantities of | Konstantin Belousov | 2009-09-09 | 1 | -5/+9 |
* | Fix the conformance of poll(2) for sockets after r195423 by | Konstantin Belousov | 2009-08-23 | 1 | -0/+7 |
* | Audit file descriptor and command arguments to ioctl(2). | Robert Watson | 2009-07-02 | 1 | -0/+2 |
* | - Use fd_lastfile + 1 as the upper bound on nd. This is more correct than | Jeff Roberson | 2009-07-01 | 1 | -6/+8 |
* | Replace AUDIT_ARG() with variable argument macros with a set more more | Robert Watson | 2009-06-27 | 1 | -2/+2 |
* | - Implement a lockless file descriptor lookup algorithm in | Jeff Roberson | 2009-05-14 | 1 | -10/+4 |
* | When writing out updated pollfd records when returning from | Robert Watson | 2009-03-11 | 1 | -1/+22 |
* | Extract the no_poll() and vop_nopoll() code into the common routine | Konstantin Belousov | 2009-03-06 | 1 | -0/+16 |
* | Fix select on platforms where sizeof(long) != sizeof(int). This used | Stephane E. Potvin | 2009-02-02 | 1 | -2/+2 |
* | - bit has to be fd_mask to work properly on 64bit platforms. Constants | Jeff Roberson | 2009-01-25 | 1 | -5/+6 |
* | - Correct a typo in a comment. | Jeff Roberson | 2009-01-25 | 1 | -1/+1 |
* | Fix errors introduced when I rewrote select. | Jeff Roberson | 2009-01-25 | 1 | -44/+96 |
* | Reverse if() logic to improve readability. | David E. O'Brien | 2008-09-23 | 1 | -4/+3 |
* | - Remove stale comment. | Jeff Roberson | 2008-03-19 | 1 | -8/+0 |
* | - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice from | Jeff Roberson | 2008-03-19 | 1 | -6/+1 |
* | Make ftruncate a 'struct file' operation rather than a vnode operation. | John Baldwin | 2008-01-07 | 1 | -1/+66 |
* | Remove explicit locking of struct file. | Jeff Roberson | 2007-12-30 | 1 | -8/+4 |
* | Refactor select to reduce contention and hide internal implementation | Jeff Roberson | 2007-12-16 | 1 | -168/+414 |
* | generally we are interested in what thread did something as | Julian Elischer | 2007-11-14 | 1 | -1/+1 |
* | Add freebsd6_ wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate | Peter Wemm | 2007-07-04 | 1 | -0/+28 |
* | Commit 14/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-05 | 1 | -16/+16 |
* | Remove unneeded include files. | Alan Cox | 2007-05-01 | 1 | -2/+0 |
* | Replace custom file descriptor array sleep lock constructed using a mutex | Robert Watson | 2007-04-04 | 1 | -12/+11 |
* | Further system call comment cleanup: | Robert Watson | 2007-03-05 | 1 | -15/+0 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | Robert Watson | 2007-03-04 | 1 | -45/+10 |
* | Do not dispatch SIGPIPE from the generic write path for a socket; with | Bruce M Simpson | 2007-03-01 | 1 | -1/+1 |
* | Prevent IOC_IN with zero size argument (this is only supported | Ruslan Ermilov | 2006-10-14 | 1 | -1/+2 |
* | Fix our ioctl(2) implementation when the argument is "int". New | Ruslan Ermilov | 2006-09-27 | 1 | -11/+15 |
* | - Split ioctl() up into ioctl() and kern_ioctl(). The kern_ioctl() assumes | John Baldwin | 2006-07-08 | 1 | -37/+44 |
* | Return error from fget_write() rather than hardcoding EBADF now that | John Baldwin | 2006-01-06 | 1 | -2/+2 |
* | Remove XXX comments complaining that write(2) on a read-only descriptor | John Baldwin | 2006-01-05 | 1 | -2/+2 |
* | - Add two new system calls: preadv() and pwritev() which are like readv() | John Baldwin | 2005-07-07 | 1 | -167/+198 |
* | Conditionally weaken sys_generic.c rev 1.136 to allow certain dubious | Peter Wemm | 2005-06-30 | 1 | -2/+7 |
* | Implement kern_adjtime(), kern_readv(), kern_sched_rr_get_interval(), | John Baldwin | 2005-03-31 | 1 | -19/+32 |
* | Declare "cnt" (a number of bytes to read or write) as an "ssize_t", not | Colin Percival | 2005-02-10 | 1 | -2/+4 |
* | Previously a read of zero bytes got handled in devfs:vop_read() but I | Poul-Henning Kamp | 2005-01-25 | 1 | -0/+12 |
* | Detect sign-extension bugs in the ioctl(2) command argument: Truncate | Poul-Henning Kamp | 2005-01-18 | 1 | -0/+6 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | Push Giant down through ioctl. | Poul-Henning Kamp | 2004-11-17 | 1 | -7/+0 |
* | Push Giant down through select and poll. | Poul-Henning Kamp | 2004-11-17 | 1 | -12/+1 |
* | Polish code to correctly reflect structure. | Poul-Henning Kamp | 2004-11-16 | 1 | -19/+10 |
* | Rearrange memory management for ioctl arguments to use stronger checks | Poul-Henning Kamp | 2004-11-14 | 1 | -25/+16 |
* | style polish. | Poul-Henning Kamp | 2004-11-14 | 1 | -8/+6 |
* | Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST. | Poul-Henning Kamp | 2004-11-13 | 1 | -6/+6 |
* | Poll() uses the array smallbits that is big enough to hold 32 struct | Andre Oppermann | 2004-08-27 | 1 | -3/+3 |