summaryrefslogtreecommitdiffstats
path: root/sys/dev/rp
Commit message (Expand)AuthorAgeFilesLines
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-27/+21
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredbde1998-08-231-9/+8
* Changed %n to %r in devfs name format strings. %n has almost gone away.bde1998-07-151-2/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+1
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-1/+1
* Support compiling with `gcc -ansi'.bde1998-04-151-1/+1
* Support for >32 ports.jkh1998-02-171-58/+50
* Staticize.eivind1998-02-091-6/+6
* Removed unnecessary (and broken) wakeup code in rpstart(). There is nobde1997-12-281-15/+0
* Change major number to match the one actually used (whoops!).jkh1997-12-261-1/+1
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-0/+2
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-061-2/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+1
* Update select -> poll in drivers.peter1997-09-141-1/+1
* Removed unused #includes.bde1997-09-011-14/+0
* Fixed absolute pathnames in #includes.bde1997-09-011-2/+2
* Patch for 3.0: #include <sys/fcntl.h> instead of <sys/ioctl.h>jkh1997-08-281-1/+1
* ISA driver for Comtrol Rocketport serial cards. No PCI probe stubjkh1997-08-283-0/+3227
OpenPOWER on IntegriCloud