| Age | Commit message (Expand) | Author |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2003-11-25 | bye, bye _MCONTEXT_TO_SIGCONTEXT and vice versa. | christos |
| 2003-11-24 | Definition of __KERNEL_RCSID for asm files. | uwe |
| 2003-11-23 | Implement siginfo for sh3. | uwe |
| 2003-11-22 | Add _UC_SETSTACK, _UC_CLRSTACK flags. Add __fpr_fpul to __fpregset_t | uwe |
| 2003-11-05 | Register definitions for SH7709 DAC. | uwe |
| 2003-11-04 | Redo a quick hack for intc_intr_disable() and intc_intr_enable() to have | uwe |
| 2003-10-31 | Reduce code duplication by adding mi_userret() in sys/userret.h | cl |
| 2003-10-26 | Use <sys/ieee754.h> where applicable. | kleink |
| 2003-10-18 | Make intc_intr_priority() return old level. While here, make the code | uwe |
| 2003-10-15 | Use 'CH' for channel select in the ADCSR bits format string for consistency. | uwe |
| 2003-10-10 | Register definitions for sh7709 analog->digital converter. | uwe |
| 2003-10-08 | Add some accessor macros for the ucontext: | thorpej |
| 2003-10-08 | Overhaul MBR handling (part 1): | lukem |
| 2003-10-07 | Add definitions for IRR0 bits. | uwe |
| 2003-10-01 | Whitespace nit. | uwe |
| 2003-09-26 | Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.h | nathanw |
| 2003-08-27 | Bring _PROF_PROLOGUE back. The breakage was caused by calls to | uwe |
| 2003-08-10 | fix typos in comments. | chs |
| 2003-08-10 | Undo previous. It breaks profiling, but I managed to test against the | uwe |
| 2003-08-10 | Real _PROF_PROLOGUE so that assembly language functions can be profiled. | uwe |
| 2003-08-09 | For ELF put RCSID strings into .ident section. | uwe |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-01 | Correct the macro name for SCP0DT bit. | uwe |
| 2003-05-12 | Rename <sys/float_ieee.h> to <sys/float_ieee754.h>, following libc's | kleink |
| 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-02 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-04-02 | We use 4K pages on the sh3/sh4; make PAGE_SIZE, PAGE_SHIFT, and PAGE_MASK | thorpej |
| 2003-03-02 | add some ISO C 1995 I18N functions and types: | tshiozak |
| 2003-02-14 | - Change __cpu_simple_lock_t from int to unsigned char. | itohy |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-12-29 | Add sh7709 INTEVT2 codes for IRQs, PINTs, IRDA and ADC. | uwe |
| 2002-12-16 | Add support for RAS (initially added by me on nathanw_sa branch). | thorpej |
| 2002-12-16 | Use MI setrunqueue()/remrunqueue(). | thorpej |
| 2002-12-10 | Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is. | thorpej |
| 2002-12-10 | Use __LDPGSZ (which must be == USRTEXT) as the text address for a.out | thorpej |
| 2002-11-26 | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. | lukem |
| 2002-11-13 | add some definitions for P[VR]R register | msaitoh |
| 2002-11-08 | Add _reg_bset_[124]() and _reg_bclr_[124]() macro for | tsutsui |
| 2002-09-22 | Use "#define\t" instead of "#define ". | simonb |
| 2002-09-22 | it really helps to get the stub right before cutting + pasting it 27 times. | chs |
| 2002-09-22 | add pmap_remove_all() hook (empty on most platforms so far). | chs |
| 2002-09-22 | Add __HAVE_MD_RUNQUEUE flag for MD code to override MI run queue primitives. | gmcgarry |
| 2002-09-16 | Implement CPU spinlocks. Compile-tested only. | gmcgarry |
| 2002-08-07 | Implement pmc(9) -- An interface to hardware performance monitoring | briggs |
| 2002-06-23 | When delivering a signal, don't push the signum, code, and context pointer, | thorpej |
| 2002-05-22 | change disklabel to | uch |
| 2002-05-19 | fix some overflow cases. | msaitoh |