| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure the mem_range_AP_init() prototype is seen where it's needed, and | peter | 1999-05-08 | 1 | -1/+3 |
* | Fixed profiling of elf kernels. Made high resolution profiling compile | bde | 1999-05-06 | 2 | -11/+15 |
* | Add device driver support for the Lucent WaveLAN/IEEE 802.11 PCMCIA | wpaul | 1999-05-05 | 1 | -0/+281 |
* | Add a hook that can be called to initialise a slave processor's memory | msmith | 1999-04-30 | 1 | -1/+4 |
* | Enable vmspace sharing on SMP. Major changes are, | luoqi | 1999-04-28 | 16 | -264/+396 |
* | Moved cpu_set_fork_handler's prototype from <machine/cpu.h> to <sys/proc.h>. | dt | 1999-04-23 | 1 | -2/+1 |
* | Stage 1 of a cleanup of the i386 interrupt registration mechanism. | peter | 1999-04-21 | 1 | -1/+2 |
* | Bring the 'new-bus' to the i386. This extensively changes the way the | peter | 1999-04-16 | 1 | -2/+2 |
* | Backout early start of APs since it caused some machines to hang. | tegge | 1999-04-13 | 1 | -4/+1 |
* | Add prototype for wait_ap(). | tegge | 1999-04-11 | 1 | -1/+4 |
* | Let BSP wait until all APs are initialized. | tegge | 1999-04-10 | 1 | -1/+4 |
* | o sys/i386/include/soundcard.h | kato | 1999-04-08 | 1 | -1/+1 |
* | Disable the mtrr copy calls, it doesn't work with the i686_mem.c stuff. | peter | 1999-04-07 | 1 | -1/+7 |
* | Add defines for the P6 model-specific registers. | msmith | 1999-04-07 | 1 | -1/+58 |
* | Restore support for executing BSD/OS binaries on the i386 by passing | jdp | 1999-04-03 | 1 | -2/+2 |
* | Put in place the infrastructure for improved UP and SMP TLB management. | alc | 1999-04-02 | 1 | -5/+2 |
* | o sys/i386/include/soundcard.h | kato | 1999-04-02 | 1 | -1/+2 |
* | Change the vm86_datacall interface so that callers are now responsible | jlemon | 1999-03-18 | 1 | -3/+21 |
* | Increased kernel virtual address space to 1GB. NOTE: You MUST have fixed | dg | 1999-03-11 | 1 | -4/+4 |
* | Keyboard driver update in preparation for the USB keyboard driver. | yokota | 1999-03-10 | 1 | -2/+4 |
* | update the i4b include files to i4b release 0.71.00 | hm | 1999-03-07 | 5 | -25/+41 |
* | The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpu | bde | 1999-03-05 | 1 | -3/+3 |
* | Adopt syscons's recent change from key_t to keyent_t (this part of | joerg | 1999-03-04 | 1 | -2/+2 |
* | Correct casts in vtophys and avtophys to be vm_offset_t. | dg | 1999-03-02 | 1 | -3/+3 |
* | Don't define MACHINE, MACHINE_ARCH, _MACHINE or _MACHINE_ARCH if | imp | 1999-03-01 | 1 | -1/+9 |
* | Don't call assign_apic_irq with a value for irq that is out of range. | tegge | 1999-02-26 | 1 | -2/+2 |
* | Fixed my recent breakage of the ELF case. | bde | 1999-02-25 | 1 | -1/+2 |
* | Added a per-cpu variable `switchticks' for use in scheduling. | bde | 1999-02-22 | 3 | -3/+6 |
* | 1) Added define for USB as an interface | n_hibma | 1999-02-21 | 1 | -1/+3 |
* | Introduce machine-dependent macro pgtok() to convert page count to number | luoqi | 1999-02-19 | 2 | -6/+8 |
* | Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This | luoqi | 1999-02-19 | 1 | -3/+2 |
* | On the i386, load the ELF dynamic linker where an mmap(0, ...) would | jdp | 1999-02-19 | 1 | -5/+7 |
* | Corrected ioctl numbers conflict. | roger | 1999-02-15 | 1 | -37/+47 |
* | Added new ioctls for Hauppage Infra-Red Remote Control support, | roger | 1999-02-11 | 1 | -2/+25 |
* | Change the load address of the ELF dynamic linker from "2L*MAXDSIZ" | jdp | 1999-02-07 | 1 | -1/+11 |
* | Added underscores to some names in svr4_locore.s so that it compiles | bde | 1999-02-06 | 1 | -3/+6 |
* | - Don't assume the line length in the video memory is always the same as | yokota | 1999-02-05 | 2 | -27/+28 |
* | Recognize Pentium II Xeon, Celeron and Pentium III cpus. Because CPU | kato | 1999-02-04 | 1 | -1/+2 |
* | Added a hopefully-machine-independent macro for determining if a | bde | 1999-02-02 | 1 | -1/+3 |
* | Moved pc98_system_parameter from .text to .data to make ELF kernel | kato | 1999-01-30 | 1 | -1/+2 |
* | More -Wall / -Wcast-qual cleanup. Also, EXEC_SET can't use | dillon | 1999-01-29 | 1 | -2/+2 |
* | Added METEOR_DEV2 and METEOR_DEV3 | roger | 1999-01-28 | 1 | -2/+3 |
* | Sun Bug ID 1251858 (on http://sunsolve1.sun.com) discusses the way that | newton | 1999-01-28 | 1 | -2/+3 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-28 | 1 | -2/+2 |
* | Make more messages conditional on bootverbose | jkh | 1999-01-20 | 1 | -3/+5 |
* | Silence warnings. | eivind | 1999-01-12 | 1 | -3/+3 |
* | The first stage of console driver reorganization: activate new | yokota | 1999-01-11 | 2 | -9/+72 |
* | Change /dev/smb and /dev/iic interface to allow user programs to interact with | nsouch | 1999-01-09 | 2 | -9/+17 |
* | Don't put operands in clobber lists, since this is dubious for old | bde | 1999-01-09 | 1 | -13/+16 |
* | Fixed some style bugs. Clarified a comment. | bde | 1999-01-08 | 1 | -13/+12 |