aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line m4 tagWarner Losh2023-08-2319-19/+0
* sys: Remove $FreeBSD$: sound driver versionWarner Losh2023-08-2354-54/+54
* powerpc/ata: Remove non-standard __FBSDID()Warner Losh2023-08-231-3/+0
* glob.h: Remove $FreeBSD$Warner Losh2023-08-231-2/+0
* mpool: Remove $FreeBSD$ commentWarner Losh2023-08-231-1/+0
* cursor.bdf: Remove $FreeBSD$ tagWarner Losh2023-08-231-2/+0
* ps3: Don't add $FreeBSD$ to generated fileWarner Losh2023-08-231-1/+0
* generate-hfs.sh: don't embed $FreeBSD$ in generated codeWarner Losh2023-08-231-2/+0
* vnode_if: Don't add $FreeBSD$ to the outputWarner Losh2023-08-231-2/+0
* fw_stub: Don't add $FreeBSD$ to generated fileWarner Losh2023-08-231-2/+1
* pccard: Don't include version information.Warner Losh2023-08-231-7/+0
* miidevs2h: Ignore the first lineWarner Losh2023-08-231-7/+0
* usbdevs2h: Ignore First Line and stop generating $FreeBSD$Warner Losh2023-08-231-5/+0
* systat: Remove obsolete copyright stringWarner Losh2023-08-231-6/+0
* linux(4): Fix linker warning about undefined vdso symbolsDmitry Chagin2023-08-221-3/+11
* linux(4): Fix MSG_CTRUNC handling in recvmsg()Dmitry Chagin2023-08-211-3/+2
* linux(4): Add a comment explaining udata freeing on errorDmitry Chagin2023-08-211-0/+1
* linux(4): Refactor recvmsgDmitry Chagin2023-08-211-37/+64
* linux(4): Skip unsupported anxiliary messageDmitry Chagin2023-08-211-5/+10
* linux(4): Improve readability of recvmsg control buffer copyout codeDmitry Chagin2023-08-211-3/+2
* linux(4): Drop bogus empty line in linux_socket.cDmitry Chagin2023-08-211-1/+0
* linux(4): Fix control message size calculation againDmitry Chagin2023-08-211-1/+1
* pci: return 0 for pci_remap_intr_method MSI-X non-error caseEd Maste2023-08-211-1/+4
* Set UFS/FFS file type to snapshot before changing its block pointers.Kirk McKusick2023-08-202-6/+10
* Optimize operations on UFS/FFS filesystems with bad cylinder group(s).Kirk McKusick2023-08-201-8/+45
* Cleanups to UFS/FFS ffs_checkblk().Kirk McKusick2023-08-201-21/+23
* Clean up and document UFS/FFS error returns.Kirk McKusick2023-08-201-8/+10
* Remove a partial UFS/FFS snapshot if it fails to build successfully.Kirk McKusick2023-08-201-8/+23
* Rate limit kernel UFS/FFS cylinder group check-hash error messages.Kirk McKusick2023-08-201-28/+30
* Handle UFS/FFS file deletion from cylinder groups with check-hash failure.Kirk McKusick2023-08-203-41/+55
* Support background fsck_ffs(8) on filesystems using journaled soft updatesKirk McKusick2023-08-202-14/+30
* Update newfs(8) and tunefs(8) manual pages.Kirk McKusick2023-08-202-6/+0
* tftpd: fix wrong conflict resolutionEugene Grosbein2023-08-191-1/+1
* tftpd: introduce new option -SEugene Grosbein2023-08-192-7/+29
* tc_fill_vdso_timehands32(): fixKonstantin Belousov2023-08-194-4/+11
* libc vdso time functions: correctly convert errors into errnosKonstantin Belousov2023-08-192-2/+10
* gve: Simplify tx loop over buffer ringShailend Chand2023-08-181-3/+2
* gve: Fix Tx tcpdump panicShailend Chand2023-08-181-3/+3
* gve: Unobfuscate code by using nitems directly for loop.Xin LI2023-08-181-4/+3
* gve: Add PNP info to PCI attachment of gve(4) driver.Xin LI2023-08-181-4/+24
* gve: Fix build on i386 and enable LINT builds.Xin LI2023-08-188-11/+16
* Add gve, the driver for Google Virtual NIC (gVNIC)Shailend Chand2023-08-1817-0/+5517
* Cirrus update to new freebsd instance versionQWERTIOX2023-08-181-1/+1
* ldns: Upgrade to 1.8.3.Dag-Erling Smørgrav2023-08-18102-15652/+15507
* pkgbase: move libcom_err from kerberos to kerberos-libDoug Rabson2023-08-181-1/+1
* md driver compat32: fix structure padding for arm, powerpcMike Karels2023-08-181-1/+9
* bhyve: add bootindex option for several devicesCorvin Köhne2023-08-187-1/+69
* bhyve: add helper to create a bootorderCorvin Köhne2023-08-182-0/+78
* bhyve: pass address of OpRegion to the guestCorvin Köhne2023-08-181-1/+4
* bhyve: copy OpRegion into guest memoryCorvin Köhne2023-08-181-1/+43