summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* try stop the user from using mount -u to set the async flag onjulian1998-05-181-1/+11
* s/nanoruntime/nanouptime/gphk1998-05-171-2/+2
* Add missing splx()julian1998-05-111-1/+2
* Submitted by: abial@nask.pljulian1998-05-111-1/+10
* In the words of the submitter:msmith1998-05-071-18/+9
* As described by the submitter:msmith1998-05-062-4/+2
* Correct an error that I made where the vtruncbuf was changed backdyson1998-05-041-2/+2
* Fix an error that I made with an optimization. In the casedyson1998-04-301-2/+2
* Make the devfs SLICE option a standard type option.julian1998-04-201-1/+2
* Add changes and code to implement a functional DEVFS.julian1998-04-191-4/+21
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* Fixed bitrot in the non-softdep case of ufs_dirremove():bde1998-04-151-24/+9
* Back this out, allowing users to get a fd connected to a symlink ispeter1998-04-061-16/+6
* Don't panic if a VOP_READ() gets through on a short link, Just Do Itpeter1998-04-061-7/+17
* Time changes mark 2:phk1998-04-041-3/+5
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-309-53/+42
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-282-2/+6
* Enable the use of soft updates on the root filesystem. Previously, thepeter1998-03-271-2/+9
* Add two new functions, get{micro|nano}time.phk1998-03-263-30/+29
* Forward declare even more structs to restore some self-sufficiency.bde1998-03-231-2/+3
* Softdep_sync_metadata appears to expect that it is called at splbio,dyson1998-03-211-12/+17
* Fix vfs_bio_awrite usage, and correct vtruncbuf usage.dyson1998-03-192-11/+17
* Some VM improvements, including elimination of alot of Sig-11dyson1998-03-161-13/+3
* Correct a problem with the ffs_getpages routine that manifest's itselfdyson1998-03-091-2/+3
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-0814-380/+778
* Submitted by: kirk McKusickjulian1998-03-081-0/+255
* This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-073-51/+103
* Fixed missing simple_lock() in ffs_mountfs().bde1998-03-071-1/+2
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-012-2/+4
* In the author's words:msmith1998-02-262-2/+18
* Fixed missing permissions checking for mounting by non-root.bde1998-02-251-2/+36
* Don't depend on "implicit int".bde1998-02-201-2/+2
* Fix a panic resulting from executing off an MFS image. This corrects themsmith1998-02-161-2/+12
* Removed unnecessary dependencies on KERNEL and DIAGNOSTIC. This wasbde1998-02-131-4/+4
* Staticize.eivind1998-02-095-14/+14
* Back out DIAGNOSTIC changes.eivind1998-02-0611-29/+11
* 1) Start using a cleaner and more consistant page allocator insteaddyson1998-02-051-22/+63
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-0411-11/+29
* Forward declare some structs so that this file is more self-sufficient.bde1998-02-032-2/+9
* Back out recent laptop sync changes. They had significant errors.dyson1998-02-013-31/+8
* Support more intelligent sync operations for MNT_NOATIME.dyson1998-02-013-8/+31
* Serves me right for not puting SUIDDIR in LINT. it got bitrot.julian1998-01-311-9/+9
* Retire LFS.phk1998-01-3018-5053/+3
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-242-2/+6
* Add better support for larger I/O clusters, including larger physicaldyson1998-01-242-11/+43
* VM level code cleanups.dyson1998-01-223-4/+6
* Tie up some loose ends in vnode/object management. Remove an unneededdyson1998-01-171-4/+1
* Make our v_usecount vnode reference count work identically to thedyson1998-01-065-21/+104
* Removed unused #includes again. They thrashed when mfs_reclaim thrashedbde1998-01-011-4/+1
* Fix the decl of vfs_ioopt, allow LFS to compile again, fix a minor problemdyson1997-12-291-7/+4
OpenPOWER on IntegriCloud