summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Fixed lblktosize(). It overflowed at 2G. This bug only affectedbde1996-10-121-4/+7
* Don't include <sys/conf.h> for the kernel in disk-related headers.bde1996-09-201-1/+2
* Whoops, I should've used the LINT config file. More ts -> tv changesnate1996-09-201-4/+4
* In sys/time.h, struct timespec is defined as:nate1996-09-193-16/+16
* Argh, I have had one "uid 0 on /: file system full" too many. The problempeter1996-09-171-2/+4
* Fix a VOP_UNLOCK panic when using options DIAGNOSTIC during dismount.dyson1996-09-071-1/+3
* Use bowrite instead of VOP_BWRITE in a few cases. This can probably be takengibbs1996-09-061-5/+5
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.bde1996-09-031-2/+3
* Implemented kernel side of MNT_NOATIME mount option. This option disablesdg1996-09-031-2/+3
* Don't depend in the kernel on the gcc feature of doing arithmetic onbde1996-08-311-2/+2
* Even though this looks like it, this is not a complex code change.dyson1996-08-211-4/+16
* Don't use NULL in non-pointer contexts.bde1996-07-122-18/+18
* Quiet a couple of -Wunused warnings.wollman1996-07-092-4/+9
* Fixed end condition for clustered reads.dg1996-06-251-2/+2
* Clean up -Wunused warnings.gpalmer1996-06-121-1/+5
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-123-10/+34
* Clean up various compiler warnings. Most (if not all) were benigngpalmer1996-05-082-4/+4
* disksort() is gone, all drivers now use tqdisksort().phk1996-05-031-72/+1
* removed:phk1996-05-021-2/+2
* Removed bogus _BEGIN_DECLS/_END_DECLS.bde1996-05-014-43/+26
* Yet more b_flags fixes. The previous ones broke the clearing of B_DONEbde1996-04-191-1/+5
* Replace usage of buf->b_actf by queue.3 and buf->b_actphk1996-04-083-19/+21
* Fixed reference counting related to relookup(). relookup() mustbde1996-03-291-3/+11
* Make type compatible with Lite2.hsu1996-03-271-2/+2
* Handle the bogus device that MFS uses as its VBLK device. We now don'tdyson1996-03-021-2/+8
* Enable VMIO for non-VDIR metadata and block device.dyson1996-03-021-4/+2
* More b_flags fixes.dyson1996-03-021-4/+4
* Fix a bug that b_flags was getting unnecessarily modified bydyson1996-03-011-3/+3
* Add a prototype for the quotactl system call.mpp1996-02-271-1/+7
* Removed vestigial support for the obsolete FIFO option. In ext2fsbde1996-02-252-4/+3
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-302-5/+5
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-196-18/+22
* Partially fixed negative and truncated "Avail" counts in df output.bde1996-01-141-3/+2
* The second cast wasn't needed.phk1996-01-071-2/+2
* Fix the asami&phk bug. This was a sign-extension bug, where a longphk1996-01-061-2/+2
* Convert QUOTA to new-style option.wollman1996-01-0510-10/+31
* Convert DDB to new-style option.wollman1996-01-041-1/+3
* recording cvs-1.6 file deathpeter1995-12-302-788/+0
* Fixed prototyping and staticizing for -DDEBUG case.bde1995-12-222-8/+8
* Staticize.phk1995-12-222-25/+25
* Staticize.phk1995-12-1715-317/+173
* Silence a harmless warning...peter1995-12-151-2/+3
* Included <sys/conf.h> and updated to indirect devswitches so thatbde1995-12-141-4/+6
* *hack alert*! :-) This adds an option to the MFS_ROOT code so that itpeter1995-12-141-1/+94
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-114-41/+30
* Untangled the vm.h include file spaghetti.dg1995-12-076-6/+20
* Fixed compilation of lfs utilities which I broke the other day bybde1995-12-062-7/+15
* Completed function declarations and/or added prototypes and/or #includesbde1995-12-035-17/+29
* Removed bogus __BEGIN_DECS/__END_DECLS.bde1995-11-281-3/+1
* After having put on my Asbestos suit, complete the MFS_ROOT part of Terry'speter1995-11-281-26/+27
OpenPOWER on IntegriCloud