summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings (systm.h wasn't included).bde1995-07-161-0/+1
* Add tw.bde1995-07-162-4/+10
* Truncate the fault address to a page boundry when calling vm_fault(). Thedg1995-07-161-3/+3
* Fixed bug that caused page tables to be faulted twice instead of once.dg1995-07-141-4/+7
* The following patch for v1.8 (2.0.5R) of seagate.c allows it to work withjkh1995-07-131-87/+163
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-134-14/+6
* Fix races in scstart(). q_to_b() wasn't called at spltty(), so therebde1995-07-112-28/+14
* Speed up the inner loop of ansi_put() by a few percent.bde1995-07-111-2/+10
* Enable pcvt in LINT and don't generate a compile time error if sysconsbde1995-07-113-13/+13
* Release summary: (detailed descriptions in Edit History in matcd.c)jkh1995-07-113-68/+150
* Correct a typo in a comment.ats1995-07-081-2/+2
* Multiplex the soft tty interrupt some more to support the cy driver.bde1995-07-051-1/+5
* Fix error logging:bde1995-07-051-4/+10
* Rewrite:bde1995-07-053-1328/+2388
* Protected entire epioctl routine with splimp(). In this case, it is betterdg1995-07-051-1/+6
* Dan Eischen's serial eeprom code.gibbs1995-07-042-0/+227
* First pass cleanup of this driver. This pass does not include the sequencergibbs1995-07-044-71/+399
* Add entry for i386/scsi/93cx6.c, the file that handles serial eepromgibbs1995-07-041-1/+2
* The PCI config mechanism 1 test failed for the Intel Aries.se1995-06-304-8/+8
* Fight with hanging modems continued:ache1995-06-281-1/+8
* PCI configuration mechanism now determined by a method, that doesn'tse1995-06-284-60/+68
* Killed redundant vnode_pager_umount() call. This is already done atdg1995-06-281-6/+2
* Make path to kernel absolute if it is passed in relative. This fixesdg1995-06-281-4/+10
* Fix standards conformance bugs in <signal.h>:bde1995-06-281-6/+8
* Define macros _BSD_OFF_T_ and _BSD_PID_T_ suitable for use insteadbde1995-06-281-3/+12
* 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
OpenPOWER on IntegriCloud