summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
* Libdisk does not need to include <sys/diskslice.h> any more.phk2003-04-047-9/+2
* Fixed CLEANFILES.ru2003-02-252-2/+2
* Build a file "boot" which consists of boot1 and boot2 concatenated.phk2003-01-262-2/+12
* Use NEXTDOSPART instead of MAX_SLICES.phk2003-01-201-3/+2
* Simplify the Makefile by just using our standard PROG variable.obrien2003-01-181-9/+8
* Save 4 more bytes by not initializing opts to 0. This moves it fromimp2003-01-142-2/+2
* Fix interactive booting:imp2003-01-132-4/+8
* RIP liloldr.obrien2002-12-314-364/+0
* -mno-align-long-strings can make things smaller, so lets use it in hopesobrien2002-12-212-0/+2
* Put back the casts to unsigned. While no strictly necessary for itsimp2002-12-202-2/+2
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.jake2002-12-191-1/+1
* I didn't intend to delete this rm from the Makefile. It snuck in atimp2002-12-182-0/+2
* Reduce diffs with Peter's expanded diffs:imp2002-12-172-8/+8
* Make both UFS1 and UFS2 fit on the same boot blocks. These are aimp2002-12-174-142/+120
* Remove unneeded casts. Add others to make WARNS=5 happy.obrien2002-12-152-12/+12
* Employ the unused bytes after the disklabel in the second sector. This makesphk2002-12-144-48/+22
* Remove unnecessary call to fsread().phk2002-12-142-2/+0
* Always use the smaller GCC builtin memcpyphk2002-12-142-20/+0
* Remove unused variable.phk2002-12-142-2/+2
* Don't fill in the table with the BIOS idea about disk-geometry, we don'tphk2002-12-142-30/+0
* Uniformly refer to a file system as "file system".ru2002-12-121-1/+1
* Correctly recognize both bogus and genuine BSD disklabels.phk2002-11-031-1/+4
* Revert MEM_USR back to 0xa000 for BTX clients. Instead, adjust boot2jhb2002-10-088-18/+18
* Now that ufsread.c doesn't do 64bit divide remainder operations,phk2002-10-082-30/+4
* Save a couple of bytes by not returning ints nobody care about.phk2002-10-082-12/+12
* Reinstate rev 1.36 with an important line that got missed. Note thisgreen2002-10-082-4/+10
* Remove unused TYPE_WD and TYPE_WFD.phk2002-10-082-4/+0
* Correctly calculate dmadat: We need to take the address of _end, it'sphk2002-10-082-2/+2
* Unbreak boot2 by backing out rev 1.36 to Makefile, which does notphk2002-10-082-6/+2
* Save four bytes by shortening a string two chars.phk2002-10-082-4/+2
* Correct a bug in adding 0x700 to a number.green2002-10-072-2/+6
* Conditionalize the number of sectors loaded by boot1.s on UFS1/UFS12.phk2002-10-076-12/+84
* Change the comment character from # to // in boot1.s and runphk2002-10-074-646/+648
* Correctly adjust for moved start address.phk2002-10-072-2/+2
* Correctly compensate for both offset and unoffset on-disk BSD disklabels.phk2002-10-072-2/+4
* Move MEM_USR a page upwards to make space for larger UFS1 boot2.phk2002-10-074-10/+10
* Move the definition of UFS1_ONLY into the Makefiles where it belongs.phk2002-10-072-0/+4
* Don't call INT 12H anymore in boot program.iwasaki2002-10-013-2/+6
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:phk2002-10-013-0/+3
* Use as's --defsym switch to compensate for the loss of the M4 substitutionpeter2002-09-302-3/+1
* use __packed.alfred2002-09-233-26/+26
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-1713-78/+6
* Parse hint.acpi.0.disabled correctly.iwasaki2002-09-051-2/+10
* Restore Rev. 1.40 (remove "Keyboard yes/no" printf).kan2002-09-012-2/+2
* Revert previous untested revision. The i386 loader consists of three parts:jhb2002-08-301-1/+1
* s/hint.acpi.0.disable/hint.acpi.0.disabled/iwasaki2002-08-302-2/+2
* Try #2 at having /boot/loader default to ELF. Have pxeldr build itspeter2002-08-292-4/+19
* Actually remove the stale a.out kld support. This is the stuff that waspeter2002-08-291-83/+0
* Initiate deorbit burn of i386 a.out kld "support" in loader. Note thatpeter2002-08-293-6/+1
* Add help about hint.acpi.0.disable.iwasaki2002-08-091-0/+4
OpenPOWER on IntegriCloud