Age | Commit message (Expand) | Author |
2007-02-28 | SBus parallel port driver, from NetBSD but untested (no printer or cables); | Miod Vallat |
2007-02-19 | only make this interface available to the kernel for now, discussed witha | Theo de Raadt |
2007-02-06 | Add machine/atomic.h to all architectures and define two operations | Artur Grabowski |
2007-02-03 | Simple single-processor mutex implementation, simpler than the MI code by | Miod Vallat |
2007-01-12 | Move kernel virtual address space to make sure it doesn't overlap with | Mark Kettenis |
2006-12-30 | Remove __BUS_SPACE_HAS_STREAM_METHODS, the stream methods are a netbsd-ism. | Claudio Jeker |
2006-12-24 | Define PROC_PC. Then, since profiling information is being reported in | Miod Vallat |
2006-12-23 | Provide sparc64-specific DT_XXX constant. | Mark Kettenis |
2006-12-14 | Add defines for several SPARC-V9 implementations. | Mark Kettenis |
2006-11-29 | Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (except | Miod Vallat |
2006-10-27 | Add a few UltraSPARC-III ASI's. | Mark Kettenis |
2006-08-31 | Fix handling of 64-bit quantities in Open Firmware's client interface. | Mark Kettenis |
2006-08-12 | Make all DEV_BSIZE definitions consistant by using (1 << DEV_BSHIFT) | Kenneth R Westerback |
2006-06-29 | Fix PMAP_PREFER and make it use VA_ALIAS_MASK to prevent me from breaking | Mark Kettenis |
2006-06-21 | add the machdep.kbdreset logic to sparc64 (stuff to use it is coming) | Jason Wright |
2006-06-21 | grr... missed this... nuke SUN4U stuff here, too | Jason Wright |
2006-06-07 | Remove unused bus_space_probe(). | Miod Vallat |
2006-06-02 | All I wanted was to fix the bogus PG_SZ macro, but this is better: | Miod Vallat |
2006-06-02 | feild -> field | Miod Vallat |
2006-05-31 | It's bit 13 that's causing the address aliasing in the cache, not bit 14. | Mark Kettenis |
2006-05-31 | extend the bootpath values to 64bits, and deal with fallout | Jason Wright |
2006-05-20 | Put explicit barriers in in-line spl functions. | Miod Vallat |
2006-05-07 | Missing license block; from art@ | Miod Vallat |
2006-04-09 | #ifdef lint wraps for va_start | Theo de Raadt |
2006-03-19 | rev 1.86 | Brad Smith |
2006-03-19 | remove unused bdbtofsb(bn) macro | Martin Reindl |
2006-03-12 | Previous fix was half-done, move the wsscreen_list array into the softc | Miod Vallat |
2006-03-12 | When attaching a wsdisplay, the wsscreen_list structure can not be on the | Miod Vallat |
2006-03-12 | remove splimp. | Brad Smith |
2006-03-04 | <sparc64/dev/upavar.h> is unused except for struct upa_reg for autoconf, so | Miod Vallat |
2006-02-22 | Remove unused probeset() function. | Miod Vallat |
2006-02-22 | Remove long unused ELF{32,64}_MACHDEP macros. | Miod Vallat |
2006-01-08 | Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2 | Todd C. Miller |
2006-01-06 | Don't redefine SIZE_MAX | Todd C. Miller |
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller |
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller |
2005-12-30 | Remove unused COMPAT_NETBSD32 block and get rid of register{32,64}_t | Todd C. Miller |
2005-12-28 | Remove dead cruft. | Miod Vallat |
2005-12-18 | Don't include cdefs.h if _LOCORE is defined and hide some more defines | Todd C. Miller |
2005-12-14 | convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@ | Todd C. Miller |
2005-12-13 | First step in include files overhaul. Use __FOO_VISIBLE (as defined | Todd C. Miller |
2005-12-12 | Nuke unused pmap_from_phys_address(). | Miod Vallat |
2005-11-24 | add lint-specific hacks. at the same time, clean out a lot of ancient | Theo de Raadt |
2005-11-11 | Remove machdep.booted_kernel sysctl of questionable usefulness. | Miod Vallat |
2005-10-24 | Mach-macro free | Martin Reindl |
2005-09-21 | isbad() is only used on SMD disks on sparc; remove it on other platforms. | Miod Vallat |
2005-09-12 | Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit | Miod Vallat |
2005-09-08 | make comments match the fact that we are on sun4u, plus minor cleanup | Martin Reindl |
2005-09-04 | remove unused NetBSD pci_intr_evcnt() function. | Brad Smith |
2005-07-31 | Get rid of unused SINCR and SSIZE constants. | Miod Vallat |