aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* If in strategy we find that we have no devsw on the device anymore wePoul-Henning Kamp2002-03-051-3/+6
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-2717-40/+39
* Fix LINT breakage by adding a missing include.Thomas Moestl2002-02-231-0/+1
* Lock struct pgrp, session and sigio.Seigo Tanimura2002-02-234-8/+21
* Paranoia: if the process is setugid, set all sensitive files mode 0.Dag-Erling Smørgrav2002-02-181-1/+3
* Don't even think about using v_id for magic tricks, v_id is givingPoul-Henning Kamp2002-02-171-5/+0
* FIxed the following style bugs:Bruce Evans2002-02-162-10/+16
* FIxed the following style bugs:Bruce Evans2002-02-163-11/+21
* Fixed missing PHOLD()/PRELE().Bruce Evans2002-02-161-0/+2
* Various nit-picking, mostly of style(9) character.Poul-Henning Kamp2002-02-101-43/+41
* Part I: Update extended attribute API and ABI:Robert Watson2002-02-102-2/+2
* Pre-KSE/M3 commit.Julian Elischer2002-02-076-14/+19
* Change EPERM to EOPNOTSUPP when failing pseudofs_setattr() arbitrarily.Robert Watson2002-02-041-4/+2
* Return EPERM instead of 0 in the un-implemented pseudofs_setattr().Robert Watson2002-02-041-2/+1
* Fix select on fifos.Alfred Perlstein2002-01-141-11/+29
* Commit a know fix for hpfs to use vop_defaultop plug instead of wrongSemen Ustimenko2002-01-141-13/+1
* don't initialize the mutex in the temporary struct file, the soo_*Alfred Perlstein2002-01-141-6/+0
* Replace ffind_* with fget calls.Alfred Perlstein2002-01-142-11/+4
* remove unused socket pointerAlfred Perlstein2002-01-131-1/+0
* Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.Alfred Perlstein2002-01-134-0/+4
* SMP Lock struct file, filedesc and the global file list.Alfred Perlstein2002-01-137-14/+52
* Add a new sysinit SI_SUB_DEVFS. Devfs hooks into the kernel at SI_ORDER_FIRST,Mike Smith2002-01-091-1/+1
* Use a sysinit to initialise the devfs hooks in kern_conf.c rather than commonMike Smith2002-01-091-3/+10
* Staticise the coda vfsop pointer.Mike Smith2002-01-082-2/+1
* Staticise pfs_vncache, it's not used anywhere else.Mike Smith2002-01-081-1/+1
* Do not derefer null.Seigo Tanimura2002-01-041-0/+4
* o Make the credential used by socreate() an explicit argument toRobert Watson2001-12-312-3/+6
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()Matthew Dillon2001-12-206-6/+6
* Previous commit was intented to silence a warning, not to change codepath.Boris Popov2001-12-201-2/+3
* Silence harmless "smbfs_closel: Negative opencount" messages atSheldon Hearn2001-12-201-1/+1
* Pseudofs was leaking VFS cache entries badly due to its cache and use ofMatthew Dillon2001-12-192-4/+22
* Add module dependency on libmchain.Sheldon Hearn2001-12-131-0/+2
* Fix select on named pipes without a reader.Alfred Perlstein2001-12-121-1/+0
* Add VOP_GETEXTATTR(9) passthrough support to pseudofs.Brian Feldman2001-12-112-0/+55
* Remove an obsolete prototype for procfs_kmemaccess().Dag-Erling Smørgrav2001-12-111-3/+0
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-108-17/+17
* Fix various bugs in the debugging code and reenable it.Dag-Erling Smørgrav2001-12-092-9/+9
* Fix an incorrect PFS_TRACE. Also, use __func__ instead of __FUNCTION__.Dag-Erling Smørgrav2001-12-091-3/+3
* Fix a KSEfication brain-o in procfs_doprocfile(): return the path of the targ...Dag-Erling Smørgrav2001-12-082-3/+5
* Pseudofsize procfs(5).Dag-Erling Smørgrav2001-12-0416-2035/+477
* o Introduce pr_mtx into struct prison, providing protection for theRobert Watson2001-12-031-4/+7
* Catch up with KSE changes.Boris Popov2001-12-025-155/+158
* Fix indentation after removing GEMDOS support. Whitespace changes only.John Baldwin2001-11-281-14/+14
* Use suser_td() instead of explicitly checking cr_uid against 0.John Baldwin2001-11-282-3/+3
* Axe more unused GEMDOS code that was #ifdef atari.John Baldwin2001-11-284-44/+1
* Remove GEMDOS support from msdosfs. I don't think anyone is going toJohn Baldwin2001-11-272-130/+0
* Add support for a last-close handler.Dag-Erling Smørgrav2001-11-273-3/+38
* Fix mounting root from a ISO9660 filesystem on a SCSI CDROM.Kenneth D. Merry2001-11-271-0/+10
* Replace 'p' with 'td' as appropriate.John Baldwin2001-11-272-25/+25
* GC compat macros HASHINIT, VOP__LOCK, VOP__UNLOCK, VGET, and VN_LOCK.John Baldwin2001-11-278-38/+25