summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Since loader(8) on SPARC64 is a pure ELF executable (as opposedru2004-02-101-1/+0
* Loader makefile cleanup.grehan2004-02-092-92/+38
* MFi386: Factor out -nostdlib and use PROG.nyan2004-02-099-54/+55
* MFi386.ru2004-02-093-52/+28
* - Factor out -nostdlib to an upper level Makefile.inc.ru2004-02-0912-58/+64
* Argh, unbreak "make depend" for AMD64.ru2004-02-074-6/+9
* MFi386: Removed -elf and duplicate -ffreestanding.ru2004-02-074-9/+3
* - Removed -elf which is not a valid gcc(1) option anymore.ru2004-02-075-9/+3
* Generate .depend file.ru2004-02-072-0/+4
* MFi386: Cleanups to sys/boot makefiles.nyan2004-02-079-104/+70
* Style: use the defined() expression explicitly.ru2004-02-071-3/+3
* Untangle building of AMD64 boot code.ru2004-02-077-28/+13
* First round of cleanups to sys/boot/ makefiles:ru2004-02-0612-249/+186
* Inherit BINDIR from a parent Makefile.inc.ru2004-02-068-7/+2
* Only include ../Makefile.inc once in loader/Makefile.ru2004-02-062-5/+2
* MFi386: revision 1.33nyan2004-01-282-2/+2
* Sync with Oxford Dictionary. Style (add missing full stops) while I'm here.schweikh2004-01-271-5/+5
* Rename the kern.vm.kmem.size tunable to the more logical vm.kmem_size. Todes2004-01-273-7/+7
* If a transfer to or from a floppy disk crosses a 64k boundary, we have tojhb2004-01-211-2/+2
* PC98 uses the different frame code.nyan2004-01-181-21/+43
* Fix to support KANA and graphics characters which code are over 0x80.nyan2004-01-181-1/+1
* - Use constant for shift when converting file length in bytes to a sectorjhb2004-01-121-2/+5
* Disable the APIC when selecting the 'Safe Mode' option of the loader. Thisscottl2004-01-091-0/+1
* Allow one to specify the com port settings for boot0sio.obrien2004-01-063-5/+11
* Convert to __FBSDID.obrien2004-01-0433-67/+99
* Convert to __FBSDID.obrien2004-01-0424-45/+73
* - Add ':' as a separator between the OpenFirmware device space andgrehan2003-12-212-3/+4
* Make __elfN(ofw_loadfile) match parameter declaration for file_formatgrehan2003-12-211-1/+4
* Only print out an error if returned data size is < 0. A value of 0grehan2003-12-211-1/+2
* Use daddr_t instead of u_long for byte offset in strategygrehan2003-12-211-1/+1
* - use correct pointer arithmetic in heapsize calculationgrehan2003-12-211-7/+29
* - Change the lookup() function to report success or failure using the carryjhb2003-12-111-9/+33
* Properly fix a typo that the previous revision made even worse.jhb2003-12-111-1/+1
* Fix typo in comment.jhb2003-12-101-1/+1
* Enable FICL build on powerpcgrehan2003-12-101-1/+1
* Update libstand filesystems to be in-line with tier-1 platforms.grehan2003-12-102-12/+28
* - Bring Makefile up to rev with sparc64 in terms of config options and rulesgrehan2003-12-102-106/+130
* Disable floating point on PowerPC for the ficl library.grehan2003-12-101-0/+3
* Define 'arch-powerpc'grehan2003-12-101-0/+8
* FICL system-dependent files for powerpc. Taken from the i386 versions,grehan2003-12-102-0/+533
* Fix the build of libski now that we use the "official" MADT tablemarcel2003-12-092-74/+50
* Sync these two files.obrien2003-12-093-57/+61
* Hook boot0sio to the build. Use 'boot0cfg -b /boot/boot0sio' to use.obrien2003-12-083-15/+14
* Add a serial console capable version of the FreeBSD boot manager. This hasbms2003-12-083-1/+883
* With the beastie menu a problem was introduced in which selecting adcs2003-11-211-3/+0
* Update the size of the OS string table that wasn't updated in the previousjhb2003-11-201-1/+1
* When rebooting the machine jump to 0xf000:0xfff0 instead of 0xffff:0x0.phk2003-11-162-2/+2
* MFi386: revision 1.13.nyan2003-11-152-2/+2
* Changed the RB_PAUSE flag from 0x40000 to 0x100000 and marked the oldbde2003-11-152-4/+26
* Set RB_SERIAL in boothowto if the firmware output-device is ttya or ttyb.jake2003-11-111-4/+6
OpenPOWER on IntegriCloud