summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_descrip.c
Commit message (Expand)AuthorAgeFilesLines
* Extend coverage of SOCK_LOCK(so) to include so_count, the socketrwatson2004-06-121-0/+3
* Deorbit COMPAT_SUNOS.phk2004-06-111-2/+2
* Push the VOP_ADVLOCK() call to release advisory locks on vnode filerwatson2004-06-011-11/+1
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Conditionally assert Giant in fputsock() based on the value ofrwatson2004-03-291-0/+1
* Split the mlock() kernel code into two parts, mlock(), which unpackstruckman2004-02-261-1/+3
* Device megapatch 4/6:phk2004-02-211-0/+2
* Don't bother storing a result when all you need are the side effects.des2004-02-161-5/+5
* In fdcheckstd the descriptor table should never be shared, so justdwmalone2004-02-151-9/+7
* Locking for the per-process resource limits structure.jhb2004-02-041-7/+16
* Restore correct semantics for F_DUPFD fcntl. This should fix the errorsdes2004-01-171-4/+4
* WITNESS won't let us hold two filedesc locks at the same time, so juggledes2004-01-161-3/+9
* Remove two KASSERTs which were overly paranoid.des2004-01-161-4/+0
* Take care to drop locks when calling malloc()des2004-01-151-2/+6
* New file descriptor allocation code, derived from similar code introduceddes2004-01-151-243/+285
* Mechanical whitespace cleanup.des2004-01-111-10/+10
* Remove long dead code, specifically, code related to munmapfd().alc2004-01-111-24/+0
* Plug a leak of open files that happens when you exec a suid programdwmalone2003-12-281-0/+1
* falloc allocates a file structure and adds it to the file descriptordwmalone2003-10-191-2/+22
* Remove the global variable 'cmask', which was used to initialize therwatson2003-10-021-2/+1
* Do some minor Giant pushdown made possible by copyin, fget, fdrop,dwmalone2003-08-041-6/+6
* Revision 1.51 of vm/uma_core.c modified uma_large_free() to acquire Giantalc2003-07-291-6/+0
* When exporting file descriptor data for threads invoking therwatson2003-07-281-0/+11
* Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout.phk2003-07-271-1/+1
* revision 1.51 of vm/uma_core.c modified uma_large_malloc() to acquirealc2003-07-251-6/+0
* Extend the mutex pool implementation to permit the creation and use oftruckman2003-07-131-1/+1
* Use the f_vnode field to tell which file descriptors have a vnode.phk2003-07-041-17/+11
* Add a f_vnode field to struct file.phk2003-06-221-10/+11
* Don't (re)initialize f_gcflag to zero.phk2003-06-201-2/+0
* Unlock the struct file lock before aquiring Giant, otherwisealfred2003-06-191-3/+3
* Add a rate limited message reporting when kern.maxfiles is exceeded,silby2003-06-191-2/+8
* Reserve the last 5% of file descriptors for root use. This should allowsilby2003-06-181-2/+3
* Initialize struct fileops with C99 sparse initialization.phk2003-06-181-8/+7
* Use __FBSDID().obrien2003-06-111-1/+3
* Add tracking of process leaders sharing a file descriptor table andtegge2003-06-021-8/+194
* Remove needless returnphk2003-05-311-1/+0
* VOP_PATHCONF() requires a vnode lock; this patch adds locking torwatson2003-05-151-0/+2
* Fix some easy, global, lint warnings. In most cases, this meansmarkm2003-04-301-1/+1
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-2/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+3
* Remove unneeded code added in revision 1.188.tegge2003-03-011-32/+9
* Don't NULL out p_fd until after closefd() has been called. This isn'tscottl2003-02-241-4/+6
* Remove a comment which hasn't been true since rev. 1.158mtm2003-02-221-1/+0
* Back out M_* changes, per decision of the TRB.imp2003-02-191-6/+6
* Avoid file lock leakage when linuxthreads port or rfork is used:tegge2003-02-151-15/+51
* Do not allow kqueues to be passed via unix domain sockets.alfred2003-02-151-1/+2
* Fix LOR with PROC/filedesc. Introduce fdesc_mtx that will be used as aalfred2003-02-151-1/+11
* Don't lock FILEDESC under PROC.alfred2003-02-111-2/+1
* NODEVFS cleanup: remove #ifdefsphk2003-01-301-9/+0
* Add missing SMP file locks around read-modify-write operations onhsu2003-01-211-1/+5
OpenPOWER on IntegriCloud