| Commit message (Expand) | Author | Age | Files | Lines |
* | Put in place the infrastructure for improved UP and SMP TLB management. | alc | 1999-04-02 | 5 | -42/+101 |
* | Purging lint from the Bruce filter. | phk | 1999-03-30 | 2 | -4/+10 |
* | Delete all references to the "aic" driver. It isn't in the tree, and | ken | 1999-03-29 | 1 | -2/+1 |
* | Ifdef declaration of a conditionally defined function "timezero". | dt | 1999-03-28 | 2 | -2/+6 |
* | Link the bb structures together as we find them. | phk | 1999-03-21 | 2 | -4/+20 |
* | Eliminate a pointless TLB flush from the SMP idle loop. | alc | 1999-03-20 | 2 | -14/+2 |
* | Change btrl/btsl to cmpl/movl, since each cpu now has their own copy | jlemon | 1999-03-18 | 2 | -10/+10 |
* | Look for the right ACPI table signature. | msmith | 1999-03-16 | 1 | -2/+2 |
* | Rewert the atapi CDROM driver's name to wcd. | sos | 1999-03-16 | 1 | -2/+2 |
* | pmap_qenter/pmap_qremove: | alc | 1999-03-13 | 1 | -89/+62 |
* | Increased kernel virtual address space to 1GB. NOTE: You MUST have fixed | dg | 1999-03-11 | 1 | -4/+4 |
* | Fix two tests against hex. values for CPUID. | roberto | 1999-03-10 | 1 | -3/+3 |
* | Make TIMER_FREQ a normal, undocumented option. Raise confusion to | phk | 1999-03-09 | 1 | -1/+2 |
* | Expose a slightly-lower-level interface to timeouts which allows callers | wollman | 1999-03-06 | 1 | -1/+3 |
* | The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpu | bde | 1999-03-05 | 3 | -9/+9 |
* | Fix an SMP-only TLB invalidation bug. Specifically, disable | alc | 1999-03-05 | 1 | -1/+5 |
* | Correct casts in vtophys and avtophys to be vm_offset_t. | dg | 1999-03-02 | 1 | -3/+3 |
* | Update to know about current kernel directory layout. | mckusick | 1999-02-28 | 1 | -22/+31 |
* | Removed all traces of `p_switchtime'. The relevant timestamp is per-cpu, | bde | 1999-02-28 | 3 | -28/+15 |
* | Don't call assign_apic_irq with a value for irq that is out of range. | tegge | 1999-02-26 | 3 | -6/+6 |
* | Don't forget to update `switchticks' in corner cases (except for | bde | 1999-02-25 | 2 | -4/+8 |
* | Added a per-cpu variable `switchticks' for use in scheduling. | bde | 1999-02-22 | 2 | -2/+4 |
* | Rename hid device to uhid (HID: Human Interface Device) | n_hibma | 1999-02-21 | 1 | -2/+2 |
* | Removed uhub from list. Mandatory with usb device and this was already | n_hibma | 1999-02-20 | 1 | -2/+1 |
* | Really make the "Rename nlpt to lpt." purported to have been made in | obrien | 1999-02-20 | 1 | -2/+2 |
* | Bit 24 of the Feature Flag is FXSR (for Fast FP Save and Restore). | roberto | 1999-02-20 | 1 | -2/+2 |
* | Introduce machine-dependent macro pgtok() to convert page count to number | luoqi | 1999-02-19 | 3 | -15/+15 |
* | Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This | luoqi | 1999-02-19 | 5 | -19/+16 |
* | On the i386, load the ELF dynamic linker where an mmap(0, ...) would | jdp | 1999-02-19 | 1 | -5/+7 |
* | Add a little bit more identifying information to the myriad PCI network | wollman | 1999-02-18 | 1 | -14/+17 |
* | * Change sysctl from using linker_set to construct its tree using SLISTs. | dfr | 1999-02-16 | 1 | -1/+2 |
* | MF3: add SYSVMSG | jkh | 1999-02-14 | 1 | -3/+5 |
* | Rename nlpt to lpt. | nsouch | 1999-02-14 | 1 | -2/+2 |
* | Don't pass PSL_NT to vm86 signal handlers. Some vm86/real mode | bde | 1999-02-13 | 1 | -2/+8 |
* | Zero p->retval[1] when starting a process. This value ends up in %edx | msmith | 1999-02-11 | 1 | -1/+8 |
* | Fix typos | jkoshy | 1999-02-11 | 1 | -3/+3 |
* | Use ppbus instead of the lpt driver. Throw in a (commented-out) vpo entry | des | 1999-02-10 | 1 | -2/+8 |
* | Adjust idle zero-page fill hysteresis based on tests. Use 2/3 and 4/5 | dillon | 1999-02-08 | 1 | -4/+8 |
* | Rip out PQ_ZERO queue. PQ_ZERO functionality is now combined in with | dillon | 1999-02-08 | 1 | -19/+23 |
* | Change the load address of the ELF dynamic linker from "2L*MAXDSIZ" | jdp | 1999-02-07 | 1 | -1/+11 |
* | replace previous stupid comment with one more appropriate | adam | 1999-02-04 | 1 | -2/+1 |
* | remind that apm is required in order for timekeeping to work | adam | 1999-02-04 | 1 | -1/+2 |
* | Recognize Pentium II Xeon, Celeron and Pentium III cpus. Because CPU | kato | 1999-02-04 | 2 | -3/+13 |
* | Fixed the type of target_page to vm_offset_t (unsigned). This fixes a | dg | 1999-02-03 | 1 | -8/+8 |
* | Check for signals while reading /dev/urandom. Reading 10MB from | bde | 1999-02-02 | 1 | -1/+12 |
* | Added a hopefully-machine-independent macro for determining if a | bde | 1999-02-02 | 1 | -1/+3 |
* | Use offset to _pc98_system_parameter instead of immediate value which | kato | 1999-01-31 | 2 | -8/+12 |
* | Moved pc98_system_parameter from .text to .data to make ELF kernel | kato | 1999-01-30 | 2 | -20/+18 |
* | More const fixes for -Wall, -Wcast-qual | dillon | 1999-01-29 | 1 | -2/+2 |
* | More -Wall / -Wcast-qual cleanup. Also, EXEC_SET can't use | dillon | 1999-01-29 | 2 | -5/+5 |