summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
* NOFORTH -> NO_FORTHru2004-12-211-1/+1
* NOSHARED -> NO_SHAREDru2004-12-211-1/+1
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-217-7/+7
* Remove the last vestiges of the userconfig option. None of this actuallyscottl2004-12-012-12/+0
* Pick up loader.rc from its old home.ru2004-11-291-1/+1
* Disable the beastie menu. It offends some and annoys everyone else, and I'mscottl2004-11-292-18/+1
* - If the COMSPEED is set to 0, then don't try to initialize the serial portjhb2004-11-241-10/+10
* Fix comments for serial I/O function prototypes that were broken in thejhb2004-11-241-5/+10
* Remove a pre-tier-1 kernel compatability helper. This means a 6.x loaderpeter2004-11-081-2/+0
* Clean up the comments, rewording, adding missing punctuationkeramida2004-11-061-35/+26
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* Respect RB_MULTIPLE flag.simokawa2004-10-221-0/+2
* - Add FireWire subclass and OHCI interface.simokawa2004-10-222-23/+75
* Document boot_cdrom, boot_multicons, and boot_serial.ru2004-09-301-1/+1
* Trap invalid sector size 0 in disk probe, refusing to add such awes2004-09-211-0/+4
* A long, long time ago in a CVS branch far away (specifically, HEAD priorjhb2004-09-182-6/+6
* Add the loader side of support for preloading ELF relocatable objectiedowse2004-08-293-0/+20
* Don't be too smart, just try packet mode of INT13 first.yar2004-08-282-5/+9
* Try packet mode of INT13 on a hard disk first if not prohibited byyar2004-08-281-19/+21
* B1FLAGS -> BOOT_BOOT1_FLAGS, which is consistent withyar2004-08-272-4/+4
* In conjunction with having boot0cfg(8) default boot0 to packet mode.obrien2004-08-271-1/+1
* Move boot2 BSS zeroing into btx startup code out of boot1. boot1 does notkan2004-08-052-5/+9
* Compile boot2 with -fno-unit-at-a-time. GCCs aggressive optimizationkan2004-07-302-2/+6
* Clean up local memcpy implementation to take void * parameters.kan2004-07-302-6/+12
* Define our own memcpy here instead of relying on GCC to provide one.kan2004-07-282-8/+0
* Update the copyright to use a 3 clause BSD license rather than one thatjhb2004-06-221-10/+24
* Remove a bogus increment of %di when scanning the list of loader paths.jhb2004-06-221-1/+0
* Save a couple of bytes for the SIO case.phk2004-06-171-4/+2
* Unspam sys/boot, the dev_t commit should not have touched these.phk2004-06-163-5/+5
* Do the dreaded s/dev_t/struct cdev */phk2004-06-163-5/+5
* Premptively fix GCC3.4 issue: add break; after empty default: clauses.phk2004-06-161-0/+1
* Merge boot0 and boot0sio so they behave the same.phk2004-06-111-42/+17
* Some embedded platforms have no keyboard controller. Give up waitingphk2004-06-021-4/+11
* Use the correct location of the EBDA for searching for the RSDP.njl2004-05-251-7/+9
* Back out last revision that unnecessarily changed valid assemblerru2004-05-146-1606/+1601
* Partly back out last revision that unnecessarily changed validru2004-05-141-236/+236
* Fix a potential stack buffer overflow on systems whose ACPI OEMIDjdp2004-05-141-2/+2
* Convert block comments into C-style that is understood by cpp(1).ru2004-04-291-204/+210
* Thanks to David's patches, we can now simplify these makefilesru2004-04-285-18/+14
* Properly merge boot0sio.s and boot0.s into boot0.S.ru2004-04-281-1/+2
* Switch to using C99 comments in assembler preprocessed with cpp(1).ru2004-04-281-414/+414
* - Properly merge boot0sio.s and boot0.s into boot0.S.ru2004-04-283-666/+167
* Temporary precaution measure until repocopy requests areru2004-04-281-5/+7
* After talking to Bruce Evans and reading more standards specs,ru2004-04-286-1601/+1606
* Use C (and CPP) style comments for assembler-with-cpp sources,ru2004-04-282-290/+290
* Use C (and CPP) style comments for assembler-with-cpp sources,ru2004-04-281-94/+96
* - Use C (and CPP) style comments for assembler-with-cpp sources,ru2004-04-282-346/+347
* Removed now redundant CLEANFILES assignments.ru2004-04-275-6/+0
* Change from '#' to "//" comment character to allow CPP preprocessing.phk2004-04-275-1295/+500
* Use a more compact syntax for passing the "binary" options to 'ld'.obrien2004-04-256-6/+6
OpenPOWER on IntegriCloud