aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix attach message, make separate line for itAndrey A. Chernov1993-11-173-3/+9
* Fixed comments that start within a comment, so code compiles cleanly withGarrett Wollman1993-11-1711-21/+18
* Increased symtab space and added two more options that don't do anythingGarrett Wollman1993-11-173-6/+12
* If netmask == 0, new value changed from 0x8000 to 0x10000Andrey A. Chernov1993-11-172-8/+4
* new process tracing code from Sean Eric Fagen (sef@kithrup.com).David Greenman1993-11-164-24/+394
* We don't want shared boot, so -Bstatic added to ld optionsAndrey A. Chernov1993-11-162-4/+4
* Changed -Z back to -z.Paul Richards1993-11-163-6/+6
* Changed -z to -Z so we create old-style ZMAGIC kernels.Paul Richards1993-11-153-6/+6
* timeout+sleep changed to tsleepAndrey A. Chernov1993-11-152-90/+106
* if netmask == 0, then the loopback code can do some reallyAndrey A. Chernov1993-11-142-2/+16
* New sio driver from Bruce.Andrey A. Chernov1993-11-143-585/+633
* Add _bde_exists: label so that the global is really defined. Fix spellingRodney W. Grimes1993-11-143-9/+9
* >From Charles HannumRodney W. Grimes1993-11-132-6/+10
* First steps in rewriting locore.s, and making info usefulDavid Greenman1993-11-1330-5471/+6271
* Fixed minor bug in M[LSN] interpretation, added octave-tracking.Andrey A. Chernov1993-11-092-80/+136
* Name of ioctl's include sys/spkr.h changed to machine/speaker.hAndrey A. Chernov1993-11-092-0/+60
* Applied David Greenman's hack to disable IRQ conflict checkingAndrew Moore1993-11-092-2/+6
* Change from David Greenman to return properly unsigned irq.Jordan K. Hubbard1993-11-091-1/+1
* Add missing read flush code to siostopAndrey A. Chernov1993-11-083-3/+15
* Increase timeout in sd_start_unit procedure from 2000 to 6000, per Adam DavidRodney W. Grimes1993-11-081-2/+2
* Added the netrmp protocol from the Net/2 tape. While of dubious utility,Garrett Wollman1993-11-073-6/+9
* Get rid of WFJ's use of sleep() for more user-friendly tsleep().Garrett Wollman1993-11-074-8/+8
* Add options MACHVMCOMPAT and bump symtab space appropriately.Garrett Wollman1993-11-073-6/+9
* Made all header files idempotent and moved incorrect common data fromGarrett Wollman1993-11-072-8/+6
* Made all header files idempotent and moved incorrect common data fromGarrett Wollman1993-11-076-7/+30
* Made all header files idempotent and moved incorrect common data fromGarrett Wollman1993-11-078-8/+36
* Made all header files idempotent and moved incorrect common data fromGarrett Wollman1993-11-0749-72/+248
* Made all header files idempotent and moved incorrect common data fromGarrett Wollman1993-11-079-21/+76
* Fixed comment.Garrett Wollman1993-11-073-6/+6
* Make all headers idempotent. All incorrect common data moved out of headerGarrett Wollman1993-11-075-5/+25
* Try to be a little smarter about touching the date on assym.s, so thatGarrett Wollman1993-11-073-36/+51
* Added some more defines that weren't there before. Also bumped upGarrett Wollman1993-11-073-6/+36
* Needed to bump up SYMTAB_SPACE again. (This really should be done by theGarrett Wollman1993-11-073-6/+6
* Added CWARNFLAGS and COPTFLAGS defines to Makefile so that we can easilyGarrett Wollman1993-11-073-6/+12
* splnone()'s in the trap code can be deadly. Save/restore previous priorityDavid Greenman1993-11-043-15/+21
* DST offset calculation removed, it is wrong in any case.Andrey A. Chernov1993-11-045-55/+5
* Russian keymap (RUKEYMAP) changes:Andrey A. Chernov1993-11-043-33/+33
* Added link.h for shared libs.Paul Richards1993-11-032-0/+468
* Restored comments that were removed from npx.c using # commentPaul Richards1993-11-033-15/+15
* Added the option FAT_CURSOR into the GENERIC kernel descriptions forAndreas Schulz1993-11-035-8/+10
* Fixed the reason for wx.c not working. I forgot to keep all the table entriesNate Williams1993-11-031-2/+3
* Added wx driver supportNate Williams1993-11-031-1/+3
* Removed comments from within asm block.Paul Richards1993-11-033-15/+15
* Modified the "rude stack hack" that it only applies to addresses withinChristoph Robitschko1993-11-013-6/+12
* Added FAT_CURSOR and STAR_SAVER settings.Jordan K. Hubbard1993-10-311-1/+3
* Add example entries for syscons screen savers and cursor shape.Jordan K. Hubbard1993-10-313-3/+12
* Now that STAR_SAVER and SNAKE_SAVER are kernel options, add codeJordan K. Hubbard1993-10-313-9/+9
* Fixed bug where syscons.c wouldn't compile if DDB was enabled.Jordan K. Hubbard1993-10-313-15/+6
* Whoops, the algorithm I last used was messed up - I left off parans, andDavid Greenman1993-10-292-4/+4
* Change filesystem buffer cache size calculation to be less for 4MBDavid Greenman1993-10-292-4/+4