]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2023-08-20 Dmitry Chaginlinux(4): Return EAGAIN instead of ENOBUFS for non...
2023-08-20 Dmitry Chaginlinux(4): Add a dedicated writev syscall wrapper
2023-08-20 Dmitry ChaginRegen for writev syscall
2023-08-20 Dmitry Chaginlinux(4): Add a writev syscall wrapper
2023-08-20 Dmitry Chaginlinux(4): Add a write syscall wrapper
2023-08-20 Dmitry ChaginRegen for write syscall
2023-08-20 Dmitry Chaginlinux(4): Modify write syscall to match Linux
2023-08-20 Xin LIMFV: zlib 1.3
2023-08-20 Colin PercivalBump __FreeBSD_version for struct sysinit change
2023-08-20 Kyle Evansnetbsd-tests: libc: fix strvis(3) overflow tests
2023-08-20 Colin Percivalinit_main: Switch from sysinit array to SLIST
2023-08-20 Colin Percivalstruct sysinit: Add SLIST_ENTRY(sysinit) next
2023-08-20 Colin PercivalAdd <sys/queue_mergesort.h>
2023-08-20 Colin Percivalqueue.h: Define {LIST,TAILQ}_REMOVE_HEAD
2023-08-20 Stephen J.... xhci: Add support for 64-bit DMA in generic XHCI contro...
2023-08-19 Xin LIVendor import of zlib 1.3.
2023-08-19 Dmitry Chaginlinux(4): Fix linker warning about undefined vdso symbols
2023-08-19 Dmitry Chaginlinux(4): Return EAGAIN instead of ENOBUFS for non...
2023-08-19 Dmitry Chaginlinux(4): Allow in fd to be a socket in sendfile
2023-08-19 Michael Tuexensctp: fix a warning
2023-08-19 Michael Tuexensctp: cleanup handling of graceful shutdown of the...
2023-08-19 Peter Holmstress2: No need to write to the console. Add revision...
2023-08-19 Peter Holmstress2: Added a syzkaller reproducer
2023-08-19 Bjoern A. ZeebLinuxKPI: skbuff: add skb_cow_head()
2023-08-19 Bjoern A. ZeebLinuxKPI: skbuff: fix tracing
2023-08-19 Ed MasteCirrus-CI: restore amd64-gcc12 build/test on main
2023-08-19 Dag-Erling... unbound: Move config.h to lib directory.
2023-08-18 Mateusz Guzikvfs: track how many times vn_alloc blocked on hitting...
2023-08-18 Ed Mastelibcrypto: add rsa_depr.c to the build
2023-08-18 John Baldwinsys: Remove SND_DECLARE_FILE
2023-08-18 John Baldwinpcm: Turn SND_DECLARE_FILE into a no-op.
2023-08-19 Enji CooperFix GoogleTest 1.14.0 import
2023-08-18 Ed Mastelibcrypto: add err_all_legacy.c to the build
2023-08-18 Bartosz Sobczakirdma(4): upgrade to 1.2.17-k
2023-08-18 Graham PerrinUPDATING: fix a typo, adjust a white space
2023-08-18 Konstantin... subr_unit.c: another attempt to fix the build
2023-08-18 Marius Stroblsym(4): Add __diagused to nseg of getbaddrcb()
2023-08-18 Konstantin... std.nodebug: remove DIAGNOSTIC from debug configs
2023-08-18 Konstantin... kern/subr_unit.c: fix non-debug build
2023-08-18 Konstantin... vm_map.c: fix syntax
2023-08-18 Michael Tuexensctp: cleanup cdefs.h include
2023-08-18 Michael Tuexensctp: whitespace change to improve consistency
2023-08-18 Michael Tuexensctp: unbreak congestion control dtrace support
2023-08-18 Dmitry Chaginlinux(4): Remove sys/cdefs.h inclusion under x86/linux...
2023-08-18 Dmitry Chaginlinux(4): Remove include of sys/types.h from linux_vdso.h
2023-08-18 Dmitry Chaginlinux(4): Follow style(9), don't include both sys/param...
2023-08-18 Konstantin... vm_map.c: plug several more places which might modify...
2023-08-18 Dmitry Salychevsff: Add SFP driver (fdt-based draft)
2023-08-18 Dmitry Chaginlinprocfs(5): Follow style(9), sort includes
2023-08-18 Dmitry Chaginlinprocfs(5): Remove sys/cdefs.h inclusion where it...
2023-08-18 Dmitry Chaginlinsysfs(5): Remove sys/cdefs.h inclusion where it...
2023-08-18 Dmitry Chaginlinux(4): Follow style(9), include sys/systm.h after...
2023-08-18 Dmitry Chaginlinux(4): Remove sys/cdefs.h inclusion where it's not...
2023-08-18 Doug Moorelinuxkpi math: fix kassert in math64.h
2023-08-18 Enji CooperUpdate `make delete-old`
2023-08-18 Kyle Evanslinuxkpi: fix buildkernel after b80ea452375f
2023-08-18 Enji CooperUse proper convention for relative path linking
2023-08-18 Kyle Evanskern: osd: stop downsizing arrays when the last slot...
2023-08-18 Bjoern A. Zeebfwget: fix installing multiple firmware files
2023-08-18 Bjoern A. ZeebLinuxKPI: implement mul_u64_u64_div_u64()
2023-08-18 Gregory Neil... Remove confDH_PARAMETERS settings in favor of using...
2023-08-18 Glen Barberrelease: update main to ALPHA2
2023-08-18 Ed Mastemsi: handle error from BUS_REMAP_INTR in msi_assign_cpu
2023-08-17 John Baldwinarm64 makectx: Fix overflow of tf_x array
2023-08-17 Mark Johnstonvmm: Fix VM_GET_CPUS compatibility
2023-08-17 Elliott Mitchellintr: merge interrupt table uses of MAXCOMLEN into...
2023-08-17 Elliott Mitchellintr: move MAX_STRAY_LOG to interrupt.h
2023-08-17 John BaldwinRELNOTES: Clarify package building on older branches...
2023-08-17 Dmitry Chaginlinux(4): Update my copyrights, add SPDX tag
2023-08-17 Dmitry Chaginlinux(4): Fix leftovers after 2ff63af9
2023-08-17 Dmitry Chaginlinux(4): Drop bogus __arm__ condition due to lack...
2023-08-17 Dmitry Chaginlinux(4): Don't miss error from underlying in sendfile
2023-08-17 James McLaughlinlinux(4): Add sendfile fallback for non-socket fds
2023-08-17 Dmitry Chaginlinux(4): Use native off_t for fo_sendfile call
2023-08-17 Dmitry Chaginlinux(4): Regen for sendfile
2023-08-17 Dmitry Chaginlinux(4): Use l_off_t type for offset argument in sendf...
2023-08-17 Alvin Chenlinux(4): Be verbose about unsupported ioctl commands...
2023-08-17 Alvin Chenlinux(4): Add 2 Linux socket ioctl commands
2023-08-17 Ed Mastebhyve: default UART to 115200
2023-08-17 Marius Strobliflib drivers: Constify PCI ID LUTs
2023-08-17 John BaldwinRestore blank line after #include
2023-08-17 John Baldwinarm64 db_trace: Ensure trapframe pointer is suitably...
2023-08-17 John Baldwinbhyve: Store the FreeBSD OUI in little-endian in the...
2023-08-17 Ed Masteshare/examples: clarify BOOT_COMCONSOLE_SPEED
2023-08-17 Ed MasteUse 115200 bps by default for serial communication
2023-08-17 Ed MasteCirrus-CI: for *-gcc12, build world with make -s
2023-08-17 Dag-Erling... forkpty: Avoid fd leak if fork() fails.
2023-08-17 Dag-Erling... Remove my middle name.
2023-08-17 Mateusz Pacuszkaixl: fix multicast filters handling
2023-08-17 Andrew TurnerAdd a virtio-gpu 2D driver
2023-08-17 Corvin Köhnebhyve: add cmdline option for TPM emulation
2023-08-16 Ed Masteshare/examples/tests: fix comments after $FreeBSD$...
2023-08-16 Ed MasteCirrus-CI: temporarily disable amd64-gcc12 build/test...
2023-08-16 Ed Mastemakefs: clean up some leftovers after $FreeBSD$ tag...
2023-08-16 Warner LoshFix partially removed comment by removing the rest
2023-08-16 Brooks Davislibc: regoranize malloc build
2023-08-16 Brooks Davisjemalloc: drop unused .PATH
2023-08-16 Brooks Davislibc: include malloc via stdlib/Makefile.inc
2023-08-16 Warner Loshfreebsd-yeet: Tool to remove $FreeBSD$ from tree
2023-08-16 Warner LoshRemove $FreeBSD$: one-line xdr pattern
next