summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check write permissions before creating anything.bp2002-04-131-0/+3
* Remove 3 instances of vm_zone.h inclusion.phk2002-04-083-3/+0
* Change the vm_zone calls over to uma calls. Remove the reference to thejeff2002-04-081-9/+9
* Fixed assorted bugs in setting of timestamps in devfs_setattr().bde2002-04-051-21/+24
* Fixed a very old bug in setting timestamps using utimes(2) on msdosfsbde2002-04-051-4/+11
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-049-9/+10
* Moved signal handling and rescheduling from userret() to ast() so thatbde2002-04-041-0/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-017-17/+16
* In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionallybde2002-03-301-0/+4
* Protect proc struct (p_args and p_comm) when doing procfs IO that pullsalfred2002-03-291-11/+17
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-243-8/+7
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-232-14/+14
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-4/+4
* Remove __P.alfred2002-03-207-92/+82
* Remove __P.alfred2002-03-203-35/+35
* Remove __P.alfred2002-03-1937-423/+417
* Cannot release vnode underlying the nullfs vnode in null_inactivemckusick2002-03-181-19/+26
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-1717-62/+110
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-154-11/+25
OpenPOWER on IntegriCloud