History log of /freebsd-11.0-release/sys/boot/pc98/kgzldr/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


264400 13-Apr-2014 imp

NO_MAN= has been deprecated in favor of MAN= for some time, go ahead
and finish the job. ncurses is now the only Makefile in the tree that
uses it since it wasn't a simple mechanical change, and will be
addressed in a future commit.


200776 21-Dec-2009 nyan

Move cursor position after putting a character.

MFC after: 1 week


146011 08-May-2005 nyan

Remove ifdef PC98.


139112 21-Dec-2004 ru

NOSHARED -> NO_SHARED


139103 21-Dec-2004 ru

Start the dreaded NOFOO -> NO_FOO conversion.

OK'ed by: core


125778 13-Feb-2004 nyan

MFi386: revision 1.20 (don't strip kgzldr.o)


125625 09-Feb-2004 nyan

MFi386: Factor out -nostdlib and use PROG.


125567 07-Feb-2004 ru

MFi386: Removed -elf and duplicate -ffreestanding.


125563 07-Feb-2004 nyan

MFi386: Cleanups to sys/boot makefiles.


117053 30-Jun-2003 ru

MFi386: revision 1.16.


115964 07-Jun-2003 obrien

Add ${AFLAGS} to 'as' invocation.


115946 07-Jun-2003 nyan

MFi386: revisions 1.13 and 1.14.


104234 30-Sep-2002 peter

Use as's --defsym switch to compensate for the loss of the M4 substitution
of SIOPRT which broke kgzldr and therefore make release.

Pointed out by: murray


103877 24-Sep-2002 nyan

Fixed to build after removing a.out suppot.


103641 19-Sep-2002 nyan

MFi386: Remove a.out support.


103436 17-Sep-2002 peter

Initiate deorbit burn for the i386-only a.out related support. Moves are
under way to move the remnants of the a.out toolchain to ports. As the
comment in src/Makefile said, this stuff is deprecated and one should not
expect this to remain beyond 4.0-REL. It has already lasted WAY beyond
that.

Notable exceptions:
gcc - I have not touched the a.out generation stuff there.
ldd/ldconfig - still have some code to interface with a.out rtld.
old as/ld/etc - I have not removed these yet, pending their move to ports.
some includes - necessary for ldd/ldconfig for now.

Tested on: i386 (extensively), alpha


97065 21-May-2002 nyan

Fixed to conflict labels.

Submitted by: Kaho Toshikazu <kaho@elam.kais.kyoto-u.ac.jp>


96342 10-May-2002 obrien

-ffreestanding is the word.
(also resort some CFLAGS such that the more "important" value are first so
they are easier to see)


95449 25-Apr-2002 nyan

MFi386: revision 1.8


94765 15-Apr-2002 nyan

MFi386: revision 1.7.


89495 18-Jan-2002 nyan

Added kgzldr for pc98.
crt.s is based on btx.s.