Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-11if_ovpn: fix AES-128-GCM supportKristof Provost
2022-11-11rtld: add support for the $LIB tokenKonstantin Belousov
2022-11-11Fix a rk356x pinctrl register offsetAndrew Turner
2022-11-10man4: if_bridge and if_vlan do support ALTQKristof Provost
2022-11-10man4: cxgbe(4) does not support ALTQKristof Provost
2022-11-10if_ovpn tests: fix typo in test descriptionKristof Provost
2022-11-10ObsoleteFiles: add missing '+'Baptiste Daroussin
2022-11-10ObsoleteFiles: fix typoBaptiste Daroussin
2022-11-10linuxkpi: Move cpu_relax out of ifdef for x86Emmanuel Vadot
2022-11-10tcp: account sent/received IP ECN markings independentlyRichard Scheffenegger
2022-11-10ixgbe: workaround errata about UDP frames with zero checksumAndrey V. Elsukov
2022-11-10ObsoleteFiles: the rc.sendmail(8) man page was also removedBaptiste Daroussin
2022-11-10stress2: Add SU+J as a test. Save fsck_ffs core dump, if anyPeter Holm
2022-11-10Sort list of supported features for more easy handlingAlexander Leidinger
2022-11-10rc.conf: document the sendmail optionsBaptiste Daroussin
2022-11-10Fix printfs for fsck_ffs(8) i386 build.Kirk McKusick
2022-11-10include: put includes into -dev packagesKyle Evans
2022-11-10Fix types for fsck_ffs(8) i386 build.Kirk McKusick
2022-11-09pfsync: prepare code to accommodate AF_INET6 familyLuiz Amaral
2022-11-09vm_page_unswappable: remove wrong assertionAnton Rang
2022-11-09Add support for managing UFS/FFS snapshots to fsck_ffs(8).Kirk McKusick
2022-11-09Don't panic when tasting a disk with sectorsize=0Alan Somers
2022-11-09libc: Don't warn about RRSIG replies.Dag-Erling Smørgrav
2022-11-09ssh: update comment text to match upstreamEd Maste
2022-11-09ipfw: Have NAT steal the TH_RES1 bit, instead of the TH_AE bitRichard Scheffenegger
2022-11-09rc.sendmail: remove unused scriptBaptiste Daroussin
2022-11-09rc.conf(5): fix the description of mta_start_scriptBaptiste Daroussin
2022-11-09sendmail: Add back a comment about "NONE"Jose Luis Duran
2022-11-09sendmail: do not use NONEBaptiste Daroussin
2022-11-09mktemp: skip later TMPDIR check if -p is specifiedKyle Evans
2022-11-09vfs: whack mips remnantMateusz Guzik
2022-11-09tests: also remove sparc64 caseEd Maste
2022-11-09linux(4): Fix get_robust_list() syscall return value.Alex S
2022-11-08tcp: fix build without INVARIANTS and VIMAGEGleb Smirnoff
2022-11-08cxgbe tom: Fix jobtotid() compilation.John Baldwin
2022-11-08tcp: forward declare struct tcpcb in the TCP logging headerGleb Smirnoff
2022-11-08inpcb: remove TCP includes, all TCP specific code was movedGleb Smirnoff
2022-11-08tcp: don't store VNET in every tcpcb, take it from the inpcbinfoGleb Smirnoff
2022-11-08hpts: move inp initialization from the generic inpcb code to TCPGleb Smirnoff
2022-11-08tcp: provide macros to access inpcb and socket from a tcpcbGleb Smirnoff
2022-11-08tcp: inp_socket is valid through the lifetime of a TCP inpcbGleb Smirnoff
2022-11-08tcp: remove INP_DROPPED check from notify functionsGleb Smirnoff
2022-11-08inpcb: don't return INP_DROPPED entries from pcb lookupsGleb Smirnoff
2022-11-08LinuxKPI: add virt_to_phys()Bjoern A. Zeeb
2022-11-08LinuxKPI: tasklet add (*callback) supportBjoern A. Zeeb
2022-11-08LinuxKPI: implement cpumask_of()Bjoern A. Zeeb
2022-11-08tcp: allow packets to be marked as ECT1 instead of ECT0Richard Scheffenegger
2022-11-08tests: retire now-unused MIPS caseEd Maste
2022-11-08tcp_bbr(4): Fix a typo in a source code commentGordon Bergling
2022-11-08nfs: Fix common typos in source code commentsGordon Bergling