boot1.c needs EFI_ZFS_BOOT too, so add it globally. Otherwise we'll
[freebsd.git] / stand /
2017-12-08 impboot1.c needs EFI_ZFS_BOOT too, so add it globally...
2017-12-08 impCreate interp class.
2017-12-08 impConst poison a couple of interfaces.
2017-12-08 impPut the files we're copying over into a few variables...
2017-12-08 impProvide implementations for iscntrl, ispunct and isgraph.
2017-12-08 impRemove _KERNEL hack now that errno.h does the right...
2017-12-08 impAdd partial support signal.h functioanlity. Pull in...
2017-12-07 markjAvoid setting -Wno-tentative-definition-incomplete...
2017-12-07 jkimMerge OpenSSL 1.0.2n.
2017-12-06 tsoomedhcp_try_rfc1048() is not used any more
2017-12-06 emasteUpdate tcpdump to 4.9.2
2017-12-06 impFix random() prototype to match the system.
2017-12-06 impMake putenv and getenv match the userland definition...
2017-12-05 impNow that we offer a semi-sane standards-ish set of...
2017-12-05 impStop building with the standard system headers.
2017-12-05 impDon't inherit CFLAGS. This a specialized test program...
2017-12-05 impPrefer stdint.h to inttypes.h since the added prototype...
2017-12-05 impMake sure we include the right path for skein.h, as...
2017-12-05 impNeed to include skein in the include path so we don...
2017-12-05 impUse the kernel relative paths, rather than the userland...
2017-12-05 impNo need to include the userland md5.h, the kernel one...
2017-12-05 impInclude ficl.h before anything else and avoid including...
2017-12-04 tsoomeloader.efi: add note about iPXE into the efipart.c
2017-12-04 allanjudeincrease maximum size of zfsboot
2017-12-04 impSwitch to proper MK_LOADER_GELI tests.
2017-12-03 impNow it's safe to bump WARNS to 1.
2017-12-03 impMark two things as unused (since they are only sometime...
2017-12-03 impProvide a md_load64 prototype.
2017-12-03 impCast void * pointer to char * so the arg matches the...
2017-12-03 impDisconnet ps3 from the build. There's too many warnings...
2017-12-03 impDeclare our strange brand of main().
2017-12-03 impe_entry can be smaller than a pointer. Cast it to an...
2017-12-03 impCast mdp (a vm_offset_t) to void * to match prototype.
2017-12-03 impInclude machine/md_var to pick up __syncicache prototype.
2017-12-03 impDelcare md_load in libofw.h. Make all prototypes match...
2017-12-03 impConst poison the propname. It's never set and we often...
2017-12-02 impFix all warnings related to geli and ZFS support on...
2017-12-02 impTweaks to the beri boot loader so that it builds w...
2017-12-02 impUndefine _STANDALONE since this is test code. This...
2017-12-02 impFix random() and srandom() prototypes to match the...
2017-12-02 impMove geli to common DO32 stuff
2017-12-02 impWe don't need both _STAND and _STANDALONE. There's...
2017-12-02 impCleanup CFALGS usage here
2017-12-02 impMinor flags cleanup
2017-12-02 impRemove stale dependency on ufsread.c
2017-12-01 tsoomeloader.efi: efipart should exclude iPXE stub block...
2017-11-30 impUse const pointers to avoid casting away constness.
2017-11-29 impImport lua 5.3.4 to contrib
2017-11-24 nwhitehornModify all FreeBSD bootloaders on PowerPC AIM (Book...
2017-11-24 hselaskyMerge ^/head r326132 through r326161.
2017-11-24 impMark the func pointer as __dead2. It looks up loader_ma...
2017-11-24 impFix theoretical integer overflow issues. If the product...
2017-11-23 hselaskyMerge ^/head r325999 through r326131.
2017-11-22 tsoomenet_parse_rootpath() has no parameters
2017-11-22 tsoomeloader.efi: efipart does not recognize partitionless...
2017-11-21 impUnbreak riscv build in universe.
2017-11-21 impFix gptzfsboot for cases with GELI.
2017-11-20 impMove some more common stuff up to Makefile.inc. In...
2017-11-20 delphijMFV r326007: less v529.
2017-11-18 manuUpdate our copy of DTS from the ones from Linux 4.14
2017-11-15 hselaskyMerge ^/head r325663 through r325841.
2017-11-14 impMove sys/boot to stand. Fix all references to new location