| Age | Commit message (Expand) | Author |
| 2004-01-11 | use P_ZOMBIE() macro instead of checking p_state direct | jdolecek |
| 2004-01-07 | A __insn_barrier() is now available for all archs, remove the MD version | martin |
| 2004-01-06 | Implement restartable atomic sequences (RAS) for sparc64. | martin |
| 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 |
| 2004-01-01 | Enable reset of a process's alternative signal stack flag. | pk |
| 2003-12-30 | When powering down, first ask the PROM to do it for us. | pk |
| 2003-12-30 | Replace the traditional buffer memory management -- based on fixed per buffer | pk |
| 2003-12-26 | convert __ldstub() from a ({}) macro into a properly static inline function. | mrg |
| 2003-12-17 | Fix commented out pcmcia entries: adjust comments, add FULL_SPARC_BUS_SPACE, | martin |
| 2003-12-15 | Clean up tmp files on exit. Fixes PR#23723 | jmc |
| 2003-12-15 | Add config files for Mr.Coffee JavaStatin 1 machines. | martin |
| 2003-12-15 | Rename the JavaStation network boot loader: bootjs.elf -> bootjs.net. | martin |
| 2003-12-14 | Make this look more like GENERIC. | martin |
| 2003-12-14 | There's no such thing as "JavaStation-10". Krups official name is | uwe |
| 2003-12-13 | Don't touch the PROM VA on JavaStations. From Valeriy. | martin |
| 2003-12-13 | Remove a comment - this is no longer experimental and works with an | martin |
| 2003-12-12 | Add support to build bootjs.elf - the secondary bootstrap used to netboot | martin |
| 2003-12-12 | If compiling for JavaStations, modify kernal VA layout to not conflict | martin |
| 2003-12-12 | Use the new split hard/softinterrupt handlers to avoid running mouse/keyboard | martin |
| 2003-12-10 | Modify the licences of code written by Theo De Raadt from a 4-clause | agc |
| 2003-12-10 | Change reference at bottom from sys/dev/majors to sys/conf/majors to match | jmc |
| 2003-12-07 | ofwboot.net is gone. from hannken@ | mrg |
| 2003-12-07 | add altq | christos |
| 2003-12-07 | whitespace fixes. | christos |
| 2003-12-07 | merge ultrasparc ofwboot / ofwboot.net. | mrg |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-12-04 | NetBSD.ORG -> NetBSD.org | keihan |
| 2003-11-25 | bye, bye _MCONTEXT_TO_SIGCONTEXT and vice versa. | christos |
| 2003-11-16 | Drop the old cpu_switch() code. | pk |
| 2003-11-16 | __cpu_simple_unlock: use __insn_barrier() instead of a "memory" clobber. | pk |
| 2003-11-16 | Use __insn_barrier() in all bus_space read/write operations. | pk |
| 2003-11-16 | Introduce __insn_barrier(), designed to prevent instruction re-ordering | pk |
| 2003-11-15 | Commit changes proposed on tech-kern Thu, 6 Nov 2003 | bouyer |
| 2003-11-13 | eliminate uvm_useracc() in favor of checking the return value of | chs |
| 2003-11-11 | Remove ancient DDB-dependent `hide/integrate'. | pk |
| 2003-11-10 | Spell address with two d's. Inspired by similar changes in OpenBSD, | wiz |
| 2003-11-09 | __cpu_simple_unlock: avoid instruction re-ordering by the compiler. | pk |
| 2003-11-08 | #if defined(_KERNEL_OPT) is enough, #if !defined(_LKM) isn't needed | tsutsui |
| 2003-11-08 | Construct arguments properly and update comment in previous bzero -> memset | pk |
| 2003-11-08 | Fix previous (bzero -> memset), it overlooked the delay slot. | martin |
| 2003-11-08 | use "mov 0, %o1" instead of kinda strange "sethi 0, %o1" in previous | jdolecek |
| 2003-11-08 | use memset() instead of bzero() | jdolecek |
| 2003-11-07 | cpu_switch: values in global registers are not preserved across function calls. | pk |
| 2003-11-07 | swift_cache_enable: set cache enable bits after resetting the cache tags. | pk |
| 2003-11-04 | * Set ksi_code to SI_NOINFO where we used to return zero. | pk |
| 2003-11-02 | Fix leftover of MI mk48txx(4) changes inside #if defined(SUN4). | tsutsui |
| 2003-11-01 | Adapt to MI mk48txx(4) changes. | tsutsui |
| 2003-11-01 | Avoid sneaking past signal delivery in sa_upcall_userret(): | cl |