| Age | Commit message (Expand) | Author |
| 2004-01-06 | Some cleanup and move ddb_regs declaration to db_interface.c | petrov |
| 2004-01-06 | Spinup secondary cpus. Based on codes sent to me by Dennis Chernoivanov | petrov |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2003-12-08 | Remove prototypes of non-existant functions, ansify and knf. | petrov |
| 2003-11-25 | Use per-cpu pcb, curlwp and fplwp rather than global ones. This brings | cdi |
| 2003-11-20 | Set curcpu() for SMP. | petrov |
| 2003-11-15 | Compile GENERIC.MP. | petrov |
| 2003-11-09 | Lower PIL_AUD so /dev/audio will not interrupt and interfere with | petrov |
| 2003-11-09 | Use #if defined(_KERNEL_OPT) to protect #include "opt_xxx.h" | tsutsui |
| 2003-10-28 | #define __HAVE_LONG_DOUBLE on platforms which implement a distinct | kleink |
| 2003-10-27 | remove buildcontext | christos |
| 2003-10-26 | more siginfo glue | christos |
| 2003-10-23 | * Move the definitions for types other than single-precision and double- | kleink |
| 2003-10-21 | Don't use NULL in integer-type assignments/comparisons. | kleink |
| 2003-10-13 | Add mcontext32_t and friends. This is WIP. | christos |
| 2003-09-26 | move MI stuff to the MI include | christos |
| 2003-08-27 | change PROM_getprop() from taking a "void **" for the storage, to a | mrg |
| 2003-08-26 | Drop fbvar.h from INCS now that it's been cvs rm'ed here. | uwe |
| 2003-08-25 | Framebuffer code common to sparc and sparc64 was merged and moved to | uwe |
| 2003-08-24 | add support for non-executable mappings (where the hardware allows this) | chs |
| 2003-08-10 | remove some leftover cruft. | chs |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | struct proc * -> struct lwp * | 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-18 | My reading of the gdb code seems to indicate it expects 125 registers | martin |
| 2003-05-12 | Rename <sys/float_ieee.h> to <sys/float_ieee754.h>, following libc's | kleink |
| 2003-05-05 | Make all non-trivial bus space functions "static __inline" (consistently) | martin |
| 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-19 | PR/3012: Greg A. Woods: Write all float.h files [except the vax of course] | christos |
| 2003-04-16 | change 'data' arg of fo_ioctl to void * to match file.h | dsl |
| 2003-04-14 | clean-up unused definition. | petrov |
| 2003-04-02 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-04-01 | We use 8K VM pages on Sun4U, so make PAGE_SIZE, PAGE_SHIFT, and PAGE_MASK | thorpej |
| 2003-03-22 | PCI-CardBus bridge support for sparc64: | nakayama |
| 2003-03-22 | PCI-CardBus bridge support for sparc64: | nakayama |
| 2003-03-02 | add some ISO C 1995 I18N functions and types: | tshiozak |
| 2003-02-05 | Replace machine/rnd.h with more appropriate name to share it | nakayama |
| 2003-02-05 | Switch to use cycle counter (%tick) based microtime(). | nakayama |
| 2003-01-31 | Make the pmap count resident/wired mappings on the fly instead of | martin |
| 2003-01-30 | Sparc64 already had a BUS_DMA_NOCACHE - remove one of the two definitions. | martin |
| 2003-01-28 | Introduce BUS_DMA_NOCACHE, and bus_dmamem_map() of i386 supports it. | kent |
| 2003-01-21 | Rename the DIV0 traps to avoid confusion with the usage on the sparc | martin |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-09 | Merge sparc and sparc64 <machine/signal.h>. | thorpej |
| 2003-01-06 | writable, not writeable. | wiz |
| 2002-12-10 | Remove the `flags' argument from bus_intr_establish(). | pk |
| 2002-12-10 | bus_intr_establish() signature change. | pk |