aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Switch to using C99 comments in assembler preprocessed with cpp(1).Ruslan Ermilov2004-04-281-414/+414
* - Properly merge boot0sio.s and boot0.s into boot0.S.Ruslan Ermilov2004-04-283-665/+166
* Temporary precaution measure until repocopy requests areRuslan Ermilov2004-04-281-5/+7
* After talking to Bruce Evans and reading more standards specs,Ruslan Ermilov2004-04-286-1601/+1606
* MFi386: Use C (and CPP) style comments for assembler-with-cppRuslan Ermilov2004-04-282-290/+290
* Use C (and CPP) style comments for assembler-with-cpp sources,Ruslan Ermilov2004-04-282-290/+290
* Use C (and CPP) style comments for assembler-with-cpp sources,Ruslan Ermilov2004-04-281-94/+96
* - Use C (and CPP) style comments for assembler-with-cpp sources,Ruslan Ermilov2004-04-282-346/+347
* Removed now redundant CLEANFILES assignments.Ruslan Ermilov2004-04-275-6/+0
* Change from '#' to "//" comment character to allow CPP preprocessing.Poul-Henning Kamp2004-04-275-1295/+500
* Use a more compact syntax for passing the "binary" options to 'ld'.David E. O'Brien2004-04-256-6/+6
* Simplify the building of our i386 'binary' boot components by directlyDavid E. O'Brien2004-04-256-35/+12
* Fix a last second typo in 'vi' that caused a problem.David E. O'Brien2004-04-202-4/+4
* White space style cleanup.David E. O'Brien2004-04-205-109/+109
* MFp4: merge version #5 of the 2-sector boot0 from the "jhb boot" branch.David E. O'Brien2004-04-192-36/+48
* s/atspeaker/speaker/Colin Percival2004-04-151-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-072-8/+0
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-059-36/+0
* To quote the submitter:Marcel Moolenaar2004-04-041-3/+15
* mdoc fix: put the end-of-list macro after the last list element.Lukas Ertl2004-04-031-1/+1
* Bring back jhb's two sector (1024 bytes) 'boot0' [rev 1.22] as 'boot0ext'.David E. O'Brien2004-03-263-0/+981
* Enable splitfs in the Alpha boot loaders.John Baldwin2004-03-251-0/+1
* MFi386: revision 1.29.Yoshihiro Takahashi2004-03-141-2/+2
* MFi386: revision 1.76.Yoshihiro Takahashi2004-03-141-2/+5
* Fixed misspellings of 0 as NULL.Bruce Evans2004-03-141-2/+2
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)Tom Rhodes2004-03-123-1/+21
* Fixed a misspelling of 0 as NULL.Bruce Evans2004-03-111-1/+1
* Reset the text attributes when initializing the console. The EFIMarcel Moolenaar2004-03-091-0/+1
* While I'm here, add linprocfs (but not pseudofs, since it is no use onDag-Erling Smørgrav2004-03-011-0/+1
* Add acpi_video_load (default NO) in the ACPI sectionDag-Erling Smørgrav2004-03-011-0/+1
* For some reason crt0.o needs to be linked first for pxeboot(8) toRuslan Ermilov2004-02-271-2/+5
* Tweak existing header and other build infrastructure to be able to buildMax Laier2004-02-261-0/+3
* Re-add sio.S, and properly deal with assembler files.Ruslan Ermilov2004-02-174-383/+8
* Fix the AMD64 build: this file shouldn't exist.David E. O'Brien2004-02-161-80/+0
* mdoc(7) janitor:Simon L. B. Nielsen2004-02-151-18/+32
* Fix hw.acpi.os_name by renaming it to hw.acpi.osname. The "_name" suffixNate Lawson2004-02-141-0/+4
* MFi386: Get rid of unnecessary use of m4(1) by using cpp(1) instead.Yoshihiro Takahashi2004-02-136-1893/+107
* MFi386: revisions 1.74 and 1.75.Yoshihiro Takahashi2004-02-131-3/+1
* MFi386: revision 1.20 (don't strip kgzldr.o)Yoshihiro Takahashi2004-02-131-0/+1
* Don't create a mapfile during link. It's not needed for the build.Marcel Moolenaar2004-02-134-8/+8
* o Don't build with -fpic. It's not needed and inconsistent with howMarcel Moolenaar2004-02-132-10/+0
* Fixed the fatal bug introduced in previous commit: don't stripRuslan Ermilov2004-02-121-0/+1
* Clean CLEANFILES.Ruslan Ermilov2004-02-121-1/+1
* Tidy up makefiles.Ruslan Ermilov2004-02-128-264/+74
* kzip(8) is long dead.Ruslan Ermilov2004-02-111-2/+0
* Overhaul makefiles.Ruslan Ermilov2004-02-117-115/+61
* _start.S -> _start.s as the latter is pure asm file.Ruslan Ermilov2004-02-112-9/+1
* Get rid of unnecessary use of m4(1) by using cpp(1) instead.Ruslan Ermilov2004-02-119-1925/+53
* Since loader(8) on SPARC64 is a pure ELF executable (as opposedRuslan Ermilov2004-02-101-1/+0
* Loader makefile cleanup.Peter Grehan2004-02-092-92/+38