summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_generic.c
Commit message (Expand)AuthorAgeFilesLines
...
* Rearrange memory management for ioctl arguments to use stronger checksphk2004-11-141-25/+16
* style polish.phk2004-11-141-8/+6
* Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.phk2004-11-131-6/+6
* Poll() uses the array smallbits that is big enough to hold 32 structandre2004-08-271-3/+3
* Clean up and wash struct iovec and struct uio handling.phk2004-07-101-154/+57
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Add annotations to mtx_lock(&Giant) in kern_select() and poll() thatrwatson2004-03-131-0/+8
* Switch the sleep/wakeup and condition variable implementations to use thejhb2004-02-271-8/+3
* Locking for the per-process resource limits structure.jhb2004-02-041-1/+4
* pread/pwrite:ache2004-01-201-4/+9
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-3/+24
* Introduce no_poll() default method for device drivers. Have itphk2003-09-271-11/+0
* Remove Giant from writev(2). Eliminate trivial style differences betweenalc2003-08-011-11/+4
* Introduce a new flag on a file descriptor: DFLAG_SEEKABLE and use thatphk2003-06-181-4/+4
* Use __FBSDID().obrien2003-06-111-1/+3
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-2/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-7/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-7/+7
* SCARGS removal take II.alfred2002-12-141-6/+6
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-131-6/+6
* Remove SCARGS.alfred2002-12-131-6/+6
* Be consistent about "static" functions: if the function is markedphk2002-09-281-1/+1
* We don't need the <sys/disklabel.h> include for alpha anymore.phk2002-09-201-3/+0
* Completely redo thread states.julian2002-09-111-4/+3
* Split out a number of mostly VFS and signal related syscalls intoiedowse2002-09-011-21/+38
* Move the TAILQ_INIT(&td->td_selq) before the retry: label. Otherwise inpeter2002-08-231-4/+2
* In continuation of early fileop credential changes, modify fo_ioctl() torwatson2002-08-171-3/+3
* Make similar changes to fo_stat() and fo_poll() as made earlier torwatson2002-08-161-2/+3
* In order to better support flexible and extensible access control,rwatson2002-08-151-4/+4
* Attempt to clarify comment in selrecord.alfred2002-07-241-4/+8
* remove caddr_t from fo_ioctl callsalfred2002-07-221-2/+2
* remove caddr_talfred2002-07-221-9/+8
* Part 1 of KSE-IIIjulian2002-06-291-1/+1
* Implement SO_NOSIGPIPE option for sockets. This allows one to request thatalfred2002-06-201-1/+2
* Remove the compat bits for the mis-aligned struct disklabel on alpha,phk2002-06-191-22/+0
* Make nselcol, the number of select collisions since boot, unsigned askbyanc2002-06-121-6/+6
* Catch up to changes in ktrace API.jhb2002-06-071-10/+8
* o Correct an error made in revision 1.65: In readv(), if uap->iovcnt isalc2002-05-091-9/+6
* As promised make the hack for sizeof(struct disklabel) on alpha annoying.phk2002-05-021-3/+14
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Delete the bogus d_boot[01] fields from struct disklabel.phk2002-04-041-0/+14
* Remove __P.alfred2002-03-191-1/+1
* Giant pushdown for read/write/pread/pwrite syscalls.alfred2002-03-151-8/+0
* Fixes to make select/poll mpsafe.alfred2002-03-141-114/+112
* Remove __Palfred2002-03-091-6/+6
* Remove unused variables in select(2) from previous delta.alfred2002-01-301-2/+1
* Attempt to fixup select(2) and poll(2), this should fix some races withalfred2002-01-291-122/+9
* make pread use fget_read instead of holdfp.alfred2002-01-231-27/+2
* undo a bit of the Giant pushdown.alfred2002-01-191-5/+9
* Fix giant handling in pwrite(2), I forgot to release it when finishingalfred2002-01-161-1/+2
OpenPOWER on IntegriCloud