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