summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andwollman1993-11-2590-926/+1571
* 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-233-6/+6
* 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-224-110/+294
* patches from Julian Elischer -dg1993-11-223-5/+57
* 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-1830-11198/+10105
* Fixed comments.wollman1993-11-181-2/+2
* Fix attach message, make separate line for itache1993-11-173-3/+9
* Fixed comments that start within a comment, so code compiles cleanly withwollman1993-11-1711-21/+18
* Increased symtab space and added two more options that don't do anythingwollman1993-11-173-6/+12
* If netmask == 0, new value changed from 0x8000 to 0x10000ache1993-11-172-8/+4
* new process tracing code from Sean Eric Fagen (sef@kithrup.com).dg1993-11-164-24/+394
* We don't want shared boot, so -Bstatic added to ld optionsache1993-11-162-4/+4
* Changed -Z back to -z.paul1993-11-163-6/+6
* Changed -z to -Z so we create old-style ZMAGIC kernels.paul1993-11-153-6/+6
* timeout+sleep changed to tsleepache1993-11-152-90/+106
* if netmask == 0, then the loopback code can do some reallyache1993-11-142-2/+16
* New sio driver from Bruce.ache1993-11-143-585/+633
* Add _bde_exists: label so that the global is really defined. Fix spellingrgrimes1993-11-143-9/+9
* >From Charles Hannumrgrimes1993-11-132-6/+10
* First steps in rewriting locore.s, and making info usefuldg1993-11-1330-5474/+6274
* Fixed minor bug in M[LSN] interpretation, added octave-tracking.ache1993-11-092-80/+136
* Name of ioctl's include sys/spkr.h changed to machine/speaker.hache1993-11-092-0/+60
* Applied David Greenman's hack to disable IRQ conflict checkingalm1993-11-092-2/+6
* Change from David Greenman to return properly unsigned irq.jkh1993-11-091-1/+1
* Add missing read flush code to siostopache1993-11-083-3/+15
* Increase timeout in sd_start_unit procedure from 2000 to 6000, per Adam Davidrgrimes1993-11-081-2/+2
* Added the netrmp protocol from the Net/2 tape. While of dubious utility,wollman1993-11-073-6/+9
* Get rid of WFJ's use of sleep() for more user-friendly tsleep().wollman1993-11-074-8/+8
* Add options MACHVMCOMPAT and bump symtab space appropriately.wollman1993-11-073-6/+9
* Made all header files idempotent and moved incorrect common data fromwollman1993-11-072-8/+6
* Made all header files idempotent and moved incorrect common data fromwollman1993-11-076-7/+30
* Made all header files idempotent and moved incorrect common data fromwollman1993-11-078-8/+36
* Made all header files idempotent and moved incorrect common data fromwollman1993-11-0749-72/+248
* Made all header files idempotent and moved incorrect common data fromwollman1993-11-079-21/+76
* Fixed comment.wollman1993-11-073-6/+6
* Make all headers idempotent. All incorrect common data moved out of headerwollman1993-11-075-5/+25
* Try to be a little smarter about touching the date on assym.s, so thatwollman1993-11-073-39/+54
* Added some more defines that weren't there before. Also bumped upwollman1993-11-073-6/+36
* Needed to bump up SYMTAB_SPACE again. (This really should be done by thewollman1993-11-073-6/+6
* Added CWARNFLAGS and COPTFLAGS defines to Makefile so that we can easilywollman1993-11-073-6/+12
* splnone()'s in the trap code can be deadly. Save/restore previous prioritydg1993-11-043-15/+21
* DST offset calculation removed, it is wrong in any case.ache1993-11-045-55/+5
* Russian keymap (RUKEYMAP) changes:ache1993-11-043-33/+33
* Added link.h for shared libs.paul1993-11-032-0/+468
* Restored comments that were removed from npx.c using # commentpaul1993-11-033-15/+15
* Added the option FAT_CURSOR into the GENERIC kernel descriptions forats1993-11-035-8/+10
* Fixed the reason for wx.c not working. I forgot to keep all the table entriesnate1993-11-031-2/+3
OpenPOWER on IntegriCloud