summaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Tell stupid users to write the bootcode.release/2.0_cvsJordan K. Hubbard1994-11-22259-1993/+280
* This commit was manufactured by cvs2svn to create branch 'RELEASE_2_0'.cvs2svn1994-11-221-43/+61
* This commit was manufactured by cvs2svn to create branch 'RELEASE_2_0'.cvs2svn1994-11-221-8/+8
* This commit was manufactured by cvs2svn to create branch 'BETA_2_0'.cvs2svn1994-11-2144-1394/+5886
* declare atdevbasePoul-Henning Kamp1994-11-191-1/+3
* This commit was manufactured by cvs2svn to create branch 'ALPHA_2_0'.cvs2svn1994-11-091-72/+19
* This commit was manufactured by cvs2svn to create branch 'ALPHA_2_0'.cvs2svn1994-11-0860-17604/+0
* If we have no MBR, we need to allow the poor guy to write one...Poul-Henning Kamp1994-11-081-3/+7
* Add back ze0 driver; somebody took it out of _both_ LINT and GENERIC,Jordan K. Hubbard1994-11-083-3/+8
* Change "fdx: Floppy not writeable" to less confusingAndrey A. Chernov1994-11-081-2/+2
* From: Lars Fredriksen <fredriks@mcs.com>Jordan K. Hubbard1994-11-081-1/+21
* From: Lars Fredriksen <fredriks@mcs.com>Jordan K. Hubbard1994-11-081-7/+43
* I noticed some weird english had crept in - fix it up a bit.Jordan K. Hubbard1994-11-081-6/+5
* Cosmetic - the help screen didn't have its header properly formatted. NeededJordan K. Hubbard1994-11-081-3/+3
* Improved the user interface:David Greenman1994-11-073-22/+41
* Calling sync will panic you more often than not.Poul-Henning Kamp1994-11-072-8/+2
* Added a kernel variable, "dodump" defaulting to zero, which disables dumps.Poul-Henning Kamp1994-11-073-3/+13
* Initialize %fs and %gs from %ds.Poul-Henning Kamp1994-11-061-1/+6
* Do a better job at preparing registers for the new process in setregs()David Greenman1994-11-061-8/+11
* Nuke the losing version of microtime. The assembler version now worksBruce Evans1994-11-061-26/+6
* Public function declarations moved to <machine/npx.h>.Bruce Evans1994-11-061-4/+1
* Abort writes if a signal is received (don't ignore the value returned byBruce Evans1994-11-061-10/+26
* The style in my patch011 is inconsistent and out of date. It shouldBruce Evans1994-11-061-2/+2
* Work around microtime() enabling interrupts.Bruce Evans1994-11-061-1/+10
* Maintain a new variable `timer0_overflow_threshold' so that microtime()Bruce Evans1994-11-052-82/+174
* Fix a bug introduced between 1.1 and 1.1.5. Loading the time was movedBruce Evans1994-11-051-84/+111
* Declare all functions exported by the npx driver.Bruce Evans1994-11-051-4/+17
* Declare the full uglyness of the interfaces to the clock driver (exceptBruce Evans1994-11-051-6/+46
* Disable the direct call from hardclock() to softclock(). SupportBruce Evans1994-11-051-8/+19
* Change -O2 to -OAndrey A. Chernov1994-11-051-2/+2
* Argh! Missing quotes.Jordan K. Hubbard1994-11-051-2/+2
* We need CD9660 and MSDOS filesystems built-in if the floppy is to haveJordan K. Hubbard1994-11-051-3/+5
* Last commit was bogus. Changed b_bsize to b_bcount.Poul-Henning Kamp1994-11-041-2/+2
* __386BSD__ -> __FreeBSD__Jordan K. Hubbard1994-11-041-2/+2
* |Both, the wd and the sd driver do not reject invalid request of oddJoerg Wunsch1994-11-031-2/+3
* Assign character device 20 to be the user reserved device.Paul Traina1994-11-031-20/+16
* Eliminate USERCONFIG. This option is now standard.Jordan K. Hubbard1994-11-034-16/+5
* Unconditionalize USERCONFIG. Uh, thanks, David.Jordan K. Hubbard1994-11-031-3/+1
* Fix for 'pstat -t' works on vtysAndrey A. Chernov1994-11-031-1/+2
* Whoops - make sure TRUE and FALSE are defined now.Jordan K. Hubbard1994-11-031-1/+6
* Add extra id_enabled flag for userconfig to manipulate. If id_enabledJordan K. Hubbard1994-11-032-2/+8
* Make the enable & disable commands finally work.Jordan K. Hubbard1994-11-031-4/+4
* Cosmetic changes in comment at start (it's no longer a GENERICAH configGary Palmer1994-11-031-2/+2
* Submitted by:Stefan Eßer1994-11-022-7/+136
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>Stefan Eßer1994-11-021-5/+2
* Whoops. When you `ls' a kernel with lots and lots of devices, guess what?Jordan K. Hubbard1994-11-021-1/+8
* Back out Joerg's latest commit. Sorry, Joerg, but this breaks the installJordan K. Hubbard1994-11-021-143/+98
* Fix Jordan's misplaced IPFIREWALL option. Fix style of other previous commits.Garrett Wollman1994-11-022-50/+54
* Fix a very old, very stupid race clearing the mask bit for the currentBruce Evans1994-11-011-4/+5
* Only log errors every second (instead of every 5-10 msec) and check forBruce Evans1994-11-011-59/+81