| Age | Commit message (Expand) | Author |
| 2004-01-12 | finish previous (removal of 'reaper' kernel thread): | jdolecek |
| 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 | 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-06 | Segment registers are only 16 bits wide, so only check 16 bits worth of | fvdl |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-12-01 | Don't use an alternate stack for the trace/breakpoint trap. It can be | fvdl |
| 2003-11-30 | Reenable interrupts sooner in the idle_exit case. | fvdl |
| 2003-11-30 | Keep mxcsr and mxcsr_mask across the fake init in process_read_fpregs. | fvdl |
| 2003-11-28 | Define the mcount function in assembler, and have it save all registers | fvdl |
| 2003-11-25 | bye, bye _MCONTEXT_TO_SIGCONTEXT and vice versa. | christos |
| 2003-11-22 | Add and enable sk/skc drivers. | fvdl |
| 2003-11-10 | Spell address with two d's. Inspired by similar changes in OpenBSD, | wiz |
| 2003-11-10 | Trim ramdisk and remove some unneeded options. | fvdl |
| 2003-11-08 | Add POSIX 1003.1b semaphores. | fvdl |
| 2003-11-05 | Remove extraneous ( | fvdl |
| 2003-11-05 | Add igphy. | fvdl |
| 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-25 | Add ahd, bce, ataraid | fvdl |
| 2003-10-25 | Add ahd, bce, ataraid. | fvdl |
| 2003-10-23 | Call check_mcontext to validate a register set passed in by ptrace. | fvdl |
| 2003-10-23 | Add auvia. | fvdl |
| 2003-10-22 | Remove use of NULL as an integer value. | fvdl |
| 2003-10-22 | add kttcp major | jdolecek |
| 2003-10-22 | add majors for mly, dpti, dpt, twe, joy, radio, cir | jdolecek |
| 2003-10-22 | add wsfont major to archs which have the other wscons devices | jdolecek |
| 2003-10-22 | Use a common <machine/math.h> for amd64 and i386. | kleink |
| 2003-10-21 | Fix int vs. NULL comparison. | fvdl |
| 2003-10-21 | Correct argument to preempt(). | fvdl |
| 2003-10-19 | Don't use err and trapno from a copied in mcontext. | fvdl |
| 2003-10-19 | don't uvm_swapout LWPs which are LSONPROC on another cpu. | cl |
| 2003-10-18 | Add SIGTRAMP_VALID(). | briggs |
| 2003-10-18 | Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?' | lukem |
| 2003-10-17 | Correct VM_MAXUSER_ADDRESS definitions, it was wasting a few pages. | fvdl |
| 2003-10-17 | Put the ucontext pointer in %r15 for signal delivery, so that it is | fvdl |
| 2003-10-15 | add major for nsmb, at #98 to be in sync with i386 | jdolecek |
| 2003-10-15 | fix typo (harmless as long as pmap_update() is a noop) | drochner |
| 2003-10-14 | Proper checks for kmem reads beyond _end | fvdl |
| 2003-10-14 | Pass the right argument pointer to trace_enter/trace_exit. | fvdl |
| 2003-10-13 | Define a 32bit compat version of the siginfo sendsig, and rename the | fvdl |
| 2003-10-13 | Do checks on passed in context values (sigreturn/setcontext) explicitly; | fvdl |
| 2003-10-13 | Define 32bit versions of signal frames and contexts. | fvdl |
| 2003-10-13 | Define a few macros to validate userspace selectors. | fvdl |
| 2003-10-13 | Define mcontext32_t (if COMPAT_NETBSD32). | fvdl |
| 2003-10-13 | Define all frame members as unsigned, to avoid any possibility of | fvdl |