]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand/libsa
CK: update consumers to use CK macros across the board
[FreeBSD/FreeBSD.git] / stand / libsa /
2018-05-23 philImport libxo-0.9.0:
2018-05-20 eadlerMFV: file 5.33
2018-05-19 sjgMerge bmake-20180512
2018-05-12 desUpgrade Unbound to 1.7.1.
2018-05-12 desUpgrade Unbound to 1.7.0. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.4. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.2. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.1. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.0. More to follow.
2018-05-12 desUpgrade LDNS to 1.7.0.
2018-05-11 desUpgrade to OpenSSH 7.7p1.
2018-05-08 desUpgrade to OpenSSH 7.6p1. This will be followed shortl...
2018-05-08 peterUpdate svn-1.9.7 to 1.10.0.
2018-04-20 manugnu/dts: Update our copy of arm dts from Linux 4.16
2018-04-07 tsoomelibsa: name is not used in dirmatch()
2018-04-07 tsoomelibsa: cd9660: warning: 'lenskip' may be used uninitial...
2018-04-05 bennoAdd isoboot(8) for booting BIOS systems from HDDs conta...
2018-04-04 brImport OpenCSD -- an ARM CoreSight(tm) Trace Decode...
2018-03-28 mavMFV r331695, 331700: 9166 zfs storage pool checkpoint
2018-03-24 philipImport tzdata 2018d
2018-03-23 mavMFV r331400: 8484 Implement aggregate sum and use for...
2018-03-19 brImport Intel Processor Trace decoder library from
2018-03-17 emasteRevert r313780 (UFS_ prefix)
2018-03-17 emastePrefix UFS symbols with UFS_ to reduce namespace pollution
2018-03-13 impPrefer uintXX_t to u_intXX_t
2018-03-12 impRemove d_type from devdesc. It's not needed as we can...
2018-03-12 impMinor cosmetic changes.
2018-03-02 mckusickThis change is some refactoring of Mark Johnston's...
2018-03-02 sjgUpdate to bmake-201802222
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