aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* `numdirtybuffers' was not maintained properly. This caused excessiveBruce Evans1997-10-072-4/+8
* Oops, include <sys/conf.h>.KATO Takenori1997-09-282-0/+2
* Clustered read and write are switched at mount-option level.KATO Takenori1997-09-278-56/+36
* Make MFS a supported option, finally.Joerg Wunsch1997-09-222-6/+2
* Update select -> poll in drivers.Peter Wemm1997-09-141-2/+2
* Convert select -> poll.Peter Wemm1997-09-142-6/+10
* Remove some stuff from lookup which is now handled centrally.Poul-Henning Kamp1997-09-102-22/+0
* Removed yet more vestiges of config-time swap configuration and/orBruce Evans1997-09-072-12/+8
* Removed unused #includes.Bruce Evans1997-09-022-6/+2
* Removed unused #includes (bogus #includes were necessary because fusword()Bruce Evans1997-08-312-4/+2
* Uncut&paste cache_lookup().Poul-Henning Kamp1997-08-266-102/+8
* Code cleanup. Removed !FreeBSD code arround sysctl stuff. RenamedKATO Takenori1997-08-244-46/+14
* Added sysctl args vfs.ext2fs.doclusterread andKATO Takenori1997-08-234-18/+56
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-162-4/+4
* Fix a problem with ext2fs so that filesystems mounted at reboot don'tJohn Dyson1997-08-048-38/+76
* Fixed bitrot in fpu LKMs.Bruce Evans1997-07-201-7/+4
* Fixed comment about i_spare.Bruce Evans1997-07-132-4/+4
* Don't depend on gcc's feature of permitting labels that aren't followedBruce Evans1997-07-011-3/+3
* Don't depend on gcc's feature of permitting returning void expressionsBruce Evans1997-07-012-5/+8
* Fix a problem with the VN device. Specifically, the VN device canJohn Dyson1997-06-152-0/+12
* Removed unused #includes.Bruce Evans1997-06-141-6/+1
* Removed unused #includes.Bruce Evans1997-06-1425-68/+37
* Removed unused #includes.Bruce Evans1997-06-1418-50/+4
* Shrink struct inode by 20 bytes, so that malloc wastes less space.Poul-Henning Kamp1997-05-222-4/+4
* Make the necessary changes so that an ELF kernel can be built. IJohn Polstra1997-04-2214-75/+35
* Support NFS cookies in VOP_READDIR, allowing ext2fs filesystems to beDoug Rabson1997-04-052-0/+52
* Fixed gratuitous ANSIisms.Bruce Evans1997-04-018-28/+34
* Use __i386__ instead of i386 in ifdefs.Bruce Evans1997-04-016-10/+18
* Removed nested include of <ufs/ufs/dir.h>. Use the pre-Lite2 hack ofBruce Evans1997-04-012-4/+12
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-243-4/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-233-4/+4
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of theBruce Evans1997-03-2210-46/+22
* Update a number of routines to reflect the actual nameMike Pritchard1997-03-092-4/+4
* Removed unused flag IN_RECURSE and unused struct member i_lockcount.Bruce Evans1997-03-032-6/+2
* Removed useless setting of IN_RECURSE. The (anti) locking for this needsBruce Evans1997-03-032-16/+0
* Correct the port of ext2fs to Lite/2. I incorrectly used ufs_reclaimJohn Dyson1997-02-262-6/+8
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-2249-49/+49
* Fixed type mismatches. i_spare[N] in ufs/inode.h changed from long toBruce Evans1997-02-124-8/+8
* Add function prototypes for most of the new Lite2 functions.Mike Pritchard1997-02-122-0/+2
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-1019-293/+302
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1449-49/+49
* This commit is the embodiment of some VFS read clustering improvements.John Dyson1996-12-292-2/+4
* Much fixed & working digiboard driver.David Nugent1996-12-184-933/+1332
* Fixed lookup of ".." in checkpath. It always failed, so renames ofBruce Evans1996-11-092-2/+2
* Fixed spacefree calculation in ext2_direnter(). This bug sometimes causedBruce Evans1996-11-082-2/+2
* Removed gratuitous differences between ext2_readwrite.c and ufs_readwrite.c.Bruce Evans1996-11-082-24/+34
* Removing old isdn stuff.Poul-Henning Kamp1996-10-2010-4746/+0
* removing old isdn stuff.Poul-Henning Kamp1996-10-201-221/+0
* Updated #includes to 4.4lite style.Bruce Evans1996-10-151-4/+3
* Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:Bruce Evans1996-09-211-2/+16