summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Strip spaces and comments more agressively.dcs2000-05-261-14/+52
* Bring in FICL 2.04. No bump of loader version is required by thisdcs2000-05-269-162/+423
* Back out the previous change to the queue(3) interface.jake2000-05-262-4/+4
* Convert the short stub of real-mode code into 16-bit assembly.jhb2000-05-242-22/+22
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-232-4/+4
* Grrr, fix a silly 'movl' -> 'movw' typo in both pxeldr and cdldr. Also,jhb2000-05-237-13/+4
* Clean up some more 16-bit code and get rid of more m4 macros.jhb2000-05-233-83/+27
* Clean up all of the 16-bit assembly code in the x86 bootstrap to workjhb2000-05-2316-869/+564
* Document abial's .#.dcs2000-05-231-0/+4
* Make this compile in case anyone ever wants to use the PC98 booterhoek2000-05-211-1/+1
* One of loaders' bugs disappeared somewhere along the way.dcs2000-05-191-5/+0
* Move man page directives to common/Makefile.inc.dcs2000-05-191-0/+5
* This file got repo-copied to common/.dcs2000-05-191-756/+0
* Move man page directives to common/Makefile.inc.dcs2000-05-192-4/+0
* Remove INSTALL_FORTH stuff.dcs2000-05-191-1/+0
* Move man page directives to common/Makefile.inc.dcs2000-05-191-6/+0
* Make corrections to allow for Alpha.dcs2000-05-182-8/+8
* Only probe network settings on the first open of the network device.dfr2000-05-131-0/+1
* The loader was written so that if /kernel was missing /kernel.old wouldobrien2000-05-131-0/+2
* Install the bootforth config files for the Alpha too. loader.conf shouldpeter2000-05-122-0/+18
* Reactivate the FICL hooks to make it be compiled in, but also initializepeter2000-05-121-8/+8
* Stop libficl from using floating point registers - this was cauingpeter2000-05-121-0/+3
* Fix the Alpha loader the rest of the way. If FICL is present inpeter2000-05-121-8/+8
* long != int on Alphas.bp2000-05-121-1/+2
* Remove metion of the 'magic options.' Apparently PXE doesn't require thedwhite2000-05-091-14/+1
* Teach the alpha loader install process to make backup copies of themsmith2000-05-061-2/+5
* Switch to using the .code16 as(1) directive and using 16-bit assemblyjhb2000-05-052-63/+138
* Remove the static heap. It is unknown why it was needed in theps2000-05-051-10/+0
* Lay the groundwork for on-demand dictionary expansion.dcs2000-05-053-5/+48
* Correct a bug whereby allocations to the dictionary would not be alloweddcs2000-05-041-3/+3
* Make documentation on recently added heap? command reflect reality.dcs2000-05-042-4/+4
* Add "heap?" to loader's man page.dcs2000-05-042-0/+6
* Further improve ordering.dcs2000-05-042-8/+8
* Sort entries in FreeBSD-specific FICL commands.dcs2000-05-042-28/+28
* Add heap?, so we can tell how much free space we have left.dcs2000-05-041-0/+9
* - Removed hi-resolution mode supports.nyan2000-05-031-29/+13
* Add the udbp modulen_hibma2000-05-021-0/+1
* Add man page for pxeboot.dwhite2000-05-022-1/+132
* Add $FreeBSD$peter2000-05-018-0/+11
* GC unused variable (size)peter2000-05-011-1/+0
* Fix some warnings on the Alpha. sizeof() returns different things onpeter2000-05-011-2/+2
* Wrap the failure warnings around PXE_DEBUG in the cleanup routine.ps2000-05-011-3/+9
* Update loader logic to distinguish modules vs. files.bp2000-05-0122-491/+741
* Sync with sys/boot/i386/libi386/biosdisk.c revision 1.30.nyan2000-04-301-160/+260
* Fall back to /pxeroot as the location of the NFS exported directoryps2000-04-291-10/+4
* Teach the loader about the ext2fs filesystem, extended partitions, andjlemon2000-04-297-163/+236
* Make PXE do a dhcp request to find out where its files are. Theps2000-04-271-15/+36
* Don't report errors when we UDP_WRITE fails with a status of 1.ps2000-04-271-1/+3
* Now that we are compiling PXE into libi386, we don't need ../libi386 injhb2000-04-261-1/+0
* Bring support in for Intel Wired for Management 1.1 (PXE 0.99 andps2000-04-262-45/+96
OpenPOWER on IntegriCloud