summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* o Fix a size calculation based on a 8KB page, while under EFImarcel2002-10-245-33/+71
* Pass the right number of tlb slots to the kernel. The allocation schemetmm2002-10-181-10/+4
* Compile in support for zipfs and bzipfs so we can load the gzipped mfsrootjake2002-10-132-0/+14
* Remove '-DUFS1_ONLY' from CFLAGS. It is not needed.nyan2002-10-101-2/+0
* Revert MEM_USR back to 0xa000 for BTX clients. Instead, adjust boot2jhb2002-10-088-18/+18
* Now that ufsread.c doesn't do 64bit divide remainder operations,phk2002-10-082-30/+4
* Save a couple of bytes by not returning ints nobody care about.phk2002-10-082-12/+12
* It seems that the only problem with UFS2 booting on i386 is the 64bitphk2002-10-081-10/+12
* Reinstate rev 1.36 with an important line that got missed. Note thisgreen2002-10-082-4/+10
* Remove unused TYPE_WD and TYPE_WFD.phk2002-10-082-4/+0
* Correctly calculate dmadat: We need to take the address of _end, it'sphk2002-10-082-2/+2
* Unbreak boot2 by backing out rev 1.36 to Makefile, which does notphk2002-10-082-6/+2
* Save four bytes by shortening a string two chars.phk2002-10-082-4/+2
* Correct a bug in adding 0x700 to a number.green2002-10-072-2/+6
* Conditionalize the number of sectors loaded by boot1.s on UFS1/UFS12.phk2002-10-076-12/+84
* Change the comment character from # to // in boot1.s and runphk2002-10-074-646/+648
* Correctly adjust for moved start address.phk2002-10-072-2/+2
* Added '#include <sys/diskpc98.h>'.nyan2002-10-071-0/+1
* Correctly compensate for both offset and unoffset on-disk BSD disklabels.phk2002-10-072-2/+4
* Move MEM_USR a page upwards to make space for larger UFS1 boot2.phk2002-10-074-10/+10
* Ups, forgot to tell cvs commit about this file.phk2002-10-071-0/+1
* Move the definition of UFS1_ONLY into the Makefiles where it belongs.phk2002-10-074-3/+5
* Connected boot2.nyan2002-10-031-1/+1
* Added some header files from -stable and fixed the boot[12] programs.nyan2002-10-038-7/+1077
OpenPOWER on IntegriCloud