summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Partially fix `sysctl machdep.console_device'. The fix will be completebde1995-06-262-5/+14
* The BT scsi driver has recently had a message changed - it could bejoerg1995-06-251-3/+3
* First incarnation of our Linux emulator or rather compatibility code.sos1995-06-2512-0/+4413
* Reset defaults in case of boot() is looping several times (e.g. thejoerg1995-06-255-17/+21
* Add a `reset' command to UserConfig. Our documentation doesjoerg1995-06-251-2/+4
* Reduce timeout frequency from `hz' to 0 if no ports are open or to 1 ifbde1995-06-251-142/+236
* 1) Enable boot from root partition which end > cyl 1023, it isn't criminalache1995-06-231-6/+11
* Add an option to the psm driver to skip the parts of the probe which breakdfr1995-06-223-2/+10
* Use ifr_mtu for the mtu value rather than ifr_metric.dg1995-06-221-4/+4
* Change interface type...IFT_SLIP -> IFT_PARA.dg1995-06-211-2/+2
* 1. Supporting fast sync value displayin latest firmware.amurai1995-06-191-7/+13
* Next version, many bugs fixedache1995-06-143-407/+527
* Convert to ANSI C: change #endif THING to #endif /* THING */.bde1995-06-141-59/+57
* Don't convert \n to \r\n in pccnputc(). This is the responsibility ofbde1995-06-141-7/+3
* Replace \n\r by \n in error messages.bde1995-06-141-6/+6
* Output \n as \r\n, not as \n\r.bde1995-06-141-2/+2
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-1111-202/+206
* Remove trailing whitespace.rgrimes1995-05-30191-3266/+3266
* Fix setdumpdev():dg1995-05-291-16/+23
* Reduce the amount of bss the kzip stuff uses by moving big buffers intophk1995-05-296-236/+32
* Submitted by: dufaultrgrimes1995-05-282-10/+20
* Increased delay after reset to 10ms. Suggested by several people, the lastdg1995-05-271-2/+2
* Update swap and dump stuff to match reality:dg1995-05-272-22/+8
* Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS"dg1995-05-254-17/+7
* Enclosed is a patch for if_ze.c which will allow it to operate withdg1995-05-241-2/+7
* Fixed problem with "char" cursor..sos1995-05-211-2/+6
* Now I could finally test this change: bad144 is now relative to thephk1995-05-211-4/+4
* Make the "information" slice printfs if(bootverbose).phk1995-05-181-10/+13
* Added "BROKEN_KEYBOARD_RESET" option to disable using the keyboard resetdg1995-05-183-3/+14
* Changed read_csr and write_csr to static so that they don't clashdg1995-05-171-2/+2
* Reviewed by: phkbde1995-05-171-1/+1
* Reviewed by: phkbde1995-05-171-0/+2
* Fixes to the aic7xxx sequencer code and device driver from Justin Gibbs:dg1995-05-172-49/+76
* Changes to support the "new" bad144. Adds a "BADSCAN" ioctl and support.dg1995-05-161-4/+15
* Added apersand constraint to make sure that the source and destinationdg1995-05-141-2/+2
* After carefully reading three reference documents, and analyzingdg1995-05-141-4/+4
* Changed swap partition handling/allocation so that it doesn'tdg1995-05-144-66/+13
* "1 easy fix in 10 excrutiating steps"jkh1995-05-131-2/+2
* Only use card's soft-configured irq if no irq was specified in the kerneldg1995-05-121-5/+7
* The death of `options NODUMP'. Now the dump area can be dynamicallywollman1995-05-122-11/+31
* - Add an entry to allow swapping on a vn device (if one is configured).wpaul1995-05-121-3/+22
* Add 'rc' lineache1995-05-122-2/+6
* RISCom/8 driverache1995-05-123-0/+1682
* Make `make links' work by leaving swapkernel.c off out of the links processingwollman1995-05-111-3/+3
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-1112-36/+41
* Use spc, not spt, DUH! Thanks Bruce!phk1995-05-111-2/+2
* Add variable `idelayed' and macros setdelayed() and schedsofttty()bde1995-05-113-3/+19
* Move conflicts flag to the end.jkh1995-05-111-2/+2
* Add loadandclear(). It atomically loads a value from memory, clears thebde1995-05-111-1/+12
* Pass me the pointed chapeau - this typo somehow got through my testing.jkh1995-05-111-2/+2
OpenPOWER on IntegriCloud