| History log of /src/sys/arch/amiga/conf/Makefile.amiga |
| Revision | | Date | Author | Comments |
| 1.111 |
| 22-Sep-2018 |
rin | - Determine KERN_AS automatically depending on whether OPT_MODULAR is set or not, in the same way as libcompat.
- Specify OPT_MODULAR in the port Makefile instead of KERN_AS.
Now, KERN_AS=library is used for kernels without module(7) for all ports.
OK christos
|
| 1.110 |
| 05-Mar-2018 |
christos | branches: 1.110.2; 1.110.4; gcc-6 passes -m68040 to the assembler, so reset it to -m68030...
|
| 1.109 |
| 06-Sep-2015 |
uebayasi | Declare dependency on fpsp.o via newly introduced ${MD_LIBS} instead of ${MD_OBJS}.
${MD_OBJS} should be used only for objects that must be linked first (i.e., start code). Objects have to be compiled following common compile rules, and have to be generated into common places (i.e., top of kernel build directory).
${MD_LIBS} defines libraries that are built by separate makefiles, under separate directories. `Makefile.kern.inc' doesn't know intermediate library objects.
|
| 1.108 |
| 25-May-2015 |
mlelstv | Don't use conflicting parameters for compiler and assembler.
|
| 1.107 |
| 21-Jan-2011 |
joerg | branches: 1.107.14; 1.107.30; 1.107.32; Switch remaining platforms to modern CPP for assembler.
|
| 1.106 |
| 25-Jan-2009 |
abs | branches: 1.106.6; 1.106.8; 1.106.10; Abstract out setting of '-m680X0' based on -DM68020, -DM68030, -DM68040, and -DM68060 into sys/arch/m68k/Makefile.cmachflags and include from both atari and amiga. Other m68k ports which build kernels that support multiple CPU types can also switch across to this.
|
| 1.105 |
| 25-Jan-2008 |
joerg | branches: 1.105.10; 1.105.18; Add assym.h dependencies.
|
| 1.104 |
| 11-Dec-2005 |
christos | branches: 1.104.50; 1.104.56; merge ktrace-lwp.
|
| 1.103 |
| 31-May-2005 |
christos | branches: 1.103.2; s/GENASSYM/GENASSYM_CONF/ so we can use "GENASSYM" as the program name.
|
| 1.102 |
| 04-Jun-2004 |
thorpej | Add the %MAKEOPTIONSAPPEND token at the end of the file, after the common Makefile.kern.inc has been included.
|
| 1.101 |
| 26-Nov-2002 |
thorpej | branches: 1.101.6; 1.101.10; The traditional C preprocessor is fixed in GCC 3.3 now, so no need to skip -traditional-cpp for HAVE_GCC3.
|
| 1.100 |
| 04-Jun-2002 |
thorpej | Don't use -traditional-cpp if HAVE_GCC3.
|
| 1.99 |
| 26-May-2002 |
jdolecek | pregenerate grf_ultms.c, so that gspa isn't needed during kernel build
|
| 1.98 |
| 09-Dec-2001 |
atatat | branches: 1.98.8; 1.98.10; Roll the rest of the ports over to the new MI kernel build machinery. Any problems reported by testers have been fixed, and massive cross-compiling of kernels has shown that any problems that remain with actually building kernels are not related to this.
|
| 1.97 |
| 20-Nov-2001 |
lukem | cleanup: options SPACE TAB makeoptions TAB psuedo-device TAB remove trailing whitespace replace multiple spaces -> tabs options "FOO" -> options FOO options "FOO=bar" -> options FOO=bar options "FOO=\"bar\"" -> options FOO="\"bar\""
|
| 1.96 |
| 26-Oct-2001 |
jmc | branches: 1.96.2; Change defaults for kernel compiles. Default all to USETOOLS?=no and have the etc Makefile override that by putting USETOOLS into $.MAKEOVERRIDES This way the default for kernel compiles is still to use the installed toolchain instead of depending on $TOOLDIR. $TOOLDIR can be used by simply adding USETOOLS=yes to the command line as usual.
Adjust each ports template to set the default no setting and also pull in bsd.own.mk if they weren't already to ensure they'll build correctly with the new toolchain setup.
|
| 1.95 |
| 23-Oct-2001 |
thorpej | branches: 1.95.2; Set MACHINE_ARCH explicitly in Makefiles for which it is constant. Also, since config(8) now explcitly sets MACHINE, there is no need to do it here in the Makefile.
|
| 1.94 |
| 29-May-2001 |
mrg | branches: 1.94.2; define _KERNEL_OPT as well as _KERNEL. we will use this in the future to get kernel "opt_foo.h" headers, rather than _KERNEL && !_LKM.
|
| 1.93 |
| 08-May-2001 |
is | defopt LEV6_DEFER.
|
| 1.92 |
| 03-Feb-2001 |
is | branches: 1.92.2; gspa can directly create the C language array.
|
| 1.91 |
| 13-Jan-2001 |
aymeric | Pass CPPFLAGS to gcc in NORMAL_G, plus minor change: ; -> &&
|
| 1.90 |
| 17-Dec-2000 |
jdolecek | delete obsolete comment
|
| 1.89 |
| 09-May-2000 |
hubertf | Add "install" target, so "make install" after building the kernel does something useful. The target can be redefined by putting a install-kernel-${MACHINE_NAME} target that fits your needs into /etc/mk.conf.
|
| 1.88 |
| 09-May-2000 |
thorpej | HAVE_GCC28 -> HAVE_EGCS, and make it match gcc 2.9 as well. Also, make the use of -Wno-uninitialized explicit, don't rely on a compiler hack to do it for us.
|
| 1.87 |
| 01-Feb-2000 |
tsutsui | Revert STRIPPROG -> STRIP
|
| 1.86 |
| 24-Jan-2000 |
tron | Add "dependall" target for comfort.
|
| 1.85 |
| 19-Jan-2000 |
tsutsui | STRIP -> STRIPPROG
|
| 1.84 |
| 19-Jan-2000 |
tsutsui | Change STRIPFLAGS=-g for cross-toolchains.
|
| 1.83 |
| 07-Sep-1999 |
is | branches: 1.83.2; Uhm... multi-cpu kernels containign M68020 support won't assemble without this. Sorry for the inconvenience.
|
| 1.82 |
| 26-Jul-1999 |
cgd | be more efficient when doing the SYSTEM_LD_TAIL for -g kernels: don't copy them just to strip them, use strip -o.
|
| 1.81 |
| 09-Jul-1999 |
mrg | clean up a bit after jason :)
- fix emitrules() like emitfiles() to deal with the prefix (otherwise it would attempt to find the file in the normal base for the NORMAL_C rule). - add emitincludes() which adds include directives for each prefix to the $INCLUDES variable in the makefile. - add %INCLUDES to each Makefile.arch to deal with the above.
this makes "prefix" actually work in a usable manner, and now i can move on to fixing compiler warnings (errors) in the ESP code. :)
|
| 1.80 |
| 15-Jan-1999 |
thorpej | branches: 1.80.2; 1.80.4; Some minor, mostly costmetic, changes to CPPFLAGS/CFLAGS.
|
| 1.79 |
| 15-Jan-1999 |
thorpej | Don't define "mc68020". Nothing uses it.
|
| 1.78 |
| 08-Jan-1999 |
augustss | Add -Wpointer-arith warning since `void *' arithmetic is not ANSI C.
|
| 1.77 |
| 15-Oct-1998 |
drochner | change handling of libkern: -sys/lib/libkern builds as library per default (as it was documented all the time) -ports able to LKM set "KERN_AS=obj" explicitely in their Makefiles (for now; should depend on actual "option LKM" or -better- functions included for LKM use should be pulled in by a stub) -always link libcompat before libkern - libkern stuff can be referred to by libcompat, but not the other way
|
| 1.76 |
| 05-Sep-1998 |
lukem | distclean is a synonym for cleandir
|
| 1.75 |
| 31-May-1998 |
thorpej | Specify a non-profiling C rule.
|
| 1.74 |
| 24-May-1998 |
is | Last part of the opt_m68kcpu.h backout.
|
| 1.73 |
| 24-May-1998 |
is | Back out the defopt for M680?0. As pointed out to me, this breaks ports which dont use the M680?0 the way Amiga, Atari, Mac68k, and X68k do. I must have missed this in the past discussion about this project.
|
| 1.72 |
| 24-May-1998 |
is | - remove some dependency lines which aren't needed anymore due to opt_m68kcpu.h - There isn't any vfs_conf.o anymore.
|
| 1.71 |
| 23-May-1998 |
is | Move M680[2346]0 to opt_m68kcpu.h. XXX Some explicit dependencies could be removed now from the individual arch/$ARCH/conf/Makefile.$ARCH files, but this is still to be done.
|
| 1.70 |
| 12-Apr-1998 |
tv | Add -Wno-main conditional on compiler being gcc 2.8 or egcs. (This adds a HAVE_GCC28 check-variable that can now be used to add other gcc-2.8 flags in cases where they may be useful, or to remove gcc 2.7.2 "bug workaround" flags.)
|
| 1.69 |
| 12-Nov-1997 |
thorpej | Make sure CPP, AR, AS, and RANLIB are defined.
|
| 1.68 |
| 12-Nov-1997 |
thorpej | Define LORDER, NM, and TSORT here, like we do the rest of the tools.
|
| 1.67 |
| 09-Oct-1997 |
is | branches: 1.67.2; Help crosscompiling, by as -> $(AS). Define AS?= as in the calling Makefile.$(ARCH)es. Will hopefully fix the (remaining) part or pr4010.
|
| 1.66 |
| 07-Oct-1997 |
is | Oops, I forgot this when doing the recent 060sp make system change.
|
| 1.65 |
| 05-Oct-1997 |
veego | Update the 'depend on CPU configuration' section for the new or updated ncr53c9x frontends.
|
| 1.64 |
| 03-Oct-1997 |
lukem | define SIZE?=size, and use ${SIZE} instead of size. makes cross compilation easier
|
| 1.63 |
| 30-Sep-1997 |
christos | PR/4162: Chris Jones: make cleandir does not work properly; it does not remove the object files and the .depend file in the kernel build directory.
|
| 1.62 |
| 12-Sep-1997 |
mycroft | Move definition of FPCOPROC into the Makefile, since it's always required.
|
| 1.61 |
| 12-Sep-1997 |
mycroft | Nuke Locore.c. It's way too out of date to be useful at this point.
|
| 1.60 |
| 23-Jul-1997 |
is | branches: 1.60.2; Fix a complaint by Eric Delcamp on port-amiga... looks like Thorsten Fruehauf didn't find all occurences of unprotected is_draco(), and I didn't look hard enough, either, when fixing.
|
| 1.59 |
| 12-Jul-1997 |
leo | Generate assym.h dependencies when making 'depend'.
|
| 1.58 |
| 23-Jun-1997 |
is | Make aucc work in the presence of LEV6_DEFER.
|
| 1.57 |
| 21-Jun-1997 |
is | aucc.o depends on LEV6_DEFER
|
| 1.56 |
| 22-May-1997 |
veego | Use genassym.sh to facilitate cross-compiling and add -Wmissing-prototypes.
|
| 1.55 |
| 04-Feb-1997 |
perry | Nuke some options GENERIC residue.
|
| 1.54 |
| 04-Feb-1997 |
perry | Nuke some GENERIC residue.
|
| 1.53 |
| 31-Jan-1997 |
veego | :: -> : (pr #3154 with a minor change)
|
| 1.52 |
| 01-Dec-1996 |
veego | Fix typo in the last revision (missing S in ${COPTS}).
|
| 1.51 |
| 01-Dec-1996 |
jonathan | * Replace explicit -O2 in CFLAGS with COPTS macro. Default COPTS?= -O2. Lets users over-ride with makeoptions COPTS="..." in kernel config files.
Leave `mandatory' flags (like -msoft-float which on m68k enforces no FP in kernel) in CFLAGS.
|
| 1.50 |
| 09-Sep-1996 |
mycroft | Move strip(1) flags into a separate variable, so that $STRIP can be passed to subordinate make(1)s. Remove $TOUCH. Add HOSTED_CC, HOSTED_CPPFLAGS, and HOSTED_CFLAGS, and use them when depending genassym.
|
| 1.49 |
| 31-Aug-1996 |
mycroft | Wrap the default definition of `S' in `.ifndef'.
|
| 1.48 |
| 12-Aug-1996 |
mycroft | Put into . Remove hooks for `config-dependent' and `device-driver' flags.
|
| 1.47 |
| 10-Aug-1996 |
mycroft | * Add a HOSTED_C_C variable, which strips `-p', `-pg', and `-nostdinc', and use it when building genassym. * Use `-nostdinc' just to be sure we're self-contained.
|
| 1.46 |
| 10-Aug-1996 |
mycroft | * Define CWARNFLAGS and MKDEP in some moderately consistent fashion. * Make S expand to an absolute path at compile time. * Use `-S' rather than `-x' to remove debugging symbols. * Garbage collect unused variables. * Reverse a handful of port-specific changes that do not correspond to the common build model and are not needed.
|
| 1.45 |
| 16-May-1996 |
is | - tell new version of assembler to still accept 851/030 opcodes when compiling with -m68060 - add -Wall -Wstrict-prototypes
|
| 1.44 |
| 15-May-1996 |
is | Now that we imported the 68060 software support package and committed the glue code for it, activate this again.
|
| 1.43 |
| 12-May-1996 |
is | Disable .include of arch/m68k/060sp/Makefile.inc for now.
|
| 1.42 |
| 11-May-1996 |
mycroft | Make `make depend' work for libraries.
|
| 1.41 |
| 09-May-1996 |
is | First part of M68060 and DraCo support.
* for the M68060 part: store buffer and branch target cache aren't enabled yet (this needs cleanup of lots of locore.s code which is a maze of little passages, all a little different) (and it wasn't yet tested in an accellerated Amiga, only in the DraCo).
I've included a workaround for 2 of the CPU bugs in chips with Masks 1F43G and earlier, but didn't bother to deal with the can of worms in the [0-3]D11W chips. Be sure to get "68060 rev. 1" or more reported at kernel startup time, or at least mention it (or the mask revision, if available) when reporting problems.
* for the DraCo: only machines with a CIA timer.
I assigned machine id 32000+nn (0x7Dnn), where n is the machine readable Quicklogic custom chip revision (also printed at boot time). "Guaranteed to work" up to rev. 3, newer DraCo's aren't guaranteed to have any CIA (we don't have a driver for the new timer yet).
Supported are:
- MF-II keyboards on the native interface and A3000 keyboards via the CIA. - builtin SCSI interface (yet another instance of siop) - CIA timer. - Zorro II devices which don't do DMA (don't get mapped to Zorro II address space in the DraCo) - "local bus" devices which are autoconfigured by the boot rom (should be all); only an Altais driver is there (looks like a Retina Z3)
Not yet supported are:
- native timer of newer machines. - Real Time Clock. - serial, parallel + floppy on the SuperIO chip (that is also: no mouse)
XXX You need an enhanced boot loader, which will committed in a few days.
XXX std.draco should and will go away.
|
| 1.40 |
| 15-Mar-1996 |
is | If compiling with "options M68060", tell compiler not to use instructions which have to be emulated by the operating system on that chip. This code will still run on M68020, M68030 and M68040, but might be a bit slower on those chips.
|
| 1.39 |
| 29-Feb-1996 |
cgd | Do not build vnode_if.[ch] for each kernel. Build them once, like the various syscall sources/headers, and just compile them. From PR 2142, OK'd by mycroft.
|
| 1.38 |
| 26-Feb-1996 |
mycroft | Define build programs with `?=', so they can be overridden with `makeoptions'.
|
| 1.37 |
| 09-Feb-1996 |
mycroft | Fix mkdep problems due to missing flags.
|
| 1.36 |
| 03-Feb-1996 |
mycroft | Use `-traditional-cpp' when building .s and .S files.
|
| 1.35 |
| 02-Feb-1996 |
mycroft | Clone these, and fix many bugs.
|
| 1.34 |
| 02-Feb-1996 |
mycroft | assym.s -> assym.h (Some ports did this already.)
|
| 1.33 |
| 01-Feb-1996 |
mycroft | LOCORE -> _LOCORE
|
| 1.32 |
| 28-Jan-1996 |
chopps | debug flag to as is uneeded and unsupported #1948
|
| 1.31 |
| 14-Jan-1996 |
thorpej | Remove vnode_if.[ch] during a "make clean", per PR#536 from Dan Carosone <danielce@ee.mu.oz.au>.
|
| 1.30 |
| 27-Dec-1995 |
chopps | remove -fno-builtin (pr#1727) from Bernd Ernesti
|
| 1.29 |
| 30-Nov-1995 |
jtc | merge in changes from 1.1 release branch
|
| 1.28 |
| 09-Oct-1995 |
chopps | branches: 1.28.2; revert last commits was a mistake
|
| 1.27 |
| 09-Oct-1995 |
chopps | add prototypes for isr stuff fixes pr# 1284 and 1569
|
| 1.26 |
| 09-Oct-1995 |
chopps | build grf_ultmscode.h
|
| 1.25 |
| 19-Sep-1995 |
thorpej | Compile the kernel with -Werror and -fno-builtin
|
| 1.24 |
| 24-Jun-1995 |
christos | Makefile.`arch`: - Add -lcompat - Change clean: target to be a double dep one, so libraries can use the clean target too - Add genassym to the clean targets
|
| 1.23 |
| 16-May-1995 |
jtc | Removing -DKERNEL, transition to _KERNEL has been completed
|
| 1.22 |
| 23-Mar-1995 |
jtc | Added -D_KERNEL to CFLAGS alongside each -DKERNEL.
|
| 1.21 |
| 26-Oct-1994 |
cgd | new RCS ID format.
|
| 1.20 |
| 06-Jul-1994 |
chopps | update for FPSP changes (taken from hp300)
|
| 1.19 |
| 15-Jun-1994 |
chopps | include more device .h files, update Makefile.amiga to use new vnode_if.x gerating procedure
|
| 1.18 |
| 13-Jun-1994 |
chopps | some cleanup and various fixes for new fs code. plus some general fixes from from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
|
| 1.17 |
| 11-May-1994 |
chopps | compile genassym static and add adosfs to GENERIC
|
| 1.16 |
| 08-May-1994 |
chopps | resistance is futile, you will be assimilated. amiga goes: config.new *and* /sys/scsi. clock code coerced into a single .c file adding an accurate usec delay(). disklabel.c updated to DTRT, code to write RDB's to be added soon. sbic (old scsi) converted over to new scsi and config this covers about 90% of users. Other drivers soon.
|
| 1.15 |
| 16-Apr-1994 |
cgd | kill symbols.{raw,sort}; no longer necessary, with kvm dbs.
|
| 1.14 |
| 12-Apr-1994 |
chopps | vmunix? no, we are netbsd.
|
| 1.13 |
| 28-Mar-1994 |
chopps | cc not gcc, cpp not /lib/cpp -traditional
|
| 1.12 |
| 20-Mar-1994 |
chopps | fix shell command for linking. (from Stephen J. Roznows)
|
| 1.11 |
| 24-Feb-1994 |
chopps | change -O2 back to -O, may be inappropriate with some versions of gcc.
|
| 1.10 |
| 22-Feb-1994 |
chopps | kernel now linked with dist ld.
|
| 1.9 |
| 17-Feb-1994 |
chopps | modified to use generic cons.
|
| 1.8 |
| 13-Feb-1994 |
chopps | chnaged to handle new (and removed) files.
|
| 1.7 |
| 11-Feb-1994 |
chopps | Add missing Id's
|
| 1.6 |
| 01-Feb-1994 |
chopps | updated files for scsi re-org.
|
| 1.5 |
| 26-Jan-1994 |
mw | Integrate recent changes done to the amiga branch. Includes support for the '40.
|
| 1.4 |
| 30-Oct-1993 |
mw | new tree for amiga, replacing the bogous previous one. SunOS support works for a lot of executables now (static and dynamic).
|
| 1.3 |
| 02-Sep-1993 |
mw | new source release integrated from amiga-release.
|
| 1.2 |
| 31-Jul-1993 |
mycroft | Add RCS indentifiers.
|
| 1.1 |
| 05-Jul-1993 |
mw | branches: 1.1.1; Initial revision
|
| 1.1.1.2 |
| 02-Sep-1993 |
mw | Update of arch/amiga tree, includes - realtime clock support for a2k and a3k - scsi drivers for a2091 and gvp-II controllers in a2k - working ethernet driver for a2065/ameristar lance-controllers
|
| 1.1.1.1 |
| 05-Jul-1993 |
mw | sys/arch/amiga tree. This is the machdep part required to get the kernel up on an A3000. There are still (very) few changes required outside the arch/amiga tree, so you can't recompile the kernel yet. Support for third party SCSI controllers for the A2000 is on its way. The kernel is fully functional (except for a missing ethernet-driver ...). This tree is based on my version #390.
|
| 1.28.2.1 |
| 10-Nov-1995 |
chopps | update grf_ul; support files now only used if needed.
|
| 1.60.2.2 |
| 14-Oct-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
| 1.60.2.1 |
| 16-Sep-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
| 1.67.2.1 |
| 12-Nov-1997 |
thorpej | Pull up "make sure tools are defined" changes from trunk.
|
| 1.80.4.1 |
| 02-Aug-1999 |
thorpej | Update from trunk.
|
| 1.80.2.1 |
| 23-Sep-1999 |
cgd | pull up rev 1.82 from trunk (requested by is): Be more efficient when linking kernels with debugging symbols. (Don't copy them just to strip them, use strip -o.)
|
| 1.83.2.4 |
| 11-Feb-2001 |
bouyer | Sync with HEAD.
|
| 1.83.2.3 |
| 18-Jan-2001 |
bouyer | Sync with head (for UBC+NFS fixes, mostly).
|
| 1.83.2.2 |
| 05-Jan-2001 |
bouyer | Sync with HEAD
|
| 1.83.2.1 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
I updated the amiga SCSI drivers, but completely untested yet (may not even compile)
|
| 1.92.2.1 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
| 1.94.2.2 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
| 1.94.2.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.95.2.1 |
| 12-Nov-2001 |
thorpej | Sync the thorpej-mips-cache branch with -current.
|
| 1.96.2.5 |
| 11-Dec-2002 |
thorpej | Sync with HEAD.
|
| 1.96.2.4 |
| 20-Jun-2002 |
nathanw | Catch up to -current.
|
| 1.96.2.3 |
| 17-Apr-2002 |
nathanw | Catch up to -current.
|
| 1.96.2.2 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.96.2.1 |
| 26-Oct-2001 |
nathanw | file Makefile.amiga was added on branch nathanw_sa on 2002-01-08 00:22:58 +0000
|
| 1.98.10.1 |
| 28-May-2002 |
tv | Pull up revision 1.99 (requested by jdolecek): pregenerate grf_ultms.c, so that gspa isn't needed during kernel build
|
| 1.98.8.2 |
| 09-Jul-2002 |
gehenna | catch up with -current.
|
| 1.98.8.1 |
| 30-May-2002 |
gehenna | Catch up with -current.
|
| 1.101.10.1 |
| 06-Feb-2005 |
jmc | Pull up patch (requested by martti in ticket #1086) Move ipf to sys/dist/ipf and sync w. trunk
|
| 1.101.6.4 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
| 1.101.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.101.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.101.6.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
| 1.103.2.1 |
| 04-Feb-2008 |
yamt | sync with head.
|
| 1.104.56.1 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
| 1.104.50.1 |
| 23-Mar-2008 |
matt | sync with HEAD
|
| 1.105.18.1 |
| 03-Mar-2009 |
skrll | Sync with HEAD.
|
| 1.105.10.1 |
| 04-May-2009 |
yamt | sync with head.
|
| 1.106.10.1 |
| 08-Feb-2011 |
bouyer | Sync with HEAD
|
| 1.106.8.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
| 1.106.6.1 |
| 05-Mar-2011 |
rmind | sync with head
|
| 1.107.32.2 |
| 22-Sep-2015 |
skrll | Sync with HEAD
|
| 1.107.32.1 |
| 06-Jun-2015 |
skrll | Sync with HEAD
|
| 1.107.30.1 |
| 26-May-2015 |
msaitoh | Pull up following revision(s) (requested by mlelstv in ticket #804): sys/arch/amiga/conf/Makefile.amiga: revision 1.108 Don't use conflicting parameters for compiler and assembler.
|
| 1.107.14.1 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.110.4.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.110.2.1 |
| 30-Sep-2018 |
pgoyette | Ssync with HEAD
|