| Commit message (Expand) | Author | Age | Files | Lines |
* | Added a kernel variable, "dodump" defaulting to zero, which disables dumps. | phk | 1994-11-07 | 1 | -1/+9 |
* | Initialize %fs and %gs from %ds. | phk | 1994-11-06 | 2 | -2/+12 |
* | Do a better job at preparing registers for the new process in setregs() | dg | 1994-11-06 | 1 | -8/+11 |
* | Nuke the losing version of microtime. The assembler version now works | bde | 1994-11-06 | 1 | -26/+6 |
* | Public function declarations moved to <machine/npx.h>. | bde | 1994-11-06 | 2 | -8/+2 |
* | Maintain a new variable `timer0_overflow_threshold' so that microtime() | bde | 1994-11-05 | 2 | -82/+174 |
* | Declare all functions exported by the npx driver. | bde | 1994-11-05 | 2 | -8/+34 |
* | Declare the full uglyness of the interfaces to the clock driver (except | bde | 1994-11-05 | 1 | -6/+46 |
* | Disable the direct call from hardclock() to softclock(). Support | bde | 1994-11-05 | 1 | -8/+19 |
* | Argh! Missing quotes. | jkh | 1994-11-05 | 1 | -2/+2 |
* | We need CD9660 and MSDOS filesystems built-in if the floppy is to have | jkh | 1994-11-05 | 1 | -3/+5 |
* | __386BSD__ -> __FreeBSD__ | jkh | 1994-11-04 | 2 | -4/+4 |
* | Eliminate USERCONFIG. This option is now standard. | jkh | 1994-11-03 | 1 | -2/+1 |
* | Unconditionalize USERCONFIG. Uh, thanks, David. | jkh | 1994-11-03 | 1 | -3/+1 |
* | Add extra id_enabled flag for userconfig to manipulate. If id_enabled | jkh | 1994-11-03 | 1 | -1/+6 |
* | Cosmetic changes in comment at start (it's no longer a GENERICAH config | gpalmer | 1994-11-03 | 1 | -2/+2 |
* | Fix a very old, very stupid race clearing the mask bit for the current | bde | 1994-11-01 | 2 | -8/+10 |
* | DMA automode patch, fix SB16 clicks | ache | 1994-11-01 | 1 | -1/+19 |
* | Implement CPU_ADJKERNTZ in different way: call resettodr() | ache | 1994-11-01 | 1 | -2/+6 |
* | Added hooks for an easy drop-in of the pcvt concole driver. | joerg | 1994-10-31 | 2 | -4/+6 |
* | Fix selector arg to match the (missing) prototype for sdtossd(). | bde | 1994-10-30 | 1 | -2/+7 |
* | Fix selector arg to match the (missing) prototype for ssdtosd(). | bde | 1994-10-30 | 1 | -2/+2 |
* | locore.s: | bde | 1994-10-30 | 4 | -8/+24 |
* | From: fredriks@mcs.com (Lars Fredriksen) | jkh | 1994-10-28 | 1 | -1/+2 |
* | Julian Elischer's disklabel fixes. | jkh | 1994-10-27 | 1 | -2/+1 |
* | Fix compiler warnings. | bde | 1994-10-26 | 1 | -8/+7 |
* | Move definition and initialization of video_mode_pointer to syscons.c. | bde | 1994-10-26 | 2 | -42/+2 |
* | Enable USERCONFIG and document it in LINT. | jkh | 1994-10-26 | 1 | -1/+2 |
* | Invoke userconfig() if kernel compiled with options USERCONFIG and | jkh | 1994-10-26 | 1 | -2/+5 |
* | Fix two very minor nits, one of which caused a warning (no return type for | jkh | 1994-10-26 | 1 | -2/+3 |
* | Fixed a couple of wrong printfs (too few arguments supplied). Also zapped | phk | 1994-10-26 | 1 | -1/+2 |
* | BEWARE: Interface change of register_intr() ! | se | 1994-10-25 | 1 | -4/+5 |
* | BEWARE: Interface change of register_intr() ! | se | 1994-10-25 | 2 | -6/+14 |
* | Use the correct macro for deciding whether syscons' variables should | bde | 1994-10-25 | 2 | -16/+22 |
* | Allow MAXMEM kernel option to indicate more memory than is detected; it | dg | 1994-10-25 | 1 | -4/+3 |
* | Restricted maximum bufpages to 1500; this is required for machines >64MB | dg | 1994-10-25 | 1 | -5/+4 |
* | Moved initialization of tmpstk so that it immediately follows the kernel | dg | 1994-10-25 | 4 | -14/+34 |
* | Added sea0 - Seagate driver lines to config | sos | 1994-10-24 | 1 | -2/+2 |
* | Finished device configuration database work for all ISA devices (except `ze') | wollman | 1994-10-23 | 3 | -5/+65 |
* | Autoconf is the one to realize that we are booted disk-less and start the | phk | 1994-10-22 | 3 | -6/+21 |
* | NFS-diskless works. Look in sys/i386/boot/netboot for some of the | phk | 1994-10-22 | 1 | -1/+2 |
* | Make my ALLDEVS kernel compile (basically, LINT minus a lot of options). | wollman | 1994-10-21 | 1 | -1/+4 |
* | According to a quick reading of sources, one experiment and Bruce's word: | phk | 1994-10-20 | 1 | -4/+4 |
* | Bruce told me to: Make uha0 use irq ? | phk | 1994-10-20 | 1 | -2/+2 |
* | Peter Dufaults comconsole changes. | phk | 1994-10-20 | 3 | -12/+18 |
* | Don't check for IRQ conflicts before probing the device, so that | bde | 1994-10-19 | 1 | -4/+1 |
* | Fix the test for the code segment being the usual one. Unusual code | bde | 1994-10-19 | 1 | -2/+3 |
* | Add support for devconf to a large number of device drivers, and do | wollman | 1994-10-19 | 1 | -0/+15 |
* | isa.c isa_device.h: declare & define {e,}isa_{in,ex}ternalize(). | wollman | 1994-10-19 | 1 | -2/+67 |
* | Implement disk_externalize(). | wollman | 1994-10-19 | 1 | -1/+13 |