summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* pseudofs.h:des2001-09-302-37/+54
* The behaviour of whiteout'ing symlinks were too confusing, insteadphk2001-09-301-1/+8
* Pseudofs take 2:des2001-09-293-54/+170
* The previous commit introduced some references to "curproc" which should havedes2001-09-281-2/+2
* o Modify generic specfs device open access control checks to userwatson2001-09-261-4/+8
* Fix (typo? pasteo?): panic("ffs_mountroot..." -> panic("ntfs_mountroot...")fenner2001-09-261-1/+1
* Clean up my source tree to avoid getting hit too badly by the next KSE ordes2001-09-252-6/+67
* A process name may contain whitespace and unprintable characters,mike2001-09-251-5/+11
* Use the passed in thread to selrecord() instead of curthread.jhb2001-09-211-1/+1
* o Remove redundant securelevel/pid1 check in procfs_rw() -- thisrwatson2001-09-181-2/+0
* fix typojulian2001-09-131-3/+0
* Restore these files to being portable:jhb2001-09-122-61/+73
* KSE Milestone 2julian2001-09-1268-1212/+1233
* Fix some signed/unsigned integer confusion, and add bounds checking ofkris2001-09-101-0/+6
* Stole unicode translation table from mount_msdos. Add kernel codesemenu2001-09-086-18/+137
* Fix opening particular file's attributes (as described in man page).semenu2001-09-081-9/+14
* Reference devvp on ntnode creation and dereference on removal. Previoussemenu2001-09-083-22/+17
* Fix errors and warnings when compiling with NTFS_DEBUG > 1semenu2001-09-082-6/+4
* smbfs_advlock: simplify overflow checks (copy from kern_lockf.c)ache2001-08-291-7/+10
* Cosmetique & style fixes from bdeache2001-08-261-5/+2
* Copy from kern_lockf.c: remove extra checkache2001-08-241-2/+0
* Copy yet one check for SEEK_END overflowache2001-08-231-1/+2
* Copy my newly introduced l_len<0 'oops' fix from kern_lockf.cache2001-08-231-2/+4
* Copy POSIX l_len<0 handling from kern_lockf.cache2001-08-231-3/+6
* Cosmetique: correct English in commentsache2001-08-231-2/+3
* Move <machine/*> after <sys/*>ache2001-08-231-1/+2
* adv. lock:ache2001-08-231-2/+14
* Use proper endian conversion.bp2001-08-211-1/+1
* Return proper length of _PC_NAME_MAX value if long names support is enabled.bp2001-08-211-1/+1
* linux ls fails on DEVFS /dev because linux_getdents fails becausephk2001-08-141-4/+22
* Remove dangling prototype for the now defunct procfs_kmemaccess()rwatson2001-08-031-3/+0
* Collapse a Pmem case in with the other debugging files case for procfs,rwatson2001-08-031-5/+2
* Remove read permission for group on the /proc/*/mem file, since kmemrwatson2001-08-031-2/+1
* Prior to support for almost all ps activity via sysctl, ps used procfs,rwatson2001-08-033-42/+9
* remove support for creating files and directories from msdosfs_mknodassar2001-07-191-14/+1
* Grab the process lock around psignal().jhb2001-07-181-0/+2
* o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx().rwatson2001-07-057-15/+15
* - Update the vmmeter statistics for vnode pageins and pageouts injhb2001-07-041-2/+7
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-043-17/+7
* Fix a mntvnode and vnode interlock reversal.jhb2001-06-281-2/+3
* Protect the mnt_vnode list with the mntvnode lock.jhb2001-06-282-4/+19
* #if 0 out pfs_null() to silence the warning about it not being referenced.des2001-06-151-0/+2
* Fix warning: 568: warning: `portal_badop' defined but not usedpeter2001-06-151-13/+0
* Fix warning (exposed NetBSD code):peter2001-06-151-1/+1
* Fix warnings (mostly harmless, due to struct bio being embedded in buf):peter2001-06-151-2/+2
* Fix warning: 552: warning: `fdesc_badop' defined but not usedpeter2001-06-151-12/+0
* Warning fix: coda_fbsd.c:113: warning: unused variable `ret'peter2001-06-151-1/+0
* Coda do not call vop_defaultop(), so add nesessary calls for VM objects.bp2001-06-141-0/+3
* the last argument to copyinstr is of t ype size_t, not u_intmjacob2001-06-131-3/+3
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-134-7/+0
OpenPOWER on IntegriCloud