Age | Commit message (Expand) | Author |
2001-11-28 | rewrite large chunks of intr_establish to make it more clear what's going on. | Jason Wright |
2001-11-27 | Various pmap_k* optimizations, as well as uvm interface updates, | Miod Vallat |
2001-11-27 | Use pools for pmap and pv_entry structures. | Miod Vallat |
2001-11-27 | Adapt to include files changes. | Miod Vallat |
2001-11-27 | A few cleanups to have less include files include each other. | Miod Vallat |
2001-11-27 | Use symbolic constants to identify ddb traps. | Miod Vallat |
2001-11-27 | Declare symbolic names for the various interrupts used by ddb. | Miod Vallat |
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski |
2001-11-27 | Move the declaration of EH_DEBUG and ERRATA__XXX_USR to the kernel | Miod Vallat |
2001-11-27 | garbage collect sc_nticks | Jason Wright |
2001-11-26 | Trident 4DWAVE-DX/NX, SiS 7018, ALi M5451 Sound Driver; from SOMEYA Yoshihiko... | Michael Shalayeff |
2001-11-25 | Extend the magic formulae to choose option FPSP only if 68040 processor | Miod Vallat |
2001-11-25 | Typos. | Miod Vallat |
2001-11-25 | Need <machine/cpu.h> to be sure to bring userret() prototype for all ports. | Miod Vallat |
2001-11-25 | Be cross-compilation friendly. | Miod Vallat |
2001-11-25 | Remove comments which only apply to the HP MMU found on HP300 models | Miod Vallat |
2001-11-25 | Oops, commited this file from the wrong tree. | Miod Vallat |
2001-11-25 | Harmonize userret() prototypes across m68k arches. | Miod Vallat |
2001-11-24 | Harmonize boot() logic across arches: | Miod Vallat |
2001-11-23 | Remove splsched() declaration and related stuff. | Miod Vallat |
2001-11-23 | dev{cons,cninit.c} are mandatory. | Miod Vallat |
2001-11-22 | Use pmap_kenter_pa in pmap_map.. | Artur Grabowski |
2001-11-22 | more pmap_enter vs. pmap_kenter. | Artur Grabowski |
2001-11-22 | simplify the iommu page table mapping. use pmap_kenter. | Artur Grabowski |
2001-11-22 | Map the interrupt enable register with pmap_kenter | Artur Grabowski |
2001-11-22 | Use pmap_map to map the msg buffer. | Artur Grabowski |
2001-11-22 | Now that pmap_enter is allowed to fail in some cases, allow | Artur Grabowski |
2001-11-22 | Use pool to allocate pv list entries. | Artur Grabowski |
2001-11-22 | Don't check for PMAP_NC in pmap_zero_page. | Artur Grabowski |
2001-11-22 | Simplify pmap_is_* and pmap_clear_*. | Artur Grabowski |
2001-11-21 | Lower splvm() level, after discussing with art. | Miod Vallat |
2001-11-21 | Provide COMPAT_SUNOS files via the common m68k configuration files. | Miod Vallat |
2001-11-20 | Oops. | Miod Vallat |
2001-11-20 | Prevent more symbol clashes when compiling userland. | Miod Vallat |
2001-11-20 | All sensitive pmap operations should operate at splvm, NOT splimp. | Miod Vallat |
2001-11-19 | more than typo | Theo de Raadt |
2001-11-19 | Remove pointless additional 'syncing' instructions in the powerpc spl*() | Dale Rahn |
2001-11-19 | Use netisr_dispatch instead of handcoded list. | Dale Rahn |
2001-11-18 | Fix RB_NOSYM clash here, too. | Miod Vallat |
2001-11-18 | Revert niklas's broken ICU interrupt handling changes; deraadt@ ok | Aaron Campbell |
2001-11-18 | Remove \n from more panic messages | Miod Vallat |
2001-11-17 | put more common stuff into m68k/genassym.cf; miod@ ok | Michael Shalayeff |
2001-11-17 | what the heck, be solaris compatible for sig_atomic_t | Theo de Raadt |
2001-11-17 | sig_atomic_t can be a long, it is atomic, and fatter | Theo de Raadt |
2001-11-17 | Pick up changes made in NetBSD to work with ubc. | Hugh Graham |
2001-11-16 | oops | Michael Shalayeff |
2001-11-16 | make stack trace print addrs if no symtab present; miod@ ok | Michael Shalayeff |
2001-11-16 | add an implementation for _load_uio on UIO_SYSSPACE objects that looks strang... | Jason Wright |
2001-11-16 | remove #if 1 and some other debugging stuff | Jason Wright |
2001-11-16 | _load_uio returns an error now until a real implementation is in place. | Jason Wright |