boot - Force -O
[dragonfly.git] / sys / boot /
2016-08-07 Matthew Dillonboot - Force -O
2016-08-07 Matthew Dillonbuild - prepare for higher optimization levels
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-03 Peter AvalosMerge branch 'vendor/OPENSSL'
2016-07-11 Sascha Wildnerefi/loader: Use acdragonfly.h.
2016-05-28 Sascha WildnerSome more cleanup in comments etc. after the an(4)...
2016-05-17 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2016-05-13 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2016-05-03 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-04-29 Sascha Wildnersys/boot: Fix a prototype (pointed out by zrj).
2016-04-29 Sascha Wildnersys/boot: Ansify the remaining cases found by -Wold...
2016-04-28 Imre Vadászboot/common: Clean up, ansify some functions, remove...
2016-04-28 zrjUse size_t to remove casts.
2016-04-28 zrjboot/loader: Handle the /boot/modules.local
2016-04-19 zrjefi/boot1: Fix best text mode detection.
2016-04-18 Imre Vadászsys/boot/efi/loader: Make module autoloading work as...
2016-04-17 Imre Vadászefi/loader: Increase default staging area to 96MB....
2016-04-17 Imre Vadászsys/boot/efi/boot1: Use NELEM.
2016-04-17 Imre Vadászsys/boot/efi: Add boot1 to the build.
2016-04-17 Imre Vadászsys/boot/efi/boot1: Port efi boot1 loader from FreeBSD...
2016-04-17 Imre Vadászsys/boot/efi/boot1: Port Makefile, comment out fatfs...
2016-04-17 Imre Vadászsys/boot/common: Make ufsread.c build and work with...
2016-04-17 Imre Vadászsys/boot/efi: Import subset of FreeBSD's sys/boot/efi...
2016-03-21 Imre Vadászsys/boot/Makefile: Build the UEFI bootloader.
2016-03-21 Imre Vadászsys/boot/efi: RB_MULTIPLE doesn't exist in DragonFly.
2016-03-21 Imre Vadászsys/boot/efi: Define SPECNAMELEN in loader/devicename.c.
2016-03-21 Imre Vadászsys/boot/efi: No strtoul in DragonFly's libstand, just...
2016-03-21 Imre Vadászsys/boot/efi: dloader's interact() doesn't take an...
2016-03-21 Imre Vadászsys/boot/efi: Remove __arm__ and __i386__, s/amd64...
2016-03-21 Imre Vadászsys/boot/efi: Remove ZFS and FDT support code.
2016-03-21 Imre Vadászsys/boot/efi: Fix EFI_RESERVED_SERVICE declaration...
2016-03-21 Imre Vadászsys/boot/efi: Include <stdarg.h> in efinet.c, to fix...
2016-03-21 Imre Vadászsys/boot/efi: Use a struct efi_devdesc instead of devde...
2016-03-21 Imre Vadászsys/boot/efi: Adapt Makefiles for DragonFly.
2016-03-21 Imre Vadászsys/boot/efi: Adapt x86_64/efibind.h header for DragonFly.
2016-03-21 Imre Vadászsys/boot/efi: Import self_reloc.c from FreeBSD's sys...
2016-03-21 Imre Vadászsys/boot/efi: Import subset of FreeBSD's sys/boot/efi...
2016-03-21 Imre Vadászsys/boot/common: Don't include libi386.h in module...
2016-03-21 Imre Vadászsys/boot/common: Add "struct stat" forward-declaration...
2016-03-21 Imre Vadászsys/boot/pc32: Move howto_names definition to sys/boot.h.
2016-03-19 Sascha Wildnerboot/acpi: Implement hint.acpi.0.rsdp for the legacy...
2016-03-13 Imre Vadászboot/common: Fix compilation of load_elf.c and reloc_el...
2016-03-11 John MarinoMerge branch 'vendor/NCURSES'
2016-03-09 Imre Vadászdloader: Build i386 version for the bios bootloader...
2016-03-09 Imre Vadászlibstand: Build libstand for x86_64, and libstand32...
2016-03-09 Imre Vadászsys/boot: Push down Makeflags setting into dloader...
2016-03-02 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-02-27 Imre Vadászsys/boot/pc32: Update smbios code a bit, needed for...
2016-02-27 Imre Vadaszsys/boot/common: Fix a pointer type mismatch when build...
2016-02-26 Imre Vadaszsys/boot/common: Add some casts to fix warnings when...
2016-02-22 Imre Vadászsys/boot/common: Simpler fix for "ls -l", which also...
2016-02-15 Imre Vadászsys/boot/common: Make stat output in "ls -l" (without...
2016-02-10 zrjsys/boot: Simplify MAKEBOOTDEV macro
2016-02-08 Imre VadászMerge branch 'vendor/BINUTILS225'
2016-01-30 Sascha WildnerRevert "boot/acpi: Implement hint.acpi.0.rsdp kenv."
2016-01-29 Sascha Wildnerboot/acpi: Use an ACPICA constant instead of a magic...
2016-01-29 Sascha Wildnerboot/acpi: Implement hint.acpi.0.rsdp kenv.
2016-01-28 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-01-26 zrjnewvers.sh: Allow to override hostname
2016-01-26 zrjRemove advertising header from sys/
2016-01-24 Sascha Wildneri386 removal, part 51/x: Remove gatea20.c in sys/boot.
2016-01-22 Sascha Wildnersys/boot: Add missing '+'.
2016-01-22 Sascha Wildnersys/boot: Unbreak build. btx must come before boot2.
2016-01-22 Sascha Wildneri386 removal, part 50/x: Remove the i386 specific kgzldr.
2015-12-24 Sascha Wildnerboot0: Fix some typos (driver -> drive).
2015-12-24 Alexander Kuleshovboot/libi386: use macros from <machine/psl.h> to repres...
2015-12-24 Alexander Kuleshovboot0 refactoring
2015-12-04 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-12-04 John MarinoMerge branch 'vendor/GCC50'
2015-11-18 Matthew Dillonloader - Add nfsroot tunables to manual.
2015-11-14 John Marinoboot loader: Improve code of elf header initialization
2015-11-04 John MarinoMerge branch 'vendor/TNFTP'
2015-11-04 John MarinoMerge branch 'vendor/DIALOG'
2015-11-04 John MarinoMerge branch 'vendor/TCSH'
2015-11-04 John MarinoMerge branch 'vendor/GREP'
2015-11-04 John MarinoMerge branch 'vendor/BINUTILS225'
2015-11-03 John MarinoMerge branch 'vendor/LIBEDIT'
2015-11-03 John MarinoMerge branch 'vendor/XZ'
2015-11-02 John MarinoMerge branch 'vendor/ELFTOOLCHAIN'
2015-09-22 John Marinokernel: Handle zero-length ELF sections better
2015-08-19 Matthew Dillonboot - Fix CD booting
2015-08-15 Sascha Wildneri386 removal, part 35/x: Remove the i386 specific vesa...
2015-08-08 John MarinoMerge branch 'vendor/NVI2'
2015-08-06 John MarinoMerge branch 'vendor/TRE'
2015-07-27 Matthew Dillonboot - Fix minor memory leak, statistics
2015-07-26 Matthew Dillonboot - Put loader heap in high memory
2015-07-23 Sascha Wildneri386 removal, part 21/x: Remove obsolete i386 specific...
2015-07-18 John MarinoMerge branch 'vendor/GCC50'
2015-07-12 John MarinoMerge branch 'vendor/OPENBSD_LIBM'
2015-07-09 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-07-08 Sascha WildnerRemove non-existant .PATH components from a number...
2015-07-06 Markus Pfeifferbtx: Fixup comment indent
2015-07-06 sinetekFix hangup on VirtualBox.
2015-07-04 Sascha WildnerUse roundup2() from <sys/param.h> in a number of places.
2015-07-04 Sascha Wildneri386 removal, part 11/x: Remove wrong machine/ setup...
2015-07-04 Sascha Wildneri386 removal, part 10/x: Fixes in sys/boot to compile...
2015-06-28 Sascha Wildnerdloader: Bump the max. line length in includes (e.g...
2015-06-13 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-06-11 Sascha WildnerMerge branch 'vendor/OPENSSL'
next