]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand/libsa
Fix more places to use DEV_TYP_NONE instead of -1 to indicate 'no device'.
[FreeBSD/FreeBSD.git] / stand / libsa /
2019-02-18 tsoomecd9660: dirmatch fails to unmatch when name is prefix...
2019-02-17 pkelseyIt turns out r344226 narrowed the overrun bug but did...
2019-02-17 pkelseyFix memory corruption bug introduced in r325310
2019-02-12 mmMFV r344063:
2019-02-04 impRegularize the Netflix copyright
2019-01-17 tsoomelibsa: add asprintf()
2019-01-17 tsoomeloader should ignore active multi_vdev_crash_dump featu...
2019-01-11 manuImport DTS from Linux 4.20
2019-01-11 manuImport DTS includes from 4.19
2019-01-10 emasteUpdate to ELF Tool Chain r3668
2019-01-05 mmacyMK_ZFS -> {MK_ZFS|MK_LOADER_ZFS}, this is so we can...
2018-12-29 cemUpdate to Zstandard 1.3.8
2018-12-20 bcranWait a maximum of 300 seconds for network send/recv...
2018-12-18 cyMFV r342175:
2018-12-17 tsoomeloader: zfs reader should not probe partitionless disks...
2018-12-16 tsoomeloader: zfs reader should not probe partitionless disks
2018-12-09 dimMerge ^/head r340918 through r341763.
2018-12-09 cyMFV r341618:
2018-12-06 sjgUpdate bmake to version 20180919
2018-12-06 mckusickNormally when an attempt is made to mount a UFS/FFS...
2018-12-03 ianEliminate duplicated code and struct member definitions...
2018-11-29 sobomaxThe libstand's panic() appends its own '\n' to the...
2018-11-20 jkimMerge OpenSSL 1.1.1a.
2018-11-10 manuUpdate our devicetree to 4.19 for arm and arm64
2018-11-04 vangyzenUpdate expat to 2.2.6
2018-11-04 dimMerge ^/head r339813 through r340125.
2018-11-01 tsoomelibsa: cstyle cleanup tftp.c
2018-11-01 tsoomelibsa: tftp should use calloc
2018-11-01 tsoomelibsa: tftp should not read past file end
2018-10-31 glebiusRemove unnecessary include from libstand.
2018-10-27 dimMerge ^/head r339670 through r339812.
2018-10-25 mmMFV r339640,339641,339644:
2018-10-23 kibFix stand/ build after r339671.
2018-10-23 dimMerge ^/head r339015 through r339669.
2018-10-23 tsoomelibsa: re-send ACK for older data packets in tftp
2018-10-20 baptUpdate libdialog to 1.3-20180621
2018-10-10 desUpgrade Unbound to 1.8.0. More to follow.
2018-10-09 jkimUpdate ACPICA to 20181003.
2018-10-09 jhbUpdate Apache Serf to 1.3.9 to support OpenSSL 1.1.1.
2018-10-09 emasteCopy libevent sources to contrib
2018-10-08 gjbMFV r339226 (peter): Record merge of serf-1.3.9.
2018-10-06 emasteopenssh: cherry-pick OpenSSL 1.1.1 compatibility
2018-09-29 dimAdd compiler-rt's libFuzzer, not connected to buildworl...
2018-09-24 emasteCopy libevent sources to contrib
2018-09-20 baptImport mandoc 1.14.4
2018-09-13 jkimUpdate OpenSSL to 1.1.1.
2018-09-11 dimMerge ^/head r338392 through r338594.
2018-09-10 desUpgrade to OpenSSH 7.8p1.
2018-09-09 tsoomelibsa: validate tftp_makereq() after we did reset the...
2018-09-08 tsoomelibsa: memory leak in tftp_open()
2018-08-24 dimMerge ^/head r338026 through r338297, and resolve confl...
2018-08-23 manudts: Import DTS for arm64
2018-08-19 kevanslibsa: Add lshrdi3.c for powerpc* and mips
2018-08-18 dimMerge ^/head r337646 through r338014.
2018-08-16 impAdd ashldi3 and ashrdi3 to mips.
2018-08-15 tsoomelibsa: zfs_probe() needs to set spa to NULL
2018-08-15 kevanspkgfs_init: Initialize pkg
2018-08-14 jkimMerge OpenSSL 1.0.2p.
2018-08-13 manuImport DTS files from Linux 4.18
2018-08-11 kevansMFH @ r337607, in preparation for boarding
2018-08-10 dimMerge ^/head r337286 through r337585.
2018-08-09 kevanslibsa: exit on EOF in ngets
2018-08-08 eadlerfile: update to 5.34
2018-08-07 tsoomelibsa: gzipfs.c converts pointers to integer types...
2018-08-07 tsoomelibsa: dos_checksum() should take unsigned chars
2018-08-04 dimMerge ^/head r336870 through r337285, and resolve confl...
2018-08-02 emasteMerge vendor lld/docs directory from r337145
2018-08-02 dimMerge libc++ trunk r338150 (just before the 7.0.0 branc...
2018-08-02 dimMerge clang trunk r338150 (just before the 7.0.0 branch...
2018-08-02 dimMerge llvm trunk r338150 (just before the 7.0.0 branch...
2018-08-02 dimMerge compiler-rt trunk r338150, and resolve conflicts.
2018-08-02 dimMerge libc++ trunk r338150, and resolve conflicts.
2018-08-02 tsoomelibsa: dereferencing type-punned pointer in cd9660
2018-08-01 tsoomelibsa: assignment to char * from u_char *
2018-08-01 tsoomelibsa: bootp is using pointers with different sign
2018-08-01 tsoomelibsa: pointer differs in signedness
2018-07-31 mavMFV r336991, r337001:
2018-07-31 dimMerge lldb trunk r338150, and resolve conflicts.
2018-07-31 dimMerge lld trunk r338150, and resolve conflicts.
2018-07-31 dimMerge clang trunk r338150, and resolve conflicts.
2018-07-30 dimMerge llvm trunk r338150, and resolve conflicts.
2018-07-29 mmMFV r336851:
2018-07-13 impUse if rather than case for a simple boolean. gcc think...
2018-07-13 ianExtend loader(8) geli support to all architectures...
2018-07-13 impThere's two files in the sys tree named inflate.c,...
2018-07-13 impFix sparc64 builds
2018-07-13 impCreate helper functions for parsing boot args.
2018-07-11 cyMFV r324714:
2018-07-08 impMove ZFS files into libsa
2018-06-18 impRemove stray debugging line.
2018-06-18 impstand: move libgeliboot into libsa.
2018-06-14 tsoomelibsa: open() should use NULL instead of typecasted 0
2018-06-14 tsoomelibsa: remobe unneeded check before free()
2018-06-14 tsoomelibsa: f_rabuf could be NULL
2018-06-14 tsoomelibsa: cstyle cleanup for open/close/read/write sources
2018-06-14 manudts: Update our copy to Linux 4.17
2018-06-13 impInitialize variables we later free so they aren't used
2018-06-13 impRemove unused variables.
2018-06-13 impRemove fail: label. It's unused.
2018-06-09 kevanslibsa(3): Correct statement about FS Write-support...
next