freebsd-dev/sys/boot/i386/libi386
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
..
amd64_tramp.S Fix a bug in the AMD64 trampoline. I misunderstood the implicit 2003-05-17 00:30:51 +00:00
biosacpi.c Support functions for the new ACPI import. 2003-04-29 18:50:34 +00:00
bioscd.c Libdisk does not need to include <sys/diskslice.h> any more. 2003-04-04 16:35:16 +00:00
biosdisk.c Libdisk does not need to include <sys/diskslice.h> any more. 2003-04-04 16:35:16 +00:00
biosmem.c use __packed. 2002-09-23 18:54:32 +00:00
biospci.c Cleanup warnings. Most of these are signed/unsigned warnings, as well as 2000-08-03 09:14:02 +00:00
biospnp.c use __packed. 2002-09-23 18:54:32 +00:00
biossmap.c Enable the i386 loader to load and run an amd64 kernel. If this puts 2003-05-01 03:56:30 +00:00
bootinfo32.c Argh. This was broken by the last-minute elf32/elf64/"elf kernel" changes. 2003-05-01 04:31:33 +00:00
bootinfo64.c Argh. This was broken by the last-minute elf32/elf64/"elf kernel" changes. 2003-05-01 04:31:33 +00:00
bootinfo.c Enable the i386 loader to load and run an amd64 kernel. If this puts 2003-05-01 03:56:30 +00:00
comconsole.c Cleanup warnings. Most of these are signed/unsigned warnings, as well as 2000-08-03 09:14:02 +00:00
devicename.c Add a device driver for the BIOS device for CD-ROM's booted via El Torito 2001-11-05 18:58:33 +00:00
elf32_freebsd.c Enable the i386 loader to load and run an amd64 kernel. If this puts 2003-05-01 03:56:30 +00:00
elf64_freebsd.c For amd64 kernels, repeat the 1GB mapping over the entire address space 2003-05-11 22:42:29 +00:00
gatea20.c Cleanup warnings. Most of these are signed/unsigned warnings, as well as 2000-08-03 09:14:02 +00:00
i386_copy.c Cleanup warnings. Most of these are signed/unsigned warnings, as well as 2000-08-03 09:14:02 +00:00
i386_module.c Revert leftover AMD64 disable-acpi-module stuff. 2003-05-12 04:57:05 +00:00
libi386.h Enable the i386 loader to load and run an amd64 kernel. If this puts 2003-05-01 03:56:30 +00:00
Makefile Add ${AFLAGS} to 'as' invocation. 2003-06-07 17:42:26 +00:00
nullconsole.c Add support for the "nullconsole" console type, for systems with 2000-09-20 18:13:36 +00:00
pread.c
pxe.c When looking for the ':' separator in the root path, don't go past 2003-06-16 20:48:56 +00:00
pxe.h use __packed. 2002-09-23 18:54:32 +00:00
pxetramp.s Whitespace fixes. 2001-10-04 10:18:00 +00:00
time.c Cleanup warnings. Most of these are signed/unsigned warnings, as well as 2000-08-03 09:14:02 +00:00
vidconsole.c Fix the ANSI color escape sequence \E[m. 2001-10-02 13:11:35 +00:00