]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand
Minor cleanups found while fixing a bug involving double mapping of low
[FreeBSD/FreeBSD.git] / stand /
2017-12-14 Jung-uk KimMFC: r326864
2017-12-14 Warner LoshRevert r326855: Cargo cut a fix for the regressions...
2017-12-14 Warner LoshTurn loader GELI support in the boot loaders off by...
2017-12-14 Warner LoshFix comments after bump in size.
2017-12-14 Warner LoshCargo cut a fix for the regressions r326585 caused.
2017-12-14 Toomas Soomelibefi: make efichar.h more usable in stand code
2017-12-12 Mark JohnstonMFV r326785: 8880 improve DTrace error checking
2017-12-12 Warner LoshRevert r326792, r326784, r326772, r326712
2017-12-12 Antoine BrodinAttempt to unbreak buildworld
2017-12-11 Warner LoshRevert part of 362772. It was causing problems for...
2017-12-11 Warner LoshFix regression with lua import
2017-12-11 Warner LoshFix a comment to be more accurate
2017-12-10 Ian LeporeWhen building for arm arches, set PKGALIGN to the max...
2017-12-10 Ian LeporeSave and restore r9 register in arm ubldr. In old...
2017-12-08 Warner LoshThis path belongs in ficl/Makefile, not the common...
2017-12-08 Warner Loshboot1.c needs EFI_ZFS_BOOT too, so add it globally...
2017-12-08 Warner LoshCreate interp class.
2017-12-08 Warner LoshConst poison a couple of interfaces.
2017-12-08 Warner LoshPut the files we're copying over into a few variables...
2017-12-08 Warner LoshProvide implementations for iscntrl, ispunct and isgraph.
2017-12-08 Warner LoshRemove _KERNEL hack now that errno.h does the right...
2017-12-08 Warner LoshAdd partial support signal.h functioanlity. Pull in...
2017-12-07 Mark JohnstonAvoid setting -Wno-tentative-definition-incomplete...
2017-12-07 Jung-uk KimMerge OpenSSL 1.0.2n.
2017-12-06 Ed Mastetcpdump: remove undesired svn:keywords property from...
2017-12-06 Toomas Soomedhcp_try_rfc1048() is not used any more
2017-12-06 Ed MasteUpdate tcpdump to 4.9.2
2017-12-06 Warner LoshFix random() prototype to match the system.
2017-12-06 Warner LoshMake putenv and getenv match the userland definition...
2017-12-05 Warner LoshNow that we offer a semi-sane standards-ish set of...
2017-12-05 Warner LoshStop building with the standard system headers.
2017-12-05 Warner LoshDon't inherit CFLAGS. This a specialized test program...
2017-12-05 Warner LoshPrefer stdint.h to inttypes.h since the added prototype...
2017-12-05 Warner LoshMake sure we include the right path for skein.h, as...
2017-12-05 Warner LoshNeed to include skein in the include path so we don...
2017-12-05 Warner LoshUse the kernel relative paths, rather than the userland...
2017-12-05 Warner LoshNo need to include the userland md5.h, the kernel one...
2017-12-05 Warner LoshInclude ficl.h before anything else and avoid including...
2017-12-04 Toomas Soomeloader.efi: add note about iPXE into the efipart.c
2017-12-04 Allan Judeincrease maximum size of zfsboot
2017-12-04 Warner LoshSwitch to proper MK_LOADER_GELI tests.
2017-12-03 Dimitry AndricUpgrade our copies of clang, llvm, lldb and libc++...
2017-12-03 Warner LoshNow it's safe to bump WARNS to 1.
2017-12-03 Warner LoshMark two things as unused (since they are only sometime...
2017-12-03 Warner LoshProvide a md_load64 prototype.
2017-12-03 Warner LoshCast void * pointer to char * so the arg matches the...
2017-12-03 Warner LoshDisconnet ps3 from the build. There's too many warnings...
2017-12-03 Warner LoshDeclare our strange brand of main().
2017-12-03 Warner Loshe_entry can be smaller than a pointer. Cast it to an...
2017-12-03 Warner LoshCast mdp (a vm_offset_t) to void * to match prototype.
2017-12-03 Warner LoshInclude machine/md_var to pick up __syncicache prototype.
2017-12-03 Warner LoshDelcare md_load in libofw.h. Make all prototypes match...
2017-12-03 Warner LoshConst poison the propname. It's never set and we often...
2017-12-02 Warner LoshFix all warnings related to geli and ZFS support on...
2017-12-02 Warner LoshTweaks to the beri boot loader so that it builds w...
2017-12-02 Warner LoshUndefine _STANDALONE since this is test code. This...
2017-12-02 Warner LoshFix random() and srandom() prototypes to match the...
2017-12-02 Warner LoshMove geli to common DO32 stuff
2017-12-02 Warner LoshWe don't need both _STAND and _STANDALONE. There's...
2017-12-02 Warner LoshCleanup CFALGS usage here
2017-12-02 Warner LoshMinor flags cleanup
2017-12-02 Warner LoshRemove stale dependency on ufsread.c
2017-12-01 Toomas Soomeloader.efi: efipart should exclude iPXE stub block...
2017-11-30 Warner LoshUse const pointers to avoid casting away constness.
2017-11-29 Warner LoshImport lua 5.3.4 to contrib
2017-11-28 Brooks DavisUpdate vis(3) the latest from NetBSD.
2017-11-24 Nathan WhitehornModify all FreeBSD bootloaders on PowerPC AIM (Book...
2017-11-24 Hans Petter SelaskyMerge ^/head r326132 through r326161.
2017-11-24 Warner LoshMark the func pointer as __dead2. It looks up loader_ma...
2017-11-24 Warner LoshFix theoretical integer overflow issues. If the product...
2017-11-23 Hans Petter SelaskyMerge ^/head r325999 through r326131.
2017-11-22 Toomas Soomenet_parse_rootpath() has no parameters
2017-11-22 Toomas Soomeloader.efi: efipart does not recognize partitionless...
2017-11-21 Warner LoshUnbreak riscv build in universe.
2017-11-21 Warner LoshFix gptzfsboot for cases with GELI.
2017-11-20 Warner LoshMove some more common stuff up to Makefile.inc. In...
2017-11-20 Xin LIMFV r326007: less v529.
2017-11-18 Emmanuel VadotUpdate our copy of DTS from the ones from Linux 4.14
2017-11-15 Hans Petter SelaskyMerge ^/head r325663 through r325841.
2017-11-14 Warner LoshMove sys/boot to stand. Fix all references to new location