summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Set REVISION=3.0 and RELDATE=199701phk1996-11-031-3/+3
* Fix a problem with running down processes that have left wireddyson1996-11-032-6/+20
* Fix the broken EOF handling in the floppy driver. The most obviousjoerg1996-11-023-84/+108
* Avoid touching the LEDs too early in the game. After the recentjoerg1996-11-021-4/+0
* Fill in the bios-geometry array in struct bootinfo.phk1996-11-022-0/+79
* The last update/merge of PC98 stuff before 2.2. The wholeasami1996-11-0243-8639/+339
* add in CONSPEED option which controls console serial port speedpst1996-11-026-18/+39
* add in CONSPEED optionpst1996-11-022-2/+4
* Rationalize support for serial consoles running at baud rates other than 9600pst1996-11-022-4/+8
* if_sr.c corrupted the global variable `ticks'.jhay1996-10-316-60/+27
* collate_range_cmp -> __collate_range_cmpache1996-10-311-3/+4
* Further improved version of hadling a HALT when there is no console.julian1996-10-315-6/+34
* More merge and update.asami1996-10-30114-28780/+1166
* if there is no console, cngetc should act like getc and return -1julian1996-10-307-17/+33
* Pass right arp to bpf_mtap().phk1996-10-301-3/+3
* Fix braino on my part. When we have three different port ranges (default,peter1996-10-302-3/+8
* Fix a potential deadlock from the previous commit.dyson1996-10-302-4/+8
* Fix the /proc/???/map file so that it is possible to read an arbitrarilydyson1996-10-302-36/+46
* Change mmap to use OBJT_DEFAULT instead of OBJT_SWAP by defaultdyson1996-10-291-2/+2
* Search for labels on all slices whenever any minor for a drive is opened.bde1996-10-291-44/+55
* Another round of merge/updates.asami1996-10-2955-2569/+149
* Add support for the SDL RISCom N2pci cards. Bring in the enhancementsjhay1996-10-298-2439/+6694
* Remove some unnecessary code in the interrupt handler.jhay1996-10-283-36/+45
* A #define really don't need a ; at the end.jhay1996-10-282-4/+4
* comaptibles->compatiblesimp1996-10-281-3/+3
* In data_phase_reinit when I converted the code to use bcopy, I should havegibbs1996-10-281-3/+3
* devfs_tree.c: improve our bdevvp() function.phk1996-10-282-4/+8
* init_main.c: pass -d to init if DEVFS_ROOTphk1996-10-284-4/+14
* DEVFS_ROOT -> opt_devfs.hphk1996-10-281-1/+3
* Kill _OLD_PATH_LOG. It's not needed.joerg1996-10-281-2/+1
* Add basic support for the 398X cards as multi-channel SCSI host adapters.gibbs1996-10-281-23/+106
* Add basic support for the 398X cards as multi-channel SCSI host adapters.gibbs1996-10-284-184/+292
* Add some code to allow SCB sharing for the 398X cards. This involves passinggibbs1996-10-281-5/+6
* Add two new aic7xxx driver options:gibbs1996-10-284-4/+14
* Fix problems dealing with non-tagged devices when SCB paging is enabled.gibbs1996-10-282-48/+53
* The way we get a vnode for swapdev is not quite kosher. In particularphk1996-10-271-4/+18
* Move static variable nextpid out from fork1(). Now top(1) can printwosch1996-10-271-2/+3
* Use the calibrated/adjustable i8254 frequency `timer_freq' instead ofsos1996-10-263-69/+90
* Removed initialization of a variable that went away. Oops.bde1996-10-265-25/+15
* Don't allow reassembly to create packets bigger than IP_MAXPACKET, and countfenner1996-10-255-8/+32
* Declare pointers to signal handling functions in full instead of asbde1996-10-253-8/+6
* Removed unused #includes.bde1996-10-251-14/+14
* Use macros from timmerreg.h instead of private ones.bde1996-10-252-56/+14
* Print the clock calibration messages all on one (long) line again sobde1996-10-255-105/+90
* Improved biasing of i586 clock by adjusting for hardclock() latency.bde1996-10-255-105/+130
* Removed #include of <machine/clock.h>. It is no longer used, and wouldbde1996-10-251-2/+1
* Unremoved used #include of <sys/systm.h> for the !GUPROF case.bde1996-10-251-1/+4
* - KNF cleanup.gibbs1996-10-251-170/+143
* - KNF cleanup.gibbs1996-10-254-1457/+1100
* KNF cleanup.gibbs1996-10-251-64/+64
OpenPOWER on IntegriCloud