]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand
De-const to match changes in userboot.h
[FreeBSD/FreeBSD.git] / stand /
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