summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* staticize.phk2000-12-083-6/+7
* Protect accesses to member of struct proc with the proc lock.jhb2000-12-063-2/+12
* Protect p_stat with the sched_lock.jhb2000-12-021-1/+18
* Update to reflect the disappearance of getsock().jlemon2000-11-251-2/+6
* Use vop_defaultop() instead of ntfs_bypass().bp2000-11-181-2/+6
* Missed conversion of CIRCLEQ => TAILQ for mount list.mckusick2000-11-141-1/+1
* More paranoia against overflowseivind2000-11-081-18/+45
* v_interlock is a mutex now, not simple lock.bp2000-11-041-1/+1
* Take VBLK devices further out of their missery.phk2000-11-021-9/+2
* Fix overflow from jail hostname.eivind2000-11-011-1/+1
* Give vop_mmap an untimely death. The opportunity to give it a timelyeivind2000-11-015-21/+0
OpenPOWER on IntegriCloud