summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Subject: Panic - can't mount route (Soren's changes)nate1993-11-231-2/+2
* Changed return(-1) in switch_scr to return(EINVAL), because -1 ischmr1993-11-231-2/+2
* Stop gap measure until we can get Bruce's driver debugged.nate1993-11-221-70/+101
* * Revision 2.14 1993/11/22 10:55:30 davidgdg1993-11-222-55/+147
* patches from Julian Elischer -dg1993-11-222-4/+30
* added 5us delay before checking BUSY flag to conform to ATA spec -dg1993-11-191-2/+17
* New version of scsi code from Julianrgrimes1993-11-1810-4813/+4367
* Fix attach message, make separate line for itache1993-11-171-1/+3
* Fixed comments that start within a comment, so code compiles cleanly withwollman1993-11-178-15/+13
* Increased symtab space and added two more options that don't do anythingwollman1993-11-172-4/+8
* If netmask == 0, new value changed from 0x8000 to 0x10000ache1993-11-171-4/+2
* new process tracing code from Sean Eric Fagen (sef@kithrup.com).dg1993-11-162-12/+197
* We don't want shared boot, so -Bstatic added to ld optionsache1993-11-162-4/+4
* Changed -Z back to -z.paul1993-11-161-2/+2
* Changed -z to -Z so we create old-style ZMAGIC kernels.paul1993-11-151-2/+2
* timeout+sleep changed to tsleepache1993-11-151-45/+53
* if netmask == 0, then the loopback code can do some reallyache1993-11-141-1/+8
* New sio driver from Bruce.ache1993-11-141-195/+211
* Add _bde_exists: label so that the global is really defined. Fix spellingrgrimes1993-11-141-3/+3
* >From Charles Hannumrgrimes1993-11-132-6/+10
* First steps in rewriting locore.s, and making info usefuldg1993-11-1313-1838/+2133
* Fixed minor bug in M[LSN] interpretation, added octave-tracking.ache1993-11-091-40/+68
* Name of ioctl's include sys/spkr.h changed to machine/speaker.hache1993-11-091-0/+30
* Applied David Greenman's hack to disable IRQ conflict checkingalm1993-11-091-1/+3
* Change from David Greenman to return properly unsigned irq.jkh1993-11-091-1/+1
* Add missing read flush code to siostopache1993-11-081-1/+5
* Added the netrmp protocol from the Net/2 tape. While of dubious utility,wollman1993-11-072-4/+6
* Get rid of WFJ's use of sleep() for more user-friendly tsleep().wollman1993-11-072-4/+4
* Add options MACHVMCOMPAT and bump symtab space appropriately.wollman1993-11-072-4/+6
* Made all header files idempotent and moved incorrect common data fromwollman1993-11-075-5/+23
* Made all header files idempotent and moved incorrect common data fromwollman1993-11-0728-39/+142
* Made all header files idempotent and moved incorrect common data fromwollman1993-11-074-10/+32
* Fixed comment.wollman1993-11-072-4/+4
* Try to be a little smarter about touching the date on assym.s, so thatwollman1993-11-071-13/+18
* Added some more defines that weren't there before. Also bumped upwollman1993-11-072-4/+24
* Needed to bump up SYMTAB_SPACE again. (This really should be done by thewollman1993-11-072-4/+4
* Added CWARNFLAGS and COPTFLAGS defines to Makefile so that we can easilywollman1993-11-071-2/+4
* splnone()'s in the trap code can be deadly. Save/restore previous prioritydg1993-11-041-5/+7
* DST offset calculation removed, it is wrong in any case.ache1993-11-042-22/+2
* Russian keymap (RUKEYMAP) changes:ache1993-11-041-11/+11
* Restored comments that were removed from npx.c using # commentpaul1993-11-031-5/+5
* Added the option FAT_CURSOR into the GENERIC kernel descriptions forats1993-11-034-6/+8
* Fixed the reason for wx.c not working. I forgot to keep all the table entriesnate1993-11-031-2/+3
* Added wx driver supportnate1993-11-031-1/+3
* Removed comments from within asm block.paul1993-11-031-5/+5
* Modified the "rude stack hack" that it only applies to addresses withinchmr1993-11-011-2/+4
* Added FAT_CURSOR and STAR_SAVER settings.jkh1993-10-311-1/+3
* Add example entries for syscons screen savers and cursor shape.jkh1993-10-312-2/+8
* Now that STAR_SAVER and SNAKE_SAVER are kernel options, add codejkh1993-10-311-3/+3
* Fixed bug where syscons.c wouldn't compile if DDB was enabled.jkh1993-10-311-5/+2
OpenPOWER on IntegriCloud