Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-03 | .Sh "SEE ALSO" -> .Sh SEE ALSO | Paul Janzen | |
2000-01-03 | check db_panic in kdb_trap() as well; similar to i386 fix from assar | Theo de Raadt | |
2000-01-03 | Remove ax and al from GENERIC; match with dc instead. | Aaron Campbell | |
2000-01-01 | do stop in kdb_trap() based on db_panic value | Michael Shalayeff | |
2000-01-01 | honour db_panic in kdb_trap() | Theo de Raadt | |
2000-01-01 | check db_panic in kdb_trap() as well; similar to i386 fix from assar | Theo de Raadt | |
2000-01-01 | make the kernel compile | Theo de Raadt | |
1999-12-31 | fix order of uvm_fault() arguments in debug printf (; | Michael Shalayeff | |
1999-12-31 | don't bother about pidr3 and pidr4 | Michael Shalayeff | |
1999-12-30 | fix tags link; tdeval@PrimeOBJ.COM | Theo de Raadt | |
1999-12-30 | Add tctrl0 for tadpole so things like powerdown work. | Todd C. Miller | |
1999-12-30 | when db_panic is set, ignore ddb errors that come through the kdb_trap() | Theo de Raadt | |
interface as well; assar@stacken.kth.se | |||
1999-12-30 | comment out tr by now; deraadt@. | Federico G. Schwindt | |
1999-12-29 | remove mips GENERIC.v6 (arch/mips is not for builds, but for code sharing) | Jun-ichiro itojun Hagino | |
1999-12-27 | Add tr driver. | Federico G. Schwindt | |
1999-12-23 | disable all debugs | Michael Shalayeff | |
1999-12-23 | some support for hp som executables | Michael Shalayeff | |
1999-12-23 | some more of hp som definitions from different {,kinds} sources | Michael Shalayeff | |
1999-12-23 | add hp som file support protos | Michael Shalayeff | |
1999-12-23 | clean some more files | Michael Shalayeff | |
1999-12-20 | machine is hppa; in cross case, define LORDER too | Michael Shalayeff | |
1999-12-18 | add pdcache(), purge data cache | Michael Shalayeff | |
1999-12-17 | Use pmap_writetext instead of manually fiddling with pmap_changeprot when | Artur Grabowski | |
filling in the fastint vectors. | |||
1999-12-17 | remove dirty rd_root hack once we have root on nfs working | Michael Shalayeff | |
1999-12-17 | screw it really bad | Michael Shalayeff | |
1999-12-17 | break the attaching intentionally until i figure put how to screw the ↵ | Michael Shalayeff | |
dev/ic/com.c enough to do this attachment for hppa port | |||
1999-12-17 | fix the panic message for sti memory mapping | Michael Shalayeff | |
1999-12-17 | inline uvm_pagealloc_contig, as art said it must die | Michael Shalayeff | |
1999-12-17 | define constants for PAGE_{SIZE,MASK,SHIFT} | Michael Shalayeff | |
1999-12-17 | track the maximum accessed stack size; basically this small piece of code is ↵ | Michael Shalayeff | |
the same in all the archs | |||
1999-12-15 | remove pn, replace with dc | Jason Wright | |
1999-12-14 | remove rl* and rlphy* | Jason Wright | |
1999-12-14 | Compile. | Jason Downs | |
1999-12-12 | hide debug printf behind #ifdef PMAPDEBUG | Michael Shalayeff | |
1999-12-12 | they say that cr 24-31 are for interrupt handlers use, so pdc may mangle those | Michael Shalayeff | |
1999-12-12 | do homebrew pmap_changebit pmap_new way | Michael Shalayeff | |
1999-12-10 | shrink | Theo de Raadt | |
1999-12-10 | fix rx mbuf allocation | Jason Wright | |
1999-12-09 | Opps, missed to change one FREE(pv, ...) to pvfree(pv). | Artur Grabowski | |
1999-12-09 | Fix a bug we've had for ages. | Artur Grabowski | |
On some sun4m the pagetables must be uncached. This is indicated by the CPUFLG_CACHEPAGETABLES in cpuinfo.flags. This was done in pmap_bootstrap4m. The problem is that the CPUFLG_CACHEPAGETABLES is not set until after pmap_bootstrap4m, so even the machines that could cache the pagetables had them uncached, reducing performance. Fix this by creating pmap_cache_enable that is called just after the cache has been switched on (XXX - actually, we should call it before, but CPUFLG_CACHEPAGETABLES can be set in the code that enables the cache). | |||
1999-12-09 | Since we uncache the memory in dvma_malloc, it is a good idea to recacheit in | Artur Grabowski | |
dvma_free. | |||
1999-12-09 | Change the kvm_uncache interface to a kvm_setcache that can uncache | Artur Grabowski | |
a memory and allow the range to be cached again. Make kvm_uncache and kvm_recache to macros that call kvm_setcache. (also in the commit: Fix protection for pmap_kenter* and remove a redundant call to uvm_setpagesize). | |||
1999-12-09 | Make PMAP_NEW compile again. | Artur Grabowski | |
1999-12-09 | Fix pmap_kenter_pa4m. First shot at a better pmap_kenter_pgs. | Artur Grabowski | |
1999-12-09 | first arg to pmap_changebit is paddr_t | Michael Shalayeff | |
1999-12-08 | only replace .mul/.umul on v8 cpus | Theo de Raadt | |
1999-12-08 | fix mbuf chain allocation to comply with m_devget() way | Jason Wright | |
1999-12-08 | fix mbuf chain allocation to comply with m_devget() way. | Jason Wright | |
1999-12-08 | DEC/Intel 21143 and "tulip" clone Ethernet driver. Intended to replace the | Aaron Campbell | |
individual ax, al, pn, and mx drivers. It also supports the Davicom DM9100 and DM9102 chipsets (dm) which we previously did not have. From FreeBSD. | |||
1999-12-08 | s/ipv6intr/ip6intr/ | Michael Shalayeff | |