Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-05 | Argh. forgot this when committing the reaper stuff. | Artur Grabowski | |
2000-06-05 | Changes to exit handling. | Artur Grabowski | |
cpu_exit no longer frees the vmspace and u-area. This is now handled by a separate kernel thread "reaper". This is to avoid sleeping locks in the critical path of cpu_exit where we're not allowed to sleep. From NetBSD | |||
2000-06-04 | Only scroll up if we've hit the bottom of the scrolling region, not if we're | Aaron Campbell | |
beyond it. Fixes display problems when using the BitchX irc client under screen (/usr/ports/misc/screen) sessions. | |||
2000-06-02 | rework interrupt handling completely, and be more careful with the CD180 | Jason Wright | |
during channel configuration changes. | |||
2000-06-01 | gcc might use something like autoincremented registers here, which will | Brandon Creighton | |
not work, so change the constraint for an argument | |||
2000-06-01 | ramdisk stuff | Brandon Creighton | |
2000-05-31 | Sigh... Fix a stupid bug wrt reverse video attributes (when using the newer | Aaron Campbell | |
"PC Display" functionality -- the default now). Previously the code did not check the current status of the VT_INVERSE bit when processing a reverse "off" or "on" request. As a result, two of either operations in a row would flip the bits, then flip them back again. Thanks to millert@ who found the problem when playing with the trn news software. | |||
2000-05-31 | man descendentalism | Michael Shalayeff | |
2000-05-31 | build mans all the time, cleanfiles always the same | Michael Shalayeff | |
2000-05-31 | cleanup | Michael Shalayeff | |
2000-05-31 | fixes | Michael Shalayeff | |
2000-05-31 | Better English. | Aaron Campbell | |
2000-05-30 | -symtab +clkf_intr | Michael Shalayeff | |
2000-05-30 | no need to include vm/vm.h | Michael Shalayeff | |
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 | |