summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't disable interrupts when calling a vm86 mode interrupt or routinejhb2000-04-262-4/+4
* Sync with the following changes.nyan2000-04-233-3/+11
* Move the building of the PXE module into libi386.ps2000-04-212-3/+6
* Make the loader a little smarter about when it is and is not allowedps2000-04-211-3/+8
* Don't call the PXE cleanup routine if PXE is not enabled. Thisps2000-04-211-2/+8
* Add a cleanup function. This is needed for PXE where you shouldps2000-04-203-7/+20
* Use !PXE api over PXENV+ api.ps2000-04-193-18/+106
* Some more i386-only BIOS-friendliness:msmith2000-04-161-0/+8
* The printf function of boot2 can't recognize "%lx" format.nyan2000-04-141-4/+4
* Merged from sys/boot/i386/loader/Makefile revision 1.43.nyan2000-04-141-2/+6
* Merged from sys/boot/i386/loader/main.c rev 1.19.kato2000-04-121-0/+11
* Add a missing dependency: boot2 depends on the BTX kernel.jhb2000-04-112-2/+2
* Nuke duplicate struct declaration from somebody's paste-ojkh2000-04-081-11/+0
* Make PXE use the UDP API. This allows for both TFTP and NFS support.ps2000-04-088-298/+257
* Add a missing PXE API call and structure.ps2000-04-041-0/+11
* Add all the PXE related structures from the 2.1 PXE spec from Intel.ps2000-04-042-155/+531
* Synced with following files:kato2000-03-319-183/+332
* Separated serial boot block interface routine into NS16550 stuff andkato2000-03-303-146/+381
* Mega i386 loader commit.jhb2000-03-2818-271/+1610
* Sync with sys/boot/i386/libi386/biosdisk.c revision 1.27 and 1.28.nyan2000-03-171-7/+8
* Remove some extra spammage that made it into this commit. This will bejhb2000-03-151-47/+0
* Pass an unit number to bcache_strategy, so it can flush the cache whendcs2000-03-151-7/+55
* bcache_strategy() now receives an unit number, and keep track of whatdcs2000-03-152-8/+25
* Pass unit number to bcache_strategy(), so that the cache can bedcs2000-03-151-2/+3
* Fix the loader to handle module dependencies properly. More fixesbp2000-02-252-109/+82
* Close a file descriptor leak in the code which loads file objects.msmith2000-02-171-0/+2
* This patch to BTX fixes several small things:jhb2000-02-162-12/+58
OpenPOWER on IntegriCloud