Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-08-09 | Add an explicit dependancy of assym.h to Makefile. | Miod Vallat | |
This makes sure it will be regenerated if you run config(8) again. | |||
2002-06-22 | Add ${PIPE} to CFLAGS | Todd C. Miller | |
2002-01-10 | Switch m68k arches that do not exist in 68060 models back to pmap_motorola. | Miod Vallat | |
Others will be switched after more 060 tests. This time: hp300 | |||
2001-12-24 | Harmonize and complete wrt cross-compilation. | Miod Vallat | |
2001-12-20 | Temporarily revert the pmap_motorola changes, as they may account for | Miod Vallat | |
some problems as well. Requested by deraadt@ | |||
2001-12-14 | Sync compilation flags definition accross m68k-based arches. | Miod Vallat | |
mvme68k still lacks some -Wfoo flags, until it is warnings clean. | |||
2001-12-06 | MAPPEDCOPY no more. | Miod Vallat | |
2001-11-30 | Switch to pmap_motorola. | Miod Vallat | |
2001-11-25 | Extend the magic formulae to choose option FPSP only if 68040 processor | Miod Vallat | |
support needed. | |||
2001-11-21 | Provide COMPAT_SUNOS files via the common m68k configuration files. | Miod Vallat | |
2001-11-04 | Change the magic formulae in charge of setting the correct defines | Miod Vallat | |
for cpu, mmu, and cache attributes from a mandatory include file to the kernel makefile. This saves some cpp cycles and removes forced dependencies on hp300spu.h. millert@ does not like but does not object either. | |||
2001-10-10 | gc SWAPPAGER and DEVPAGER options | Todd C. Miller | |
2001-10-06 | Remove MSDOSFS support from the ramdisk. | Miod Vallat | |
2001-08-30 | Invoke genassym.sh with both m68k/m68k/genassym.cf and | Miod Vallat | |
machine/machine/genassym.cf files (poor man's inclusion). | |||
2001-08-26 | Nuke annoying defopt, by popular demand. Plus you get two typos fixed | Miod Vallat | |
for free. | |||
2001-08-19 | PANICBUTTON no more. | Miod Vallat | |
2001-07-15 | add install target | assar | |
2001-06-27 | UVM is no longer an option. | Artur Grabowski | |
2001-06-23 | no more kernfs | Theo de Raadt | |
2001-05-17 | It's Daylight Saving Time, not Savings. Fix comments. | Peter Valchev | |
Discussed with pjanzen@ | |||
2001-05-11 | more rd merge (headcolds suck) | Theo de Raadt | |
2001-05-11 | unify | Theo de Raadt | |
2001-05-04 | Substantial update from NetBSD, most notably gives us UVM support; millert@ ok | Aaron Campbell | |
2001-03-08 | move gif* and faith* into sys/conf/GENERIC. deraadt and angelos ok | Jun-ichiro itojun Hagino | |
2000-10-31 | Trim the fat, needs testing. | Todd C. Miller | |
2000-06-18 | Allow S to be overridden like on the other arches; provos@ | Todd C. Miller | |
2000-01-09 | add INET6 into conf/GENERIC. | Jun-ichiro itojun Hagino | |
add pseudo-devices for IPv6 into arch/*/conf/GENERIC. nuke arch/*/conf/GENERIC.v6. | |||
1999-12-08 | add GENERIC.v6 (IPv6 test configuration). to be integrated into GENREIC. | Jun-ichiro itojun Hagino | |
1999-11-08 | move MI definition of rd into it's MI place also fixing | Michael Shalayeff | |
attributes, allowing kernels to exist w/ rd as the only disk device. tested on a few archs; niels@ & millert@ ok | |||
1999-08-15 | Add missing HP385 defines... | Jason Downs | |
1999-06-13 | Don't need rd here... | Jason Downs | |
1998-03-03 | Add -Wno-main for GCC 2.8 | Niklas Hallqvist | |
1997-11-06 | Idnetify/support hp385 (33Mhz 68040) | Todd C. Miller | |
1997-10-20 | Sync with GENERIC. | Jason Downs | |
1997-09-23 | Some NetBSD changes, up to NETBSD_CURRENT_970921. | Jason Downs | |
1997-09-15 | kill Locore.c | Theo de Raadt | |
1997-07-06 | Match changes to other configs, missed in last commit. | Jason Downs | |
1997-07-06 | Sync with changes from NetBSD, up to 970705. | Jason Downs | |
This includes all of the new frodo drivers, from Michael Smith, hacked up by Jason R. Thorpe; other changes, mostly configuration and/or m68k abstraction related, from Thorpe. A few others of my own. This compiles and runs, have not yet tested Domain kbd or apci ports. | |||
1997-04-20 | Make -Wall work. | Jason Downs | |
1997-04-17 | Add back rd devices. | Jason Downs | |
1997-04-16 | Merge portions of NetBSD up to 970415. | Jason Downs | |
This includes: * All of the prototyping and KNF changes. * The new interrupt system. * Portions of the Domain Keyboard support from Mike Smith. This does not include: * m68k changes, namely generic dumps. Various sundry changes and fixes by me. | |||
1997-03-29 | Switch to genassym.cf. | Jason Downs | |
1997-03-26 | Merge changes from NetBSD, up to 3/19/97; undoes some local changes. | Jason Downs | |
Changed to match new arch/m68k code. genassym.cf is currently just a place holder. | |||
1997-02-24 | Add support for COMPAT_SUNOS and enable it. | Jason Downs | |
hp300 now runs sun3 SunOS executables! | |||
1997-02-23 | s/MINIROOT/RAMDISK/g | Jason Downs | |
1997-02-16 | Fix autoconfiguration code, so that it can actually boot from pdevs. | Jason Downs | |
1997-02-16 | More rd changes that were missed... Still not working. | Jason Downs | |
1997-02-16 | Add initial ram disk support. | Jason Downs | |
1997-02-10 | Kill COMPAT_NOLABEL. It is not appropiate in the modern world. | Jason Downs | |
1997-02-10 | Support 16 partitions. | Jason Downs | |