| Age | Commit message (Expand) | Author |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2004-01-02 | kernel part of no-syscall upcall stack return: libpthread registers | cl |
| 2003-12-30 | Replace the traditional buffer memory management -- based on fixed per buffer | pk |
| 2003-12-10 | Change reference at bottom from sys/dev/majors to sys/conf/majors to match | jmc |
| 2003-12-07 | Don't install <machine/intr.h>. | simonb |
| 2003-12-06 | Add a WEAK_ALIAS macro. | simonb |
| 2003-12-06 | Use crosscompile-friendly ${BINUTILSPROGRAMNAMES}. | simonb |
| 2003-12-06 | Make WARNS=2 friendly. | simonb |
| 2003-12-06 | KNF, ANSIfy, de-__P. | simonb |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-11-25 | Need to set/restore the PSR explicity in cpu_{set,get}mcontext() since | simonb |
| 2003-11-10 | Spell address with two d's. Inspired by similar changes in OpenBSD, | wiz |
| 2003-11-06 | make this compile again | christos |
| 2003-11-06 | pc532 passes everything on the stack like the i386... | christos |
| 2003-11-06 | Add kernel portion of siginfo for ns32k. | simonb |
| 2003-11-06 | Add COMPAT_16. | simonb |
| 2003-11-04 | Indentation nit. | simonb |
| 2003-11-04 | Fix tyop in previous - a "$" before a make variable works wonders. | simonb |
| 2003-11-01 | Avoid sneaking past signal delivery in sa_upcall_userret(): | cl |
| 2003-10-31 | Don't pass the (unused) return value args to the | simonb |
| 2003-10-27 | Do previous differently - check which ld we're using and set the right | simonb |
| 2003-10-27 | If the make variable "USE_BINUTILS" is yet, use correct options to link | simonb |
| 2003-10-27 | Use -Wno-error to compile a file with Duff's device and document this as | simonb |
| 2003-10-26 | Use <sys/ieee754.h> where applicable. | kleink |
| 2003-10-26 | Use ${HOST_SH} instead of `sh'. | lukem |
| 2003-10-26 | Fix NULL/0 fallout. | simonb |
| 2003-10-24 | add major for 'ses' for archs which have the other scsi devices | jdolecek |
| 2003-10-21 | NULL -> 0 for preempt() argument. | fvdl |
| 2003-10-19 | don't uvm_swapout LWPs which are LSONPROC on another cpu. | cl |
| 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-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-20 | add MD part of SA/pthread pagefault handling on pc532 | cl |
| 2003-09-06 | add rnd(4) device to installation media. | itojun |
| 2003-08-22 | create /dev/crypto | itojun |
| 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-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-24 | * Defflag CPU30MHZ. | thorpej |
| 2003-06-24 | * defflag NS381. | thorpej |
| 2003-06-23 | Adapt to the Scheduler Activations changes. | thorpej |
| 2003-06-23 | Basic ELF definitions for ns32k. No relocations yet. | thorpej |
| 2003-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |
| 2003-06-23 | Removed "extended precision" definitions left over from when this was | simonb |