summaryrefslogtreecommitdiffstats
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* If you're going to mechanically replicate something in 50 filesjulian1995-11-297-20/+56
* OK, that's it..julian1995-11-297-48/+372
* Completed function declarations, added prototypes and removed redundantbde1995-11-212-16/+76
* Correct some serious porting errors. The worst one was that thedyson1995-11-196-18/+82
* Fixed the type of nic_listen(). A trailing arg was missing.bde1995-11-181-5/+9
* Fixed a call to the listen function. A trailing arg was missing.bde1995-11-161-10/+16
* Completed function declarations.bde1995-11-161-14/+41
* Fixed the type of ity_input(). A trailing arg was missing.bde1995-11-161-7/+10
* Fixed the type of itel_input(). A trailing arg was missing.bde1995-11-161-4/+8
* Fixed the types of iioutput() and ii_input(). Trailing args were missing.bde1995-11-161-5/+12
* Get rid of the last debug sysctl variables of the old style.phk1995-11-144-6/+6
* ext2_inode_cnv.c:bde1995-11-0914-48/+70
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-094-270/+270
* Cleaned up some lint and some obvious prototyping errors.dyson1995-11-0814-76/+52
* Omitted a '#if FIFO' in ext2_vnops.cdyson1995-11-062-0/+4
* Changes to existing files for ext2fs support. The UFS mods need reworkdyson1995-11-054-4/+14
* Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFOdyson1995-11-0535-0/+13232
* Fix ufs_bmap so that triple indirect blocks might work.dyson1995-11-052-4/+4
* Moved prototypes for devswitch functions from conf.c and driver sourcesbde1995-11-041-11/+1
* Fix select().bde1995-10-121-59/+25
* I have applied my last changes correcting the bug in dgbselect() to itjkh1995-10-042-102/+46
* Fix benign type mismatches in isa interrupt handlers. Many returned intbde1995-09-191-3/+7
* Fix benign type mismatches in devsw functions. 82 out of 299 devswbde1995-09-085-35/+47
* Finish bringing this driver up to rev 2.2 - now compiles without warnings.jkh1995-09-041-6/+19
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countdyson1995-09-042-10/+56
* Bring the Digiboard driver (ALPHA version) into -current. Includesjkh1995-09-034-0/+3120
* Use tsleep() instead of ttysleep() to wait for carrier since a generationbde1995-07-311-4/+48
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-311-4/+16
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-221-3/+14
* Move the inline code for waking up writers to a new functionbde1995-07-221-11/+9
* Obtained from: partly from ancient patches by ache and me via 1.1.5bde1995-07-211-3/+19
* Obtained from: partly from an ancient patch of mine via 1.1.5bde1995-07-211-4/+7
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalbde1995-07-161-3/+7
* Remove trailing whitespace.rgrimes1995-05-3013-36/+47
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-112-6/+17
* Changes to get rid of ufslk2 hangs when doing read/write to/fromdyson1995-04-243-11/+25
* John Aycock's BSD copyrighted sequencer assembler and sequencer code. Thisgibbs1995-04-153-170/+240
* More code optimizations. Use a slightly different approach to decidegibbs1995-04-091-76/+28
* Off by one error in -MSG-START+0 was just Justin being tired -- revert togibbs1995-04-011-6/+5
* Major overhaul of the aic7xxx driver:gibbs1995-03-312-86/+116
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-289-29/+97
* Removed redundant newlines that were in some panic strings.dg1995-03-191-3/+6
* Make the aic7xxx assembler take quoted strings as a single token.gibbs1995-03-172-9/+26
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-162-2/+5
* Be careful to maintain the bits in SBLKCTL that are reserved.gibbs1995-03-071-6/+5
* Removed obsolete vtrace() remnants.dg1995-03-042-18/+8
* Incorporate bde's code-review comments.pst1995-02-281-12/+11
* (a) remove the pointer to each driver's tty structure array from cdevswpst1995-02-251-3/+20
* Add tagged queueing support to the aic7xxx sequencer code.gibbs1995-02-221-66/+96
* Fix a few bogons introduced when config lost the 3 char limitation.jkh1995-02-161-3/+6
OpenPOWER on IntegriCloud