Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-05-30 | elf_ldsym, increase boot minor version | Michael Shalayeff | |
2000-05-30 | aout_ldsym, increase boot minor version | Michael Shalayeff | |
2000-05-30 | sti | Michael Shalayeff | |
2000-05-30 | new driver for sti graphics. | Michael Shalayeff | |
2000-05-30 | add ich at pci | Michael Shalayeff | |
2000-05-30 | Oops. conversion braino. | Artur Grabowski | |
Noted by miod@ | |||
2000-05-30 | hours vs minutes; pr 769 from mfriedl@fau.de | Michael Shalayeff | |
2000-05-29 | Add tqphy; needed for 3c574 support in ep(4). | Aaron Campbell | |
2000-05-29 | better MI support | Theo de Raadt | |
2000-05-28 | Bugfix pmap_activate. | Artur Grabowski | |
From NetBSD. | |||
2000-05-28 | Disable cross for UVM until I figure out what the #$%&! is happening in here. | Artur Grabowski | |
2000-05-28 | UVM. kmem_alloc -> uvm_km_zalloc. And one ugly construction -> uvm_km_valloc. | Artur Grabowski | |
2000-05-28 | UVM. grow -> uvm_grow, useracc -> uvm_useracc. | Artur Grabowski | |
2000-05-28 | missing arguments and typos. | Artur Grabowski | |
2000-05-27 | Fix a bunch of typos. | Artur Grabowski | |
2000-05-27 | UVM. useracc -> uvm_useracc. | Artur Grabowski | |
2000-05-27 | oops. remove "line noise". | Artur Grabowski | |
2000-05-27 | UVM. grow -> uvm_grow | Artur Grabowski | |
2000-05-27 | kcopy, needed by UVM. | Artur Grabowski | |
From NetBSD. | |||
2000-05-27 | Even more name changes for UVM. | Artur Grabowski | |
2000-05-27 | Need to include <vm/vm.h> for round_page. | Artur Grabowski | |
2000-05-27 | UVM support. | Artur Grabowski | |
Just some changes of function names. *yawn* | |||
2000-05-27 | UVM support. | Artur Grabowski | |
From NetBSD. | |||
2000-05-27 | UVM support. (kernacc -> uvm_kernacc) | Artur Grabowski | |
2000-05-27 | uvm support. | Artur Grabowski | |
Buffer cache allocation code from NetBSD. | |||
2000-05-27 | vm freelist defines for UVM. | Artur Grabowski | |
From NetBSD. | |||
2000-05-27 | Make pmap_activate take struct proc * as arguemnt. | Artur Grabowski | |
From NetBSD. | |||
2000-05-27 | Start of support for UVM. interrupt counters and kmem_free -> uvm_km_free. | Artur Grabowski | |
2000-05-27 | Interrupt counter define for UVM. | Artur Grabowski | |
2000-05-27 | Oops. This is also needed for MACHINE_NEW_NONCONTIG. | Artur Grabowski | |
2000-05-27 | MACHINE_NEW_NONCONTIG code for amiga. Enabled by default. | Artur Grabowski | |
Old contig and NONCONTIG code will no longer work. | |||
2000-05-27 | better man page building | Theo de Raadt | |
2000-05-27 | superior dvorak map by Adam Rogoyski | Hugh Graham | |
2000-05-27 | whitespace issues | Hugh Graham | |
2000-05-26 | limit MI man page traversal | Theo de Raadt | |
2000-05-26 | more portable manual pages | Theo de Raadt | |
2000-05-26 | Use ../../../conf/GENERIC for standard set of options; general cleanup | Miod Vallat | |
2000-05-26 | Disable TCP 4.2 compatibility bugs by default | Miod Vallat | |
2000-05-25 | cause traversal into arch & subdirectories for the purposes of manual page ↵ | Theo de Raadt | |
install... | |||
2000-05-25 | man subdir | Theo de Raadt | |
2000-05-25 | man subdir | Theo de Raadt | |
2000-05-25 | Add dvorak soft map. Currently attributed to Trevor Schroeder, although | Hugh Graham | |
apparently originally found in a mailing list archive? | |||
2000-05-24 | Add an extra byte to the end of struct pcb and make sure that it is set to | Brandon Creighton | |
0xff. Intel (vol1 section 9.5.2) says that there must be a byte inside the TSS after the iomap because it always reads two bytes when checking permissions for io accesses. before this, bits 1016-1023 were ignored. This means that the entire pcb_iomap (and i386_*_ioperm) are accurate; pr#1190 fixed | |||
2000-05-24 | uncomment wscons-related stuff, and comment gsc better | Michael Shalayeff | |
2000-05-23 | KGDB is broken since a few decades, don't use | Miod Vallat | |
2000-05-19 | Prepare to always install some pcvt man pages. | Marc Espie | |
2000-05-18 | add machdep.vsyncblank sysctl for controlling whether vsync is disabled | Jason Wright | |
when the monitor is blanked. | |||
2000-05-17 | disable sti for now | Michael Shalayeff | |
2000-05-17 | remove unnecessary wscons-related definitions; thx mickey@ | Brandon Creighton | |
2000-05-16 | supply entropy from mouse; provos@ ok | Michael Shalayeff | |