| Age | Commit message (Expand) | Author |
| 2004-01-12 | Fix 32bit kernel build, pointed by Juergen Hannken-Illjes. | petrov |
| 2004-01-11 | Avoid ras_lookup call if compiling 32bit kernel (which does not have | martin |
| 2004-01-09 | make sure we free the context for the pmap in pmap_destroy(). | chs |
| 2004-01-08 | Minor cleanup | martin |
| 2004-01-06 | Implement restartable atomic sequences (RAS) for sparc64. | martin |
| 2004-01-06 | Some cleanup and move ddb_regs declaration to db_interface.c | petrov |
| 2004-01-06 | Cosmetics | martin |
| 2004-01-06 | Spinup secondary cpus. Based on codes sent to me by Dennis Chernoivanov | petrov |
| 2004-01-04 | update to recent changes - exit2() doesn't exist anymore and the | jdolecek |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2004-01-02 | Don't set ksi_errno - other archs don't bother, so avoid being different. | martin |
| 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 | Fix strict-aliasing compiler warning. | petrov |
| 2003-12-10 | Change reference at bottom from sys/dev/majors to sys/conf/majors to match | jmc |
| 2003-12-08 | Remove prototypes of non-existant functions, ansify and knf. | petrov |
| 2003-12-07 | ofwboot.net is gone. from hannken@ | mrg |
| 2003-12-07 | add altq | christos |
| 2003-12-05 | Don't convert syscall args for tracing 32bit binaries on 64bit | petrov |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-12-03 | syscall clean up from ifdeffed out code. | petrov |
| 2003-12-03 | Use pmap_get_page return code instead, remove unused pmap_stats, | petrov |
| 2003-12-02 | Minor cleanup: remove unused code, sync a comment with current reality. | martin |
| 2003-11-26 | "wd* at wdc?" is no longer needed. | nakayama |
| 2003-11-25 | Use per-cpu pcb, curlwp and fplwp rather than global ones. This brings | cdi |
| 2003-11-24 | Call 'proc_trampoline_mp' from 'proc_trampoline' in a multiprocessor | cdi |
| 2003-11-20 | Remove nwindows calculation, it's not used. Set l_cpu in cpu_switch. | petrov |
| 2003-11-20 | Set curcpu() for SMP. | petrov |
| 2003-11-16 | Fix address calculation for split segment address when the buffer is | tsutsui |
| 2003-11-15 | Commit changes proposed on tech-kern Thu, 6 Nov 2003 | bouyer |
| 2003-11-15 | Compile GENERIC.MP. | petrov |
| 2003-11-15 | Add stub for cpu_boot_secondary_processors. | petrov |
| 2003-11-15 | Generic SMP configuration. | petrov |
| 2003-11-13 | eliminate uvm_useracc() in favor of checking the return value of | chs |
| 2003-11-09 | Lower PIL_AUD so /dev/audio will not interrupt and interfere with | petrov |
| 2003-11-09 | bzero/bcopy -> memset/memcpy | martin |
| 2003-11-09 | Nuke bcopy/bzero. | martin |
| 2003-11-09 | Fix a comment (there is no bzero/bcopy any more) | martin |
| 2003-11-09 | Get rid of bcopy/bzero. | martin |
| 2003-11-09 | Use #if defined(_KERNEL_OPT) to protect #include "opt_xxx.h" | tsutsui |
| 2003-11-04 | * Set ksi_code to SI_NOINFO where we used to return zero. | pk |
| 2003-11-04 | Remove !__HAVE_SIGINFO transitional code. | pk |
| 2003-11-02 | Make the clock device aldo depend on mc146818, to make kernels without | he |
| 2003-11-01 | - Adapt to MI mk48txx(4) changes. | tsutsui |
| 2003-11-01 | Avoid sneaking past signal delivery in sa_upcall_userret(): | cl |
| 2003-10-31 | Don't attach zs at mainbus. | petrov |
| 2003-10-31 | Attach zs to sbus only, current driver cannot attach to mainbus. | petrov |
| 2003-10-30 | Make this compile with 32bit kernels. | matt |