]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand
Use atomic load and stores to ensure that the compiler doesn't
[FreeBSD/FreeBSD.git] / stand /
2018-01-28 Kyle Evansstand/fdt: Check /compatible property on overlay if...
2018-01-28 Kyle Evansstand/fdt: Consolidate overlay handling a little further
2018-01-27 Kyle EvansMFV r328490: Update libfdt to github:f1879e1
2018-01-26 Warner LoshTag unreachable places as such. I left the while (1...
2018-01-26 Warner LoshMake exit() never return until host_exit can be written.
2018-01-26 Warner LoshBERI isn't BTX, so we don't have to provide exit()...
2018-01-26 Warner LoshNow that exit is __dead2, we need to tag ub_exit()...
2018-01-26 Warner Loshabort() should be marked __dead2 since it won't return.
2018-01-26 Warner LoshProvide abs form stdlib.h.
2018-01-26 Warner LoshImplement abort() as a call to panic.
2018-01-26 Warner LoshSplit panic routine
2018-01-26 Kirk McKusickRefactoring of reading and writing of the UFS/FFS super...
2018-01-25 Ed Masteloader.efi: add missing EFI GUIDs
2018-01-24 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-24 Martin MatuskaMFV r328323,328324:
2018-01-24 Philip PaepsImport tzdata 2018c
2018-01-23 Kyle Evansstand/fdt: Fallback to `name` + ".dtbo" if we fail...
2018-01-23 Warner LoshThere's no tainted data here, tag it as such to avoid...
2018-01-23 Warner Loshgetenv does not return tainted data in the boot loader...
2018-01-23 Warner LoshOn malloc failure, be sure to close the include file...
2018-01-23 Warner LoshDon't leak memory when displaying help.
2018-01-23 Warner LoshFix some resource leaks.
2018-01-22 Alexander MotinMFV r328255: 8972 zfs holds: In scripted mode, do not...
2018-01-22 Alexander MotinMFV r328253: 8835 Speculative prefetch in ZFS not worki...
2018-01-22 Alexander MotinMFV r328251: 8652 Tautological comparisons with ZPROP_INVAL
2018-01-22 Alexander MotinMFV r328249:
2018-01-22 Alexander MotinMFV r328247: 8959 Add notifications when a scrub is...
2018-01-22 Alexander MotinMFV r328245: 8856 arc_cksum_is_equal() doesn't take...
2018-01-22 Alexander MotinMFV r328233:
2018-01-21 Alexander MotinMFV r328231: 8897 zpool online -e fails assertion when...
2018-01-21 Alexander MotinMFV r328229:
2018-01-21 Alexander MotinMFV r328227: 8909 8585 can cause a use-after-free kerne...
2018-01-21 Alexander MotinMFV r328225: 8603 rename zilog's "zl_writer_lock" to...
2018-01-21 Alexander MotinMFV r328220: 8677 Open-Context Channel Programs
2018-01-19 Warner LoshRemove extra copy of bootinfo.c. It's a bit rotted...
2018-01-18 Kyle Evansstand: Move sections around to fix stand/ build with...
2018-01-18 Kyle Evansstand: Add /boot/overlays to allow separation of overla...
2018-01-18 Kyle Evanslibfdt: Update to 1.4.6, switch to using libfdt for...
2018-01-17 John BaldwinRequire the SHF_ALLOC flag for program sections from...
2018-01-16 Toomas Soomeutf8_to_ucs2() should check for malloc failure
2018-01-16 Philip PaepsImport tzdata 2018a
2018-01-15 Warner LoshNeed to free uv after we're done using it.
2018-01-15 Warner LoshCheck the return value from utf8_to_ucs2 instead of...
2018-01-15 Warner LoshWhen returning an error and freeing allocated memory...
2018-01-15 Kyle Evansstand/fdt: Don't leak next_fdtp if we fail to open...
2018-01-15 Andrew TurnerFix booting on some arm64 systems after r327879 by...
2018-01-15 Kyle Evansstand/fdt: don't send clobbered FDT to the kernel
2018-01-12 Dimitry AndricMerge ^/head r327624 through r327885.
2018-01-12 Warner LoshAllow this file to be included
2018-01-12 Warner LoshMove getsecs() prototype to stand.h from net.h so it...
2018-01-12 Warner LoshReport the boot order and where we are in that boot...
2018-01-12 Warner LoshAdd GUID for UEFI boot manager variables.
2018-01-11 Konstantin BelousovSkip IRELATIVE relocations when loader processes ELF...
2018-01-08 John BaldwinUse <stand.h> instead of <inttypes.h> and <stdio.h...
2018-01-08 John BaldwinFix printf missing format variables warnings.
2018-01-08 John BaldwinDefine __dmadat after #include'ing ufsread.c.
2018-01-06 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2018-01-06 Dimitry AndricMerge ^/head r327341 through r327623.
2018-01-06 Warner LoshInvent new #defines for the biospci_{read,write}_config...
2018-01-05 Sean BrunoHandle misconfigured/nonexistent pcidev for comconsole...
2018-01-05 Jung-uk KimMerge ACPICA 20180105.
2018-01-03 John BaldwinUse 'extern uint8_t' instead of 'extern void' for exter...
2018-01-03 John BaldwinDon't clobber system LDFLAGS for beri boot loaders.
2017-12-31 Ian LeporeAdd a validbcd() routine that uses the bcd2bin_data...
2017-12-31 Kyle Evansstand/fdt: Make fdt_overlay_apply signature-compatible...
2017-12-30 Nathan WhitehornGarbage-collect loader.ps3. It is currently disconnecte...
2017-12-30 Kyle Evanslibsa: Pull in strnlen from libc
2017-12-30 Kyle Evansstand/fdt: Swap libfdt include order
2017-12-29 Warner LoshFix ubldr. uboot/lib uses defines for the loader. It...
2017-12-29 Kyle Evansstand/fdt: Consistently apply fdt_overlays
2017-12-29 Dimitry AndricMerge ^/head r327169 through r327340.
2017-12-29 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-12-28 Kyle Evansstand/fdt: Avoid bailout when dtbo has no fixups
2017-12-28 Kyle Evansstand/fdt: Fix loading of multiple fdt_overlays
2017-12-24 Dimitry AndricMerge ^/head r326936 through r327149.
2017-12-24 Dimitry AndricMerge libc++ trunk r321414 to contrib/libc++.
2017-12-24 Dimitry AndricMerge compiler-rt trunk r321414 to contrib/compiler-rt.
2017-12-24 Dimitry AndricMerge lldb trunk r321414 to contrib/llvm/tools/lldb.
2017-12-24 Dimitry AndricMerge lld trunk r321414 to contrib/llvm/tools/lld.
2017-12-24 Dimitry AndricMerge clang trunk r321414 to contrib/llvm.
2017-12-24 Dimitry AndricMerge llvm trunk r321414 to contrib/llvm.
2017-12-21 Michael Zhilin[boot/efi] scan all display modes rather than sequentia...
2017-12-20 Dimitry AndricMerge libc++ trunk r321017 to contrib/libc++.
2017-12-20 Dimitry AndricMerge compiler-rt trunk r321017 to contrib/compiler-rt.
2017-12-20 Dimitry AndricMerge lldb trunk r321017 to contrib/llvm/tools/lldb.
2017-12-20 Dimitry AndricMerge lld trunk r321017 to contrib/llvm/tools/lld.
2017-12-20 Dimitry AndricMerge clang trunk r321017 to contrib/llvm/tools/clang.
2017-12-20 Dimitry AndricMerge llvm trunk r321017 to contrib/llvm.
2017-12-19 Warner LoshNo need to use relative paths like this here.
2017-12-19 Warner LoshHoist btx include stuff to i386/Makefile.inc
2017-12-19 Warner LoshInteract is always called with NULL. Simplify code...
2017-12-19 Warner LoshSimplify things a little. The RETURN macro isn't requir...
2017-12-18 Warner Loshlibficl is only ever used in a loader (never a boot...
2017-12-18 Warner LoshMove loader help file definitions to being 100% inside...
2017-12-16 Warner LoshMove loader-only defines to loader.mk from defs.mk
2017-12-16 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2017-12-15 Warner LoshRemove the 'mini libstand in libstand' that util.[ch...
2017-12-15 Warner LoshPanic in sbrk if setheap hasn't been called yet. This...
2017-12-14 Jung-uk KimMFC: r326864
2017-12-14 Warner LoshRevert r326855: Cargo cut a fix for the regressions...
next