| Age | Commit message (Expand) | Author |
| 2003-12-30 | Fix PowerPC ports build with KGDB. | manu |
| 2003-12-14 | No need to include wdvar.h anymore. | thorpej |
| 2003-12-10 | Change reference at bottom from sys/dev/majors to sys/conf/majors to match | jmc |
| 2003-10-26 | Use ${HOST_SH} instead of `sh'. | lukem |
| 2003-10-24 | add necessary majors for miscellaneous devices, such as missing | jdolecek |
| 2003-10-24 | Add _bus_dma_phys_to_bus_mem_generic and _bus_dma_bus_mem_to_phys_generic. | matt |
| 2003-10-24 | Make this work with R/O source trees. | matt |
| 2003-10-24 | Remove redunant raid entry. | matt |
| 2003-10-20 | Reorganize the way powerpc port install machine specific headers. | matt |
| 2003-10-15 | add majors for ipfilter, lkm, vnd, tun, raid, cgd, ccd, and md | jdolecek |
| 2003-10-11 | add major for 'filedesc', which is needed for /dev/stdin et. al. | 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 | Overhaul MBR handling (part 1): | lukem |
| 2003-10-08 | Use -ffreestanding. | simonb |
| 2003-10-08 | Don't use multi-line strings (keeps gcc331 happy). | simonb |
| 2003-10-08 | Use <lib/libkern/libkern.h> for str*() prototypes instead of the userland | simonb |
| 2003-10-05 | Add some framework for MI assignment of device majors - add sys/dev/majors | jdolecek |
| 2003-09-03 | Move CLKF_BASEPRI to machine specific <intr.h> file since it depends on | matt |
| 2003-08-22 | create /dev/crypto | itojun |
| 2003-08-12 | Remove SPILLSTK leftovers. | matt |
| 2003-07-31 | Add #define _NOREGNAMES (to suppress asm.h from #define r1 1 ...) | matt |
| 2003-07-27 | reserve cdev major # for PF. ok'ed by technical-exec | itojun |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-07-14 | . ANSIfy a bit more | aymeric |
| 2003-07-14 | . prototype for main() | aymeric |
| 2003-06-26 | include <sys/types.h> so that this file can be included first/alone | aymeric |
| 2003-06-26 | . ANSIfy | aymeric |
| 2003-06-26 | . ANSIfy | aymeric |
| 2003-06-26 | ANSIfy | aymeric |
| 2003-06-26 | . ANSIfy | aymeric |
| 2003-06-26 | . ANSIfy | aymeric |
| 2003-06-26 | declare functions from corresponding C file | aymeric |
| 2003-06-23 | call platform.softintr_init() only if it is non-NULL. | aymeric |
| 2003-06-23 | s/PHYS_TO_PCI_MEM/PHYS_TO_BUS_MEM/ | aymeric |
| 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-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 |
| 2003-05-02 | Change return type of readdisklabel() to const char * | dsl |
| 2003-04-27 | Preserve the symbol table in the LKM || KSYMS cases also. | ragge |
| 2003-04-26 | Add pseudo-device ksyms. | ragge |
| 2003-04-26 | Call ksyms_init() instead of ddb_init() in case of | ragge |
| 2003-04-25 | Add ksyms device major. | ragge |
| 2003-04-19 | Add NULL cn_halt and cn_flush members to ofppc_bootcons. | bjh21 |
| 2003-04-16 | Nake return values from bounds_check_with_label() conform to the man | bouyer |
| 2003-04-10 | Bye Bye UCONSOLE | christos |
| 2003-03-13 | Remove remaining uses of libsa/netif -- the "netif" structure was only | drochner |
| 2003-03-05 | Remove port-specific procfs_machdep.c (since they are all identical and | matt |
| 2003-02-27 | Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC. | perseant |