| Commit message (Expand) | Author | Age | Files | Lines |
* | falloc allocates a file structure and adds it to the file descriptor | dwmalone | 2003-10-19 | 1 | -2/+22 |
* | Remove the global variable 'cmask', which was used to initialize the | rwatson | 2003-10-02 | 1 | -2/+1 |
* | Do some minor Giant pushdown made possible by copyin, fget, fdrop, | dwmalone | 2003-08-04 | 1 | -6/+6 |
* | Revision 1.51 of vm/uma_core.c modified uma_large_free() to acquire Giant | alc | 2003-07-29 | 1 | -6/+0 |
* | When exporting file descriptor data for threads invoking the | rwatson | 2003-07-28 | 1 | -0/+11 |
* | Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout. | phk | 2003-07-27 | 1 | -1/+1 |
* | revision 1.51 of vm/uma_core.c modified uma_large_malloc() to acquire | alc | 2003-07-25 | 1 | -6/+0 |
* | Extend the mutex pool implementation to permit the creation and use of | truckman | 2003-07-13 | 1 | -1/+1 |
* | Use the f_vnode field to tell which file descriptors have a vnode. | phk | 2003-07-04 | 1 | -17/+11 |
* | Add a f_vnode field to struct file. | phk | 2003-06-22 | 1 | -10/+11 |
* | Don't (re)initialize f_gcflag to zero. | phk | 2003-06-20 | 1 | -2/+0 |
* | Unlock the struct file lock before aquiring Giant, otherwise | alfred | 2003-06-19 | 1 | -3/+3 |
* | Add a rate limited message reporting when kern.maxfiles is exceeded, | silby | 2003-06-19 | 1 | -2/+8 |
* | Reserve the last 5% of file descriptors for root use. This should allow | silby | 2003-06-18 | 1 | -2/+3 |
* | Initialize struct fileops with C99 sparse initialization. | phk | 2003-06-18 | 1 | -8/+7 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | Add tracking of process leaders sharing a file descriptor table and | tegge | 2003-06-02 | 1 | -8/+194 |
* | Remove needless return | phk | 2003-05-31 | 1 | -1/+0 |
* | VOP_PATHCONF() requires a vnode lock; this patch adds locking to | rwatson | 2003-05-15 | 1 | -0/+2 |
* | Fix some easy, global, lint warnings. In most cases, this means | markm | 2003-04-30 | 1 | -1/+1 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 1 | -2/+1 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+3 |
* | Remove unneeded code added in revision 1.188. | tegge | 2003-03-01 | 1 | -32/+9 |
* | Don't NULL out p_fd until after closefd() has been called. This isn't | scottl | 2003-02-24 | 1 | -4/+6 |
* | Remove a comment which hasn't been true since rev. 1.158 | mtm | 2003-02-22 | 1 | -1/+0 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -6/+6 |
* | Avoid file lock leakage when linuxthreads port or rfork is used: | tegge | 2003-02-15 | 1 | -15/+51 |
* | Do not allow kqueues to be passed via unix domain sockets. | alfred | 2003-02-15 | 1 | -1/+2 |
* | Fix LOR with PROC/filedesc. Introduce fdesc_mtx that will be used as a | alfred | 2003-02-15 | 1 | -1/+11 |
* | Don't lock FILEDESC under PROC. | alfred | 2003-02-11 | 1 | -2/+1 |
* | NODEVFS cleanup: remove #ifdefs | phk | 2003-01-30 | 1 | -9/+0 |
* | Add missing SMP file locks around read-modify-write operations on | hsu | 2003-01-21 | 1 | -1/+5 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -6/+6 |
* | Originally when DEVFS was added, a global variable "devfs_present" | phk | 2003-01-19 | 1 | -5/+7 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 1 | -18/+16 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 1 | -11/+11 |
* | Correct file descriptor leaks in lseek and do_dup. | nectar | 2003-01-06 | 1 | -0/+1 |
* | fdcopy() only needs a filedesc pointer. | alfred | 2003-01-01 | 1 | -4/+5 |
* | purge 'register'. | alfred | 2003-01-01 | 1 | -31/+31 |
* | Since fdshare() and fdinit() only operate on filedescs, make them | alfred | 2003-01-01 | 1 | -10/+10 |
* | fdinit() does not need to lock the filedesc it is creating as no one | alfred | 2003-01-01 | 1 | -3/+0 |
* | Improve consistency between devfs and MAKEDEV: use UID_ROOT and | rwatson | 2002-12-27 | 1 | -5/+5 |
* | White-space changes. | phk | 2002-12-24 | 1 | -6/+6 |
* | Detediousficate declaration of fileops array members by introducing | phk | 2002-12-23 | 1 | -10/+7 |
* | Drop filedesc lock and acquire Giant around calls to malloc() and free(). | tjr | 2002-12-13 | 1 | -1/+18 |
* | If the file descriptors passed into do_dup() are negative, return EBADF | jhb | 2002-11-26 | 1 | -3/+4 |
* | Change the way support for asynchronous I/O is indicated to applications | wollman | 2002-10-27 | 1 | -0/+7 |
* | Don't lock the proc lock to clear p_fd. p_fd isn't protected by the proc | jhb | 2002-10-18 | 1 | -2/+0 |
* | Many style and whitespace fixes. | jhb | 2002-10-16 | 1 | -84/+83 |
* | Sort includes a bit. | jhb | 2002-10-16 | 1 | -3/+3 |