summaryrefslogtreecommitdiffstats
path: root/sys/gnu/i386
Commit message (Expand)AuthorAgeFilesLines
* Fixed printf format errors. Only one left in LINT on i386's.bde1998-08-242-21/+17
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredbde1998-08-232-16/+18
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-166-22/+28
* Use offsetof() to avoid some casts from pointers to integers (of abde1998-08-151-1/+3
* Remove some #if 0'd and commented-out code.brian1998-08-121-34/+2
* Synced with dgb.c. Important changes from 1.29 (ioctl handlingbde1998-08-121-52/+27
* Fixed printf format errors.bde1998-08-121-7/+6
* Add Id keywordbrian1998-08-053-2/+9
* Add driver dgm - for the Digiboard PC/Xembrian1998-08-044-0/+7023
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* - breakage of the warnings about pessimized i/o port types.brian1998-04-212-31/+12
* Correct the digiboard device names in agreementbrian1998-04-211-11/+16
* o Move debug stuff down a bit so that it doesn't try tobrian1998-04-211-31/+38
* Support compiling with `gcc -ansi'.bde1998-04-151-9/+9
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+2
* update the AWE32 wave table driver to Iwai's 0.4.2c version. This alsojmg1998-01-084-24/+100
* This commit was generated by cvs2svn to compensate for changes in r32345,jmg1998-01-086-0/+5488
|\
| * import of GPL'd AWE32 Sound Driver v0.4.2cjmg1998-01-086-0/+5488
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-1/+3
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-061-3/+3
* Update select -> poll in drivers.peter1997-09-141-2/+2
* Removed unused #includes (bogus #includes were necessary because fusword()bde1997-08-312-4/+2
* Fixed bitrot in fpu LKMs.bde1997-07-201-7/+4
* Don't depend on gcc's feature of permitting labels that aren't followedbde1997-07-011-3/+3
* Don't depend on gcc's feature of permitting returning void expressionsbde1997-07-012-5/+8
* Removed unused #includes.bde1997-06-141-6/+1
* Removed unused #includes.bde1997-06-1425-68/+37
* Make the necessary changes so that an ELF kernel can be built. Ijdp1997-04-2214-75/+35
* 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
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2242-42/+42
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1442-42/+42
* Much fixed & working digiboard driver.davidn1996-12-184-934/+1333
* Removing old isdn stuff.phk1996-10-205-3029/+0
* Updated #includes to 4.4Lite style.bde1996-09-1035-198/+198
* Remove devconf, it never grew up to be of any use.phk1996-09-061-39/+1
* Added #include of <machine/md_var.h>. This will be needed whenbde1996-06-252-2/+4
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hbde1996-06-181-3/+1
* Clean up -Wunused warnings.gpalmer1996-06-127-40/+55
* Fixed missing quote in a devfs string.bde1996-03-291-2/+2
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-283-33/+40
* recording cvs-1.6 file deathpeter1995-12-305-3385/+0
* Fixed erroneous resending of the output buffer.bde1995-12-291-11/+34
* Fixed syntax errors caused by EXCEPTION() when DEBUG is defined.bde1995-12-221-3/+9
* Changed the definition of DEBUG to agree with -DDEBUG to avoid warningsbde1995-12-221-2/+2
* Staticize.phk1995-12-175-51/+59
* Fixed the type of some sysinit functions.bde1995-12-141-2/+2
* Another mega commit to staticize things.phk1995-12-144-16/+10
* Make math_emulators LKMable.phk1995-12-141-7/+57
* Replaced nxreset by noreset (if the reset function gets called, then thebde1995-12-101-2/+2
OpenPOWER on IntegriCloud