dragonfly.git
2025-05-16 Aaron LIkernel: Clean up DOSPTYP_* defines in subr_diskmbr.c master
2025-05-16 Aaron LIkernel: Remove obsolete DSO_COMPATMBR from <sys/disk.h>
2025-05-16 Aaron LIgpt(8): Remove now obsolete "#ifndef _LIBEFIVAR"
2025-05-16 Aaron LIlibefivar(3): Fix build by using uuid_dec_le() from...
2025-05-16 Aaron LIgpt(8): Use uuid_{enc,dec}_le() from libc
2025-05-16 Aaron LIgpt(8): Refactor parse_uuid() and support more GPT...
2025-05-16 Aaron LIgpt(8): Improve "show" command to print humanized size...
2025-05-12 Aaron LIgpt(8): Improve "show" command to print a disk summary...
2025-05-12 Aaron LIuuid(3): Improve the description for uuid_to_string()
2025-05-12 Aaron LIetc: Sync entries from <sys/gpt.h>
2025-05-12 Aaron LI<sys/gpt.h>: Small tweaks
2025-05-10 Aaron LIfdisk(8): Support 4096 sector size and recognize pMBR...
2025-05-10 Aaron LIfdisk(8): Styles and cleanups (no functional change)
2025-05-09 Aaron LInrelease: Don't disable syslogd in live CD/USB
2025-05-09 Aaron LIfdisk(8): Clear errno in read_disk() to avoid confusing...
2025-05-09 Aaron LIfdisk(8): Add "vbd0" to search list and order "da0...
2025-05-09 Aaron LIfdisk(8): Sync TRIM behavior with gpt(8) and clean...
2025-05-09 Aaron LIfdisk(8): Calculate ncylinders and warn about mismatch
2025-05-09 Aaron LIfdisk(8): Improve summary show of unintialized disk
2025-05-09 Aaron LIvirtio/block: Improve the log to also print sector...
2025-05-09 Aaron LIvirtio/block: Fix media_blksize and media_blocks calcul...
2025-05-08 Matthew Dillonvirtio - Fix virtio block device cylinder count reporting
2025-05-07 Matthew Dillonkernel - Fix kernel panic and user process corruption bug
2025-05-07 Aaron LIdiff(1): Update header time format to be compatible...
2025-05-07 Aaron LIdiff3(1): Add two blank lines for readability
2025-05-07 Aaron LIsdiff(1): Tweak Makefile to use 'MAN' instead of 'MAN1'
2025-05-06 Matthew Dillonkernel - Fix another netinet6 panic, change how ipv6...
2025-05-02 Matthew Dillonkernel - Fix another netinet6 panic, change how ipv6...
2025-05-01 Roy Marplesrtsock: Apply flags on RTM_CHANGE
2025-04-30 Matthew Dillonkernel - Fix ip6_forward_rt global and related panic
2025-04-28 Aaron LInrelease: Check GITREV and just fail if empty
2025-04-27 Tomohiro Kusumiusr.sbin/makefs/hammer2: Non functional cleanup
2025-04-23 Tomohiro Kusumiusr.sbin/makefs: Sync with sys/vfs/hammer2
2025-04-22 Tomohiro Kusumisys/vfs/hammer2: Zero clear z_stream
2025-04-21 Michael Neumanntcplay/libtcplay - Reenable use of cryptoapi
2025-04-21 Michael Neumanntcplay - add --batch-mode or -q option
2025-04-21 Michael Neumanncryptoapi - Add test case
2025-04-21 Michael Neumanndm_target_crypt_ng - adapt to recent crytpoapi changes
2025-04-21 Michael Neumanncryptoapi - constify IV and pass-in IV length as well
2025-04-21 Michael Neumanncryptoapi - simplify session handling
2025-04-21 Tomohiro Kusumisbin/hammer2/cmd_volume.c: Print \0 terminated PFS...
2025-04-18 Aaron LIwg: Improve wg_peer_create() to propagate errors
2025-04-18 Aaron LItimeout(1): Sync test cases from FreeBSD (although...
2025-04-18 Aaron LItimeout.1: Fix the SPDX license identifier
2025-04-18 Aaron LItimeout(1): Add verbose log to kill_self() and tweak...
2025-04-18 Aaron LItimeout(1): Catch SIGVTALRM and SIGPROF
2025-04-15 Michael Neumannlibtcplay - reenable the cryptodev code for now
2025-04-15 Aaron LIlibtcplay: Include rijndael-alg-fst.c to fix the static...
2025-04-15 Aaron LIlibtcplay: Fix building within buildworld
2025-04-14 Michael Neumanntcplay - Add "return 0" in the successful case
2025-04-14 Michael Neumanntcplay - Use cryptoapi instead of /dev/crypto
2025-04-13 Michael Neumanncryptoapi - Cleanup / style
2025-04-13 Michael Neumanncrypto - Bring in cryptoapi from dm_target_crypt_ng
2025-04-13 Michael Neumanndm_target_crypt_ng - Make cryptoapi usable outside...
2025-04-13 Michael Neumanncrypto - add FALLTHROUGH comment in Twofish
2025-04-13 Michael Neumanncrypto - fix wrong const pointer in aesni_decrypt_cbc
2025-04-12 Michael Neumanndm_target_crypt_ng - test compatibility of old and...
2025-04-12 Michael Neumanndm_target_crypt_ng - free the crypto session
2025-04-12 Michael Neumanndm_target_crypt_ng - further simplify XTS ciphers
2025-04-12 Michael Neumanndm_target_crypt_ng - unify encrypt/decrypt functions
2025-04-12 Michael Neumanndm_target_crypt_ng - deduplicate XTS cipher implementations
2025-04-12 Michael Neumanndm_target_crypt_ng - simplify cipher probing
2025-04-12 Michael Neumanndm_target_crypt_ng - Implement Twofish/Serpent CBC...
2025-04-12 Michael Neumanndm_target_crypt_ng - cryptoapi: rename IV fields
2025-04-12 Michael Neumanncrypto - use const pointers in Twofish/Serpent
2025-04-12 Michael Neumanndm_target_crypt_ng - Rename crypto_cipher to cryptoapi
2025-04-12 Michael Neumanndm_target_crypt_ng - Improve crypto_cipher API
2025-04-12 Michael Neumanndm_target_crypt_ng - Use struct initializer in crypto_c...
2025-04-12 Michael Neumanndm_target_crypt_ng - Refactor crypto ciphers
2025-04-12 Aaron LIwg: Fix wg_peer_create() to free 'peer->p_remote' on...
2025-04-11 Aaron LIcontrib: Remove empty diffutils
2025-04-09 Michael Neumanndm_target_crypt_ng - Remove worker pool
2025-04-09 Tomohiro Kusumisbin/hammer2/cmd_recover.c: Fix wrong media size with...
2025-04-09 Tomohiro Kusumisbin/hammer2/cmd_recover.c: Fail fast if destdir is...
2025-04-09 Tomohiro Kusumisbin/hammer2/cmd_recover.c: #if 0 unused struct dirent_...
2025-04-09 Matthew Dillonmmap - Add MAP_32BIT (2)
2025-04-09 Matthew Dillonmmap - Add MAP_32BIT
2025-04-08 Tomohiro Kusumisys/vfs/hammer2: Mark hammer2_base_find's key_end argum...
2025-04-08 Tomohiro Kusumisys/vfs/hammer2: Fix potential NULL dereference
2025-04-08 Tomohiro Kusumisys/vfs/hammer2: Remove duplicate [vf]chain.bref.mirror...
2025-04-08 Tomohiro Kusumisbin/hammer2/cmd_recover.c: Remove duplicate empty...
2025-04-08 Tomohiro Kusumisbin/hammer2: Add "freemap" to HAMMER2_CHECK_STRINGS
2025-04-07 Michael Neumanndm_target_crypt_ng - incorporate style suggestions
2025-04-06 Michael Neumanndm_target_crypt_ng - add a flag to mark sleeping workers
2025-04-06 Michael Neumannkern - fix typos
2025-04-06 Michael Neumanndm_target_crypt - print error if "crypt" target is...
2025-04-06 Michael Neumanndm_target_crypt_ng - Add next-generation implementation
2025-04-06 Michael Neumanndm_target_crypt - Start next-generation "ng" version
2025-04-06 Michael Neumanncrypto - Move core AESNI implementation to sys/crypto...
2025-04-04 Michael Neumanncrypto - move rmd160.{c,h} from opencrypto/ to crypto...
2025-04-04 Michael NeumannRemove hifn(4), safe(4), ubsec(4) and padlock(4) drivers
2025-04-03 Aaron LI<sys/_clock_id.h>: Rename the include guard for consistency
2025-04-03 Aaron LIinclude: Remove timers.h from Makefile
2025-04-03 Aaron LIRemove <timers.h>
2025-04-03 Aaron LIrc.d/root: Add 'nojail' keyword to fix jail boot
2025-04-03 Aaron LItcplay(8): Add newline to two fprintf() messages
2025-04-03 Aaron LIsys: Use NULL instead of 0 for issignal()
2025-04-03 Aaron LIsys: Fix typo (arithmatic -> arithmetic) in comments
2025-04-03 Aaron LIsys: Add <sys/_clock_id.h> to deduplicate <sys/time...
2025-04-03 Aaron LIdsynth(1): Use PROC_REAP_KILL to reap all
next