| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove CPU_COLORDISP, GIO_COLOR now exists | ache | 1994-10-18 | 2 | -13/+3 |
* | isa_device.h: Added flag for sensitive HW. ed# seems to break if anything | phk | 1994-10-17 | 1 | -16/+46 |
* | GENERIC is our new all singing and dancing kernel. Please report ASAP if | phk | 1994-10-17 | 1 | -0/+92 |
* | Ifdef color_display by NSC, pointed by Rod | ache | 1994-10-17 | 1 | -1/+6 |
* | ADd CPU_COLORDISP sysctl to handle console display type | ache | 1994-10-15 | 1 | -1/+4 |
* | CPU_COLORDISP sysctl added for console display type | ache | 1994-10-15 | 1 | -2/+4 |
* | 1) Some of the counters in the vmmeter struct don't fit well into the Mach VM | dg | 1994-10-15 | 1 | -5/+1 |
* | Ouch, fixed bug in errno translation (ibcs2 support). | sos | 1994-10-11 | 1 | -2/+1 |
* | minaddr #ifdef lost in previous commit. Sorry. | phk | 1994-10-10 | 1 | -1/+4 |
* | Hmm, only translate errno when doing an actual return. | sos | 1994-10-10 | 1 | -7/+7 |
* | locore.s: Made the APM stuff depend on NAPM > 0 rather than a separate | phk | 1994-10-10 | 3 | -63/+38 |
* | Cosmetics. Added a prototype. | phk | 1994-10-10 | 1 | -2/+2 |
* | Updated to convert errno return in syscall if conversion tabel present. | sos | 1994-10-09 | 1 | -1/+7 |
* | Got rid of map.h. It's a leftover from the rmap code, and we use rlists. | dg | 1994-10-09 | 2 | -4/+2 |
* | A couple of prototypes moved out from here. | phk | 1994-10-08 | 2 | -6/+2 |
* | Added prototypes. | phk | 1994-10-08 | 3 | -3/+10 |
* | db_disasm.c: Unused var zapped. | phk | 1994-10-08 | 4 | -54/+38 |
* | Correct #ifdef for nfs_disless support is #ifdef NFS, there will be no | rgrimes | 1994-10-08 | 2 | -4/+4 |
* | #ifdef DISKLESS the copying of the nfs_diskless structure. Not the best | dg | 1994-10-07 | 2 | -2/+6 |
* | 1. Eliminate unused esym global from locore, our boot code never supported | rgrimes | 1994-10-06 | 3 | -49/+105 |
* | Add code to handle CPU_DISRTCSET | ache | 1994-10-04 | 1 | -2/+4 |
* | Add disable_rtc_set variable to block resettodr() call, needed for | ache | 1994-10-04 | 2 | -4/+12 |
* | CPU_DISRTCSET added to disable resettodr(), needed in adjkerntz -i, | ache | 1994-10-04 | 1 | -2/+4 |
* | RTC_CENTURY usage ifdefed out by USE_RTC_CENTURY compile option, | ache | 1994-10-04 | 2 | -2/+18 |
* | Avoid ddb getting a panic if the code-segment isn't the usual one... | phk | 1994-10-02 | 1 | -2/+2 |
* | Patch from HOSOKAWA Tatsumi to fix bug in the size of apm_current_gdt_pdesc | dg | 1994-10-02 | 2 | -4/+4 |
* | apm_bios.h: removed the equiv-stuff. Not needed now that the kernel module | phk | 1994-10-02 | 2 | -1/+7 |
* | Unused variables, except one with a omnious comment. | phk | 1994-10-02 | 1 | -15/+10 |
* | If you are building a kernel without NFS statically linked in you | rgrimes | 1994-10-02 | 1 | -1/+8 |
* | "idle priority" support. Based on code from Henrik Vestergaard Draboel, | dg | 1994-10-02 | 3 | -28/+191 |
* | 1. Remove all references to cyloffset, it has been unused for some time. | rgrimes | 1994-10-02 | 3 | -39/+153 |