summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Use a relative path to libstand.. /usr/src/lib/libstand may not existpeter2002-04-042-2/+2
* Do not use semi-fixed TLB slots for the 4M kernel pages any more.tmm2002-04-023-25/+24
* 1.) Rename locore.s to locore.S (by repocopy), to be able to removetmm2002-04-023-144/+21
* Add support for booting from CD-ROM. Make it possible to enable UFStmm2002-04-012-0/+27
* 1.) Produce a boot1 disklabel template of the format disklabel(8) expects.tmm2002-04-011-12/+22
* Only install the help file if we can find it. Use ${BASE}.helpmarcel2002-03-312-8/+2
* Pass the address of the bootinfo block to the kernel in registermarcel2002-03-304-10/+10
* Pass the physical address of the bootinfo block to the kernel inmarcel2002-03-304-2/+6
* MFi386: revision 1.55nyan2002-03-301-0/+3
* Add a quick and dirty way to determine where we're loaded from. Wemarcel2002-03-302-16/+56
* The EFI loader has been improved a lot since it was first added.marcel2002-03-302-0/+4
* Fix the initialization of the protocol:marcel2002-03-301-2/+68
* Don't blindly dereference f->f_devdata as if it's always a pointer tomarcel2002-03-301-1/+6
* o Make efinet_put a blocking call by waiting for the protocolmarcel2002-03-291-12/+22
* Fix the beforeinstall target. We install ${PROG}.help if loader.helpmarcel2002-03-292-8/+2
* Needs a.out support built into the loader.obrien2002-03-281-0/+3
* o Don't include sys/cdefs.hmarcel2002-03-282-2/+0
* o Add -L${DESTDIR}${LIBDIR} on the link line for -lstand.marcel2002-03-282-8/+8
* Duplicate the logic used elsewhere to define LIBSTAND.marcel2002-03-282-4/+22
* was repocopied to ../boot1obrien2002-03-282-769/+0
* Apparently either gcc or ld, in their infinite wisdom, want toobrien2002-03-282-0/+16
* Opps, bootblock component is no more.obrien2002-03-281-1/+1
* sparc64 is an ofw consumer.obrien2002-03-281-2/+2
* Not all platforms have and want a.out format support.obrien2002-03-281-1/+5
* Add a Makefile for sparc64 at this level.obrien2002-03-281-0/+5
* Add option -n to i386 boot2 to disallow boot interruption by keypress.pb2002-03-232-4/+16
* Remove __P.alfred2002-03-201-1/+1
* Add EFI write support to loaderpeter2002-03-191-2/+30
* Add -ffreestanding to avoid printf/puts/putchar conversionspeter2002-03-194-0/+4
* Boot from efifs first.peter2002-03-192-2/+2
* gcc-3.1 likes to have extra { } around the internal array initializers inpeter2002-03-191-5/+5
* Add splitfs vfs layer into libstand, which allows loading big kernels andsobomax2002-03-171-0/+1
* mdoc(7) police: fix a typo and markup.ru2002-03-151-2/+6
* Implement -m and -p loader(8) "boot" command options in boot2.ru2002-03-132-6/+14
* Further document "console" (nullconsole).ru2002-03-131-2/+5
* CG superfluous prototype.sobomax2002-03-101-1/+0
* Change every occurrence of "bootblock" into "boot1" afterrobert2002-03-051-7/+7
* - Fix seeking for offsets requiring more than 32 bits.robert2002-03-052-10/+54
* Support for USB fm radio.alfred2002-03-041-0/+1
* Catch up to change in tte format.jake2002-03-011-3/+3
* Add -D_KERNEL to CFLAGS for ntohl().nyan2002-02-281-1/+1
* - Fix indentation and return statements to conform to style(9).robert2002-02-262-810/+856
* Declare time(not3) instead of depending on namespace pollution 3 layersbde2002-02-251-0/+2
* Removed mounds of unused variables.bde2002-02-251-4/+0
* Keep track of the ttes used to map the kernel and pass them to it as loaderjake2002-02-234-35/+126
* Add -ffreestanding to CFLAGS.jake2002-02-231-0/+1
* Add make variables for fs support and propagate them to CFLAGS. Putjake2002-02-231-9/+21
* Fix test for != 0 that should be > 0.jake2002-02-231-1/+1
* Check the return values of index() and don't dereference it if its null;jake2002-02-231-2/+8
* #if 0 more bootinfo stuff.jake2002-02-231-0/+4
OpenPOWER on IntegriCloud