summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in tcp_input reported by Rick Jones <raj@hpisrdq.cup.hp.com>.olah1995-04-052-22/+16
* From Matt Thomas: Finished EISA support.dg1995-04-051-56/+12
* Modify behavior of INCLUDES to never look in /usr/include unless wenate1995-04-053-6/+24
* Print "on motherboard" for isa? devices with id_iobase == 0ache1995-04-042-22/+18
* Fixes to the hardware cursor emulation.sos1995-04-046-168/+240
* Added UIO_NOCOPY.dg1995-04-041-2/+3
* Move unit structure member down to optimize com->state per Bruceache1995-04-043-57/+57
* Check for case of blkno already known to avoid unnecessary VOP_BMAP's.dg1995-04-041-1/+2
* Added prototype for phashinit() function.dg1995-04-041-1/+2
* kern_subr.c:dg1995-04-042-6/+41
* Fixed the formatting breakage I added in the previous commit.dg1995-04-041-4/+8
* Allow serial console BREAK to DDBache1995-04-033-9/+39
* Added -I/usrinclude to the tail end of the INCLUDES line. This hacknate1995-04-033-6/+6
* Fix implicit declaration the right way. (This has not been a goodwpaul1995-04-031-2/+2
* Fix implicit declaration of cngetc().wpaul1995-04-021-2/+3
* Back out changes related to locked bits until more elegantache1995-04-023-255/+21
* Back out changes related to locked bits until more elegant solution will beache1995-04-021-20/+20
* Remove redundant declarations.bde1995-04-021-3/+0
* Attempt to fix the `you can log into console only once' problem (PRjoerg1995-04-022-4/+26
* Fix error:ache1995-04-023-21/+249
* Fix error in TIOCSETC/TIOCSLTC, they need to call TIOCSETA.ache1995-04-021-16/+18
* Return EINVAL instead of setting wrong in/out speedache1995-04-021-9/+9
* Move SET_BYPASS macro to function per Bruce suggestion.ache1995-04-023-60/+87
* Add declaration for struct ether_addr (this is where Sun documentswpaul1995-04-021-1/+8
* Fix slioctl(). It has to return -1 for ioctls that it doesn't know aboutbde1995-04-021-19/+24
* Move setting BYPASS state to macro, use it in several times,ache1995-04-013-48/+54
* Adjust TS_CAN_BYPASS_L_RINT state after l_open(), t_lineache1995-04-013-3/+9
* slopen() never sets t_line to SLIPDISC, but uses slip-specific queue allocationache1995-04-011-1/+2
* subr_prf.c used to provide an exported function kprintf(), but only hadjoerg1995-04-012-3/+4
* Correct a few minor things in pcvt:joerg1995-04-013-2/+119
* Fix count in mark_for_update() for insert-char(s) and delete-char(s).bde1995-04-013-12/+12
* Log ABORT_TAG messages to the console.gibbs1995-04-011-3/+31
* Off by one error in -MSG-START+0 was just Justin being tired -- revert togibbs1995-04-012-12/+10
* Update pcvt to 3.20b23joerg1995-04-017-37/+118
* Include <machine/cpufunc.h> to get i/o functions - don't duplicate almostbde1995-04-011-184/+1
* Fix dependencies for netboot.rom. ${OBJS} isn't valid when thebde1995-04-011-1/+3
* Use new TS_CAN_BYPASS_L_RINT state to avoid complex testache1995-04-013-69/+69
* Add TS_CAN_BYPASS_L_RINT state for serial devicesache1995-04-011-1/+5
* Check for never opened or closed device before testingache1995-04-013-9/+18
* Add hook for rc driverache1995-04-011-1/+5
* Patch from Greg Ansley:dg1995-04-011-5/+5
* Patch from Matt Thomas to fix mbuf leak in FDDI driver.dg1995-04-011-3/+10
* Mask the call to ahc_attach with an splbio/splx pair. This allows usgibbs1995-03-311-22/+47
* Major overhaul of the aic7xxx driver:gibbs1995-03-316-176/+242
* Major overhaul of the aic7xxx driver:gibbs1995-03-312-67/+86
* Use EISA_MAX_SLOTS to be consistent with other EISA drivers.gibbs1995-03-312-10/+10
* Fix overrun error define nameache1995-03-311-1/+1
* Fix typing error sneaked somehow in prev. commitache1995-03-311-2/+2
* Diskless boot support for 3C509.jkh1995-03-317-238/+1435
* * Promiscuous mode added and interrupt logic slightly changedjkh1995-03-314-100/+378
OpenPOWER on IntegriCloud