| Age | Commit message (Expand) | Author |
| 2004-01-07 | A __insn_barrier() is now available for all archs, remove the MD version | martin |
| 2004-01-06 | Implement restartable atomic sequences (RAS) for sparc64. | martin |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2004-01-01 | Enable reset of a process's alternative signal stack flag. | pk |
| 2003-12-26 | convert __ldstub() from a ({}) macro into a properly static inline function. | mrg |
| 2003-12-12 | If compiling for JavaStations, modify kernal VA layout to not conflict | martin |
| 2003-11-25 | bye, bye _MCONTEXT_TO_SIGCONTEXT and vice versa. | christos |
| 2003-11-16 | __cpu_simple_unlock: use __insn_barrier() instead of a "memory" clobber. | pk |
| 2003-11-16 | Use __insn_barrier() in all bus_space read/write operations. | pk |
| 2003-11-16 | Introduce __insn_barrier(), designed to prevent instruction re-ordering | pk |
| 2003-11-09 | __cpu_simple_unlock: avoid instruction re-ordering by the compiler. | pk |
| 2003-11-08 | #if defined(_KERNEL_OPT) is enough, #if !defined(_LKM) isn't needed | tsutsui |
| 2003-10-28 | Make the extended-precision definitions available for _KERNEL (i.e. the | kleink |
| 2003-10-27 | Err, rename some members added in previous to make them reflect their | kleink |
| 2003-10-26 | For convenient use in libc, add unions of the C floating types and their | kleink |
| 2003-10-26 | Use <sys/ieee754.h> where applicable. | kleink |
| 2003-10-26 | Sparc64 builds with __HAVE_SIGINFO | christos |
| 2003-10-26 | Rip out E80 format definitions which are neither "notyet", nor going to | kleink |
| 2003-10-15 | sun4m_access_fault: Treat text/data error traps as if they were text/data | pk |
| 2003-10-12 | There's no point in having two separate sets of padding; add the local | pk |
| 2003-10-11 | Define SIGTRAMP_VALID. | pk |
| 2003-10-08 | Add some accessor macros for the ucontext: | thorpej |
| 2003-10-05 | sparc kernel support for SA_SIGINFO. | pk |
| 2003-09-26 | Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.h | nathanw |
| 2003-08-27 | change PROM_getprop() from taking a "void **" for the storage, to a | mrg |
| 2003-08-25 | Framebuffer code common to sparc and sparc64 was merged and moved to | uwe |
| 2003-08-17 | sun4/sun4c MMU: keep `wired' status per page, implemented by defining a bit | pk |
| 2003-08-16 | sun4/sun4c MMU: keep `wired' status per page, implemented by defining a bit | pk |
| 2003-08-12 | Use pmap_remove_all() to flush the cache by context and set a flag to | pk |
| 2003-08-09 | Simplify the definitions of VA_VPG() and VA_OFF(). | pk |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-06 | add __GENERIC_SOFT_INTERRUPTS_ALL_LEVELS to machine/types.h for | bsh |
| 2003-07-14 | The source register field was missing from the `i_loadstore' format. | pk |
| 2003-06-25 | #ifdef _KERNEL_OPT police | martin |
| 2003-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |
| 2003-06-16 | Rename IPL_IMP -> IPL_VM. | thorpej |
| 2003-06-15 | Handle 64bit DMA addresses on PCI for platforms that can (currently only | fvdl |
| 2003-05-20 | Correct invalid type. | nakayama |
| 2003-05-12 | Rename <sys/float_ieee.h> to <sys/float_ieee754.h>, following libc's | kleink |
| 2003-05-10 | Back out the following chagne: | thorpej |
| 2003-05-08 | Simplify the way the bounds of the managed kernel virtual address | thorpej |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-04-29 | Add a BKPT_ADDR() macro which gives MD code a chance to munge a | scw |
| 2003-04-28 | Add a new feature-test macro, _NETBSD_SOURCE. If this is defined | bjh21 |
| 2003-04-19 | PR/3012: Greg A. Woods: Write all float.h files [except the vax of course] | christos |
| 2003-04-11 | Always include (new) cpuconf.h. | jdc |
| 2003-04-11 | Install (new) cpuconf.h. | jdc |
| 2003-04-09 | Don't define PAGE_SIZE, etc. in terms of NBPG, rather use the same | thorpej |
| 2003-04-09 | Move CPU configuration predicates to <machine/cpuconf.h>. | thorpej |
| 2003-03-02 | add some ISO C 1995 I18N functions and types: | tshiozak |