aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs/lfs
Commit message (Expand)AuthorAgeFilesLines
* Retire LFS.Poul-Henning Kamp1998-01-3015-5017/+0
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+3
* Add better support for larger I/O clusters, including larger physicalJohn Dyson1998-01-241-5/+5
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'Poul-Henning Kamp1997-12-021-2/+2
* Use the same algorithm as ffs for generation numbers.Bruce Evans1997-12-021-6/+3
* Reviewed by: various.Julian Elischer1997-11-121-2/+2
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-9/+5
* Removed unused #includes. The need for most of them went away withBruce Evans1997-10-271-5/+1
* Another VFS cleanup "kilo commit"Poul-Henning Kamp1997-10-164-24/+23
* Remove an overlapping variable I created in last round.Poul-Henning Kamp1997-10-162-21/+13
* VFS mega cleanup commit (x/N)Poul-Henning Kamp1997-10-165-59/+45
* Two more places where root filesystems were mounted, put them at the head ofJulian Elischer1997-10-161-2/+2
* vnops megacommitPoul-Henning Kamp1997-10-151-112/+6
* Hmm, realign the vnops into two columns.Poul-Henning Kamp1997-10-151-23/+23
* Stylistic overhaul of vnops tables.Poul-Henning Kamp1997-10-151-145/+131
* I think my previous change may have opened a race conditio.Poul-Henning Kamp1997-10-141-3/+1
* ufs_ihashrem() should not be called from the UFS layer, but from thePoul-Henning Kamp1997-10-141-1/+3
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-122-3/+9
* Use generic ufs_reclaim().Poul-Henning Kamp1997-10-103-27/+8
* Convert select -> poll.Peter Wemm1997-09-141-5/+19
* Removed yet more vestiges of config-time swap configuration and/orBruce Evans1997-09-071-8/+4
* Removed unused #includes.Bruce Evans1997-09-022-13/+2
* Change the 0xdeadb hack to a flag called VDOOMED.Poul-Henning Kamp1997-08-311-2/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-4/+4
* Removed unused #includes.Bruce Evans1997-08-027-30/+7
* Fix a problem with the VN device. Specifically, the VN device canJohn Dyson1997-06-152-2/+13
* Fix warnings (from LINT). Missing static prototype, missing vm includesPeter Wemm1997-05-251-1/+9
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-2/+2
* Merged the rest of lfs from Lite2. It compiles (uncleanly) but is asBruce Evans1997-03-239-185/+460
* Merged enough of lfs from Lite2 for mkdep of LINT to work again.Bruce Evans1997-03-222-179/+218
* Removed `volatile' from declaration of `time', and removed the resultingBruce Evans1997-03-221-2/+2
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of theBruce Evans1997-03-222-4/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-2213-13/+13
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-102-9/+10
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1413-13/+13
* Whoops, I should've used the LINT config file. More ts -> tv changesNate Williams1996-09-201-4/+4
* Don't depend in the kernel on the gcc feature of doing arithmetic onBruce Evans1996-08-311-2/+2
* Don't use NULL in non-pointer contexts.Bruce Evans1996-07-121-2/+2
* Clean up -Wunused warnings.Gary Palmer1996-06-121-1/+5
* Moved the fsnode MALLOC to before the call to getnewvnode() so that theDavid Greenman1996-06-121-2/+9
* Removed bogus _BEGIN_DECLS/_END_DECLS.Bruce Evans1996-05-011-9/+4
* Make type compatible with Lite2.Jeffrey Hsu1996-03-271-2/+2
* Convert QUOTA to new-style option.Garrett Wollman1996-01-053-3/+9
* Fixed prototyping and staticizing for -DDEBUG case.Bruce Evans1995-12-222-8/+8
* Staticize.Poul-Henning Kamp1995-12-176-233/+82
* Untangled the vm.h include file spaghetti.David Greenman1995-12-073-3/+10
* Fixed compilation of lfs utilities which I broke the other day byBruce Evans1995-12-062-7/+15
* Completed function declarations and/or added prototypes and/or #includesBruce Evans1995-12-033-5/+14
* Included <sys/sysproto.h> to get central declarations for syscall argsBruce Evans1995-11-121-1/+10