Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-07 | Ratibibugle setredzone() | Miod Vallat | |
[Ratibibugle is local slang for g/c, remove, rototill, etc] | |||
2001-12-07 | In uni_n_config(), only return a base address if a base address was found. | Miod Vallat | |
2001-12-06 | No need to keep dummy fields in cpu_disklabel structures. | Miod Vallat | |
2001-12-06 | DDB disassembly fixes and trace improvements from NetBSD. | Miod Vallat | |
2001-12-06 | Don't hardcode SYS_exit value. | Miod Vallat | |
2001-12-06 | Declare SYS_exit for all m68k locore.s'es | Miod Vallat | |
2001-12-06 | References to ``comment at line foo'' is useless once line foo moves, | Miod Vallat | |
dammit. Change description. | |||
2001-12-06 | MACHINE_UPTBASE is not constant on amiga, ouch. | Miod Vallat | |
2001-12-06 | add dc* here, too | Jason Wright | |
2001-12-06 | add dc* at pci (seems to work on Netra X1) | Jason Wright | |
2001-12-06 | Define proper macros for FP frame offsets rather than magic numbers. | Todd C. Miller | |
From NetBSD (tsutsui). | |||
2001-12-06 | Shave never used fastvec code | Niklas Hallqvist | |
2001-12-06 | fix typo I introduced during ksyms addition | Todd C. Miller | |
2001-12-06 | Sprinkle pmap_update() calls (based on NetBSD) | Todd C. Miller | |
2001-12-06 | Sync with NetBSD: | Todd C. Miller | |
o Add missing pmap_remove() before uvm_km_free_wakeup() o sprinkle pmap_update | |||
2001-12-06 | be more careful with spaces and tabs, guys | Theo de Raadt | |
2001-12-06 | unbreak alpha kernel. | Eric Jackson | |
2001-12-06 | Fix typos, from NetBSD | Miod Vallat | |
2001-12-06 | MAPPEDCOPY no more. | Miod Vallat | |
2001-12-06 | Reality updated: no nedd to speak about "old" machines and "current" machines | Miod Vallat | |
as the hp300 series are extinct, remove more dead options, clarify other, etc. | |||
2001-12-05 | Enable rootdev auto-configuration by device drivers during boot. | Thierry Deval | |
Add support for "raid" devices (prepare future raidframe changes). OK deraadt@, Reviewed by drahn@, jason@, mickey@ and miod@ | |||
2001-12-05 | remove some ancient crud from the "modern machine" floppy | Theo de Raadt | |
2001-12-05 | I don't know who is to blame, heko@ for bOrking this, or myself to have not | Miod Vallat | |
noticed for so long... | |||
2001-12-05 | change KMEMPAGES back to 64M, 128M does not work on large memory machines. | Dale Rahn | |
ok art@ | |||
2001-12-05 | Put back to the old KMEM size, until we can increase this and have it work | Dale Rahn | |
on large memory machines. | |||
2001-12-05 | calculate and use nkmempages, not NKMEMCLUSTERS. | Artur Grabowski | |
2001-12-05 | Remove NKMEMCLUSTERS. | Artur Grabowski | |
2001-12-05 | VM_KMEM_SIZE no longer needed. | Artur Grabowski | |
2001-12-05 | Change pcache_flush_line to pcache_flush_page since this is the only way | Artur Grabowski | |
we use the function. At the same time fix the pte pool backend functions to allocate and map the memory themselves. | |||
2001-12-05 | Enable MSCP disk support, since although untested due to lack of | Hugh Graham | |
hardware, it's possible this is working... | |||
2001-12-05 | sync with netbsd. untested. | Hugh Graham | |
2001-12-05 | nuke rominterpret and update romgetcursoraddr() to work on sparc64; based on ↵ | Jason Wright | |
NetBSD work. | |||
2001-12-05 | Make OF_interpret() work correctly; based on NetBSD fix, but maintaining | Jason Wright | |
old OF_interpret(cmd, nreturns, ...) prototype (why/where/when would you need nargs anyway?) | |||
2001-12-05 | make nkmempages dynamic based on memory. okay art@ from netbsd: | Niels Provos | |
date: 2000/02/11 19:22:52; author: thorpej; Add some very simple code to auto-size the kmem_map. We take the amount of physical memory, divide it by 4, and then allow machine dependent code to place upper and lower bounds on the size. Export the computed value to userspace via the new "vm.nkmempages" sysctl. NKMEMCLUSTERS is now deprecated and will generate an error if you attempt to use it. The new option, should you choose to use it, is called NKMEMPAGES, and two new options NKMEMPAGES_MIN and NKMEMPAGES_MAX allow the user to configure the bounds in the kernel config file. | |||
2001-12-05 | Update pmap_update macro for arches Art missed. Still just a noop. | Todd C. Miller | |
2001-12-04 | Yet another sync to NetBSD uvm. | Artur Grabowski | |
Today we add a pmap argument to pmap_update() and allocate map entries for kernel_map from kmem_map instead of using the static entries. This should get rid of MAX_KMAPENT panics. Also some uvm_loan problems are fixed. | |||
2001-12-04 | commented out entry for cgthree | Jason Wright | |
2001-12-04 | enable uplcom on macppc GENERIC. tested by myself, and okay'd by drahn@ | lebel | |
2001-12-04 | remove direct entry points for bwtwo, cgfourteen, cgsix, cgthree, and tcx | Jason Wright | |
2001-12-04 | Now that we found the bug, go back to not stop on SPL NOT LOWERED.. | Niklas Hallqvist | |
2001-12-04 | add commented out entries for cgsix at sbus and wsdisplay at cgsix | Jason Wright | |
2001-12-04 | add stuff for wsdisplay | Jason Wright | |
2001-12-04 | more bits defs; from netbsd | Michael Shalayeff | |
2001-12-04 | missing \n | Michael Shalayeff | |
2001-12-04 | part of i386 isr patches; OK niklas@ | Marco S Hyman | |
2001-12-04 | New try at a level based irq system. | Niklas Hallqvist | |
2001-12-03 | be more verbose on panic. patch by form@. | Mike Pechkin | |
art@ ok. | |||
2001-12-02 | this probably all that can be on gecko | Michael Shalayeff | |
2001-12-02 | few lines are too close to see, gimme another file! | Michael Shalayeff | |
2001-12-02 | s/FLAX_MASK/HPPA_FLEX_MASK/ where not yet | Michael Shalayeff | |