| Age | Commit message (Expand) | Author |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2003-12-10 | Change reference at bottom from sys/dev/majors to sys/conf/majors to match | jmc |
| 2003-12-08 | need cast to (long long) for %llx format when compiling 64bit kernel | jdolecek |
| 2003-12-07 | Ditch some cruft which crept in with the last commit. | scw |
| 2003-12-07 | Simplify the round/trunc page, and btop/ptob macroes. | scw |
| 2003-12-07 | Quell a bunch of compiler warnings by avoiding using 'long long'. | scw |
| 2003-12-07 | De-lint. | scw |
| 2003-11-28 | Re-write and simplify _sh5_stb1_tlbload to avoid branches. | scw |
| 2003-11-28 | While NetBSD/sh5 has never needed a sigcode trampoline, other parts of | scw |
| 2003-11-09 | Ditch some obsolete toolchain definitions and flags. | scw |
| 2003-11-09 | s/NULL/0/ | scw |
| 2003-11-09 | More format string fallout. | scw |
| 2003-11-09 | Fix format string lossage. | scw |
| 2003-11-09 | Clear r3 to zero after dealing with the pseudo-header. | scw |
| 2003-11-09 | Print a trap/intr frame's SPC value. | scw |
| 2003-11-09 | In scif_rxsoft, bail early if the input buffers have not been initialised yet. | scw |
| 2003-11-04 | Remove p_nras from struct proc - use LIST_EMPTY(&p->p_raslist) instead. | dsl |
| 2003-11-01 | avoid stong words in comments | jdolecek |
| 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-26 | Use <sys/ieee754.h> where applicable. | kleink |
| 2003-10-21 | NULL -> 0 for preempt() argument. | fvdl |
| 2003-10-18 | Add SIGTRAMP_VALID(). | briggs |
| 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 | Overhaul MBR handling (part 1): | lukem |
| 2003-10-08 | * Shuffle some data structures so, and add a flags word to ksiginfo_t. | thorpej |
| 2003-10-05 | Kernel bits for siginfo on sh5. | scw |
| 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 | Fix "constify sendsig/trapsignal" fallout for non-siginfo'd archs. Test | simonb |
| 2003-09-18 | add MD part of SA/pthread pagefault handling on sh5 | cl |
| 2003-09-08 | Add support for non-executable mappings. | scw |
| 2003-08-22 | create /dev/crypto | itojun |
| 2003-08-12 | copy{in,out} and kcopy should return success if 'len' is zero. | scw |
| 2003-08-12 | An FPUEXC leaves the PC pointing to the FP instruction | scw |
| 2003-08-10 | Explicitly declare some symbols used by db_stack_trace_print() | scw |
| 2003-08-10 | 64-bit db_addr_t makes life much easier now that ddb uses ksyms. | scw |
| 2003-08-10 | In PIC_GET_GOT, use a local numeric label which is very unlikely to | scw |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-27 | reserve cdev major # for PF. ok'ed by technical-exec | itojun |
| 2003-07-27 | Since everyone uses clock_subr.c (or should, if they don't currently), | thorpej |
| 2003-07-18 | Rename clock_rtc_config() to todr_attach(). | thorpej |
| 2003-07-18 | Move the prototype of clock_rtc_config() into <dev/clock_subr.h>. | thorpej |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 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 |