aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* Fixed printf format errors. Only one left in LINT on i386's.Bruce Evans1998-08-242-21/+17
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredBruce Evans1998-08-232-16/+18
* Quick fix for breakage of read clustering on non-IDE drives. ReadBruce Evans1998-08-182-4/+4
* Use [u]intptr_t instead of [u_]long for casts between pointers andBruce Evans1998-08-166-22/+28
* Use offsetof() to avoid some casts from pointers to integers (of aBruce Evans1998-08-151-1/+3
* Remove some #if 0'd and commented-out code.Brian Somers1998-08-121-34/+2
* "The releaseing of the reference and lock is not temporary and belongsMike Smith1998-08-122-2/+0
* Synced with dgb.c. Important changes from 1.29 (ioctl handlingBruce Evans1998-08-121-52/+27
* Fixed printf format errors.Bruce Evans1998-08-121-7/+6
* Add Id keywordBrian Somers1998-08-053-2/+9
* Add driver dgm - for the Digiboard PC/XemBrian Somers1998-08-044-0/+7023
* Fixed printf format errors.Bruce Evans1998-07-302-4/+4
* add anti-panic workaround from chris radek (cradek@in221.inetnebr.com)Julian Elischer1998-07-302-0/+4
* Fixed printf format errors.Bruce Evans1998-07-116-8/+12
* Catch a few corner cases where FreeBSD differs enough from BSD 4.4 toJulian Elischer1998-07-082-2/+4
* VOP_STRATEGY grows an (struct vnode *) argumentJulian Elischer1998-07-044-6/+6
* Sync timestamp changes for inodes of special files to disk as lateBruce Evans1998-07-034-16/+18
* Centralized in-core inode update. Update the in-core inode directlyBruce Evans1998-07-032-32/+8
* 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-28/+35
* 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