summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Switch behavior of fifos to more closely match what goes on in other OSes.alfred2001-11-081-0/+5
* Fix printf format bugs introduced in rev 1.34 for printing times.peter2001-11-071-4/+4
* Correctly unlock the target process if /proc/$foo/mem is open()ed bygreen2001-11-061-1/+1
* Fix the fix. BIO_ERROR must be set in b_ioflags, not b_flagsdillon2001-11-041-1/+1
* Fix "echo > /dev/null" for non-root users which broke in previous commit.phk2001-11-041-5/+7
* Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mountdillon2001-11-041-0/+1
* B_ERROR is BIO_ERROR on -current.phk2001-11-041-1/+1
* Fix a bug in CD9660 when vmiodirenable is turned on. CD9660 was assumingdillon2001-11-041-1/+23
* Use vfs_timestamp() instead of getnanotime().phk2001-11-031-3/+12
* Use vfs_timestamp() instead of getnanotime() directly.phk2001-11-031-3/+3
* Reduce the number of #include dependencies by declaring some of the structsdes2001-11-034-6/+19
* Adjust printfs to be time_t agnostic.dillon2001-10-281-4/+4
* Add VOP_IOCTL support, and fix a bug that would cause a panic if a file ordes2001-10-262-4/+58
* Change the vnode list under the mount point from a LIST to a TAILQdillon2001-10-235-10/+10
* No, you may not /* FALLTHROUGH */. Not only will you return an incorrectdes2001-10-221-1/+1
* Move procfs_* from procfs_machdep.c into sys_process.c, and rename them todes2001-10-214-7/+7
* Assert that a ucred is unshared before we remap its ids.jhb2001-10-201-0/+2
* Argh! I updated the version number in the MODULE_DEPEND() thingamagook butdes2001-10-191-1/+1
* Switch to dynamic rather than static initialization.des2001-10-193-62/+288
* Fixed bitrot in a banal comment by removing the comment.bde2001-10-131-1/+1
* Backed out vestiges of the quick fixes for the transient breakage ofbde2001-10-138-8/+0
* Change the kernel's ucred API as follows:jhb2001-10-113-9/+6
* Add missing includes of sys/lock.h.jhb2001-10-111-0/+1
* Dissociate ptrace from procfs.des2001-10-075-226/+4
* Remove some useless preprocesor paranoia.des2001-10-071-4/+0
* In procfs_readdir(), when the directory being read was a process directory,des2001-10-071-1/+3
* Add a PFS_DISABLED flag; pfs_visible() automatically returns 0 if it is setdes2001-10-023-10/+57
* Only print "XXX (un)registered" message if bootverbose.des2001-10-021-2/+4
* [the previous commit to pseudofs_vncache.c got the wrong log message]des2001-10-011-0/+2
* YA pseudofs megacommit, part 1:des2001-10-013-79/+181
* 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
OpenPOWER on IntegriCloud