summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Supported non-512 bytes/sector format.nyan2000-01-274-70/+61
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls torwatson2000-01-192-3/+3
* Check if module was compiled without SMP support and running onbp2000-01-151-0/+9
* Add VT_NWFS tag.bp2000-01-151-4/+0
* Forward declare some structs so that this header is more self-suifficent.bde2000-01-144-0/+28
* Use MALLOC_DECLARE when it is #defined, not when a (wrong) test ofbde2000-01-141-1/+1
* remove check now done in vn_isdisk().phk2000-01-101-4/+0
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-105-15/+12
* Treat negative uio_offset value as eof (idea by: bde).bp2000-01-081-8/+11
* Return ENXIO if there is no device.phk2000-01-021-1/+5
* Fix the mess with signed/unsigned longs and ints (inspired by bde).bp2000-01-021-18/+26
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-2915-31/+31
* Avoid to write garbage if uiomove fails.bp1999-12-281-0/+4
* Fix an overflow in the msdosfs_read() function which exposed on the filesbp1999-12-281-3/+3
* It is possible that number of sectors specified in the BPBbp1999-12-282-6/+14
* Fix typo "," vs ";"peter1999-12-271-1/+1
* Fix a typo that was doing something kind of silly, and that is initializingchris1999-12-211-1/+1
* Include vm/vm_extern.h to get at prototypeseivind1999-12-201-0/+1
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-1912-5/+55
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-1516-219/+45
* Fix pointer problem for the Alphapeter1999-12-121-2/+2
* Bump local version number to 1.3.4.bp1999-12-121-1/+1
* Lock reporting and assertion changes.eivind1999-12-116-14/+17
* Don't simulate a pseudo address-space beyond VM_MAXUSER_ADDRESS thatpeter1999-12-111-40/+0
* First version of HPFS stuff.semenu1999-12-0910-0/+4993
* Remove unused #includes.phk1999-12-089-13/+0
* Commit the kernel part of our DVD support. Nothing much to say really,sos1999-12-071-0/+30
* Merged NetBSD version, as they have done improvements:semenu1999-12-0312-1014/+1111
* Collect read and write counts for filesystems. This new codemckusick1999-12-011-0/+21
* Remove abuse of struct nameidata.bp1999-11-271-7/+4
* Add a sysctl to control if argv is disclosed to the world:phk1999-11-261-1/+1
* Introduce the new functionphk1999-11-217-20/+7
* Remove race condition under SMP.bp1999-11-211-2/+8
* s/p_cred->pc_ucred/p_ucred/gphk1999-11-213-4/+4
* A process should be able to examine itself.sef1999-11-201-2/+3
* struct mountlist and struct mount.mnt_list have no business beingphk1999-11-202-5/+4
* Fix an unused variable warning.peter1999-11-181-1/+0
* Fix a warning.peter1999-11-181-0/+3
* Make proc/*/cmdline use the cached argv if available.phk1999-11-171-21/+31
* The function `procfs_getattr()' in procfs doesn't set the value ofphk1999-11-171-0/+2
* Remove WILLRELE from VOP_SYMLINKeivind1999-11-132-12/+5
* Remove WILLRELE from VOP_RENAMEeivind1999-11-121-2/+1
* Next step in the device cleanup process.phk1999-11-094-324/+88
* Passing "0" or "FALSE" as the fourth argument to vm_fault is wrong. Italc1999-11-091-1/+1
* remove a confusing and stale comment.phk1999-11-081-3/+0
* Oops, a bit too hasty there.phk1999-11-081-3/+0
* Various cleanups.phk1999-11-081-27/+14
* Explain why Warner is right, and I am wrong, in the removing of thesef1999-11-081-0/+14
* Update for fileops.fo_stat() addition. Note, this would panic ifpeter1999-11-081-2/+3
* Use vop_panic() instead of spec_badop().phk1999-11-071-23/+11
OpenPOWER on IntegriCloud