aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/isdn
Commit message (Expand)AuthorAgeFilesLines
* Removing old isdn stuff.Poul-Henning Kamp1996-10-205-1717/+0
* removing old isdn stuff.Poul-Henning Kamp1996-10-201-221/+0
* Updated #includes to 4.4lite style.Bruce Evans1996-10-151-4/+3
* Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:Bruce Evans1996-09-211-2/+16
* Updated #includes to 4.4Lite style.Bruce Evans1996-09-101-18/+18
* Clean up -Wunused warnings.Gary Palmer1996-06-126-43/+27
* Removed the 2 remaining calls to sleep().Bruce Evans1996-04-071-4/+4
* Correct a bug which wrote the result of devfs_add_devswf() for twoGary Palmer1996-04-021-3/+3
* Switched from using devfs_add_sw() to using devfs_add_swf()Marc G. Fournier1996-03-283-21/+18
* Staticize and remove $Log$.Poul-Henning Kamp1995-12-175-448/+38
* Removed new alias d_size_t for d_psize_t.Bruce Evans1995-12-102-6/+11
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-084-12/+104
* Pass 3 of the great devsw changesJulian Elischer1995-12-084-138/+170
* Removed unnecessary #includes of <sys/user.h>. Some of these were justBruce Evans1995-12-061-3/+7
* Fixed ity's d_stop entry. itystop() wasn't used. itystop() is inadequateBruce Evans1995-12-051-3/+7
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-294-12/+36
* OK, that's it..Julian Elischer1995-11-294-36/+232
* Fixed a call to the listen function. A trailing arg was missing.Bruce Evans1995-11-161-10/+16
* Completed function declarations.Bruce Evans1995-11-161-14/+41
* Fixed the type of ity_input(). A trailing arg was missing.Bruce Evans1995-11-161-7/+10
* Fixed the type of itel_input(). A trailing arg was missing.Bruce Evans1995-11-161-4/+8
* Fixed the types of iioutput() and ii_input(). Trailing args were missing.Bruce Evans1995-11-161-5/+12
* Fix benign type mismatches in devsw functions. 82 out of 299 devswBruce Evans1995-09-083-25/+31
* Use tsleep() instead of ttysleep() to wait for carrier since a generationBruce Evans1995-07-311-4/+48
* Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans1995-07-311-4/+16
* Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans1995-07-221-3/+14
* Move the inline code for waking up writers to a new functionBruce Evans1995-07-221-11/+9
* Obtained from: partly from ancient patches by ache and me via 1.1.5Bruce Evans1995-07-211-3/+19
* Obtained from: partly from an ancient patch of mine via 1.1.5Bruce Evans1995-07-211-4/+7
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalBruce Evans1995-07-161-3/+7
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-10/+18
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-285-16/+71
* Incorporate bde's code-review comments.Paul Traina1995-02-281-12/+11
* (a) remove the pointer to each driver's tty structure array from cdevswPaul Traina1995-02-251-3/+20
* Fix up include paths, nuke some warnings.Jordan K. Hubbard1995-02-155-14/+73
* An ISDN driver that supports the EDSS1 and the 1TR6 ISDN interfaces.Jordan K. Hubbard1995-02-146-0/+1718