summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include <sys/reboot.h> the definition of RB_BOOTINFO. The previousbde2003-11-112-0/+4
* Fixed loss of setting of the RB_BOOTINFO flag in rev.1.43. Fixed wrongbde2003-11-102-4/+4
* Implement PAL_HALT_LIGHT now that the kernel halts the processormarcel2003-11-092-0/+18
* Do not strip skiload when installed. The stripped binary does not loadmarcel2003-11-092-0/+2
* Fix an incorrect quote character in an M4 test conditon. Basically, onejhb2003-11-062-2/+2
* Override the root server address if an IP address is specified iniedowse2003-11-031-7/+9
* Directly call the 'reboot' word instead of indirectly evaluating it.scottl2003-10-281-1/+1
* Directly call the 'boot' word instead of indirectly evaluating it.scottl2003-10-271-7/+7
* Don't repeat selected defines from ns16550.h or sioreg.h. Justbde2003-09-162-40/+2
* Apply Aleksander Fafula's crayons to the beastie. Add the this line toscottl2003-09-131-1/+38
* Use __FBSDID().obrien2003-09-0834-65/+95
* Add BOOT_PXELDR_ALWAYS_SERIAL option which forces serial console.phk2003-09-033-0/+15
* Use __FBSDID().obrien2003-08-2521-49/+74
* Use __FBSDID().obrien2003-08-2528-73/+95
* Many newer CF do not handle having the entire track read from them atimp2003-08-222-0/+8
* FICL doesn't build on PowerPC yet, so disable.obrien2003-08-163-21/+21
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-071-1/+1
* Null terminate the OEM hint. This rids my laptop of the smiley face thatnjl2003-08-071-0/+1
* Fix asm string newlines to keep gcc3.3 happy. Use register prefixesgrehan2003-08-052-108/+108
* Don't hardcode unit 0 for the current device if we're loaded from anmarcel2003-08-024-35/+31
* Fix the ski loader, broken by the gcc upgrade. Update the linkermarcel2003-07-178-262/+230
* Have the linker script look more like the default linker scriptmarcel2003-07-172-92/+78
* Add include file so this builds with new acpicanjl2003-07-131-0/+1
* Fixed build error with GCC 3.3.1nyan2003-07-131-3/+3
* NFS support should be conditional on LOADER_NFS_SUPPORT, nottmm2003-07-111-1/+1
OpenPOWER on IntegriCloud