summaryrefslogtreecommitdiffstats
path: root/sys/ufs/lfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-092-134/+134
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countdyson1995-09-044-9/+9
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-281-27/+91
* Make everything except the unsupported network sources compile cleanlybde1995-08-162-3/+3
* Converted mountlist to a CIRCLEQ.dg1995-08-111-2/+2
* Removed redundant call to vm_object_page_clean: this is already handleddg1995-08-061-7/+1
* Removed my special-case hack for VOP_LINK and fixed the problem with thedg1995-08-011-2/+2
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-293-6/+5
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-2/+2
* 1) Converted v_vmdata to v_object.dg1995-06-281-3/+3
* Fixed VOP_LINK argument order botch.dg1995-06-281-4/+4
* Remove trailing whitespace.rgrimes1995-05-309-40/+40
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-112-5/+5
* Changes to get rid of ufslk2 hangs when doing read/write to/fromdyson1995-04-241-1/+3
OpenPOWER on IntegriCloud