summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Add a missing #include <sys/lockmgr.h>.iedowse2002-09-011-0/+1
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-3/+3
* Fixed printf format errors and style bugs in rev.1.92. This is the versionbde2002-08-251-2/+3
* Oops, the previous commit wasn't the version that I meant to commit (itbde2002-08-251-78/+9
* Fixed printf format errors and style bugs in previous commit.bde2002-08-251-9/+78
* Remove stddef.h from the header listscottl2002-08-231-1/+0
* Fix a bug where large msdos partitions were not handled correctly, and fixtrhodes2002-08-221-1/+7
* Remove the possibility of a race condition when reading the . and ..scottl2002-08-201-15/+16
* Don't abuse the stack when translating names.scottl2002-08-201-10/+12
* Handle one more case of a fifofs filetmp: set filetmp.f_cred torwatson2002-08-201-2/+3
* In continuation of early fileop credential changes, modify fo_ioctl() torwatson2002-08-171-2/+6
* Make similar changes to fo_stat() and fo_poll() as made earlier torwatson2002-08-162-3/+4
* When a cluster entry for ``.'' is set to 0, msdosfs fails to handle ittrhodes2002-08-161-0/+11
* Fixed 64bit big endian bugs relating to abuse of ioctl argument passing.jake2002-08-151-4/+4
* Clean up comments that are no longer relevant.scottl2002-08-151-12/+9
* Factor out some ugle code that's shared by udf_readdir and udf_lookup.scottl2002-08-153-246/+239
* Introduce typedefs for the member functions of struct vfsops and employphk2002-08-133-27/+20
* Fix typo in vnode flags causing deadlock in msdosfs_fsync().pb2002-08-051-1/+1
* Fix typo in the last revision.mike2002-08-041-1/+1
* Simplify the handling of a fragmented file_id descriptor. Alsoscottl2002-08-042-51/+50
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-0433-63/+104
* Calculate the correct physical block number for files that arescottl2002-08-021-4/+6
* Check for deleted files in udf_lookup(), not just udf_readdir().scottl2002-08-021-1/+6
* o Lock page queue accesses in nwfs and smbfs.alc2002-08-022-0/+12
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-021-0/+11
* Hook up devfs_pathconf() for specfs devfs nodes, not just regularrwatson2002-08-011-0/+1
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-013-0/+72
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-012-0/+60
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-313-0/+90
* Fix a problem with sendfile() syscall by always doing I/O via bread() insemenu2002-07-311-13/+28
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-301-0/+1
* Create a new thread state to describe threads that would be ready to runjulian2002-07-291-0/+2
* Correct misindentation of DRA_UID.dd2002-07-281-1/+1
* Unimplement panic(8) by making sure that we don't recurse into add2002-07-281-5/+11
* - Explicitly state that specfs does not support locking by usingjeff2002-07-271-0/+3
* o Lock page queue accesses by vm_page_activate() and vm_page_deactivate().alc2002-07-271-1/+2
* Introduce the DEVFS "rule" subsystem. DEVFS rules permit thedd2002-07-175-1/+949
* Unbreak LINT; sort the includes so that functions are explicitlymarkm2002-07-161-8/+8
* - Change all LK_SHARE locks to LK_EXCLUSIVE. Shared locks aren't quite safejeff2002-07-091-3/+6
* Lock down pseudofs:jeff2002-07-082-0/+29
* Part 1 of KSE-IIIjulian2002-06-295-12/+15
* nmount'ify unionfs further by using separate options insteadmux2002-06-152-6/+16
* Convert UDF to nmount.mux2002-06-152-50/+28
* Fix a race during null node creation between relookuping the hash andsemenu2002-06-134-105/+102
* Change null_hashlock into null_hashmtx, because there is no need forsemenu2002-06-131-22/+15
* Fix the "error" path (when dropping not fully initialized vnode).semenu2002-06-133-19/+26
* Fix wrong locking in null_inactive and null_reclaim. This makes nullfssemenu2002-06-131-10/+7
* Gratuitous whitespace cleanup.des2002-06-065-88/+88
* Make devfs to give honour to PDIRUNLOCK flag.semenu2002-06-011-9/+13
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-312-51/+16
OpenPOWER on IntegriCloud