]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2023-04-21 Navdeep Parharcxgbe(4): Update firmwares to version 1.27.3.0
2023-04-21 Simon J. GerratyUpdate meta.sys.mk and related local*mk
2023-04-20 Warner Loshsyscall.master: Fix comments
2023-04-20 Warner Loshmakesyscalls.lua: Minor fluff removal
2023-04-20 Warner Loshmakesyscalls.lua: Use "sysxxx" consistently
2023-04-20 Warner Loshmakesyscalls.lua: Make more luaish
2023-04-20 Ed Masteopenssh: Update configure for DISABLE_LASTLOG
2023-04-20 Michael Tuexennetstat: cleanup
2023-04-20 Brooks DavisCirrus-CI: Run makeman script
2023-04-20 Brooks DavisRemove unused NETLINK build option
2023-04-20 Brooks Davissrc.conf.5: regen with WITH_NETLINK_SUPPORT desc
2023-04-20 Brooks DavisAdd WITH_NETLINK_SUPPORT description
2023-04-20 Navdeep Parharcxgbe(4): Dump the firmware log before falling back...
2023-04-20 Gleb Smirnoffnetstat: fix printing of TCP pcbs with -A
2023-04-20 Dimitry Andrickern.mk: clang >= 16 already infers ELFv2 for powerpc64
2023-04-20 Bjoern A. Zeebdpaa2: add console support for FDT based systems
2023-04-20 John Baldwinarm: Use C89 function declaration for db_read_bytes.
2023-04-20 John Baldwinperfmon(4): Use a C89 function definition for a SYSINIT.
2023-04-20 John BaldwinRemove a few more references to riscv64sf.
2023-04-20 Christos Margiolisdtrace: add register bindings for RISC-V
2023-04-20 Christos Margiolisdtrace: use dtrace_instr_size() in the riscv dtrace_subr.c
2023-04-20 Christos Margiolisdtrace: expose dtrace_instr_size() to userland and...
2023-04-20 Christos Margiolisdtrace: get rid of uchar_t types
2023-04-20 Hans Petter... Revert "libc: Implement bsort(3) a bitonic type of...
2023-04-20 Simon J. GerratyFix building host tools for host
2023-04-20 Dmitry Chaginx86: Move i386 timerreg.h to x86
2023-04-20 Dmitry Chaginx86: Move i386 ppireg.h to x86
2023-04-20 Simon J. GerratyAdd jobs.mk to allow for target-jobs
2023-04-20 Ed Mastemakefs: set cd9660 Rock Ridge timestamps for . and ..
2023-04-20 Mark Johnstoninpcb: Release the inpcb cred reference before freeing...
2023-04-20 Mark Johnstoninpcb: Avoid inp_cred dereferences in SMR-protected...
2023-04-20 Mark Johnstoninpcb: Move inpcb matching logic into separate functions
2023-04-20 Mark Johnstoninpcb: Split PCB hash tables
2023-04-20 Bjoern A. ZeebLinuxKPI: 802.11: improve assertion and tkip code
2023-04-20 Bjoern A. Zeebiwlwifi: quieten more compiler warnings
2023-04-20 Bjoern A. Zeebnetwork.subr: adjust regex for wlans_xxxxx rc.conf...
2023-04-20 Mateusz Piotrowskivmrun.sh: Fix a typo in usage()
2023-04-20 Bjoern A. ZeebLinuxKPI: fix READ_ONCE() -Wcast-equal warnings
2023-04-20 Alexander V... ifnet: factor out interface renaming into a separate...
2023-04-20 Gordon Berglingstand: Remove a double word in a source code comment
2023-04-20 Mateusz Guzikzfs: fix up EINVAL from getdirentries on .zfs
2023-04-20 Mateusz Guzikzfs: add missing vn state transition for .zfs
2023-04-20 Simon J. GerratyMakefile.xtras: fix show-valid-targets
2023-04-20 Stephen J.... meta: remove LDFLAGS setting when cross building
2023-04-20 Ed Masteopenssh: restore PrintLastLog option
2023-04-19 Bjoern A. ZeebLinuxKPI: 802.11: fix a -Wenum-compare warning
2023-04-19 Bjoern A. ZeebLinuxKPI: skbuff.h: fix -Warray-bounds warnings
2023-04-19 Dimitry Andricichiic: use bool for one-bit wide bit-fields
2023-04-19 Hans Petter... libc: bsort_s() requires both __BSD_VISIBLE and __EXT1_...
2023-04-19 Igor Ostapenkovfs cache: fix vfs.cache.stats.* name typos
2023-04-19 Randall Stewarttcp: rack the request level logging is a bit too noisy...
2023-04-19 Stephen J.... loader: Change version calculation to be more consistent.
2023-04-19 John Baldwinlibz: Move NO_WDEPRECATED_NON_PROTOTYPE below include...
2023-04-19 John Baldwinlibmilter: Silence -Wdeprecated-non-prototype warnings.
2023-04-19 Randall Stewarttcp: Rack can crash with the new non-TSO fix..
2023-04-19 Randall StewartWe have a TCP_LOG_CONNEND log that should come out...
2023-04-19 Navdeep Parharcxgbe/iw_cxgbe: debug routines to dump STAG (steering...
2023-04-19 Brooks DavisCirrus-CI: Run check-ldirs in include/
2023-04-19 Brooks DavisCirrus-CI: Check that make sysent was run
2023-04-19 Brooks DavisCirrus-CI: Add blank lines between scripts
2023-04-19 Brooks Davisinclude: add a check-ldirs target
2023-04-19 Justin Hibbitsofed: Fix a logic inversion from IfAPI conversion
2023-04-19 Antoine BrodinObsoleteFiles.inc: add more obsolete files
2023-04-19 Dmitry Salychevdpaa2: Avoid dpaa2_cmd race conditions
2023-04-19 Hans Petter... libc: Sorting is not needed when there are less than...
2023-04-19 Gordon Berglingunionfs.5: Use '.An -nosplit' in the AUTHORS section
2023-04-19 QWERTIOXCirrus update to new freebsd instance version
2023-04-19 Hans Petter... libc: Add missing object size check to qsort_s(3)
2023-04-19 Hans Petter... bsort.3: Fix warnings as reported by mandoc -W warning
2023-04-19 Bjoern A. Zeebiwlwifi: rtw88: rtw89: fix gcc warnings
2023-04-19 Hans Petter... libc: Implement bsort(3) a bitonic type of sorting...
2023-04-19 Yuri Pankovtzsetup(8): update paths to zone tab and tzdata source
2023-04-18 Randall Stewarttcp: bbr.c is non-capable of doing ECN and sets an...
2023-04-19 Michael Tuexennetstat: document that PCB information can't be read...
2023-04-19 Kristof Provostpf: change pf_rules_lock and pf_ioctl_lock to per-vnet...
2023-04-19 Peter Holmstress2: Added comment of fixed problem. Enable test
2023-04-19 Simon J. GerratyAvoid breaking crunchgen with meta stats
2023-04-19 Simon J. GerratyAvoid staging conflict for examples/pf
2023-04-19 Simon J. GerratyHandle libs that create linker scripts as libs
2023-04-19 Simon J. GerratyEnsure the stage_* targets we use exist
2023-04-19 Simon J. GerratyJust ensure all target exists
2023-04-19 Simon J. Gerratydirdeps.mk guard against inclusion from Makefile.depend...
2023-04-19 Simon J. GerratyUpdate/fix Makefile.depend for userland
2023-04-18 Konstantin... x86: initialize use_xsave once
2023-04-18 Konstantin... umtx: allow to configure minimal timeout (in nanoseconds)
2023-04-18 Konstantin... syncer vnode: add VOP_GETWRITEMOUNT() definition explicitly
2023-04-18 Konstantin... sync_vnode(): add assert to check vn_start_write()...
2023-04-18 Kirk McKusickSkip Pass 5 in fsck_ffs(8) when corrupt cylinder groups...
2023-04-18 Kirk McKusickBug fixes for fsck_ffs(8).
2023-04-18 Kirk McKusickAdd `chdb' command to fsdb(8) to set direct block numbers.
2023-04-18 Warner Loshstand: Add a snarky note about the upstream ZFS situation
2023-04-18 John Baldwinee: Remove two set but unused variables.
2023-04-18 John Baldwinee: Use C89 function definitions.
2023-04-18 John Baldwinee: Remove function prototype for main.
2023-04-18 John Baldwinee: Drop P_() macro used for pre-C89 compatibility.
2023-04-18 Steve Kiernanmac: Honor order when registering MAC modules.
2023-04-18 Mark Johnstonloader.efi: Fix some arm64 PE metadata
2023-04-18 John Baldwinpnpinfo: Use C89 function definitions.
2023-04-18 John Baldwinkeyserv: Use C89 function definitions.
2023-04-18 John Baldwinyp: Use more accurate function pointer types.
next