aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mount_nfs: Only create a mounttab file entry is nmount(2) succeedsRick Macklem2022-05-281-8/+12
* Apply clang fix for assertion failure building putty 0.77 on i386Dimitry Andric2022-05-283-15/+60
* linux(4): Handle multiple mbufs in a control message chain in recvmsgDmitry Chagin2022-05-281-4/+3
* linux(4): Ratelimit message about unupported cmsgDmitry Chagin2022-05-281-1/+1
* linux(4): Handle IP_ORIGDSTADDR socket option for IPPROTO_IP protocol levelDmitry Chagin2022-05-282-5/+52
* linux(4): Add LINUX_RATELIMIT_MSG_OPT2 for future useDmitry Chagin2022-05-281-0/+12
* linux(4): Overwrite SO_TIMESTAMP counterpartDmitry Chagin2022-05-281-1/+13
* linux(4): Refactor linux_common_recvmsg()Dmitry Chagin2022-05-281-88/+80
* linux(4): Handle SO_TIMESTAMPNS socket optionDmitry Chagin2022-05-283-0/+67
* linux(4): Handle 64-bit SO_TIMESTAMP for 32-bit binariesDmitry Chagin2022-05-285-17/+70
* linux(4): For future use replace malloc type for l_sockaddr by M_LINUXDmitry Chagin2022-05-282-2/+2
* linux(4): Improve recvmsg() readabilityDmitry Chagin2022-05-281-59/+95
* linux(4): For future use move SCM definitions below socket optionsDmitry Chagin2022-05-281-6/+6
* linux(4): Avoid EISCONN if addr is specified for sendto()Dmitry Chagin2022-05-281-4/+14
* linux(4): Fix SO_LINGER l_onoff valueDmitry Chagin2022-05-281-0/+19
* linux(4): Add a helper to copyout getsockopt valueDmitry Chagin2022-05-281-10/+23
* linux(4): Check the socket before any others sanity checksDmitry Chagin2022-05-281-0/+13
* Fix a memory leak from caf73e58579Alan Somers2022-05-281-1/+2
* Finish cpuset_getaffinity() after f35093f8Dmitry Chagin2022-05-284-28/+40
* sysent: Get rid of bogus sys/sysent.h include.Dmitry Chagin2022-05-2828-26/+8
* sctp: use a consistent view of the send parametersMichael Tuexen2022-05-281-1/+4
* sctp: ignore SCTP_SENDALL flag on 1-to-1 style socketsMichael Tuexen2022-05-281-6/+8
* sctp: improve handling of send() when association is shutdownMichael Tuexen2022-05-281-20/+25
* sctp: cleanup of error pathsMichael Tuexen2022-05-281-9/+8
* Add several sanitizer ignore lists under /usr/lib/clangDimitry Andric2022-05-286-0/+16
* sctp: cleanup, no functional change except on error pathsMichael Tuexen2022-05-281-84/+79
* unix: unp_externalize() can M_WAITOKGleb Smirnoff2022-05-281-12/+2
* nfscl: Add a diagnostic printf() for a "should never happen" caseRick Macklem2022-05-271-1/+5
* nfscl: Do not handle NFSERR_BADSESSION in operation codeRick Macklem2022-05-272-3/+2
* tests: Fix i386 and powerpc buildCy Schubert2022-05-271-1/+1
* Do comprehensive UFS/FFS superblock integrity checks when reading a superblock.Kirk McKusick2022-05-271-17/+146
* Apply clang fix for assertion failure building webkit2-gtkDimitry Andric2022-05-271-3/+9
* sockbuf: remove unused mbuf counter and cluster counterGleb Smirnoff2022-05-276-48/+11
* Replace subversion with git in the installation DVDAlan Somers2022-05-271-2/+1
* bsdinstall: fix prepopulating the ZFS disk menu with ZFSBOOT_DISKSAlan Somers2022-05-271-4/+3
* stress2: Added a syzkaler reproducerPeter Holm2022-05-271-0/+298
* arp: Implement sticky ARP mode for interfaces.Konrad Sewiłło-Jopek2022-05-274-6/+29
* libpmc: Another update of x86 event definitions.Alexander Motin2022-05-27222-60265/+82830
* cxgbei: Adjust the calculation for the maximum ISO payload.John Baldwin2022-05-261-2/+4
* unix: fix incorrect assertion in 4682ac697ceGleb Smirnoff2022-05-261-1/+1
* Add newline after 20220524 entry in ObsoleteFiles.incDimitry Andric2022-05-261-0/+1
* syscons: note incompatibility with UEFIEd Maste2022-05-261-1/+9
* dhclient: test against a real (ISC) dhcp serverJohn-Mark Gurney2022-05-262-0/+198
* etcupdate: Preserve permissions when installing a resolved file.John Baldwin2022-05-251-2/+3
* etcupdate: Don't rotate trees for a dry run.John Baldwin2022-05-251-0/+12
* unix: turn check in unp_externalize() into assertionGleb Smirnoff2022-05-251-4/+2
* unix/*: check new control size in unp_internalize()Gleb Smirnoff2022-05-251-1/+13
* sockets: return EMSGSIZE if control part of message is too largeGleb Smirnoff2022-05-251-1/+1
* tests/unix_passfd: sending many and too many SCM_RIGHTSGleb Smirnoff2022-05-251-1/+68
* backlight: Update cached value when getting the brightnessEmmanuel Vadot2022-05-251-1/+3