aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* Fixed (?) races in mark_buffer_dirty(). We abuse the buffer cacheBruce Evans1998-06-212-6/+12
* Removed unused function ll_w_block(). It has always had races dueBruce Evans1998-06-214-38/+0
* Removed unused includes.Bruce Evans1998-06-212-4/+0
* Removed unused includes.Bruce Evans1998-06-212-2/+0
* Added a missing options include.Bruce Evans1998-06-212-0/+2
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Don't use "ffs" in an ext2fs sleep message string.Bruce Evans1998-05-162-6/+28
* Abbreviate "ext2fs_fsync" as "e2fsyn" instead of as "extfsn" in a sleepBruce Evans1998-05-162-2/+2
* In the words of the submitter:Mike Smith1998-05-072-44/+26
* As described by the submitter:Mike Smith1998-05-062-2/+0
* - breakage of the warnings about pessimized i/o port types.Brian Somers1998-04-212-31/+12
* Correct the digiboard device names in agreementBrian Somers1998-04-211-11/+16
* o Move debug stuff down a bit so that it doesn't try toBrian Somers1998-04-211-31/+38
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-176-6/+6
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-155-27/+27
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-308-18/+18
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-284-0/+4
* Add two new functions, get{micro|nano}time.Poul-Henning Kamp1998-03-262-48/+2
* Make this compile after soft updates integration.Eivind Eklund1998-03-092-8/+8
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)Julian Elischer1998-03-082-2/+20
* The intent is to get rid of WILLRELE in vnode_if.src by makingMike Smith1998-03-012-0/+2
* Style nits and staticism with the previous commit.Mike Smith1998-03-012-12/+12
* Add local stup putpages/getpages routines.Mike Smith1998-03-012-0/+66
* Fixed configuration and linkage of ext2_checkoverlap().Bruce Evans1998-02-134-16/+10
* Staticize.Eivind Eklund1998-02-091-4/+4
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-0615-27/+3
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-0415-3/+27
* Make LINT at least compile. This faithfully duplicate the changesEivind Eklund1998-02-042-16/+16
* Retire LFS.Poul-Henning Kamp1998-01-304-12/+4
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+2
* Add better support for larger I/O clusters, including larger physicalJohn Dyson1998-01-242-12/+76
* update the AWE32 wave table driver to Iwai's 0.4.2c version. This alsoJohn-Mark Gurney1998-01-084-24/+100
* import of GPL'd AWE32 Sound Driver v0.4.2cJohn-Mark Gurney1998-01-086-0/+5488
* Unspammed nested include of <vm/vm_zone.h>.Bruce Evans1997-12-272-2/+2
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-161-1/+3
* Convert SUIDDIR fully to a new-style option.Eivind Eklund1997-12-152-0/+2
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that areBruce Evans1997-12-061-3/+3
* Don't include <sys/lock.h> in headers when only `struct simplelock' isBruce Evans1997-12-057-1/+8
* Needs to include <sys/lock.h> if we're using struct lock.Jordan K. Hubbard1997-12-052-2/+4
* Fixed corruption of the per-group used directories count. It wasn'tBruce Evans1997-12-032-6/+8
* Fix the copyright and attribution on this file. I forgot thisPoul-Henning Kamp1997-12-022-0/+12
* Use the same algorithm as ffs for generation numbers.Bruce Evans1997-12-024-18/+6
* Removed __FreeBSD__ ifdefs.Bruce Evans1997-12-0226-374/+0
* Fixed missing #include of "opt_quota.h".Bruce Evans1997-11-242-1016/+1010
* Fixed overflow in ufs_getblns(). For ufs on systems with 32-bit ints,Bruce Evans1997-11-242-14/+28
* Use consistent description strings for M_EXT2NODE. This also fixes aBruce Evans1997-11-202-2/+2
* Give ext2fs it's own VOP_REMOVE, VOP_LINK, VOP_RENAME, VOP_MKDIR, VOP_RMDIR,Poul-Henning Kamp1997-11-182-0/+2040
* Reviewed by: various.Julian Elischer1997-11-122-2/+2
* Removed unused #includes. The need for most of them went away withBruce Evans1997-10-272-10/+0
* I guess nobody uses ext2fs in current ?Poul-Henning Kamp1997-10-262-0/+2