| Commit message (Expand) | Author | Age | Files | Lines |
* | - Add two new system calls: preadv() and pwritev() which are like readv() | jhb | 2005-07-07 | 1 | -167/+198 |
* | Conditionally weaken sys_generic.c rev 1.136 to allow certain dubious | peter | 2005-06-30 | 1 | -2/+7 |
* | Implement kern_adjtime(), kern_readv(), kern_sched_rr_get_interval(), | jhb | 2005-03-31 | 1 | -19/+32 |
* | Declare "cnt" (a number of bytes to read or write) as an "ssize_t", not | cperciva | 2005-02-10 | 1 | -2/+4 |
* | Previously a read of zero bytes got handled in devfs:vop_read() but I | phk | 2005-01-25 | 1 | -0/+12 |
* | Detect sign-extension bugs in the ioctl(2) command argument: Truncate | phk | 2005-01-18 | 1 | -0/+6 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Push Giant down through ioctl. | phk | 2004-11-17 | 1 | -7/+0 |
* | Push Giant down through select and poll. | phk | 2004-11-17 | 1 | -12/+1 |
* | Polish code to correctly reflect structure. | phk | 2004-11-16 | 1 | -19/+10 |
* | Rearrange memory management for ioctl arguments to use stronger checks | phk | 2004-11-14 | 1 | -25/+16 |
* | style polish. | phk | 2004-11-14 | 1 | -8/+6 |
* | Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST. | phk | 2004-11-13 | 1 | -6/+6 |
* | Poll() uses the array smallbits that is big enough to hold 32 struct | andre | 2004-08-27 | 1 | -3/+3 |
* | Clean up and wash struct iovec and struct uio handling. | phk | 2004-07-10 | 1 | -154/+57 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Add annotations to mtx_lock(&Giant) in kern_select() and poll() that | rwatson | 2004-03-13 | 1 | -0/+8 |
* | Switch the sleep/wakeup and condition variable implementations to use the | jhb | 2004-02-27 | 1 | -8/+3 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 1 | -1/+4 |
* | pread/pwrite: | ache | 2004-01-20 | 1 | -4/+9 |
* | - Implement selwakeuppri() which allows raising the priority of a | tanimura | 2003-11-09 | 1 | -3/+24 |
* | Introduce no_poll() default method for device drivers. Have it | phk | 2003-09-27 | 1 | -11/+0 |
* | Remove Giant from writev(2). Eliminate trivial style differences between | alc | 2003-08-01 | 1 | -11/+4 |
* | Introduce a new flag on a file descriptor: DFLAG_SEEKABLE and use that | phk | 2003-06-18 | 1 | -4/+4 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 1 | -2/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -7/+7 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -7/+7 |
* | SCARGS removal take II. | alfred | 2002-12-14 | 1 | -6/+6 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | alfred | 2002-12-13 | 1 | -6/+6 |
* | Remove SCARGS. | alfred | 2002-12-13 | 1 | -6/+6 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 1 | -1/+1 |
* | We don't need the <sys/disklabel.h> include for alpha anymore. | phk | 2002-09-20 | 1 | -3/+0 |
* | Completely redo thread states. | julian | 2002-09-11 | 1 | -4/+3 |
* | Split out a number of mostly VFS and signal related syscalls into | iedowse | 2002-09-01 | 1 | -21/+38 |
* | Move the TAILQ_INIT(&td->td_selq) before the retry: label. Otherwise in | peter | 2002-08-23 | 1 | -4/+2 |
* | In continuation of early fileop credential changes, modify fo_ioctl() to | rwatson | 2002-08-17 | 1 | -3/+3 |
* | Make similar changes to fo_stat() and fo_poll() as made earlier to | rwatson | 2002-08-16 | 1 | -2/+3 |
* | In order to better support flexible and extensible access control, | rwatson | 2002-08-15 | 1 | -4/+4 |
* | Attempt to clarify comment in selrecord. | alfred | 2002-07-24 | 1 | -4/+8 |
* | remove caddr_t from fo_ioctl calls | alfred | 2002-07-22 | 1 | -2/+2 |
* | remove caddr_t | alfred | 2002-07-22 | 1 | -9/+8 |
* | Part 1 of KSE-III | julian | 2002-06-29 | 1 | -1/+1 |
* | Implement SO_NOSIGPIPE option for sockets. This allows one to request that | alfred | 2002-06-20 | 1 | -1/+2 |
* | Remove the compat bits for the mis-aligned struct disklabel on alpha, | phk | 2002-06-19 | 1 | -22/+0 |
* | Make nselcol, the number of select collisions since boot, unsigned as | kbyanc | 2002-06-12 | 1 | -6/+6 |
* | Catch up to changes in ktrace API. | jhb | 2002-06-07 | 1 | -10/+8 |
* | o Correct an error made in revision 1.65: In readv(), if uap->iovcnt is | alc | 2002-05-09 | 1 | -9/+6 |
* | As promised make the hack for sizeof(struct disklabel) on alpha annoying. | phk | 2002-05-02 | 1 | -3/+14 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+1 |