]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand/libsa
Merge branch 'releng/13.2' into releng-CDN/13.2
[FreeBSD/FreeBSD.git] / stand / libsa /
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
2023-01-25 Warner LoshRevert "stand: remove mips support"
2023-01-24 Warner Loshstand: dev can't be NULL in default_prasedev
2023-01-24 Warner Loshstand/zfs: Fix memory leaking on error cases
2023-01-24 Warner Loshstand: Separate base and cli parts of nvstore
2023-01-24 Warner Loshstand: Move dev_cleanup into libsa
2023-01-24 Warner Loshstand/zfs: Add a third argument to zfs_probe_dev: part_too
2023-01-24 Warner Loshstand: Allow stand.h to be included in C++ programs
2023-01-24 Warner Loshstand: Add inttype.h
2023-01-24 Warner Loshstand: Make ioctl declaration consistent
2023-01-24 Warner Loshstand/zlib: Document the upstream issue behind NO_DEPRE...
2023-01-24 Warner Loshstand: Add dv_match
2023-01-24 Warner Loshstand: parsedev API change: devspec now points to start...
2023-01-24 Warner Loshstand: create devinit
2023-01-24 Warner Loshzfs: Remove devicename_stubs
2023-01-24 Warner Loshstand: make zfs_parsedev static
2023-01-24 Warner Loshstand: For all disk drivers, connect dv_parsedev to...
2023-01-24 Warner Loshstand/zfs: Connect dv_parsedev to zfs_parsedev
2023-01-24 Warner Loshstand: Introduce devparse to parse device / path strings
2023-01-24 Warner Loshstand: Introduce new dv_parsedev routine
2023-01-24 Warner Loshstand: Change zfs_parsedev() API
2023-01-24 Warner Loshstand/zlib: Zlib still uses K&R function definitions
2023-01-24 John Baldwinlibsa: Add missing GNU-stack annotations to _setjmp.S.
2023-01-24 Warner Loshstand: Update comment about devdesc
2023-01-24 Elliott Mitchellstand: Nuke double-semicolons
2023-01-24 Warner Loshgeli: Move check for DEVT_DISK into geli_probe_and_attach
2023-01-24 Warner Loshstabd/geli: Bail out if you can't get the disks size
2023-01-24 Michał Grzelaklibsa/netif.c: Replace #if with #ifdef
2023-01-24 Michał Grzelaklibsa/arp.c: Change printf format string
2023-01-24 Michał Grzelaklibsa/rarp.c: Change casted type and printf format
2023-01-24 Michał Grzelaklibsa/rarp.c: Change printf format string
2023-01-24 Warner Loshstand: Add driver interface docs
2023-01-24 Kornel Dulębastand: Parse BIOS revision from SMBIOS
2023-01-24 Toomas Soomeloader: zfs reader should only store devdesc in f_devdata
2023-01-24 Warner Loshstand: Replace zfs_fmtdev with generic devformat()
2023-01-24 Warner Loshstand: For zfs, set dv_fmtdev to zfs_fmtdev
2023-01-24 Warner Loshstand: Use devformat instead of disk_devfmt
2023-01-24 Warner Loshstand: Use devformat rather than disk_devfmt
2023-01-24 Warner Loshstand: Add disk_fmtdev for dv_fmtdev for all the disk...
2023-01-24 Warner Loshstand: Add devformat to return formatted string for...
2023-01-24 Warner Loshstand: Add dv_devfmt to return a string represenation...
2023-01-24 Warner Loshstand: Change zfs_fmtdev to take a struct devdesc *
2023-01-24 Warner Loshstand: Change disk_fmtdev to take a struct devdesc *
2023-01-24 Warner Loshstand: Reduce number of files that need -I${LDRSRC}
2023-01-24 Warner Loshstand: Remove unneeded include from geli
2023-01-24 Warner Loshstand: use snprintf here
2023-01-24 Warner Loshstand: tftp.c doesn't need bootinfo.h
2023-01-24 Warner Loshstand: Make sure nobody has a NULL pointer for dv_cleanup
2023-01-24 Warner Loshstand: Small comment correction
2023-01-24 Warner Loshstand: Create DEV_NAMLEN for the length of a device...
2023-01-24 Warner Loshstand: Use c99 structure initialization for gzipfs_fsops
2023-01-24 Warner Loshstand: Use c99 structure initialization for splitfs_fsops
2023-01-24 Warner Loshstand: Use c99 structure initialization for pkgfs_fsops
2023-01-24 Warner Loshstand: Use c99 structure initialization for nfs_fsops
2023-01-24 Warner Loshstand: Use c99 structure initialization for bzipfs_fsops
2023-01-24 Warner Loshstand: Use c99 structure initialization for ext2fs_fsops
2023-01-24 Warner Loshstand: Fix inclusion of sys/blake3.h
2023-01-24 Warner Loshstand: Work around upstream issues in the standalone...
2023-01-24 Warner Loshstand: For ZFS build, add new directory
2023-01-24 Warner Loshstand: Add comment about CFLAGS pollution
2023-01-24 Warner Loshstand: constrain zlib/gzip CFLAGS better
2023-01-24 Warner Loshstand: Confine BZIP defines to bzip files
2023-01-24 Warner Loshstand: geli CFLAGS tightening
2023-01-24 Warner Loshstand: Don't reuse ZFSSRC
2023-01-24 Warner Loshstand: Install libsa.3
2023-01-24 Warner Loshstand: s/libstand/libsa/g to catch up with rename
2023-01-24 John Baldwingeliboot: Use the correct IV length for AES-XTS.
2023-01-24 Jessica Clarkeufs: Rework shortlink handling to avoid subobject overflows
2023-01-24 Warner Loshstand: netif kill set but unused variables
2023-01-24 Warner Loshstand: remove mips support
2023-01-24 Toomas Soomeloader: net_open() should not replace f->f_devdata
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-11-18 Warner Loshstand: Compile out the extensive superblock diagnostic...
2022-10-05 Michael Gmelinstand: Unbreak FAT32 in loader
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release)...
2022-07-04 Toomas Soomeloader: GELI encrypted disk should still use device...
2022-06-25 Martin Matuskazfs: merge openzfs/zfs@6c3c5fcfb (zfs-2.1-release)...
2022-06-10 Gordon Berglingstand: Fix a common typo in source code comments
2022-05-28 Toomas Soomelibsa: mark head_errlog feature supported.
2022-05-27 Mark Johnstonlibsa: Make the nvlist implementation more self-contained
2022-05-27 Mark Johnstonlibsa: Fix a bug in nvlist creation
2022-04-24 Kyle Evansstand: zfs: handle holes at the tail end correctly
2022-04-23 Gordon Berglinglibsa: Fix a typo in a panic message
2022-04-02 Gordon Berglingstand: Fix a common typo in source code comments
2022-03-29 Martin Matuskazfs: merge openzfs/zfs@52bad4f23 (zfs-2.1-release)...
2022-03-18 Toomas SoomeWITHOUT_BOOT build option appears to include stand...
2022-03-11 Martin Matuskazfs: merge openzfs/zfs@ef83e07db (zfs-2.1-release)...
2022-02-11 Dimitry AndricDisable clang 14 warning about bitwise operators in...
2022-01-27 Emmanuel Vadotloader: tslog: Add more log for module loading
2022-01-13 Emmanuel Vadotloader: tftp: Copy the first block into the cache
2022-01-13 Emmanuel Vadotloader: tftp: Add preload method
2022-01-13 Emmanuel Vadotloader: Add preload operation to fs_ops
2022-01-13 Toomas Soomeloader: implement mount/unmount rootfs
2022-01-13 Emmanuel Vadotloader: ip: Do not call getsecs so much
2022-01-13 Emmanuel Vadotloader: tftp: Don't let tftp timeout
2022-01-13 Emmanuel Vadotloader: Add a readtest command
2022-01-13 Emmanuel Vadotloader: tftp: Don't error on tftp error 0
2021-12-29 Colin PercivalMFC: Add TSLOG to loader sprintf
2021-12-29 Colin Percivalloader: Set twiddle globaldiv to 16 by default
2021-12-29 Colin PercivalMFC: arm64 fixes for TSLOG
next