]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand/libsa
Add support for Enhanced Gen 5 (16Gb) and Gen 6 (32Gb) QLogic FC HBAs.
[FreeBSD/FreeBSD.git] / stand / libsa /
2018-02-28 delphijMFV r330102: ntp 4.2.8p11
2018-02-27 tsoomelibsa: replace remaining _write callbacks by null_write
2018-02-26 kevanslibsa: Partially revert r330023
2018-02-26 kevanslibsa: Move MAXWAIT from net.h to net.c
2018-02-26 kevanslibsa: Add MAXWAIT to net for establishing max total...
2018-02-24 kevansliblua: Implement write support
2018-02-24 cemlibsa: Change write(2)-alike prototype to match definition
2018-02-23 cemlibsa: Const-ify buffer argument of write(2) analog
2018-02-22 mavMFV r329799, r329800:
2018-02-21 mavMFV r329502: 7614 zfs device evacuation/removal
2018-02-18 mavMFV r324198: 8081 Compiler warnings in zdb
2018-02-16 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-16 markjFix a memory leak introduced in r328426.
2018-02-16 impEliminate bsd.stand.mk and -fPIC 32-bit intel builds
2018-02-15 kevanslibsa: Consolidate tftp sendrecv into net.c sendrecv
2018-02-14 kevanslibsa: Fix IP recv timeout
2018-02-09 jkimMFV: r329072
2018-02-02 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-02 impImplement strcoll as strcmp.
2018-02-02 impCentralize several variables.
2018-01-31 impUpdate stand.h for changes for strto*l
2018-01-31 impMove libstand.3 to libsa.3. Update libsa.3 to include...
2018-01-31 impKill copies of strtol and strtoul. Use the ones that...
2018-01-26 impabort() should be marked __dead2 since it won't return.
2018-01-26 impProvide abs form stdlib.h.
2018-01-26 impImplement abort() as a call to panic.
2018-01-26 impSplit panic routine
2018-01-26 mckusickRefactoring of reading and writing of the UFS/FFS super...
2018-01-24 mmMFV r328323,328324:
2018-01-24 philipImport tzdata 2018c
2018-01-23 impgetenv does not return tainted data in the boot loader...
2018-01-18 kevanslibfdt: Update to 1.4.6, switch to using libfdt for...
2018-01-12 dimMerge ^/head r327624 through r327885.
2018-01-12 impMove getsecs() prototype to stand.h from net.h so it...
2018-01-06 dimMerge ^/head r327341 through r327623.
2018-01-05 jkimMerge ACPICA 20180105.
2017-12-31 ianAdd a validbcd() routine that uses the bcd2bin_data...
2017-12-30 kevanslibsa: Pull in strnlen from libc
2017-12-29 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-12-24 dimMerge compiler-rt trunk r321414 to contrib/compiler-rt.
2017-12-24 dimMerge llvm trunk r321414 to contrib/llvm.
2017-12-20 dimMerge compiler-rt trunk r321017 to contrib/compiler-rt.
2017-12-20 dimMerge lldb trunk r321017 to contrib/llvm/tools/lldb.
2017-12-20 dimMerge lld trunk r321017 to contrib/llvm/tools/lld.
2017-12-20 dimMerge clang trunk r321017 to contrib/llvm/tools/clang.
2017-12-20 dimMerge llvm trunk r321017 to contrib/llvm.
2017-12-15 impRemove the 'mini libstand in libstand' that util.[ch...
2017-12-15 impPanic in sbrk if setheap hasn't been called yet. This...
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 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 impUse the kernel relative paths, rather than the userland...
2017-12-02 impFix all warnings related to geli and ZFS support on...
2017-12-02 impFix random() and srandom() prototypes to match the...
2017-12-02 impMinor flags cleanup
2017-11-29 impImport lua 5.3.4 to contrib
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