| Age | Commit message (Expand) | Author |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2003-12-07 | Ditch some cruft which crept in with the last commit. | scw |
| 2003-12-07 | Simplify the round/trunc page, and btop/ptob macroes. | scw |
| 2003-12-07 | Quell a bunch of compiler warnings by avoiding using 'long long'. | scw |
| 2003-12-07 | De-lint. | scw |
| 2003-10-26 | Use <sys/ieee754.h> where applicable. | kleink |
| 2003-10-18 | Add SIGTRAMP_VALID(). | briggs |
| 2003-10-08 | Add some accessor macros for the ucontext: | thorpej |
| 2003-10-08 | Overhaul MBR handling (part 1): | lukem |
| 2003-10-05 | Kernel bits for siginfo on sh5. | scw |
| 2003-09-26 | Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.h | nathanw |
| 2003-08-10 | 64-bit db_addr_t makes life much easier now that ddb uses ksyms. | scw |
| 2003-08-10 | In PIC_GET_GOT, use a local numeric label which is very unlikely to | scw |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-15 | Handle 64bit DMA addresses on PCI for platforms that can (currently only | fvdl |
| 2003-05-12 | Rename <sys/float_ieee.h> to <sys/float_ieee754.h>, following libc's | kleink |
| 2003-05-08 | Simplify the way the bounds of the managed kernel virtual address | thorpej |
| 2003-04-29 | Delete an obsolete comment; ddb(9) is very definately functional on SH5. | scw |
| 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 sh5; make PAGE_SIZE, PAGE_SHIFT, and PAGE_MASK | thorpej |
| 2003-04-01 | Remove some obsolete checks for __GNUC__ < 3. | scw |
| 2003-04-01 | Add PMAP_CACHE_VIVT, since the I$ is virtually indexed/tagged. | scw |
| 2003-03-29 | Fix bus_space_read_region_N() to work as advertised. | scw |
| 2003-03-26 | SH5 needs __HAVE_FUNCTION_DESCRIPTORS defined in order for ld.elf_so | scw |
| 2003-03-26 | Sign-extend the return value, as required by the ABI. | scw |
| 2003-03-24 | Add PIC support. | scw |
| 2003-03-24 | Define just one mcount for both 32 and 64-bit ABIs; there's really no | scw |
| 2003-03-19 | Now that we can deal with debug exceptions, use a BRK instruction for | scw |
| 2003-03-13 | A bunch of things: | scw |
| 2003-03-02 | add some ISO C 1995 I18N functions and types: | tshiozak |
| 2003-01-28 | Introduce BUS_DMA_NOCACHE, and bus_dmamem_map() of i386 supports it. | kent |
| 2003-01-22 | Fix pasto in last commit. | scw |
| 2003-01-22 | In _MCONTEXT_TO_SIGCONTEXT(), set r24 to the magic number expected | scw |
| 2003-01-22 | Add _UC_UCONTEXT_ALIGN. | scw |
| 2003-01-21 | Add sigcontext/mcontext conversion macros. | scw |
| 2003-01-21 | Define {,UN}LINK_BIG_FRAME() macros for dealing with stackframes | scw |
| 2003-01-21 | Use 'int' instead of 'u_int32_t' in a couple of places to avoid | scw |
| 2003-01-20 | Split struct reg into integer and FP parts, to be more like every other port. | scw |
| 2003-01-19 | Add sh5 kernel support for SAs. | scw |
| 2003-01-06 | synchronous, not syncronous. | wiz |
| 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-12-07 | Implement __cpu_simple_lock{,init,try}() for sh5. | scw |
| 2002-12-07 | Fix PRIiPTR. | scw |
| 2002-12-06 | Qualify ptel and tlbcookie fields with volatile since they are | scw |
| 2002-11-26 | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. | lukem |
| 2002-11-23 | - Change VM_MIN_KERNEL_ADDRESS to start at KSEG1 instead of KSEG0. | scw |