]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2023-02-01 Michael Tuexentcp: fix TCPPCAP for kernels enabling VNET
2023-02-01 Michael Tuexensctp: remove book keeping not needed anymore
2023-02-01 Michael Tuexensctp: cleanup, no functional change
2023-02-01 Michael Tuexensctp: improve handling of sctp inpcb flags
2023-02-01 Michael Tuexensctp: use a consistent view of the send parameters
2023-02-01 Michael Tuexensctp: ignore SCTP_SENDALL flag on 1-to-1 style sockets
2023-02-01 Michael Tuexensctp: improve handling of send() when association is...
2023-02-01 Michael Tuexensctp: cleanup of error paths
2023-02-01 Michael Tuexensctp: cleanup, no functional change except on error...
2023-02-01 Michael Tuexensctp: more sb_cc related cleanups
2023-02-01 Michael Tuexensctp: use sb_avail() when accessing sb_acc for reading
2023-02-01 Michael Tuexensctp: cleanup, no functional change intended
2023-02-01 Michael Tuexensctp: improve path verification
2023-02-01 Michael Tuexensctp: improve path verification
2023-02-01 Michael Tuexensctp: improve consistency
2023-02-01 Michael Tuexensctp: improve locking
2023-02-01 Michael Tuexensctp: cleanup
2023-02-01 Michael Tuexensctp: improve stopping of timers
2023-02-01 Michael Tuexensctp: hold the inp lock while calling ip6_output
2023-02-01 Michael Tuexenif_vtnet: improve dumping a kernel
2023-02-01 Michael Tuexensctp: cleanup
2023-02-01 Michael Tuexensctp: fix typo introcuded in last commit
2023-02-01 Michael Tuexensctp: don't wakeup 1-to-1 listening sockets for data...
2023-02-01 Michael Tuexensctp: don't keep a pointer to a freed stcb around
2023-02-01 Michael Tuexensctp: improve locking
2023-02-01 Michael Tuexensctp: cleanup
2023-02-01 John Baldwinsctp: #ifdef INET-only and INET6-only variables.
2023-02-01 Michael Tuexensctp: fix parameter type in NAT status message
2023-02-01 Michael Tuexensctp: remove a mutex not used anymore
2023-02-01 Michael Tuexensctp: use variable names in a consistent way
2023-02-01 Michael Tuexensctp: don't refer to a potentially outdated stream
2023-02-01 Michael Tuexensctp: cleanup, no functional change
2023-02-01 Michael Tuexensctp: remove a test, which isn't safe
2023-02-01 Michael Tuexensctp: clear pointer to stack when returning from function.
2023-02-01 Michael Tuexensctp: ensure that ASCONF chunks are not too large
2023-02-01 Michael Tuexensctp: fix typos
2023-02-01 Michael Tuexensctp: don't lock an already locked stcb.
2023-02-01 Michael Tuexensctp: get rid of stcb send lock
2023-02-01 Domagoj Stolfadtrace: Improve a verifier error message
2023-02-01 Mark Johnstonnetmap: Tell the compiler to avoid reloading ring indices
2023-02-01 Mark Johnstonnetmap: Correct a comment
2023-02-01 Mark Johnstonnetmap: Fix a queue length check in the generic port...
2023-02-01 Mark Johnstonipsec: Clear pad bytes in PF_KEY messages
2023-02-01 Jamie Landeg... usr.bin/stat: Fix error message formatting.
2023-02-01 Cy Schubertnetwork.subr: Fix infinite loop
2023-02-01 Cy Schubertnetwork.subr: Replace "\ " with "[[:space:]]"
2023-02-01 Gregory Neil... Note upgrade to sendmail 8.17.1
2023-02-01 Gregory Neil... MFC: Note upgrade to sendmail 8.17.1
2023-02-01 Gregory Neil... MFC: Minor changes to force commit these files so new...
2023-02-01 Gregory Neil... MFC: Sync with vendor sendmail 8.17.1 cf/cf/submit.mc
2023-02-01 Gregory Neil... MFC: sendmail 8.17.1 included this fix, though in a...
2023-02-01 Gregory Neil... MFC: Add -DSTARTTLS CFLAG in order to enable DANE in...
2023-02-01 Gregory Neil... MFC: Update for new library files in sendmail 8.17.1
2023-02-01 Gregory Neil... Merge commit '28fbd2825d216dafca4d991ad96d05b312f4f9a3'
2023-01-31 Jessica ClarkeMakefile.inc1: Print the right PATH for missing install...
2023-01-31 Dag-Erling... Bring our tzcode up to date.
2023-01-31 Edward Tomasz... tzcode: Implement timezone change detection
2023-01-31 Kristof Provostpfctl: rule.label is a two-dimensional array
2023-01-31 Jessica Clarkegoldfish_rtc: Fix handling a local time RTC
2023-01-31 Jessica Clarkelibcrypto: Work around strict aliasing violations in...
2023-01-31 Jessica Clarkemips: Fix sendsig for stack layout randomisation
2023-01-31 Jessica Clarkelibc: Fix longjmp/_longjmp(buf, 0) for MIPS
2023-01-31 Jessica Clarkelibc: Fix longjmp/_longjmp(buf, 0) for AArch64 and...
2023-01-31 Jake FreelandMakefile: Avoid sanitizing PATH on non-FreeBSD systems
2023-01-31 Jose Luis Duranstrfmon(3): Match the return type
2023-01-31 Jose Luis Duranstrfmon(3): Wording improvements
2023-01-31 Jose Luis Duranstrfmon(3): Add an EXAMPLES section
2023-01-31 Konstantin... libcxx: add comment explaining why umtx is only used...
2023-01-31 Konstantin... libcxx: use __SIZEOF_LONG__ == 8 instead of __LP64__
2023-01-31 Konstantin... libcxx: Implement atomic::wait/notify using _umtx_op...
2023-01-30 Jessica Clarkefreebsd32: Make sendmsg match native ABI for unpadded...
2023-01-30 Brooks Davisfreebsd32_sendmsg: fix control message ABI
2023-01-29 Mark Johnstonkvmclock: Fix initialization when EARLY_AP_STARTUP...
2023-01-29 Jiajie ChenAdd kf_file_nlink field to kf_file and populate it
2023-01-29 Kajetan Staszkiewicznetpfil tests: improve pfsync_defer.py
2023-01-29 Kajetan Staszkiewicznetpfil tests: improve pft_ping.py
2023-01-29 Kajetan Staszkiewicznetpfil tests: improve sniffer.py
2023-01-29 Rick Macklemnfsserver: Fix handling of SP4_NONE
2023-01-28 Kyle Evansgrep: properly switch EOL indicator with -z
2023-01-28 Kristof Provostpf tests: test fast port re-use with syncookies
2023-01-28 Kristof Provostpf: fix syncookies in conjunction with tcp fast port...
2023-01-28 Kristof Provostpf: fix panic on deferred packets
2023-01-28 Colin Percival13.2: update stable/13 to -PRERELEASE to start the...
2023-01-27 Alan Somerscal: don't print terminal control characters unless...
2023-01-27 Alan SomersSwitch wg(4) to the new if_clone KPI
2023-01-27 Alan Somersfsx: more consistent debug output with -[RWU]
2023-01-27 Alan Somersfsx: bounds check the inputs
2023-01-27 Jose Luis Duranping(8): man page cleanup
2023-01-27 Alan SomersAdd test cases for ping with IP options in the response
2023-01-27 Alan Somersimprovements to cap_sysctl.3
2023-01-27 Emmanuel Vadotloader: md: Use default func for fmtdev and parsedev
2023-01-27 Alan SomersAllow any user to read the NFS stats, for example with...
2023-01-27 Alan Somersdocument first appearance of fhlink et al
2023-01-27 Arthur Kiyanovskiena: Update driver version to v2.6.2
2023-01-27 Arthur Kiyanovskiena: Switch driver owners from semihalf to amazon in...
2023-01-27 David Arinzonena: Remove timer service re-arm on ena_restore_device...
2023-01-27 Arthur Kiyanovskiena: Re-Enable per-packet missing tx completion print
2023-01-27 Warner Loshena: Remove write only variables
2023-01-27 John Baldwinena: Remove unused variable.
2023-01-27 John Baldwinena: Remove unused devclass argument to DRIVER_MODULE.
next