1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys/boot/i386
Ian Dowse c83b0b621f When looking for the ':' separator in the root path, don't go past
the terminating '\0'. Since the initialisation of rootpath in
libstand/bootp.c may copy junk into the rest of the buffer, it was
possible for the code to find a ':' after the '\0' and do the wrong
thing.

Reviewed by:	ps
MFC after:	1 week
2003-06-16 20:48:56 +00:00
..
boot0 Accpet '1'..'5' in place of F1..F5 for serial console users. 2003-06-01 20:41:04 +00:00
boot2
btx
cdboot
gptboot
kgzldr Add ${AFLAGS} to 'as' invocation. 2003-06-07 17:42:26 +00:00
libi386 When looking for the ':' separator in the root path, don't go past 2003-06-16 20:48:56 +00:00
loader Enable the new bootloader for i386 only. The new loader.rc is will only 2003-05-31 05:25:18 +00:00
mbr
pxeldr
Makefile
Makefile.inc