summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert unionfs to nmount.mux2002-05-242-25/+22
* Fix comments.mux2002-05-241-1/+1
* Convert nullfs to nmount.mux2002-05-232-17/+12
* Quick fix for non-unique inode numbers for hard links. We use thebde2002-05-221-6/+14
* Fix null_lock() not unlocking vp->v_interlock if LK_THISLAYER.semenu2002-05-211-2/+6
* Lock the writer socket across sorwakeup(fip->fi_writesock).tanimura2002-05-211-1/+3
* Lock down a socket, milestone 1.tanimura2002-05-202-16/+49
* Change p_can{debug,see,sched,signal}()'s first argument to be a threadjhb2002-05-198-9/+11
* Remove a check of blocknumbers/offsets which will be pointless withphk2002-05-181-12/+0
* More s/file system/filesystem/gtrhodes2002-05-1628-61/+63
* In VOP_LOOKUP, don't assume that the final pathname componentmux2002-05-161-2/+1
* Make daddr_t and u_daddr_t 64bits wide.phk2002-05-143-8/+8
* Fix several bugs in devfs_lookupx(). When we check the nameiop tomux2002-05-101-3/+3
* Include systm.h for panic(9) so that DEBUG_ALL_VFS_LOCKS compiles.jeff2002-05-042-0/+2
* HPFS picks up the vop_stdgetpages and vop_stdputpages member functionsphk2002-05-031-2/+0
* s/pfs_badop/vop_eopnotsupp/des2002-05-031-17/+9
* Convert devfs to nmount.mux2002-05-021-6/+5
* Convert the pseudofs framework to nmount (thus procfs and linprocfs).mux2002-05-022-8/+8
* Convert fdescfs to nmount.mux2002-05-021-6/+5
* Don't reference vop_std* since they are already implicitlyscottl2002-05-021-3/+0
* Use vop_panic() instead of rolling our own.phk2002-05-022-43/+19
* In udf_bmap(), return the physical block number, not the logicalscottl2002-05-021-1/+5
* Fix udf_read(). Honor the uio_resid when determining the size ofscottl2002-04-301-16/+22
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-8/+10
* Use vnode locking with devfs; permit VFS locking assertions to makerwatson2002-04-291-0/+6
* UIO_NOCOPY is not supported for now, so refuse read opeartion if this flagbp2002-04-261-0/+6
OpenPOWER on IntegriCloud