Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-02-18 | Zap an unnecessary and confusing prototype for setpte4m. | Artur Grabowski | |
2000-02-18 | Add a bunch of hypersparc registers. (from NetBSD). | Artur Grabowski | |
2000-02-18 | Rename some registers to match NetBSD and litterature. | Artur Grabowski | |
(SFADDR -> SFAR, SFSTAT -> SFSR, AFADDR -> AFAR, AFSTAT -> AFSR). | |||
2000-02-17 | add wrasr (the name says it all) | Artur Grabowski | |
2000-02-17 | In dvma_mapout don't try to flush unmapped memory from cache. | Artur Grabowski | |
2000-02-15 | Use extents instead of rmaps to handle dvma space. | Artur Grabowski | |
2000-02-13 | Fix. | Marc Espie | |
I don't know where I get the ARCH define from, but my machine was happy with it... | |||
2000-02-12 | Let manpages be built if !amiga | Marc Espie | |
2000-02-11 | add wx | Jason Wright | |
2000-02-10 | mark interrupt frames | Michael Shalayeff | |
2000-02-10 | clkf_intr() implementation, better clkf_usermode() | Michael Shalayeff | |
2000-02-10 | ack all ints along w/ masking 'em outi; on very early sys init | Michael Shalayeff | |
2000-02-09 | _parse_ both c- and sh-style comments | Michael Shalayeff | |
2000-02-09 | oh, show me the way to the next little g^hendian {,e}isa card; 3com's happy | Michael Shalayeff | |
2000-02-09 | don't include netinet6/ip6.h | Jun-ichiro itojun Hagino | |
2000-02-09 | raw bus transfers are unaligned, also some spells | Michael Shalayeff | |
2000-02-09 | thinking it seems reduces heartbeat, boy | Michael Shalayeff | |
2000-02-09 | yes, better netled names | Michael Shalayeff | |
2000-02-09 | heartbeat -- yeah we have a patch for that | Michael Shalayeff | |
2000-02-08 | evil typo; from Rusty Hunt <alaric@exoinc.com> | Michael Shalayeff | |
2000-02-08 | Split low ISA memory (<16MB) into its own freelist, which is used last by | Niklas Hallqvist | |
the VM subsystem. This makes isadmaattach panics go away on large memory systems. Also use atop instead of btoc for consistency when dealing with the initial chunks of physical memory to give to UVM. | |||
2000-02-07 | Rough but working driver for ICP-Vortex RAID | Niklas Hallqvist | |
2000-02-04 | In cases where we flush a page from the cache and tlb we want to | Artur Grabowski | |
flush it from the tlb _after_ the cache because some cache flushes can reload the tlb. (fixes random coredumps on some cpus). | |||
2000-02-04 | esp_init collides with netinet; renamed it | Theo de Raadt | |
2000-02-04 | Modify ia_iosize so probe messages print correctly for the clock devices | imp | |
on isa buses. | |||
2000-02-04 | Some cpus might have the cache running even before we enable it. | Artur Grabowski | |
Uncache the pagetables in pmap_bootstrap4m and recache them again in pmap_cache_enable if we can. This fixes the problems seen on SM30. | |||
2000-02-04 | Externalize comstop() | Angelos D. Keromytis | |
2000-02-03 | Prevent overflow in computation of buffer cache limitation | Niklas Hallqvist | |
2000-02-03 | remove extraneous spaces and tabs | Michael Shalayeff | |
2000-02-03 | Remove overly verbose printf during driver config. | Dale S. Rahn | |
2000-02-03 | Define missed when the intial bus_dma code was checked in. | Dale S. Rahn | |
Full dma code not yet integrated. | |||
2000-02-02 | MD swap macros | Michael Shalayeff | |
2000-02-01 | Add Xircom Netwave driver (cnw) commented out. | Federico G. Schwindt | |
2000-02-01 | Add a bunch of XXX on incorrect handling of pv_flags. | Artur Grabowski | |
None of the noted problems are critical (the code still works), but they can have a severe impact on the performance and they are all really hard to fix in an elegant way. | |||
2000-02-01 | Opps. Missed two cases of ps_alias_recache. | Artur Grabowski | |
2000-02-01 | Keep stats of pages we uncache because of bad cache aliases. | Artur Grabowski | |
2000-02-01 | call vfs_syncwait on standby and suspend | Michael Shalayeff | |
2000-01-31 | explicitly round segments to a page boundary | Michael Shalayeff | |
2000-01-31 | bzero() in get_event too | Michael Shalayeff | |
2000-01-31 | Clean up memerr*. (from NetBSD) | Artur Grabowski | |
2000-01-31 | possibly uninitialized vasriable used in DEBUG code piece; from deraadt@ | Michael Shalayeff | |
2000-01-31 | remove if0ed stinkpad's spinlock | Michael Shalayeff | |
2000-01-30 | Add the prototype that matthieu forgot on his 11/22/1999 commit. | imp | |
2000-01-29 | this makes some rough and tough calculations on apm | Michael Shalayeff | |
segment addresses, should be installed (some bioses do report weird values some times) | |||
2000-01-29 | bring in some mods for apm1.2 proto; | Michael Shalayeff | |
account for 16bit and 32bit code segments at different bases; leave interrupts enabled when calling apm bios; a few more debugging printfs (ifdef'ed appropriately). | |||
2000-01-29 | get usage of memory maps supplied from /boot. | Michael Shalayeff | |
gives two immidiate advances: memory holes support (two best known are 640k-1M and 15M-16M), and bizaare apm segments placements. /boot must be at least from 2.5 (well, some earlier might work too ;) also, allows usage of new libkvm. | |||
2000-01-29 | separate clock init, to be called upon resume from apm sleeps | Michael Shalayeff | |
2000-01-29 | Updated flash and ipic device compatability with MC rev 0x01. zs mods to ↵ | Steve Murphree | |
work with LX style 162 boards. | |||
2000-01-29 | repair busdma calls w/o cookies | Michael Shalayeff | |
2000-01-28 | determine eisa motherboard id; | Michael Shalayeff | |
add more daughter devices definitions; enable eisa bus arbitration; |