| Age | Commit message (Expand) | Author |
| 2004-01-05 | Add a missing { to cpu_exit() so that it compiles. | nathanw |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2003-12-30 | Replace the traditional buffer memory management -- based on fixed per buffer | pk |
| 2003-12-14 | No need to include wdvar.h anymore. | thorpej |
| 2003-12-14 | Split the Intel i31244 SATA controller ("Artisea") driver out of piixide | thorpej |
| 2003-12-13 | Split out the Silicon Image SATALink support into its own driver, | thorpej |
| 2003-12-10 | Change reference at bottom from sys/dev/majors to sys/conf/majors to match | jmc |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-11-27 | Add COMPAT_16. | simonb |
| 2003-11-25 | bye, bye _MCONTEXT_TO_SIGCONTEXT and vice versa. | christos |
| 2003-11-13 | eliminate uvm_useracc() in favor of checking the return value of | chs |
| 2003-11-04 | Remove p_nras from struct proc - use LIST_EMPTY(&p->p_raslist) instead. | dsl |
| 2003-10-31 | Reduce code duplication by adding mi_userret() in sys/userret.h | cl |
| 2003-10-31 | Don't pass the (unused) return value args to the | simonb |
| 2003-10-29 | Simplify a little. | mycroft |
| 2003-10-29 | If we get an unknown fault code, either panic (if DIAGNOSTIC), or fault it with | mycroft |
| 2003-10-29 | Make sure "args" is pointing somewhere sane before calling trace_exit(). | mycroft |
| 2003-10-29 | Remove bogus initializers. | mycroft |
| 2003-10-27 | uninitialized variables | chs |
| 2003-10-26 | Use <sys/ieee754.h> where applicable. | kleink |
| 2003-10-26 | Use ${HOST_SH} instead of `sh'. | lukem |
| 2003-10-24 | Check the PCI device and function numbers correctly. Fixes boot device | mycroft |
| 2003-10-23 | Fix NULL change lossage. | ragge |
| 2003-10-19 | don't uvm_swapout LWPs which are LSONPROC on another cpu. | cl |
| 2003-10-18 | define SIGTRAMP_VALID() | christos |
| 2003-10-18 | Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?' | lukem |
| 2003-10-14 | Catch up to ata/ide changes; look for a parent device of wd named "atabus" | nathanw |
| 2003-10-13 | Catch up DEBUG printfs to siginfo changes. | nathanw |
| 2003-10-10 | reassing majors for crypto and pf to use the newly defined MI major | jdolecek |
| 2003-10-10 | update the comment - the space for machine-dependant majors | jdolecek |
| 2003-10-08 | Add some accessor macros for the ucontext: | thorpej |
| 2003-10-08 | pciide_machdep.c depends on pciide_common, not pciide. | bouyer |
| 2003-10-08 | Add new per-chip pciide drivers. | bouyer |
| 2003-10-08 | Add atabus | bouyer |
| 2003-10-08 | Adapt to recent ksiginfo change. | enami |
| 2003-10-08 | Define LIB{CRT0,C,CRTBEGIN,CRTEND} as nothing, we don't need to link | simonb |
| 2003-10-08 | * Shuffle some data structures so, and add a flags word to ksiginfo_t. | thorpej |
| 2003-10-07 | Siginfo changes for alpha kernel. Approved by thorpej@netbsd.org. | skd |
| 2003-10-05 | Add some framework for MI assignment of device majors - add sys/dev/majors | jdolecek |
| 2003-09-26 | Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.h | nathanw |
| 2003-09-26 | Definition, not defintion. From miod@openbsd. | wiz |
| 2003-09-26 | Fix "constify sendsig/trapsignal" fallout for non-siginfo'd archs. Test | simonb |
| 2003-09-25 | Modify the fdcattach() interface again, splitting it into two parts, so that | mycroft |
| 2003-09-25 | Update for new attach method. | mycroft |
| 2003-09-21 | Backed out single step emulation. | skd |
| 2003-09-18 | add MD part of SA/pthread pagefault handling on alpha | cl |
| 2003-09-18 | Added kernel support for single stepping, adapted from FreeBSD. | skd |
| 2003-09-11 | __{BEGIN,END}_DECLS-wrap prototypes. | kleink |
| 2003-09-06 | add rnd(4) device to installation media. | itojun |