summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2001-12-08Sprinkle pmap_update calls where relevant and some otherArtur Grabowski
misc pmap usage fixes.
2001-12-07Oops, need rtc in here, tooJason Wright
2001-12-07add ohci and several basic usb devices.Jason Wright
2001-12-07NKMEMPAGES defines.Artur Grabowski
2001-12-07fix signal doscTheo de Raadt
2001-12-07rtc* at ebus?Jason Wright
2001-12-07Mimic some of the rtc handling (the m5819 on the x1 is a ds1287-alike) from ↵Jason Wright
i386, especially to do with year handling.
2001-12-07Don't disable TRDY/RETRY, this doesn't have the expected behavior.Jason Wright
2001-12-07make it compile on SUN4M-onlyMichael Shalayeff
2001-12-07Use pmap_kenter for buffers and msgbuf.Artur Grabowski
2001-12-07bitmask_snprintf goes awayTheo de Raadt
2001-12-07rtc at ebus; netbsdJason Wright
2001-12-07add rtc cfdriverJason Wright
2001-12-07remove fxp. hey art, that is how i respond to kernel bloat!Theo de Raadt
2001-12-07Since amiga now has correct pmap_k* and uses them for mappingArtur Grabowski
the buffer cache, it's a good idea to use them in pagemove too.
2001-12-07Sigh. MACHINE_NONCONTIG is not only non-optional, it has been replacedArtur Grabowski
by MACHINE_NEW_NONCONTIG ages ago and that option is gone too.
2001-12-07Some ansification and cleanups in pmap_{zero,copy}_page*Artur Grabowski
2001-12-07kill kvm_iocache, not used.Artur Grabowski
2001-12-07Remove 4m bits and put some other nasty restrictions on kvm_uncache soArtur Grabowski
that noone ever has a thought of using it again.
2001-12-07kvm_recache is now unnecessary, simplify.Artur Grabowski
2001-12-07In dvma_malloc_space and dvma_free allocate and map the memoryArtur Grabowski
ourselves, don't malloc and then uncache the memory.
2001-12-07Remove pmap_cache_enable. it was a mistake.Artur Grabowski
2001-12-07Zap pmap_alloc_cpu. this is not how we want to do this.Artur Grabowski
2001-12-07splpmap -> splvmArtur Grabowski
2001-12-07Remove pmap_kenter_pgs leftovers.Artur Grabowski
2001-12-07give up local, instead of remote, on ping6 -w during memory starvedJun-ichiro itojun Hagino
situation. validate hostname encoding more strictly.
2001-12-07correct icmp6 MIB counter mistakeJun-ichiro itojun Hagino
2001-12-07sync comment with kameJun-ichiro itojun Hagino
2001-12-07whitespace/comment sync with kameJun-ichiro itojun Hagino
2001-12-07ethernet -> dc (Netra X1 finds its root dev correctly now)Jason Wright
2001-12-07Ratibibugle setredzone()Miod Vallat
[Ratibibugle is local slang for g/c, remove, rototill, etc]
2001-12-07In uni_n_config(), only return a base address if a base address was found.Miod Vallat
2001-12-07Make vnds larger than 2G work, mostly by Daniel Lucq <daniel@lucq.org>Niklas Hallqvist
toouches by me.
2001-12-06No need to keep dummy fields in cpu_disklabel structures.Miod Vallat
2001-12-06DDB disassembly fixes and trace improvements from NetBSD.Miod Vallat
2001-12-06Don't hardcode SYS_exit value.Miod Vallat
2001-12-06Declare SYS_exit for all m68k locore.s'esMiod Vallat
2001-12-06remove unnecessary newlineNiklas Hallqvist
2001-12-06Use hzto() to handle overflow of (hz * timeout) cases --- when usingAngelos D. Keromytis
extremely long SA expirations.
2001-12-06References to ``comment at line foo'' is useless once line foo moves,Miod Vallat
dammit. Change description.
2001-12-06MACHINE_UPTBASE is not constant on amiga, ouch.Miod Vallat
2001-12-06add dc* here, tooJason Wright
2001-12-06add dc* at pci (seems to work on Netra X1)Jason Wright
2001-12-06add bus_dmamap_sync()'s on the descriptors tooJason Wright
(with all this, my Netra X1 is up and running with an NFS root)
2001-12-06a few more bus_dmamap_sync()'s and some borrowed setup frame macros from ↵Jason Wright
NetBSD, and RX works on sparc64.
2001-12-06Define proper macros for FP frame offsets rather than magic numbers.Todd C. Miller
From NetBSD (tsutsui).
2001-12-06Shave never used fastvec codeNiklas Hallqvist
2001-12-06Sanity check on inner IP header in IP-in-IP encapsulation; could beAngelos D. Keromytis
exploited to crash systems that allowed IP-in-IP protocol (sysctl -w net.inet.ipip.allow=1)
2001-12-06enough bus_dmamap_sync() and htole()/letoh() to get TX working on sparc64.Jason Wright
ALso, get the MAC address from myetheraddr() instead of trying to use the eeprom on sparc64.
2001-12-06fix typo I introduced during ksyms additionTodd C. Miller