| Commit message (Expand) | Author | Age | Files | Lines |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -23/+23 |
* | - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead | jake | 2000-12-13 | 1 | -2/+2 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -2/+1 |
* | Protect the following with a lockmgr lock: | jake | 2000-11-22 | 1 | -0/+2 |
* | This patchset fixes a large number of file descriptor race conditions. | dillon | 2000-11-18 | 1 | -10/+75 |
* | Take VBLK devices further out of their missery. | phk | 2000-11-02 | 1 | -1/+1 |
* | Catch up to moving headers: | jhb | 2000-10-20 | 1 | -1/+1 |
* | Convert lockmgr locks from using simple locks to using mutexes. | jasone | 2000-10-04 | 1 | -28/+30 |
* | Add function comments for functions missing them | eivind | 2000-09-14 | 1 | -1/+29 |
* | Blow away COMPAT_43 support for mount | eivind | 2000-09-14 | 1 | -21/+0 |
* | Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT. | bp | 2000-09-12 | 1 | -4/+5 |
* | o Remove commented out code which modified return values from | rwatson | 2000-09-05 | 1 | -10/+0 |
* | access() shouldn't diddle with the contents of a potentially shared | truckman | 2000-09-02 | 1 | -8/+18 |
* | Don't set flags on the mount structure before all permission checks have | tegge | 2000-08-09 | 1 | -4/+19 |
* | o Modify extattr_{set,get}() syscalls so that partial reads and writes | rwatson | 2000-07-28 | 1 | -1/+5 |
* | o Lock vnode before calling extattr_* VOP's, and modify vnode spec to | rwatson | 2000-07-26 | 1 | -6/+11 |
* | Do not need vrele(nd.ni_vp) as that is done by NDFREE(&nd, 0); | mckusick | 2000-07-25 | 1 | -5/+0 |
* | Add snapshots to the fast filesystem. Most of the changes support | mckusick | 2000-07-11 | 1 | -95/+221 |
* | Move the truncation code out of vn_open and into the open system call | mckusick | 2000-07-04 | 1 | -13/+23 |
* | Make the two calls from kern/* into softupdates #ifdef SOFTUPDATES, | phk | 2000-07-03 | 1 | -0/+3 |
* | Move the securelevel check before loading KLD's into linker_load_file(), | archie | 2000-06-29 | 1 | -5/+0 |
* | Revert part of my bioops change which implemented panic(8). | phk | 2000-06-16 | 1 | -0/+3 |
* | Virtualizes & untangles the bioops operations vector. | phk | 2000-06-16 | 1 | -4/+1 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | Commit major SMP cleanups and move the BGL (big giant lock) in the | dillon | 2000-03-28 | 1 | -0/+2 |
* | Add bwillwrite to all system calls that create things in the filesystem. | mckusick | 2000-01-10 | 1 | -0/+9 |
* | Second pass commit to introduce new ACL and Extended Attribute system | rwatson | 1999-12-19 | 1 | -2/+193 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -28/+54 |
* | Remove accidental pollution unrelated to previous commit. The issue | dillon | 1999-12-12 | 1 | -2/+1 |
* | Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC to | dillon | 1999-12-12 | 1 | -1/+2 |
* | struct mountlist and struct mount.mnt_list have no business being | phk | 1999-11-20 | 1 | -11/+9 |
* | Ensure that garbage from the kernel stack does not wind up being | dillon | 1999-11-18 | 1 | -0/+2 |
* | Commit the remaining part of PR14914: | phk | 1999-11-16 | 1 | -9/+11 |
* | Remove WILLRELE from VOP_SYMLINK | eivind | 1999-11-13 | 1 | -0/+2 |
* | Fix style bugs from last commit | eivind | 1999-11-13 | 1 | -6/+4 |
* | Remove WILLRELE from VOP_RENAME | eivind | 1999-11-12 | 1 | -0/+6 |
* | Most modern OSs have the ability to flag certain mounts as ones to | julian | 1999-11-01 | 1 | -2/+2 |
* | Trim unused options (or #ifdef for undoc options). | peter | 1999-10-11 | 1 | -1/+0 |
* | Before we start to mess with the VFS name-cache clean things up a little bit: | phk | 1999-10-03 | 1 | -95/+0 |
* | Remove v_maxio from struct vnode. | phk | 1999-09-29 | 1 | -0/+1 |
* | Fix a hole in jail(2). | phk | 1999-09-25 | 1 | -0/+4 |
* | Seperate the export check in VFS_FHTOVP, exports are now checked via | alfred | 1999-09-11 | 1 | -2/+291 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Simplify the handling of VCHR and VBLK vnodes using the new dev_t: | phk | 1999-08-26 | 1 | -2/+2 |
* | Go back to using microtime() to get the timestamps for {f,l,}utimes(path, | jdp | 1999-08-22 | 1 | -2/+3 |
* | Use the new vfs_timestamp() function to create the timestamps used | jdp | 1999-08-22 | 1 | -43/+46 |
* | Replace a redundant vfs_object_create() call (already done in vn_open) | alfred | 1999-08-12 | 1 | -3/+4 |
* | Fix fd race conditions (during shared fd table usage.) Badfileops is | green | 1999-08-04 | 1 | -3/+3 |
* | o Typo in prior version kept it from compiling (blush). | imp | 1999-08-04 | 1 | -6/+9 |
* | brucify: | imp | 1999-08-03 | 1 | -6/+6 |