| Commit message (Expand) | Author | Age | Files | Lines |
* | fcntl(..., F_SETLKW, ...) takes a pointer to a struct flock just like | tmm | 2002-09-16 | 1 | -0/+1 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 1 | -8/+9 |
* | Fix fcntl(..., F_GETOWN, ...) and fcntl(..., F_SETOWN, ...) on sparc64 | tmm | 2002-09-13 | 1 | -3/+5 |
* | - Change falloc() to acquire an fd from the process table last so that | jhb | 2002-09-03 | 1 | -108/+102 |
* | Split fcntl() into a wrapper and a kernel-callable kern_fcntl() | iedowse | 2002-09-02 | 1 | -65/+83 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -1/+1 |
* | In continuation of early fileop credential changes, modify fo_ioctl() to | rwatson | 2002-08-17 | 1 | -7/+9 |
* | Make similar changes to fo_stat() and fo_poll() as made earlier to | rwatson | 2002-08-16 | 1 | -8/+10 |
* | In order to better support flexible and extensible access control, | rwatson | 2002-08-15 | 1 | -4/+5 |
* | Have the kern.file sysctl export xfiles rather than files. The truth is | des | 2002-07-31 | 1 | -25/+52 |
* | Wire the sysctl output buffer before grabbing any locks to prevent | truckman | 2002-07-28 | 1 | -0/+1 |
* | Preallocate a struct file as the first thing in falloc() before we lock | jhb | 2002-07-17 | 1 | -16/+5 |
* | More caddr_t removal, make fo_ioctl take a void * instead of a caddr_t. | alfred | 2002-06-29 | 1 | -19/+17 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -5/+2 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -2/+5 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -1/+1 |
* | Make funsetown() take a 'struct sigio **' so that the locking can | alfred | 2002-05-06 | 1 | -26/+45 |
* | As malloc(9) and free(9) are now Giant-free, remove the Giant lock | tanimura | 2002-05-03 | 1 | -4/+0 |
* | Fix the lock order reversal between the sigio lock and a process/pgrp lock in | tanimura | 2002-05-03 | 1 | -2/+6 |
* | Redo the sigio locking. | alfred | 2002-05-01 | 1 | -13/+13 |
* | Fix indention which I did wrong in a previous commit. | asmodai | 2002-04-29 | 1 | -1/+1 |
* | Add a global sx sigio_lock to protect the pointer to the sigio object | tanimura | 2002-04-27 | 1 | -0/+2 |
* | Don't FILEDESC_LOCK around calls to falloc(). | alfred | 2002-04-22 | 1 | -2/+0 |
* | Push down Giant for setpgid(), setsid() and aio_daemon(). Giant protects only | tanimura | 2002-04-20 | 1 | -0/+4 |
* | When exec'ing a set[ug]id program, make sure that the stdio file descriptors | nectar | 2002-04-19 | 1 | -0/+65 |
* | Lock proctree_lock instead of pgrpsess_lock. | jhb | 2002-04-16 | 1 | -3/+3 |
* | Use the correct macros for F_SETFD/F_GETFD instead of magic numbers. | asmodai | 2002-04-13 | 1 | -2/+3 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -2/+2 |
* | The description of fd_mtx is "filedesc structure." | tanimura | 2002-03-29 | 1 | -2/+2 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 1 | -1/+1 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -11/+11 |
* | This is the first part of the new kernel memory allocator. This replaces | jeff | 2002-03-19 | 1 | -4/+10 |
* | Close a race when vfs_syscalls.c:checkdirs() runs. | alfred | 2002-03-19 | 1 | -1/+7 |
* | Giant pushdown for read/write/pread/pwrite syscalls. | alfred | 2002-03-15 | 1 | -0/+2 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -2/+2 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 1 | -18/+91 |
* | Fix broken Giant locking protocol introduced in rev 1.114. You cannot | peter | 2002-02-08 | 1 | -0/+1 |
* | Remove bogus assertion in dup2 that can lead to panics when kernel | alfred | 2002-02-01 | 1 | -2/+0 |
* | Avoid lock order reversal filedesc/Giant when calling FREE() in fdalloc | alfred | 2002-02-01 | 1 | -0/+2 |
* | Attempt to fixup select(2) and poll(2), this should fix some races with | alfred | 2002-01-29 | 1 | -3/+1 |
* | Backout 1.120, EINVAL isn't a proper error return when the passed fd is | alfred | 2002-01-29 | 1 | -1/+1 |
* | in fget() return EINVAL when the descriptor requested is negative. | alfred | 2002-01-23 | 1 | -1/+1 |
* | use mutex pools for "struct file" locking. | alfred | 2002-01-20 | 1 | -2/+1 |
* | Push down Giant in dup(2) and dup2(2), Giant is only needed when | alfred | 2002-01-15 | 1 | -16/+17 |
* | Replace ffind_* with fget calls. | alfred | 2002-01-14 | 1 | -120/+67 |
* | Comment fdrop and fdrop_locked functions. | alfred | 2002-01-13 | 1 | -0/+9 |
* | Implement ffind_hold using ffind_lock. | alfred | 2002-01-13 | 1 | -11/+3 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -49/+292 |
* | When removing kqueue descriptors from the descriptor table during a fork, | jlemon | 2001-12-14 | 1 | -3/+8 |
* | Give struct socket structures a ref counting interface similar to | dillon | 2001-11-17 | 1 | -0/+47 |