| Age | Commit message (Expand) | Author |
| 2003-12-12 | Add a .WAIT after common so libs get built before they're needed | jmc |
| 2003-12-10 | Change reference at bottom from sys/dev/majors to sys/conf/majors to match | jmc |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-12-04 | Catch up with the recent changes in wdcvar.h, patterned after wdc_isa.c. | he |
| 2003-11-27 | sync with news68k: | tsutsui |
| 2003-11-24 | Remove obsolete MD mcclock files. | tsutsui |
| 2003-11-24 | Set mcclock to BCD mode as before. Tested on 7248-133 43P. | tsutsui |
| 2003-11-13 | eliminate uvm_useracc() in favor of checking the return value of | chs |
| 2003-11-01 | - Adapt mkclock_isa.c to MI mk48txx(4) changes. | tsutsui |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-10-26 | Use ${HOST_SH} instead of `sh'. | lukem |
| 2003-10-24 | add major for 'ses' for archs which have the other scsi devices | jdolecek |
| 2003-10-24 | Add back spkr.h | matt |
| 2003-10-20 | Reorganize the way powerpc port install machine specific headers. | matt |
| 2003-10-19 | Add COMPAT_16. | kleink |
| 2003-10-19 | Make this compile as a tool; we need to pick up the target's | he |
| 2003-10-18 | Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?' | lukem |
| 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 atabus. | bouyer |
| 2003-10-08 | Overhaul MBR handling (part 1): | lukem |
| 2003-10-08 | Define LIB{CRT0,C,CRTBEGIN,CRTEND} as nothing, we don't need to link | simonb |
| 2003-10-06 | Include <string.h> for memset and memcmp prototypes. | he |
| 2003-10-06 | Include libkern.h to get definitions for strcpy, strlen, and memset. | he |
| 2003-10-06 | Remove argument list from #undef of divrnd macro; fall-out from gcc3? | he |
| 2003-10-05 | Add some framework for MI assignment of device majors - add sys/dev/majors | jdolecek |
| 2003-09-30 | Add -ffreestanding | matt |
| 2003-09-25 | Hide the use of config_interrupts() in one place. | mycroft |
| 2003-09-19 | 1) Use config_interrupts() to attach IDE and ATAPI drives. This eliminates | mycroft |
| 2003-09-03 | Move CLKF_BASEPRI to machine specific <intr.h> file since it depends on | matt |
| 2003-08-22 | add udav* | itojun |
| 2003-08-22 | create /dev/crypto | itojun |
| 2003-08-12 | Remove SPILLSTK leftovers. | matt |
| 2003-08-10 | Call prep_bus_space_init() and consinit() after oea_batinit() and oea_init() | tsutsui |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-06 | Add esiop at pci to GENERIC which already have siop at pci. | bouyer |
| 2003-07-31 | Add #define _NOREGNAMES (to suppress asm.h from #define r1 1 ...) | matt |
| 2003-07-28 | Make these build with recent tweaks to powerpc's bus_space(9) by moving | scw |
| 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-18 | don't #include <sys/dkstat.h> where it is (appearently) unused | drochner |
| 2003-06-16 | Rename IPL_IMP -> IPL_VM. | thorpej |
| 2003-06-15 | Handle 64bit DMA addresses on PCI for platforms that can (currently only | fvdl |
| 2003-06-14 | Also pass a type argument to comcnattach() and com_kgdb_attach(). | thorpej |
| 2003-05-18 | Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op), | lukem |
| 2003-05-15 | Don't install machine/mouse.h on i386 and prep; there are no users for | wiz |
| 2003-05-12 | Include <sys/disk.h>. | thorpej |
| 2003-05-10 | Change bounds_check_with_label() to take a pointer to the disk structure, | thorpej |
| 2003-05-10 | Remove redundant bounds_check_with_label() prototype. | thorpej |