| Age | Commit message (Expand) | Author |
| 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 |
| 2003-02-16 | Add uax(4) (and url(4) in some cases). | augustss |
| 2003-02-12 | Set cpu_timebase so sysctl() can report it. | matt |
| 2003-02-10 | Add another we(4) instance. | kleink |
| 2003-02-05 | Replace machine/rnd.h with more appropriate name to share it | nakayama |
| 2003-02-03 | Rename PPC_MPC6XX to PPC_OEA (and any mpc6xx reference to oea). | matt |
| 2003-02-03 | More cleanup for OLDPMAP. | matt |
| 2003-02-02 | Remove OLDPMAP support. | matt |
| 2003-02-02 | Perform a rototill of the powerpc code. Mandate use of SPRG0 to store | matt |
| 2003-01-30 | Cast daddr_t to long so to avoid | matt |
| 2003-01-27 | Appease GCC's warning after daddr_t having changed to 64 bits. | kleink |
| 2003-01-22 | G/c the pmap_bootstrap() segtab interface again. Silly me. | kleink |
| 2003-01-21 | comment out static prototype for pci_intr_fixup_ibm_6040() for now, | jdolecek |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-17 | Fix compile failure. | nonaka |
| 2003-01-17 | Fix bus_space_mmap() bug. | nonaka |
| 2003-01-16 | Add ISA Floppy (to be consistent with INSTALL). | matt |
| 2003-01-16 | Add PLATFORM_IBM_6040 | matt |
| 2003-01-16 | Add platform support for the IBM PPS Model 6040 (E) (aka ThinkPad 820). | matt |
| 2003-01-06 | writable, not writeable. | wiz |
| 2003-01-06 | Rework how KERNOBJDIR functions; now it's always determined with | lukem |
| 2003-01-01 | Use aprint_normal() for cfprint routines. | thorpej |
| 2002-12-10 | Use __LDPGSZ (which must be == USRTEXT) as the text address for a.out | thorpej |
| 2002-12-08 | A working fork/vfork implementation. Darwin fork differs from our fork by | manu |
| 2002-11-26 | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. | lukem |
| 2002-11-22 | Fix typo (responsiness -> responsiveness). | wiz |
| 2002-10-30 | Add missing file. | matt |
| 2002-10-30 | Moved binary compatibility options from arch directory to cpu directory | manu |
| 2002-10-26 | now that mem_no is emitted by config(8), there is no reason to keep | jdolecek |
| 2002-10-18 | Add NEW_BUFQ_STRATEGY (disabled by default). | junyoung |
| 2002-10-14 | Added commented out cgd(4)s to GENERIC configs. | elric |
| 2002-10-06 | add SYSTRACE; approved perry. | provos |
| 2002-10-04 | assign majors for raw and cooked cgd's. | elric |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-10-01 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-09-27 | Introduce a new routine, config_match(), which invokes the | thorpej |
| 2002-09-27 | Rather than referencing the cfdriver directly in the cfdata entries, | thorpej |
| 2002-09-25 | Don't include <sys/map.h>. | thorpej |
| 2002-09-25 | Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK" | martti |
| 2002-09-20 | Added (commented out) IPFILTER_DEFAULT_BLOCK. | martti |
| 2002-09-18 | enable USERCONF by default; it's small and extremely useful to have available. | lukem |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-08-07 | Implement pmc(9) -- An interface to hardware performance monitoring | briggs |
| 2002-08-06 | move more inlines to cpu.h: mftb(), mftbl() and mfpvr(). | chs |
| 2002-07-31 | Use 11 for the USER_SR since we use BAT 12 for PCI MEM space. | matt |
| 2002-07-19 | Rename cdev_systrace_init() to cdev_clonemisc_init(), so it can | thorpej |
| 2002-07-05 | Peform a rototill over the powerpc-based ports. | matt |