| Commit message (Expand) | Author | Age | Files | Lines |
* | Tell stupid users to write the bootcode.release/2.0_cvs | Jordan K. Hubbard | 1994-11-22 | 259 | -1993/+280 |
* | This commit was manufactured by cvs2svn to create branch 'RELEASE_2_0'. | cvs2svn | 1994-11-22 | 1 | -43/+61 |
* | This commit was manufactured by cvs2svn to create branch 'RELEASE_2_0'. | cvs2svn | 1994-11-22 | 1 | -8/+8 |
* | This commit was manufactured by cvs2svn to create branch 'BETA_2_0'. | cvs2svn | 1994-11-21 | 44 | -1394/+5886 |
* | declare atdevbase | Poul-Henning Kamp | 1994-11-19 | 1 | -1/+3 |
* | This commit was manufactured by cvs2svn to create branch 'ALPHA_2_0'. | cvs2svn | 1994-11-09 | 1 | -72/+19 |
* | This commit was manufactured by cvs2svn to create branch 'ALPHA_2_0'. | cvs2svn | 1994-11-08 | 60 | -17604/+0 |
* | If we have no MBR, we need to allow the poor guy to write one... | Poul-Henning Kamp | 1994-11-08 | 1 | -3/+7 |
* | Add back ze0 driver; somebody took it out of _both_ LINT and GENERIC, | Jordan K. Hubbard | 1994-11-08 | 3 | -3/+8 |
* | Change "fdx: Floppy not writeable" to less confusing | Andrey A. Chernov | 1994-11-08 | 1 | -2/+2 |
* | From: Lars Fredriksen <fredriks@mcs.com> | Jordan K. Hubbard | 1994-11-08 | 1 | -1/+21 |
* | From: Lars Fredriksen <fredriks@mcs.com> | Jordan K. Hubbard | 1994-11-08 | 1 | -7/+43 |
* | I noticed some weird english had crept in - fix it up a bit. | Jordan K. Hubbard | 1994-11-08 | 1 | -6/+5 |
* | Cosmetic - the help screen didn't have its header properly formatted. Needed | Jordan K. Hubbard | 1994-11-08 | 1 | -3/+3 |
* | Improved the user interface: | David Greenman | 1994-11-07 | 3 | -22/+41 |
* | Calling sync will panic you more often than not. | Poul-Henning Kamp | 1994-11-07 | 2 | -8/+2 |
* | Added a kernel variable, "dodump" defaulting to zero, which disables dumps. | Poul-Henning Kamp | 1994-11-07 | 3 | -3/+13 |
* | Initialize %fs and %gs from %ds. | Poul-Henning Kamp | 1994-11-06 | 1 | -1/+6 |
* | Do a better job at preparing registers for the new process in setregs() | David Greenman | 1994-11-06 | 1 | -8/+11 |
* | Nuke the losing version of microtime. The assembler version now works | Bruce Evans | 1994-11-06 | 1 | -26/+6 |
* | Public function declarations moved to <machine/npx.h>. | Bruce Evans | 1994-11-06 | 1 | -4/+1 |
* | Abort writes if a signal is received (don't ignore the value returned by | Bruce Evans | 1994-11-06 | 1 | -10/+26 |
* | The style in my patch011 is inconsistent and out of date. It should | Bruce Evans | 1994-11-06 | 1 | -2/+2 |
* | Work around microtime() enabling interrupts. | Bruce Evans | 1994-11-06 | 1 | -1/+10 |
* | Maintain a new variable `timer0_overflow_threshold' so that microtime() | Bruce Evans | 1994-11-05 | 2 | -82/+174 |
* | Fix a bug introduced between 1.1 and 1.1.5. Loading the time was moved | Bruce Evans | 1994-11-05 | 1 | -84/+111 |
* | Declare all functions exported by the npx driver. | Bruce Evans | 1994-11-05 | 1 | -4/+17 |
* | Declare the full uglyness of the interfaces to the clock driver (except | Bruce Evans | 1994-11-05 | 1 | -6/+46 |
* | Disable the direct call from hardclock() to softclock(). Support | Bruce Evans | 1994-11-05 | 1 | -8/+19 |
* | Change -O2 to -O | Andrey A. Chernov | 1994-11-05 | 1 | -2/+2 |
* | Argh! Missing quotes. | Jordan K. Hubbard | 1994-11-05 | 1 | -2/+2 |
* | We need CD9660 and MSDOS filesystems built-in if the floppy is to have | Jordan K. Hubbard | 1994-11-05 | 1 | -3/+5 |
* | Last commit was bogus. Changed b_bsize to b_bcount. | Poul-Henning Kamp | 1994-11-04 | 1 | -2/+2 |
* | __386BSD__ -> __FreeBSD__ | Jordan K. Hubbard | 1994-11-04 | 1 | -2/+2 |
* | |Both, the wd and the sd driver do not reject invalid request of odd | Joerg Wunsch | 1994-11-03 | 1 | -2/+3 |
* | Assign character device 20 to be the user reserved device. | Paul Traina | 1994-11-03 | 1 | -20/+16 |
* | Eliminate USERCONFIG. This option is now standard. | Jordan K. Hubbard | 1994-11-03 | 4 | -16/+5 |
* | Unconditionalize USERCONFIG. Uh, thanks, David. | Jordan K. Hubbard | 1994-11-03 | 1 | -3/+1 |
* | Fix for 'pstat -t' works on vtys | Andrey A. Chernov | 1994-11-03 | 1 | -1/+2 |
* | Whoops - make sure TRUE and FALSE are defined now. | Jordan K. Hubbard | 1994-11-03 | 1 | -1/+6 |
* | Add extra id_enabled flag for userconfig to manipulate. If id_enabled | Jordan K. Hubbard | 1994-11-03 | 2 | -2/+8 |
* | Make the enable & disable commands finally work. | Jordan K. Hubbard | 1994-11-03 | 1 | -4/+4 |
* | Cosmetic changes in comment at start (it's no longer a GENERICAH config | Gary Palmer | 1994-11-03 | 1 | -2/+2 |
* | Submitted by: | Stefan Eßer | 1994-11-02 | 2 | -7/+136 |
* | Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> | Stefan Eßer | 1994-11-02 | 1 | -5/+2 |
* | Whoops. When you `ls' a kernel with lots and lots of devices, guess what? | Jordan K. Hubbard | 1994-11-02 | 1 | -1/+8 |
* | Back out Joerg's latest commit. Sorry, Joerg, but this breaks the install | Jordan K. Hubbard | 1994-11-02 | 1 | -143/+98 |
* | Fix Jordan's misplaced IPFIREWALL option. Fix style of other previous commits. | Garrett Wollman | 1994-11-02 | 2 | -50/+54 |
* | Fix a very old, very stupid race clearing the mask bit for the current | Bruce Evans | 1994-11-01 | 1 | -4/+5 |
* | Only log errors every second (instead of every 5-10 msec) and check for | Bruce Evans | 1994-11-01 | 1 | -59/+81 |