summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/gptboot/Makefile
Commit message (Expand)AuthorAgeFilesLines
* MFC r280980:dim2015-04-091-2/+2
* r261567: Build a 32-bit libstand under sys/boot/emaste2014-09-041-0/+2
* MFC r260334:dim2014-01-091-1/+3
* MFC r260095:dim2014-01-041-3/+3
* Add a new gptboot(8) man page. Factor out the redundant informationwblock2013-07-011-0/+1
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, todim2012-02-281-5/+4
* gpt/zfs boot blocks: reduce optimizing CFLAGS to -O1avg2011-09-131-6/+1
* Remove all object files during 'make clean'.jhb2011-03-111-1/+2
* Clang's integrated assembler can now handle sys/boot/i386/boot2/sio.S.dim2011-02-271-2/+0
* Upgrade our copy of llvm/clang to r126079, from upstream's trunk.dim2011-02-201-0/+7
* Remove superfluous -mno-(mmx|3dnow|sse|sse2|sse3) flags in Makefilesdim2011-01-051-1/+0
* Ensure that a make from sys/boot does not pick up include files frompho2010-10-081-0/+1
* - Split code shared by almost any boot loader into separate files andpjd2010-09-241-5/+8
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCHimp2010-08-231-1/+1
* Add . to the include path so that we follow the 'machine' symlink we createjhb2007-10-261-1/+1
* First cut at support for booting a GPT labeled disk via the BIOS bootstrapjhb2007-10-241-52/+25
* Tweak inlining parameters a little. Add warning to tell us if functionkan2007-05-191-1/+2
* Add -mno-sse3 for prescott/noconaache2005-07-151-1/+1
* Ensure GCC does not use FP registers in integer code.obrien2005-03-151-0/+1
* B1FLAGS -> BOOT_BOOT1_FLAGS, which is consistent withyar2004-08-271-2/+2
* Compile boot2 with -fno-unit-at-a-time. GCCs aggressive optimizationkan2004-07-301-1/+3
* Re-add sio.S, and properly deal with assembler files.ru2004-02-171-9/+4
* - Factor out -nostdlib to an upper level Makefile.inc.ru2004-02-091-1/+1
* Argh, unbreak "make depend" for AMD64.ru2004-02-071-1/+1
* - Removed -elf which is not a valid gcc(1) option anymore.ru2004-02-071-1/+1
* Generate .depend file.ru2004-02-071-0/+2
* Untangle building of AMD64 boot code.ru2004-02-071-4/+2
* First round of cleanups to sys/boot/ makefiles:ru2004-02-061-60/+43
* Inherit BINDIR from a parent Makefile.inc.ru2004-02-061-1/+0
* Build on amd64. Yes, I know this isn't particularly nice.peter2003-06-261-0/+12
* Fixed CLEANFILES.ru2003-02-251-1/+1
* Build a file "boot" which consists of boot1 and boot2 concatenated.phk2003-01-261-1/+6
* -mno-align-long-strings can make things smaller, so lets use it in hopesobrien2002-12-211-0/+1
* I didn't intend to delete this rm from the Makefile. It snuck in atimp2002-12-181-0/+1
* Make both UFS1 and UFS2 fit on the same boot blocks. These are aimp2002-12-171-5/+4
* Employ the unused bytes after the disklabel in the second sector. This makesphk2002-12-141-15/+6
* Revert MEM_USR back to 0xa000 for BTX clients. Instead, adjust boot2jhb2002-10-081-1/+1
* Now that ufsread.c doesn't do 64bit divide remainder operations,phk2002-10-081-15/+2
* Reinstate rev 1.36 with an important line that got missed. Note thisgreen2002-10-081-2/+5
* Unbreak boot2 by backing out rev 1.36 to Makefile, which does notphk2002-10-081-3/+1
* Correct a bug in adding 0x700 to a number.green2002-10-071-1/+3
* Conditionalize the number of sectors loaded by boot1.s on UFS1/UFS12.phk2002-10-071-3/+30
* Change the comment character from # to // in boot1.s and runphk2002-10-071-1/+2
* Move the definition of UFS1_ONLY into the Makefiles where it belongs.phk2002-10-071-0/+2
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-2/+2
* Revert the part of Kirks UFS2 commit which added divdi3.c and moddi3.cphk2002-06-211-1/+1
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-1/+1
* Add explicit dependency on ufsread.cphk2002-06-051-1/+1
* Preparation for UFS2 commit:phk2002-06-051-0/+1
* Align CLEANFILES with revision 1.25 changes.ru2002-05-131-1/+1
OpenPOWER on IntegriCloud