aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Bump __FreeBSD_version for zlib 1.3.Xin LI2023-08-201-1/+1
* linux(4): Replace linux32_copyiniov by freebsd32_copyiniovDmitry Chagin2023-08-203-42/+3
* linux(4): Replace linux32_copyinuio by freebsd32_copyinuioDmitry Chagin2023-08-203-46/+3
* Regen for readv syscallDmitry Chagin2023-08-202-3/+3
* linux(4): Prepare to retire linux32_copyinuioDmitry Chagin2023-08-201-1/+1
* linux(4): Return EAGAIN instead of ENOBUFS for non-blocking sockets in pwriteDmitry Chagin2023-08-201-1/+2
* linux(4): Return EAGAIN instead of ENOBUFS for non-blocking sockets in pwritevDmitry Chagin2023-08-201-1/+1
* linux(4): Add a dedicated writev syscall wrapperDmitry Chagin2023-08-202-14/+19
* Regen for writev syscallDmitry Chagin2023-08-2018-24/+46
* linux(4): Add a writev syscall wrapperDmitry Chagin2023-08-204-7/+8
* linux(4): Add a write syscall wrapperDmitry Chagin2023-08-206-4/+36
* Regen for write syscallDmitry Chagin2023-08-2020-32/+60
* linux(4): Modify write syscall to match LinuxDmitry Chagin2023-08-204-10/+10
* MFV: zlib 1.3Xin LI2023-08-2030-1707/+1024
* Bump __FreeBSD_version for struct sysinit changeColin Percival2023-08-201-1/+1
* init_main: Switch from sysinit array to SLISTColin Percival2023-08-201-90/+85
* struct sysinit: Add SLIST_ENTRY(sysinit) nextColin Percival2023-08-201-1/+5
* Add <sys/queue_mergesort.h>Colin Percival2023-08-201-0/+217
* queue.h: Define {LIST,TAILQ}_REMOVE_HEADColin Percival2023-08-201-1/+7
* xhci: Add support for 64-bit DMA in generic XHCI controller driverStephen J. Kiernan2023-08-203-6/+24
* linux(4): Fix linker warning about undefined vdso symbolsDmitry Chagin2023-08-191-3/+11
* linux(4): Return EAGAIN instead of ENOBUFS for non-blocking sockets in sendfileDmitry Chagin2023-08-191-0/+2
* linux(4): Allow in fd to be a socket in sendfileDmitry Chagin2023-08-191-4/+12
* sctp: fix a warningMichael Tuexen2023-08-191-10/+5
* sctp: cleanup handling of graceful shutdown of the peerMichael Tuexen2023-08-193-67/+16
* LinuxKPI: skbuff: add skb_cow_head()Bjoern A. Zeeb2023-08-191-0/+8
* LinuxKPI: skbuff: fix tracingBjoern A. Zeeb2023-08-191-2/+1
* vfs: track how many times vn_alloc blocked on hitting the vnode limitMateusz Guzik2023-08-181-0/+5
* sys: Remove SND_DECLARE_FILEJohn Baldwin2023-08-1845-103/+0
* pcm: Turn SND_DECLARE_FILE into a no-op.John Baldwin2023-08-182-65/+17
* irdma(4): upgrade to 1.2.17-kBartosz Sobczak2023-08-1832-977/+1492
* subr_unit.c: another attempt to fix the buildKonstantin Belousov2023-08-181-0/+4
* sym(4): Add __diagused to nseg of getbaddrcb()Marius Strobl2023-08-181-1/+2
* std.nodebug: remove DIAGNOSTIC from debug configsKonstantin Belousov2023-08-181-0/+1
* kern/subr_unit.c: fix non-debug buildKonstantin Belousov2023-08-181-1/+1
* vm_map.c: fix syntaxKonstantin Belousov2023-08-181-1/+1
* sctp: cleanup cdefs.h includeMichael Tuexen2023-08-1838-41/+4
* sctp: whitespace change to improve consistencyMichael Tuexen2023-08-181-1/+1
* sctp: unbreak congestion control dtrace supportMichael Tuexen2023-08-181-6/+2
* linux(4): Remove sys/cdefs.h inclusion under x86/linux due to 685dc743Dmitry Chagin2023-08-183-3/+0
* linux(4): Remove include of sys/types.h from linux_vdso.hDmitry Chagin2023-08-181-2/+0
* linux(4): Follow style(9), don't include both sys/param.h and sys/types.hDmitry Chagin2023-08-181-1/+0
* vm_map.c: plug several more places which might modify entry->offsetKonstantin Belousov2023-08-181-3/+10
* sff: Add SFP driver (fdt-based draft)Dmitry Salychev2023-08-186-0/+210
* linprocfs(5): Follow style(9), sort includesDmitry Chagin2023-08-181-2/+2
* linprocfs(5): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin2023-08-181-1/+0
* linsysfs(5): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin2023-08-182-2/+0
* linux(4): Follow style(9), include sys/systm.h after sys/param.hDmitry Chagin2023-08-182-2/+2
* linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin2023-08-1852-52/+0
* linuxkpi math: fix kassert in math64.hDoug Moore2023-08-181-0/+1