summaryrefslogtreecommitdiffstats
path: root/sys/ufs/lfs
Commit message (Expand)AuthorAgeFilesLines
* Retire LFS.phk1998-01-3015-5017/+0
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+3
* Add better support for larger I/O clusters, including larger physicaldyson1998-01-241-5/+5
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-021-2/+2
* Use the same algorithm as ffs for generation numbers.bde1997-12-021-6/+3
* Reviewed by: various.julian1997-11-121-2/+2
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-9/+5
* Removed unused #includes. The need for most of them went away withbde1997-10-271-5/+1
* Another VFS cleanup "kilo commit"phk1997-10-164-24/+23
* Remove an overlapping variable I created in last round.phk1997-10-162-21/+13
* VFS mega cleanup commit (x/N)phk1997-10-165-59/+45
* Two more places where root filesystems were mounted, put them at the head ofjulian1997-10-161-2/+2
* vnops megacommitphk1997-10-151-112/+6
* Hmm, realign the vnops into two columns.phk1997-10-151-23/+23
* Stylistic overhaul of vnops tables.phk1997-10-151-145/+131
* I think my previous change may have opened a race conditio.phk1997-10-141-3/+1
* ufs_ihashrem() should not be called from the UFS layer, but from thephk1997-10-141-1/+3
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-122-3/+9
* Use generic ufs_reclaim().phk1997-10-103-27/+8
* Convert select -> poll.peter1997-09-141-5/+19
* Removed yet more vestiges of config-time swap configuration and/orbde1997-09-071-8/+4
* Removed unused #includes.bde1997-09-022-13/+2
* Change the 0xdeadb hack to a flag called VDOOMED.phk1997-08-311-2/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-4/+4
* Removed unused #includes.bde1997-08-027-30/+7
* Fix a problem with the VN device. Specifically, the VN device candyson1997-06-152-2/+13
* Fix warnings (from LINT). Missing static prototype, missing vm includespeter1997-05-251-1/+9
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Merged the rest of lfs from Lite2. It compiles (uncleanly) but is asbde1997-03-239-185/+460
* Merged enough of lfs from Lite2 for mkdep of LINT to work again.bde1997-03-222-179/+218
* Removed `volatile' from declaration of `time', and removed the resultingbde1997-03-221-2/+2
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of thebde1997-03-222-4/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2213-13/+13
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-102-9/+10
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1413-13/+13
* Whoops, I should've used the LINT config file. More ts -> tv changesnate1996-09-201-4/+4
* Don't depend in the kernel on the gcc feature of doing arithmetic onbde1996-08-311-2/+2
* Don't use NULL in non-pointer contexts.bde1996-07-121-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-121-2/+9
* Removed bogus _BEGIN_DECLS/_END_DECLS.bde1996-05-011-9/+4
* Make type compatible with Lite2.hsu1996-03-271-2/+2
* Convert QUOTA to new-style option.wollman1996-01-053-3/+9
* Fixed prototyping and staticizing for -DDEBUG case.bde1995-12-222-8/+8
* Staticize.phk1995-12-176-233/+82
* Untangled the vm.h include file spaghetti.dg1995-12-073-3/+10
* 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-033-5/+14
* Included <sys/sysproto.h> to get central declarations for syscall argsbde1995-11-121-1/+10
OpenPOWER on IntegriCloud