summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Use NDOSPART instead of NEXTDOSPART.nyan2003-01-211-2/+2
* MFi386: revision 1.63.nyan2003-01-211-10/+9
* Fix module dependency (pre)loading on sparc64 by relocating the variablesjake2003-01-211-6/+57
* Use NEXTDOSPART instead of MAX_SLICES.phk2003-01-202-5/+4
* Simplify the Makefile by just using our standard PROG variable.obrien2003-01-181-9/+8
* Minimally document hw.syscons.sc_no_suspend_vtswitch.mdodd2003-01-151-0/+6
* Save 4 more bytes by not initializing opts to 0. This moves it fromimp2003-01-142-2/+2
* Fix interactive booting:imp2003-01-132-4/+8
* Add SCSI MO device support.nyan2003-01-065-98/+156
* Rename the dos_partition structure for pc98 to pc98_partition.nyan2003-01-042-8/+8
* RIP liloldr.obrien2002-12-314-364/+0
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* -mno-align-long-strings can make things smaller, so lets use it in hopesobrien2002-12-212-0/+2
* Put back the casts to unsigned. While no strictly necessary for itsimp2002-12-202-2/+2
* Fix breakage from earlier inadvertant changes.jake2002-12-201-4/+0
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.jake2002-12-1910-10/+13
* Add command `hcdp'. This command dumps the DIG64 HCDP table if onemarcel2002-12-182-0/+150
* I didn't intend to delete this rm from the Makefile. It snuck in atimp2002-12-182-0/+2
* Reduce diffs with Peter's expanded diffs:imp2002-12-172-8/+8
* Make both UFS1 and UFS2 fit on the same boot blocks. These are aimp2002-12-174-142/+120
* Remove unneeded casts. Add others to make WARNS=5 happy.obrien2002-12-152-12/+12
* Employ the unused bytes after the disklabel in the second sector. This makesphk2002-12-144-48/+22
* Remove unnecessary call to fsread().phk2002-12-142-2/+0
* Restructure so we can compile UFS1_ONLY, UFS2_ONLY or UFS1_AND_UFS2phk2002-12-141-91/+33
* Always use the smaller GCC builtin memcpyphk2002-12-142-20/+0
* Remove unused variable.phk2002-12-142-2/+2
* Don't fill in the table with the BIOS idea about disk-geometry, we don'tphk2002-12-142-30/+0
* Uniformly refer to a file system as "file system".ru2002-12-122-2/+2
* Pass the HCDP table address to the kernel. If no such table exists,marcel2002-12-108-28/+33
* The exit() function has been moved to libefi.c to better deal withmarcel2002-12-101-39/+0
* Change the startup code to fix a memory leak and to allow us tomarcel2002-12-105-41/+141
* o Make all GUID variables global to maximize reuse.marcel2002-12-102-42/+64
* Build EFI with -fshort-wchar so that L"some string" works with themarcel2002-12-101-1/+1
* Remove _putchar, _puts and _puthex. These functions are unused.marcel2002-12-102-202/+4
* Add the GUID of the DIG64 HCDP table.marcel2002-12-081-0/+3
* The boot manager sets the watchdog timer to 5 minutes before invokingmarcel2002-12-082-12/+20
* In efi_cons_poll we check if a key is present (pending) by checkingmarcel2002-12-081-4/+10
* Fix a dumb bug that broke net booting on sparc64. The wrong length wasjake2002-12-021-1/+1
* Remove a left-over virtual mapping of uncached I/O port space.marcel2002-11-284-34/+6
* Enable UFS2 support in boot1. Just as with sparc64 the same boot1 worksjhb2002-11-271-1/+0
* Create a new 32-bit fs_flags word in the superblock. Add code to movemckusick2002-11-271-1/+1
* Eliminate references to defunct kernel tunables.yar2002-11-263-24/+0
* MFp4:marcel2002-11-242-10/+48
* The new "all sound drivers" driver name is snd_driver. Loader.conf didn'tdcs2002-11-221-1/+1
* Document loader tunables hw.pci.enable_io_modes andmdodd2002-11-132-0/+24
* Loader tunable 'machdep.disable_mtrrs'.mdodd2002-11-132-0/+6
* Change the device path representation in libofw to use the full firmwarejake2002-11-1011-647/+93
* Correctly recognize both bogus and genuine BSD disklabels.phk2002-11-031-1/+4
* Fix indentation of comments.mini2002-11-021-17/+17
* Add loader variables to control the loading of various networking modules.mini2002-11-021-0/+31
OpenPOWER on IntegriCloud