| Age | Commit message (Expand) | Author |
| 2006-08-28 | - remove unused bdbtofsb. | yamt |
| 2006-07-26 | don't install <machine/db_machdep.h>, this is kernel only | drochner |
| 2006-06-07 | convert to timecounters (from branch simonb-timecounters) | kardel |
| 2006-05-04 | pull splraiseipl() for sparc64 from newlock branch. | yamt |
| 2006-04-01 | closes: PR kern/32359 | cherry |
| 2006-03-16 | s/uint32_t/unsigned int/ because we don't always have the former defined. | cube |
| 2006-03-14 | Add the sparc64 MD bits to get usable coredumps for COMPAT_NETBSD32 | cube |
| 2006-03-14 | Under COMPAT_NETBSD32 emulation, pointers are not the same size as the | cube |
| 2006-03-14 | We really have EM_SPARC binaries in 32-bits mode, not EM_SPARC32PLUS. | cube |
| 2006-02-20 | Use ANSI-style function definitions and declarations. | cdi |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2006-02-13 | ANSIfy: u_intN_t -> uintN_t, remove __P(), fix function definitions. | cdi |
| 2006-02-11 | ANSIfication: u_intN_t -> uintN_t, use ANSI function declarations/definitions | cdi |
| 2006-01-27 | Alter sparc64 bootstrap, catch up to ofwboot v1.9: | cdi |
| 2005-12-24 | __asm__ -> __asm | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-27 | Follow the lead of the sparc port: | martin |
| 2005-09-27 | remove unnecessary includes. | chs |
| 2005-07-12 | change trapframe to trapframe64 in the md_syscall prototype to fix 32 | christos |
| 2005-07-12 | When returning 64bit values (from netbsd32_lseek) fix up the return | martin |
| 2005-07-11 | new file | christos |
| 2005-07-10 | Now that sparc has syscall intern, no need to define it here too. | christos |
| 2005-07-10 | Fix COMPAT_NETBSD32 ucontext padding and move the definition next to the | martin |
| 2005-07-10 | Forgot to add this. | christos |
| 2005-07-10 | Re-factor syscall, and make it use syscall_{plain,fancy}. | christos |
| 2005-06-19 | Small clean-ups before an overhaul. | thorpej |
| 2005-06-16 | Rename 'ncpus' to 'sparc_ncpus' to avoid shadow warnings in m.i. code. | briggs |
| 2005-06-12 | Make disklabel(8) and fdisk(8) into "host tools " last step: build | dyoung |
| 2005-05-31 | sprinkle const. | christos |
| 2005-04-20 | For GCC3 and later, use the __builtin_va* constructs. | matt |
| 2005-03-26 | Fix some things regarding COMPAT_NETBSD32 and limits/VM addresses. | fvdl |
| 2005-03-09 | Add a dm_maxsegsz public member to bus_dmamap_t. This allows a user of the API | matt |
| 2005-02-25 | Add a few comments wrt PTEs | heas |
| 2005-02-22 | Cleanup: the PG_SZ macro was buggy (pointed out by Tim Newsham). | martin |
| 2005-01-27 | Remove orphaned extern declaration. | martin |
| 2005-01-17 | Convert the PMAP_PREFER() macro from two arguments (offset and hint) | atatat |
| 2005-01-02 | add a linted comment. | christos |
| 2004-12-12 | Fix comments slighly | abs |
| 2004-09-22 | move some per-cpu data definitions to MI place so that they can be modified | yamt |
| 2004-08-17 | make PCI devices attachable/detachable (as far as the particular drivers | drochner |
| 2004-07-29 | give the special PCI bus enumerator a sparc64_ prefix and make the | drochner |
| 2004-07-07 | also add <machine/joystick.h> to alpha and amd64, to allow compilation | drochner |
| 2004-07-01 | Added UPA_MID definitions and macros(similar to FreeBSD). | petrov |
| 2004-07-01 | typo in define name, littie -> little | heas |
| 2004-06-30 | Introduce bus_space_tag_alloc() for the common parts of bus tag allocation. | pk |
| 2004-06-28 | Provide bus_space_translate_address_generic(), a helper function to | pk |
| 2004-06-28 | Add openprom range property to the bus space tag. | pk |
| 2004-06-24 | Add missing ; in inline assembler for 32bit kernels | martin |
| 2004-06-18 | Fix small glitches to make SMP kernels compile again. | martin |