summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Removed my special-case hack for VOP_LINK and fixed the problem with thedg1995-08-012-4/+4
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-294-8/+6
* Since ufs_ihashget can block, the lock must be checked for each timedg1995-07-211-14/+8
* Implement a lock in ffs_vget to prevent a race condition where two processesdg1995-07-211-4/+34
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-132-8/+4
* 1) Converted v_vmdata to v_object.dg1995-06-282-7/+7
* Fixed VOP_LINK argument order botch.dg1995-06-282-15/+15
* Remove trailing whitespace.rgrimes1995-05-3021-98/+98
* Mount MFS as root RW. Remounting doesn't make sense.phk1995-05-291-2/+1
* Kill bogus vnode_pager_setsize(). It was being called at the wrong timedg1995-05-281-2/+1
* Changes to fix the following bugs:dg1995-05-211-9/+1
* NFS diskless operation was broken because swapdev_vp wasn't initialized.dg1995-05-192-8/+8
* Fixed incompleteness that would allow dirty filesystems to get mounteddg1995-05-151-5/+21
* From Bruce Evans:dg1995-05-151-2/+3
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-114-10/+12
* Limit filesize to the amount that the VM system can currently handledyson1995-05-011-1/+16
* Add a printf so we can see where we get our rootfs from.phk1995-04-251-1/+2
* Fixed the mmap hang fix previously committed so that it worksdyson1995-04-251-5/+9
* Changes to get rid of ufslk2 hangs when doing read/write to/fromdyson1995-04-245-28/+60
* Make vegetarian and animal rights people happy and use 0xdeadc0de insteaddg1995-04-161-3/+3
* Handle the "syncing VCHR vnode hang" problem a little differently; justdg1995-04-111-8/+14
* Changes from John Dyson and myself:dg1995-04-097-24/+68
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-2810-18/+27
* Removed third arg (vmio) to allocbuf() that was added with the originaldg1995-03-263-7/+7
* Removed redundant newlines that were in some panic strings.dg1995-03-197-17/+17
* Backed out change to panic call: As Chris just pointed out to me, panic()dg1995-03-191-5/+3
* Fix a call to panic: panic doesn't do token substitution on the panicdg1995-03-191-3/+5
* Don't sync the inode date changes of character special devicesdg1995-03-181-3/+3
* Woops, add back that #define...it's used later in the file.dg1995-03-181-1/+8
* Fixed comments and removed b_cylinder #define.dg1995-03-181-13/+5
* Integrated change from 1.1.5: Fixed broken disksort to sort by pblknodg1995-03-181-13/+6
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-164-14/+4
* Finish the previous change. The device name got lost in diskerr().bde1995-03-121-2/+2
* Removed gratuitous and *extremely* evil setting of OBJ_INTERNAL. Thisdg1995-03-111-3/+1
* Increased default minfree to 8%.dg1995-03-101-2/+2
* The threshold for switching from time-space and space-time is too smalldg1995-03-101-2/+2
* Patch to fix quota panic from Mike Karels:dg1995-03-101-3/+4
* Removed obsolete vtrace() remnants.dg1995-03-043-19/+7
* Fixes from John Dyson to work around vnode lock hang. Basically, removedg1995-03-032-3/+11
* Don't try to make use of useless rotational position optimisation,se1995-02-271-8/+8
* Use dsname() to get consistent names.bde1995-02-221-13/+6
* Adjust slice names in diskerr() for the rearranged slice numbers. Thebde1995-02-161-11/+11
* YF fix.phk1995-02-142-12/+18
* Fixed bmap run-length brokeness.dg1995-02-031-1/+3
* Removed some unused/obsolete code.dg1995-01-241-7/+1
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-0911-42/+64
* Change panic messges that are ffs_blah functions to say they are ffs notgibbs1995-01-041-3/+3
* LFS stability patches. There is still a problem with directory updategibbs1995-01-045-61/+87
* Use the same current time throughout ffs_update().bde1994-12-271-11/+27
* Use the same current time throughout ITIMES(). I want all currentbde1994-12-271-7/+15
OpenPOWER on IntegriCloud