]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2022-05-31 Dmitry Chaginlinux(4): Return EINVAL when the clockid has invalid...
2022-05-31 Dmitry Chaginlinux(4): Return ENOTSUP for unsupported clockid
2022-05-31 Dmitry Chaginlinprocfs: Add /proc/vm/max_map_count
2022-05-31 Alexander Motinlibpmc: Fix INVERT flag mapping for both Intel and...
2022-05-31 Gleb Smirnoffsoo_aio_*: use socket buffer mutexes in struct socket...
2022-05-31 Alexander Motinhwpmc: Add basic Intel Alderlake CPUs support.
2022-05-31 Alexander Motinhwpmc: Update Intel's programmable counters restrictions.
2022-05-31 Kyle Evanszdiff: avoid non-conformant features
2022-05-31 Alexander Motinlibpmc: Disable hardcoding of Intel fixed counters.
2022-05-31 Alexander Motinhwpmc: Correct selection of Intel fixed counters.
2022-05-30 Mitchell Horneirdma: fix LINT-NOIP/NOINET/NOINET6 builds
2022-05-30 Hans Petter... ibcore: Fix missing ib_cm_destroy_id() in ib_cm_insert_...
2022-05-30 Hans Petter... mlx4core: Fix a memory leak when deleting slave's resources
2022-05-30 Alexander Motinlibpmc: jevents: Sync with the latest Linux kernel.
2022-05-30 Alexander MotinRevert "libpmc: jevents: Partial style(9) pass"
2022-05-30 Dmitry Chaginlinux(4): Properly restore the thread signal mask after...
2022-05-30 Dmitry Chaginlinux(4): Prefer sizeof(object) vs sizeof(type)
2022-05-30 Dmitry Chaginlinux(4): Error is not a bool, use proper comparison
2022-05-30 Dmitry Chaginlinux(4): Use the copyin_sigset() in the remaining...
2022-05-30 Dmitry Chaginlinux(4): Refactor SIGPWR mapping
2022-05-30 Dmitry Chaginlinux(4): Fix the type of a constant in the signal...
2022-05-30 Dmitry Chaginlinux(4): Properly build argument list for the signal...
2022-05-30 Dmitry Chaginlinux(4): Microoptimize rt_sendsig(), convert signal...
2022-05-30 Dmitry Chaginlinux(4): Avoid direct manipulation of td_sigmask
2022-05-30 Dmitry Chaginlinux(4): Reduce duplication between MD parts of the...
2022-05-30 Alexander V... sockbuf: retain backward compatibility with userland...
2022-05-30 Mark Johnstonsrc.conf.5: Regenerate
2022-05-30 Mark Johnstonsrc.conf.5: Update the WITHOUT_ZFS description
2022-05-30 Mark Johnstonrc: Add a zpoolreguid rc.d script
2022-05-30 Mark Johnstongitignore: Ignore compile_commands.events.json
2022-05-30 Doug Rabsonpkgbase: Move pw to the runtime package
2022-05-30 Mateusz Guzikpf: make sure the rule tree is allocated in DIOCCHANGERULE
2022-05-30 Alexander Motinhwpmc: Use hardware PMCs freezing on PMI on Intel v2+.
2022-05-30 Cy Schubertlib/libgssapi: Trailing whitespace cleanup
2022-05-30 Alexander V... sockstat: be more verbose when reporting kernel/userlan...
2022-05-30 KUROSAWA Takahironetinet6: fix ndp proxying
2022-05-30 KUROSAWA Takahirolltable: introduce the llt_post_resolved callback
2022-05-30 KUROSAWA Takahirolltable: use sa_family_t instead of int for lltable...
2022-05-30 Corvin Köhnex86/mp: don't create empty cpu groups
2022-05-30 Corvin Köhnevmm: add tunable to trap WBINVD
2022-05-30 Corvin Köhnebhyve: use bhyve_config for SMBIOS strings
2022-05-29 Michael Tuexensctp: improve handling of listen() call
2022-05-29 Alexander Motinhwpmc: Add Intel Core register defines up to version 5.
2022-05-28 Rick Macklemnfsstat: Add an entry to output NFSPROC_APPENDWRITE...
2022-05-28 Rick Macklemmount_nfs: Only create a mounttab file entry is nmount...
2022-05-28 Dimitry AndricApply clang fix for assertion failure building putty...
2022-05-28 Dmitry Chaginlinux(4): Handle multiple mbufs in a control message...
2022-05-28 Dmitry Chaginlinux(4): Ratelimit message about unupported cmsg
2022-05-28 Dmitry Chaginlinux(4): Handle IP_ORIGDSTADDR socket option for IPPRO...
2022-05-28 Dmitry Chaginlinux(4): Add LINUX_RATELIMIT_MSG_OPT2 for future use
2022-05-28 Dmitry Chaginlinux(4): Overwrite SO_TIMESTAMP counterpart
2022-05-28 Dmitry Chaginlinux(4): Refactor linux_common_recvmsg()
2022-05-28 Dmitry Chaginlinux(4): Handle SO_TIMESTAMPNS socket option
2022-05-28 Dmitry Chaginlinux(4): Handle 64-bit SO_TIMESTAMP for 32-bit binaries
2022-05-28 Dmitry Chaginlinux(4): For future use replace malloc type for l_sock...
2022-05-28 Dmitry Chaginlinux(4): Improve recvmsg() readability
2022-05-28 Dmitry Chaginlinux(4): For future use move SCM definitions below...
2022-05-28 Dmitry Chaginlinux(4): Avoid EISCONN if addr is specified for sendto()
2022-05-28 Dmitry Chaginlinux(4): Fix SO_LINGER l_onoff value
2022-05-28 Dmitry Chaginlinux(4): Add a helper to copyout getsockopt value
2022-05-28 Dmitry Chaginlinux(4): Check the socket before any others sanity...
2022-05-28 Alan SomersFix a memory leak from caf73e58579
2022-05-28 Dmitry ChaginFinish cpuset_getaffinity() after f35093f8
2022-05-28 Dmitry Chaginsysent: Get rid of bogus sys/sysent.h include.
2022-05-28 Michael Tuexensctp: use a consistent view of the send parameters
2022-05-28 Michael Tuexensctp: ignore SCTP_SENDALL flag on 1-to-1 style sockets
2022-05-28 Michael Tuexensctp: improve handling of send() when association is...
2022-05-28 Michael Tuexensctp: cleanup of error paths
2022-05-28 Dimitry AndricAdd several sanitizer ignore lists under /usr/lib/clang
2022-05-28 Michael Tuexensctp: cleanup, no functional change except on error...
2022-05-28 Gleb Smirnoffunix: unp_externalize() can M_WAITOK
2022-05-27 Rick Macklemnfscl: Add a diagnostic printf() for a "should never...
2022-05-27 Rick Macklemnfscl: Do not handle NFSERR_BADSESSION in operation...
2022-05-27 Cy Schuberttests: Fix i386 and powerpc build
2022-05-27 Kirk McKusickDo comprehensive UFS/FFS superblock integrity checks...
2022-05-27 Dimitry AndricApply clang fix for assertion failure building webkit2-gtk
2022-05-27 Gleb Smirnoffsockbuf: remove unused mbuf counter and cluster counter
2022-05-27 Alan SomersReplace subversion with git in the installation DVD
2022-05-27 Alan Somersbsdinstall: fix prepopulating the ZFS disk menu with...
2022-05-27 Peter Holmstress2: Added a syzkaler reproducer
2022-05-27 Konrad Sewiłło... arp: Implement sticky ARP mode for interfaces.
2022-05-27 Alexander Motinlibpmc: Another update of x86 event definitions.
2022-05-26 John Baldwincxgbei: Adjust the calculation for the maximum ISO...
2022-05-26 Gleb Smirnoffunix: fix incorrect assertion in 4682ac697ce
2022-05-26 Dimitry AndricAdd newline after 20220524 entry in ObsoleteFiles.inc
2022-05-26 Ed Mastesyscons: note incompatibility with UEFI
2022-05-26 John-Mark Gurneydhclient: test against a real (ISC) dhcp server
2022-05-25 John Baldwinetcupdate: Preserve permissions when installing a resol...
2022-05-25 John Baldwinetcupdate: Don't rotate trees for a dry run.
2022-05-25 Gleb Smirnoffunix: turn check in unp_externalize() into assertion
2022-05-25 Gleb Smirnoffunix/*: check new control size in unp_internalize()
2022-05-25 Gleb Smirnoffsockets: return EMSGSIZE if control part of message...
2022-05-25 Gleb Smirnofftests/unix_passfd: sending many and too many SCM_RIGHTS
2022-05-25 Emmanuel Vadotbacklight: Update cached value when getting the brightness
2022-05-25 Tom Jonesdiff3: Add help and version options
2022-05-25 Tom Jonesdiff3: Copy line into debug information
2022-05-25 Tom Jonesdiff3: Don't perform a bitwise OR when comparing diffs
2022-05-25 Dapeng GaoSave only callee-saved registers in pcb
2022-05-25 Andrew TurnerAdd arm64 CnP support
2022-05-25 Mateusz Piotrowskisleep.1: Fix mdoc style
next