| Age | Commit message (Expand) | Author |
| 2003-12-30 | Replace the traditional buffer memory management -- based on fixed per buffer | pk |
| 2003-12-12 | Needs a .WAIT before doing boot/bootxx | jmc |
| 2003-12-10 | Change reference at bottom from sys/dev/majors to sys/conf/majors to match | jmc |
| 2003-12-02 | Declare sc_regbase as volatile, so that if_sn.c works with gcc3. | tsutsui |
| 2003-11-23 | Move initialization of `ssym' and `esym' to inside of | taca |
| 2003-11-23 | Suppress uninitialized warnings. | tsutsui |
| 2003-11-21 | Revert previous DPRINTF changes since gcc3 properly removes text strings | tsutsui |
| 2003-11-13 | eliminate uvm_useracc() in favor of checking the return value of | chs |
| 2003-11-07 | default: to 1024x768 landscape if unknown geometry (avoids uninitialised vars) | dsl |
| 2003-11-01 | Adapt MI mk48txx(4) changes. Tested on NWS-3470D (hb) and NWS-5000X (apbus). | tsutsui |
| 2003-10-26 | Cast through (void *) to appease gcc3. (now it's also warned on mipseb) | tsutsui |
| 2003-10-26 | Use ${HOST_SH} instead of `sh'. | lukem |
| 2003-10-25 | Add COMPAT_16 where missing. | simonb |
| 2003-10-25 | Switch to use MI mk48txx(4) and todr(9) for MK48T02 todclocks on newsmips. | tsutsui |
| 2003-10-24 | Add options COMPAT_16. | tsutsui |
| 2003-10-22 | add wsfont major to archs which have the other wscons devices | jdolecek |
| 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 | Define LIB{CRT0,C,CRTBEGIN,CRTEND} as nothing, we don't need to link | simonb |
| 2003-10-05 | Add some framework for MI assignment of device majors - add sys/dev/majors | jdolecek |
| 2003-09-06 | add rnd(4) device to installation media. | itojun |
| 2003-08-30 | add "makeoptions MACHINE_ARCH=..." in std.* for mips ports | chs |
| 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-18 | don't #include <sys/dkstat.h> where it is (appearently) unused | drochner |
| 2003-06-15 | Handle 64bit DMA addresses on PCI for platforms that can (currently only | fvdl |
| 2003-06-14 | Make this compile with no scsibus. | tsutsui |
| 2003-06-09 | Remove definitions and usage of MIPS_COP_0_STATUS_REG and | simonb |
| 2003-05-25 | Remove unused cpu_spl? functions. | tsutsui |
| 2003-05-25 | Use splbio to block SCSI interrupts. | tsutsui |
| 2003-05-25 | Remove __BROKEN_CONFIG_UNIT_USAGE. | tsutsui |
| 2003-05-25 | Add MI softintr(9) support with common mips/softintr.c. | tsutsui |
| 2003-05-21 | - Add some comments about hyper-bus and apbus devices. | tsutsui |
| 2003-05-10 | Change bounds_check_with_label() to take a pointer to the disk structure, | thorpej |
| 2003-05-10 | Rename apbus_intr_call() -> apbus_intr_dispatch(). | tsutsui |
| 2003-05-10 | - Prepare common structures for interrupt handler and share them between | tsutsui |
| 2003-05-10 | Use wildcard for scsibus at sc0. | tsutsui |
| 2003-05-10 | Add a cast missed in the previous. | tsutsui |
| 2003-05-10 | Call zshard() twice in zshard_hb() interrupt handler for workaround | tsutsui |
| 2003-05-09 | Remove bogus comments. | tsutsui |
| 2003-05-09 | - Define and use struct hb_attach_args rather than struct confargs | tsutsui |
| 2003-05-09 | Rename some variables for readability. | tsutsui |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-05-02 | Change return type of readdisklabel() to const char * | dsl |
| 2003-04-26 | Remove one more register declaration. | tsutsui |