aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/Makefile.sparc64
Commit message (Expand)AuthorAgeFilesLines
* Revert r336353 completely based on protest; compatibility shims incomingKyle Evans2018-07-171-1/+1
* Revert 336358 and step away fron machine for the day...Kyle Evans2018-07-161-1/+1
* Partially revert r336353: sys/conf/* %VERSREQ bumpsKyle Evans2018-07-161-1/+1
* config(8): Bump major version after r335998Kyle Evans2018-07-161-1/+1
* Bump the version of config to the latest (3 year old, so upgradeWarner Losh2014-02-041-1/+1
* Revert config(8) version bump. It brings major pain for people working onWojciech A. Koszek2007-05-161-1/+1
* Bump config(8) version and build requirement for config(8) to 600006. ThisWojciech A. Koszek2007-05-131-1/+1
* Version 600004 is better than 700000 given other changes that are inWarner Losh2005-11-281-1/+1
* Make config(8) understand ORed dependecies in "files*" andRuslan Ermilov2005-11-271-1/+1
* We don't bump the config version for additions to config that aren'tWarner Losh2005-11-041-1/+1
* Implement the "nocpu" directive.Ruslan Ermilov2005-11-031-1/+1
* Bump config(8) version for the DEFAULTS change.John Baldwin2005-10-271-1/+1
* Never hardcode /sys into these Makefiles. The proper way to spell it is $S.Warner Losh2005-04-131-2/+0
* The latest release of the FreeBSD driver (twa) forVinod Kashyap2005-04-121-0/+2
* Update version number for latest config version bumpWarner Losh2005-04-011-1/+1
* bump the Makefile config versions now that config is 600001...John-Mark Gurney2005-02-101-1/+1
* Kill count device support from config. I've changed the last fewPeter Wemm2004-08-301-1/+1
* Change required config(8) version.Olivier Houchard2004-05-091-1/+1
* Bump the config version to force people to upgrade their config(8)Poul-Henning Kamp2003-04-151-1/+1
* Standardize handling of locore.[sS] etc. files.Ruslan Ermilov2003-02-281-12/+1
* - Removed various cruft from before we had a hosted toolchain (!).Jake Burkholder2003-02-271-15/+0
* Include majors.o in SYSTEM_OBJS to make sparc64 kernels link. This is aJake Burkholder2003-02-271-1/+1
* Moved most interrupt related code to a new file, interrupt.S.Jake Burkholder2002-09-281-2/+6
* *.s -> *.S.Jake Burkholder2002-07-311-3/+3
* Moved the rule for locore.o from kern.post.mk to Makefile.$ARCH.Jake Burkholder2002-07-311-0/+3
* Moved the setting of all profiling-related variables except the key oneBruce Evans2002-07-131-1/+1
* Remove a hack for using an external compiler if cross compiling.Jake Burkholder2002-05-261-21/+0
* MFP4. This slipped into a IFC(MFC) by PHK, but it could still be usefulDavid E. O'Brien2002-03-241-3/+18
* Remove all the custom toolchain knob tweaking.David E. O'Brien2002-03-151-13/+0
* Use the deo hosted toolchain by default.Jake Burkholder2002-03-131-10/+14
* Commit some infrastructure for turning on -Werror for kernel compiles.Peter Wemm2002-02-201-1/+1
* Add -mcmodel=medlow to COPTS. This is needed to build working kernels.Thomas Moestl2001-12-241-0/+3
* Proper fix for old config setting maxusers to 8.Peter Wemm2001-12-141-1/+1
* Change to using my custom sparc64 binutils.David E. O'Brien2001-11-281-8/+10
* Move kern.post.mk to last line, now that it appears safeWarner Losh2001-11-111-2/+2
* Factor the common parts of the Makefile.foo files. This introduces twoWarner Losh2001-11-021-290/+6
* Only overwrite ${DESTDIR}${KODIR}.old/${KERNEL_KO} if we haven'tBrian Somers2001-11-011-7/+14
* Support the "install.debug" and "reinstall.debug" targets for kernel modules.Dag-Erling Smørgrav2001-10-271-3/+3
* Finish the asbestos suited move of $mach/conf/*.$mach to conf/*.$mach.Ruslan Ermilov2001-10-261-1/+1
* Make override of nm consistent across all platforms and sort the overrides.Mark Peek2001-10-191-2/+3
* Change kern.bootfile when mv'ing the kernelBrian Somers2001-10-171-0/+2
* Enable hardwiring of things like tunables from embedded enironmentsPeter Wemm2001-08-271-3/+6
* In order to bring about the end of the universe, delete the lines:Peter Wemm2001-08-151-2/+0
* Add code model medlow to cflags and move the kernel load address fromJake Burkholder2001-08-061-3/+6
* Add a Makefile, ldscript, and config magic for sparc64. This is tailoredJake Burkholder2001-08-031-0/+348