| Age | Commit message (Expand) | Author |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2003-11-15 | Commit changes proposed on tech-kern Thu, 6 Nov 2003 | bouyer |
| 2003-09-28 | u_int short -> u_short for gcc3 | cl |
| 2003-09-22 | Remove #ifdef _KERNEL inside #ifdef _KERNEL. | tsutsui |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-04-02 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-01-18 | Merge the nathanw_sa branch. | 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-23 | Make this identical to the other m68k machine/bswap.h by including | kristerw |
| 2002-10-20 | merge the 12 copies of vm_machdep.c on the m68k platforms. | chs |
| 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-08-27 | Make sun ports use common keyboard/firm events related includes | uwe |
| 2002-08-07 | Implement pmc(9) -- An interface to hardware performance monitoring | briggs |
| 2002-07-13 | m68k syscall rototill: | scw |
| 2002-06-01 | Explicitly include <arch/sun3/include/param3{,x}.h> rather than | nathanw |
| 2002-05-14 | Eliminate more commons or redundant declarations. | matt |
| 2002-05-13 | Nuke local extern label_t *db_recover; it's now in <ddb/db_extern.h> | matt |
| 2002-03-11 | override cn_trap() with zs_abort() so we can drop to the monitor | chs |
| 2002-02-28 | Use "#define<tab>". | simonb |
| 2001-12-16 | Make this compile with new toolchain. | gmcgarry |
| 2001-11-28 | No point in installing svr4_machdep.h. | kleink |
| 2001-11-15 | MAXSLP is defined to be a machine-independent scheduling parameter, | soren |
| 2001-11-09 | Remove unneeded declarations of the db_machine_init() function. The | thorpej |
| 2001-10-31 | Split elf32 vs. elf64 handling in loadfile(), including support for | thorpej |
| 2001-09-19 | Just use <dev/sun/fbio.h>. | thorpej |
| 2001-09-10 | Update pmap_update to now take the updated pmap as an argument. | chris |
| 2001-09-05 | vm_offset_t -> vaddr_t | tsutsui |
| 2001-09-05 | vm_offset_t -> db_addr_t | tsutsui |
| 2001-07-03 | vm_offset_t -> [pv]addr_t. | chs |
| 2001-07-03 | move parts that are the same from vmparam3{,x}.h to vmparam.h. | chs |
| 2001-06-02 | replace vm_map{,_entry}_t with struct vm_map{,_entry} *. | chs |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-05-28 | move the spl*() and IPL_* definitions to intr.h. | chs |
| 2001-05-28 | make sun3x work again after the recent change to the m68k cpu_kcore_hdr: | chs |
| 2001-05-26 | replace {simple_,}lock{_data,}_t with struct {simple,}lock {,*}. | chs |
| 2001-05-01 | Per discussion w/ chuck and chuck, restructure the md page stuff | thorpej |
| 2001-04-29 | Add a VM_MDPAGE_MEMBERS macro that defines pmap-specific data for | thorpej |
| 2001-04-25 | Garbage-collect pmap_page_index(). | thorpej |
| 2001-04-22 | Undo a misguided previous change to the pmap_update() API. | thorpej |
| 2001-04-22 | Give pmap_update() an argument (a pmap_t) so that it knows which | thorpej |
| 2001-04-21 | #define away pmap_update() in <machine/pmap.h> so that no function | thorpej |
| 2001-04-15 | Add definitions of C99 integer format conversion macros. | kleink |
| 2001-04-15 | Add definitions of C99 specified-width integer type limits. | kleink |
| 2001-04-14 | Add definitions of C99 integer constant macros. | kleink |
| 2001-04-14 | Add definitions of C99 integer constant macros. | kleink |
| 2001-04-14 | Add definitions of C99 minimum-width and greatest-width integer types. | kleink |
| 2001-04-13 | Remove the use of splimp() from the NetBSD kernel. splnet() | thorpej |