]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand
Cast mdp (a vm_offset_t) to void * to match prototype.
[FreeBSD/FreeBSD.git] / stand /
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