| Age | Commit message (Expand) | Author |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-11-25 | bye, bye _MCONTEXT_TO_SIGCONTEXT and vice versa. | christos |
| 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 | define SIGTRAMP_VALID() | christos |
| 2003-10-08 | Add some accessor macros for the ucontext: | thorpej |
| 2003-10-07 | Siginfo changes for alpha kernel. Approved by thorpej@netbsd.org. | skd |
| 2003-09-26 | Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.h | nathanw |
| 2003-09-21 | Backed out single step emulation. | skd |
| 2003-09-18 | Added kernel support for single stepping, adapted from FreeBSD. | skd |
| 2003-09-11 | __{BEGIN,END}_DECLS-wrap prototypes. | kleink |
| 2003-08-24 | add support for non-executable mappings (where the hardware allows this) | chs |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-02 | Make this compile with gcc3. Change kernel_pmap_store to array of struct | matt |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | #ifdef _KERNEL_OPT police | martin |
| 2003-06-28 | #ifdef _KERNEL_OPT police. | he |
| 2003-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |
| 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-09 | A few ISA sound drivers like to share dma channels, and hence deferred | fvdl |
| 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-09 | POOL_VTOPHYS: Cast argument to ALPHA_K0SEG_TO_PHYS() to vaddr_t to | nathanw |
| 2003-04-09 | Add the ability for pool caches to cache the physical address of | thorpej |
| 2003-04-08 | Make PAGE_SIZE, PAGE_SHIFT, and PAGE_MASK compile time constants; we only | thorpej |
| 2003-03-22 | Fix a grammatical nit. | simonb |
| 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 | Share alpha/microtime.c with i386 and sparc64 as kern_microtime.c. | nakayama |
| 2003-01-28 | Introduce BUS_DMA_NOCACHE, and bus_dmamem_map() of i386 supports it. | kent |
| 2003-01-17 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-08 | Use the 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-30 | Add multiple-inclusion protection. | simonb |
| 2002-11-26 | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. | lukem |
| 2002-10-14 | eliminate PT_ENTRY_NULL in favor of plain old NULL. | chs |
| 2002-09-29 | "definitions" has lots of 'i's, but that's not reason to leave one out. | wiz |
| 2002-09-24 | Remove the TCWSCONS config now that zstty can do flow control on IOASIC | ad |
| 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-18 | Add support for restartable atomic sequences. Rearragne the tail | thorpej |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-08-07 | Implement pmc(9) -- An interface to hardware performance monitoring | briggs |
| 2002-07-25 | Use "#define<tab>". | simonb |