summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Track nfs's getpages() changes:bp2002-04-231-12/+46
* Get rid from extra #ifdefs.bp2002-04-232-79/+4
* Don't attempt to decvlare M_DEVFS whern MALLOC_DECLARE is not defined.bde2002-04-211-3/+6
* Include <sys/systm.h> for (at least) the definition of atomic functionsbde2002-04-211-0/+1
* Don't put a line break in string literals. GCC 3.1 complains and GCCmarcel2002-04-201-13/+10
* Spelling fix for comment.rwatson2002-04-201-1/+1
* Cleanup of logic, flow and comments.alfred2002-04-181-20/+18
* Lock proctree_lock instead of pgrpsess_lock.jhb2002-04-162-4/+4
* Sync with UDF p4 tree: Use POSIX integer types instead of BSD types.asmodai2002-04-154-159/+159
* Actually add the UDF files!scottl2002-04-147-0/+2986
* Remove stale XXX comment.jhb2002-04-141-1/+0
* - Change procfs_control()'s first argument to be a thread pointer insteadjhb2002-04-131-47/+32
* Lock the target process for p_candebug().jhb2002-04-131-3/+4
* Lock the target process in procfs_doproc*regs() for p_candebug and whilejhb2002-04-133-9/+23
* - p_cansee() needs the target process locked.jhb2002-04-131-18/+17
OpenPOWER on IntegriCloud