summaryrefslogtreecommitdiffstats
path: root/sys/gnu/i386
Commit message (Expand)AuthorAgeFilesLines
* Remove #if NDGB > 0 and #if NDGM > 0peter2000-01-292-9/+0
* Remember folks, it's:msmith1999-10-123-0/+3
* remove unused #includephk1999-10-113-3/+0
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-282-103/+5
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-252-10/+0
* This patch clears the way for removing a number of tty relatedphk1999-09-252-50/+12
* $Id$ -> $FreeBSD$peter1999-08-2846-46/+46
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-232-94/+31
* Simplify cdevsw registration.phk1999-05-312-36/+9
* This commit should be a extensive NO-OP:phk1999-05-302-14/+42
* Fix some of the places where too much inside knowledge about major/minorphk1999-05-082-8/+6
* Add an additional probe, hopefully allowing me to distinguishbrian1999-05-031-6/+10
* s/size == 0;/size = 0;/peter1999-05-022-6/+6
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-282-4/+4
* Suser() simplification:phk1999-04-272-8/+8
* Fix so that this driver works again when compiled with EGCS (whichdavidn1999-04-221-31/+31
* Remove unused function int fi() {return 0;}eivind1999-04-111-4/+1
* Staticize.eivind1999-04-111-2/+2
* Make NDGBPORTS an official option.joerg1999-03-131-1/+2
* Use suser() to check for super user rather than examining cr_uid directly.phk1999-01-302-4/+6
* Remove LKM support, src/lkm that built it is gone and it never worked as anpeter1999-01-171-35/+1
* PR: kern/8819dillon1998-12-131-55/+55
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-072-24/+6
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-1/+1
* Finished updating module event handlers to be compatible withbde1998-11-151-2/+2
* Initialize earlier (ie: before npx) in case it makes any difference.peter1998-10-181-4/+8
* OOPS!peter1998-10-181-2/+2
* *gulp*. Jordan specifically OK'ed this..peter1998-10-161-9/+29
* 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
OpenPOWER on IntegriCloud