summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Fix a KSEfication brain-o in procfs_doprocfile(): return the path of the targ...des2001-12-082-3/+5
* Pseudofsize procfs(5).des2001-12-0416-2035/+477
* o Introduce pr_mtx into struct prison, providing protection for therwatson2001-12-031-4/+7
* Catch up with KSE changes.bp2001-12-025-155/+158
* Fix indentation after removing GEMDOS support. Whitespace changes only.jhb2001-11-281-14/+14
* Use suser_td() instead of explicitly checking cr_uid against 0.jhb2001-11-282-3/+3
* Axe more unused GEMDOS code that was #ifdef atari.jhb2001-11-284-44/+1
* Remove GEMDOS support from msdosfs. I don't think anyone is going tojhb2001-11-272-130/+0
* Add support for a last-close handler.des2001-11-273-3/+38
* Fix mounting root from a ISO9660 filesystem on a SCSI CDROM.ken2001-11-271-0/+10
* Replace 'p' with 'td' as appropriate.jhb2001-11-272-25/+25
* GC compat macros HASHINIT, VOP__LOCK, VOP__UNLOCK, VGET, and VN_LOCK.jhb2001-11-278-38/+25
* Expand LOCKMGR() compat macro.jhb2001-11-276-15/+17
* GC some KSE compatiblity macros that were somehow still here.jhb2001-11-262-33/+23
* GC non-FreeBSD code that didn't work anyways.jhb2001-11-269-821/+6
* Address two minor issues: implement the _PC_NAME_MAX and _PC_PATH_MAXdd2001-11-251-2/+29
* convert holdsock() to fget(). Add XXX reminder for future socket locking.dillon2001-11-241-3/+6
* Missing KSE s/curproc/curthread/peter2001-11-171-1/+1
* 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
OpenPOWER on IntegriCloud