summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
...
* Do not kill vnodes after rename. This can cause deadlocks in the deadfs.bp2001-03-111-6/+2
* Add a mount time option which slightly relaxes checks for valid Joiletbp2001-03-112-1/+3
* Slightly reorganize allocation of new vnode. Use bit NVOLUME to detectedbp2001-03-106-51/+45
* Synch with changes in the NCP requester.bp2001-03-103-192/+233
* Fixes to track snapshot copy-on-write checking in the specinfomckusick2001-03-071-2/+2
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-072-0/+4
* Proc locking identical to that of linprocfs' vnops except that we hold thejhb2001-03-071-18/+59
* Protect read to p_pptr with proc lock rather than proctree lock.jhb2001-03-071-2/+2
* Proc locking. Lock around psignal() and also ensure both an exclusivejhb2001-03-071-20/+34
* Protect p_flag with the proc lock.jhb2001-03-073-3/+18
* A name of the file can change while its id stays the same. So, we havebp2001-03-062-15/+5
* Remove the copyinstr call which was trying to copy the pathname in fromdfr2001-03-031-3/+0
* Reviewed by: jlemonadrian2001-03-0111-46/+10
* Display the Joliet Extension 'level' in the log message.alfred2001-02-231-1/+1
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-2/+2
* Remove a debug printf.phk2001-02-181-3/+1
* Extend kqueue down to the device layer.jlemon2001-02-152-30/+55
* Add a hook for loading of a Unicode -> char conversion routine as a kld at asobomax2001-02-131-0/+12
* Change and clean the mutex lock interface.bmilekic2001-02-0914-82/+82
* Fix typo: seperate -> separate.asmodai2001-02-062-2/+2
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-0410-17/+17
* Use <sys/queue.h> macro API.phk2001-02-042-3/+2
* Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all.phk2001-02-042-8/+0
* At the point in time where most devices are created, we don't know whatphk2001-02-022-1/+16
* Only superuser can create symlinks.phk2001-02-021-2/+5
* Zap last remaining references to (and a use use of) of simple_locks.peter2001-01-311-1/+1
* Add a BUF_KERNPROC() in the BIO_DELETE path.phk2001-01-301-0/+1
* Fix two minor nits.phk2001-01-302-2/+6
* This patch reestablishes the spec_fsync() guarentee that synchronousdillon2001-01-291-7/+16
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-273-38/+5
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-248-64/+58
* - Catch up to proc flag changes.jhb2001-01-241-2/+6
* The lock being destroyed was misnamed, not unused. Add the lockdestroy()jhb2001-01-241-0/+2
* Proc locking to protect p_ucred while we obtain additional references.jhb2001-01-241-2/+15
* - Remove unused header include.jhb2001-01-231-5/+3
* Proc locking to protect p_ucred while we obtain an additional reference.jhb2001-01-231-1/+9
* - FreeBSD doesn't have an abortop vnop as far as I can tell, so #ifdefjhb2001-01-231-4/+2
* Fix breakage unconvered by LINT - dont refer to undefined variables inpeter2001-01-171-0/+2
* Delete unused #include <sys/select.h>.wollman2001-01-095-6/+0
* Don't compile a dead variable declaration.wollman2001-01-091-0/+2
* Use macro API to <sys/queue.h>phk2000-12-312-6/+6
* Fix a lockup problem that occurs with 'cvs update'. specfs's fsync candillon2000-12-301-0/+13
* This implements a better launder limiting solution. There was a solutiondillon2000-12-261-0/+2
* Protect proc.p_pptr and proc.p_children/p_sibling with thejake2000-12-232-0/+16
* When p_ucred is passed to the venus daemon, first grab the proc lock tojhb2000-12-151-2/+14
* o Tighten restrictions on use of /proc/pid/ctl and move access checksrwatson2000-12-131-4/+10
* - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), insteadjake2000-12-131-1/+4
* Add a module version (so that linprocfs can properly depend on procfs)des2000-12-091-0/+1
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-088-32/+17
OpenPOWER on IntegriCloud