| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable the shared locking namei() code for now. It breaks several stacking | jeff | 2002-05-14 | 1 | -5/+5 |
* | Lock proctree_lock instead of pgrpsess_lock. | jhb | 2002-04-16 | 1 | -3/+3 |
* | Use VOP_GETVOBJECT instead of accessing the member directly. This fixed | jeff | 2002-04-14 | 1 | -1/+1 |
* | Turn #ifdef LOOKUP_SHARED into #ifndef LOOKUP_EXCLUSIVE to enable this | jeff | 2002-04-09 | 1 | -5/+5 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Added used include of <sys/sx.h>. Don't depend on namespace pollution in | bde | 2002-03-26 | 1 | -0/+1 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -11/+11 |
* | Giant pushdown for read/write/pread/pwrite syscalls. | alfred | 2002-03-15 | 1 | -1/+7 |
* | This patch adds the "LOCKSHARED" option to namei which causes it to only acqu... | jeff | 2002-03-12 | 1 | -0/+34 |
* | Stop abusing the pgrpsess_lock. | tanimura | 2002-03-11 | 1 | -3/+3 |
* | Document all functions, global and static variables, and sysctls. | eivind | 2002-03-05 | 1 | -3/+9 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -6/+6 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 1 | -6/+15 |
* | More cleanups relating to vm object allocation failure: make sure we | rwatson | 2002-02-20 | 1 | -1/+5 |
* | Add the braces missed by revision 1.131. | iedowse | 2002-02-18 | 1 | -1/+2 |
* | When vn_open() is failing because it cannot allocate a vm object, call | rwatson | 2002-02-18 | 1 | -1/+1 |
* | Make sure to hold vnode lock when calling into VOP_GETATTR(). | rwatson | 2002-02-10 | 1 | -1/+8 |
* | Part I: Update extended attribute API and ABI: | rwatson | 2002-02-10 | 1 | -1/+2 |
* | Make st_blksize default to PAGE_SIZE instead of zero. | phk | 2002-01-25 | 1 | -2/+2 |
* | Remove 'VXLOCK: interlock avoided' warnings. This can now occur in normal | dillon | 2002-01-19 | 1 | -0/+3 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -1/+1 |
* | This is a forward port of Peter's vlrureclaim() fix, with some minor mods | dillon | 2001-12-18 | 1 | -1/+2 |
* | turn vn_open() into a wrapper around vn_open_cred() which allows | alfred | 2001-11-11 | 1 | -2/+12 |
* | o vn_open() fails to call VOP_CLOSE() if vfs_object_create fails. Ideally | rwatson | 2001-10-23 | 1 | -0/+1 |
* | Add missing includes of sys/lock.h. | jhb | 2001-10-11 | 1 | -0/+1 |
* | Make uio_yield() a global. Call uio_yield() between chunks | dillon | 2001-09-26 | 1 | -1/+4 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -79/+79 |
* | This brings in a Yahoo coredump patch from Paul, with additional mods by | dillon | 2001-09-08 | 1 | -0/+39 |
* | vn_stat(): if va_size (u_quad_t) > OFF_MAX, return EOVERFLOW, don't copy it | ache | 2001-08-23 | 1 | -0/+4 |
* | This patch implements O_DIRECT about 80% of the way. It takes a patchset | dillon | 2001-05-24 | 1 | -0/+4 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 1 | -2/+0 |
* | When closing the last reference to an unlinked file, it is freed | mckusick | 2001-04-25 | 1 | -0/+9 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 1 | -0/+2 |
* | Previous commit broke interlock locking for !LK_RETRY case. | bp | 2001-03-26 | 1 | -2/+3 |
* | Prevent race condition by using msleep() instead of mtx_unlock()/tsleep(). | bp | 2001-03-26 | 1 | -2/+1 |
* | o Rename "namespace" argument to "attrnamespace" as namespace is a C++ | rwatson | 2001-03-19 | 1 | -7/+7 |
* | o Change the API and ABI of the Extended Attribute kernel interfaces to | rwatson | 2001-03-15 | 1 | -8/+9 |
* | Extend kqueue down to the device layer. | jlemon | 2001-02-15 | 1 | -81/+6 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -6/+6 |
* | Convert all simplelocks to mutexes and remove the simplelock implementations. | jasone | 2001-01-24 | 1 | -4/+4 |
* | Implement a low-memory deadlock solution. | dillon | 2000-11-18 | 1 | -1/+3 |
* | Take VBLK devices further out of their missery. | phk | 2000-11-02 | 1 | -2/+2 |
* | Catch up to moving headers: | jhb | 2000-10-20 | 1 | -2/+1 |
* | Convert lockmgr locks from using simple locks to using mutexes. | jasone | 2000-10-04 | 1 | -2/+4 |
* | o Introduce vn_extattr_rm(), a helper function in the style of | rwatson | 2000-09-22 | 1 | -0/+23 |
* | o vn_extattr_set() will now call appropriate vn_start_write() and | rwatson | 2000-09-05 | 1 | -2/+8 |
* | o Introduce vn_extattr_{get,set}, wrapper routines for VOP_GETEXTATTR | rwatson | 2000-08-08 | 1 | -0/+74 |
* | This patch corrects the first round of panics and hangs reported | mckusick | 2000-07-24 | 1 | -6/+8 |
* | Add snapshots to the fast filesystem. Most of the changes support | mckusick | 2000-07-11 | 1 | -2/+162 |
* | Move the truncation code out of vn_open and into the open system call | mckusick | 2000-07-04 | 1 | -24/+13 |