aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/i386/btx/lib
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-146-272/+0
* Use defs.mk name and prefer bsd.init.mkWarner Losh2017-10-301-2/+4
* loader: disk io should not use alloca()Toomas Soome2017-02-061-0/+8
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-011-0/+11
* Revert r267233 for now. PIE support needs to be reworked.Bryan Drewery2014-08-191-2/+0
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.Bryan Drewery2014-06-081-0/+2
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
* btxldr: future-proof argument passing from boot1/2-ish to loaderAndriy Gapon2012-05-092-5/+4
* Consolidate duplicate definitions of V86_CY() and V86_ZR() which check forJohn Baldwin2011-10-251-0/+4
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* Move boot2 BSS zeroing into btx startup code out of boot1. boot1 does notAlexander Kabaev2004-08-051-1/+9
* - Factor out -nostdlib to an upper level Makefile.inc.Ruslan Ermilov2004-02-091-7/+5
* Switch to using bsd.prog.mk; this gives us back the standardRuslan Ermilov2003-06-301-5/+2
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-2/+0
* Fixed CLEANFILES after bsd.lib.mk sweep.Ruslan Ermilov2002-05-131-1/+1
* Major cleanup of bsd.lib.mk.Ruslan Ermilov2002-05-131-4/+0
* Back out last commit. I expect our bsd.*.mk gods to remove the need forDavid E. O'Brien2002-05-121-0/+3
* NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when usingDavid E. O'Brien2002-05-111-3/+0
* Unset MAINTAINER.Robert Nordier2001-07-211-2/+0
* Set MAINTAINER.Robert Nordier2000-10-021-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-285-5/+5
* Pop the return address off the stack before making a V86_CALLF call;Mike Smith1998-10-221-2/+5
* Override for ELF. Override .s.o suffix rule.Robert Nordier1998-10-111-1/+5
* Adjust setting of argument pointer for BTX 0.87.Robert Nordier1998-10-041-4/+5
* Fix an egregious precedence bug.Mike Smith1998-10-021-5/+5
* Mark exit() as __attribute__((__noreturn__))Mike Smith1998-10-021-2/+2
* Initial integration of the i386 bootloader and BTX.Mike Smith1998-09-171-3/+13
* Add BTX startup/interface code.Robert Nordier1998-09-145-0/+233