aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,David Greenman1995-04-0916-132/+231
* Added a few more entries to the list of prime numbers.David Greenman1995-04-091-4/+4
* Move default address of lnc0 to 0x300. Luigi Rizzo said that his cardPoul-Henning Kamp1995-04-085-10/+10
* Implement a simple hook (or hack?) to allow graphics device consoleJoerg Wunsch1995-04-088-12/+75
* pca: change IO_PPI to IO_TIMER1 due to syscons conflictAndrey A. Chernov1995-04-083-6/+6
* Some long-waiting fixes for the COFF module. They silence compilerJoerg Wunsch1995-04-081-19/+43
* Update pcvt to 3.20 b24Joerg Wunsch1995-04-0814-158/+148
* Driver for 3c505 boards. Uses the onboard firmware, which is not a goodPoul-Henning Kamp1995-04-082-0/+961
* Added the "eg0" interface driver for the 3Com "3c505" or "etherlink/+"Poul-Henning Kamp1995-04-087-9/+18
* Add port IO_PPI for pca per Bruce suggestionAndrey A. Chernov1995-04-063-6/+6
* Print "on isa" for devices with port==0 per Bruce suggestionAndrey A. Chernov1995-04-062-4/+4
* Output the CPU features line during the probe on a seperate line, forRodney W. Grimes1995-04-062-6/+6
* Correct recalibrate/seek code at attach time so that we do not getRodney W. Grimes1995-04-064-19/+50
* 0x330 is the default address for SB Midi, not 0x300Jordan K. Hubbard1995-04-063-6/+6
* Correct the watchdog routine.Jordan K. Hubbard1995-04-052-2/+52
* Fix a bug in tcp_input reported by Rick Jones <raj@hpisrdq.cup.hp.com>.Andras Olah1995-04-052-22/+16
* From Matt Thomas: Finished EISA support.David Greenman1995-04-051-56/+12
* Modify behavior of INCLUDES to never look in /usr/include unless weNate Williams1995-04-053-6/+24
* Print "on motherboard" for isa? devices with id_iobase == 0Andrey A. Chernov1995-04-042-22/+18
* Fixes to the hardware cursor emulation.Søren Schmidt1995-04-046-168/+240
* Added UIO_NOCOPY.David Greenman1995-04-041-2/+3
* Move unit structure member down to optimize com->state per BruceAndrey A. Chernov1995-04-043-57/+57
* Check for case of blkno already known to avoid unnecessary VOP_BMAP's.David Greenman1995-04-041-1/+2
* Added prototype for phashinit() function.David Greenman1995-04-041-1/+2
* kern_subr.c:David Greenman1995-04-042-6/+41
* Fixed the formatting breakage I added in the previous commit.David Greenman1995-04-041-4/+8
* Allow serial console BREAK to DDBAndrey A. Chernov1995-04-033-9/+39
* Added -I/usrinclude to the tail end of the INCLUDES line. This hackNate Williams1995-04-033-6/+6
* Fix implicit declaration the right way. (This has not been a goodBill Paul1995-04-031-2/+2
* Fix implicit declaration of cngetc().Bill Paul1995-04-021-2/+3
* Back out changes related to locked bits until more elegantAndrey A. Chernov1995-04-023-255/+21
* Back out changes related to locked bits until more elegant solution will beAndrey A. Chernov1995-04-021-20/+20
* Remove redundant declarations.Bruce Evans1995-04-021-3/+0
* Attempt to fix the `you can log into console only once' problem (PRJoerg Wunsch1995-04-022-4/+26
* Fix error:Andrey A. Chernov1995-04-023-21/+249
* Fix error in TIOCSETC/TIOCSLTC, they need to call TIOCSETA.Andrey A. Chernov1995-04-021-16/+18
* Return EINVAL instead of setting wrong in/out speedAndrey A. Chernov1995-04-021-9/+9
* Move SET_BYPASS macro to function per Bruce suggestion.Andrey A. Chernov1995-04-023-60/+87
* Add declaration for struct ether_addr (this is where Sun documentsBill Paul1995-04-021-1/+8
* Fix slioctl(). It has to return -1 for ioctls that it doesn't know aboutBruce Evans1995-04-021-19/+24
* Move setting BYPASS state to macro, use it in several times,Andrey A. Chernov1995-04-013-48/+54
* Adjust TS_CAN_BYPASS_L_RINT state after l_open(), t_lineAndrey A. Chernov1995-04-013-3/+9
* slopen() never sets t_line to SLIPDISC, but uses slip-specific queue allocationAndrey A. Chernov1995-04-011-1/+2
* subr_prf.c used to provide an exported function kprintf(), but only hadJoerg Wunsch1995-04-012-3/+4
* Correct a few minor things in pcvt:Joerg Wunsch1995-04-013-2/+119
* Fix count in mark_for_update() for insert-char(s) and delete-char(s).Bruce Evans1995-04-013-12/+12
* Log ABORT_TAG messages to the console.Justin T. Gibbs1995-04-011-3/+31
* Off by one error in -MSG-START+0 was just Justin being tired -- revert toJustin T. Gibbs1995-04-012-12/+10
* Update pcvt to 3.20b23Joerg Wunsch1995-04-017-37/+118
* Include <machine/cpufunc.h> to get i/o functions - don't duplicate almostBruce Evans1995-04-011-184/+1