]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2023-02-14 Gleb Smirnoffpfil: add pfil_mem_{in,out}() and retire pfil_run_hooks()
2023-02-14 Gleb Smirnoffnet: use pfil_mbuf_{in,out} where we always have an...
2023-02-14 Warner Loshsys/_endian.h: Move powerpc workaround into _endian.h
2023-02-14 Ed Masteatkbd: correct bogus character in #ifdef
2023-02-14 Warner Loshbsd.cpu.mk: Simplify armv[67] support
2023-02-14 Warner Losharmv5: Remove dead code
2023-02-14 Warner Loshlibc: Simplify soft-float on 32-bit arm
2023-02-14 Warner Losharm: Remove armv5 supprt
2023-02-14 Warner Loshpowerpc: Drop old workaround for old gcc
2023-02-14 Justin HibbitsPort Linuxulator to IfAPI
2023-02-14 Justin HibbitsFinish mechanical conversion of axgbe(4) to IfAPI.
2023-02-14 Justin HibbitsIfAPI: Style cleanup
2023-02-14 Justin HibbitsIfAPI: Add capabilities2/capenable2 accessors
2023-02-14 Justin HibbitsIfAPI: More accessors
2023-02-14 Justin HibbitsIfAPI: Finish changes of ice(4).
2023-02-14 Justin HibbitsMechanically convert netmap(4) to IfAPI
2023-02-14 Justin Hibbitsmlx4: Finish conversion to IfAPI
2023-02-14 Justin Hibbitsetherswitch: Fix leftovers from IfAPI conversion
2023-02-14 Mark Johnstontcp: Disallow re-connection of a connected socket
2023-02-14 Dmitry Chaginlinux(4): Trim unused opt_usb.h from modules Makefiles
2023-02-14 Dmitry Chaginlinux(4): Rename linux_timer.h to linux_time.h
2023-02-14 Dmitry Chaginlinux(4): Cleanup includes under arm64/linux
2023-02-14 Dmitry Chaginlinux(4): Cleanup includes under x86/linux
2023-02-14 Dmitry Chaginlinux(4): Cleanup includes under amd64/linux
2023-02-14 Dmitry Chaginlinux(4): Cleanup includes under i386/linux
2023-02-14 Dmitry Chaginlinux(4): Cleanup includes under compat/linux
2023-02-14 Dmitry Chaginlinux(4): Cleanup sys/sysctl.h from linux_misc.h
2023-02-14 Dmitry Chaginlinux(4): Fix brackets of local include opt_inet6
2023-02-14 Dmitry Chaginlinux(4): Move use_real_names knob to the linux.c
2023-02-14 Dmitry Chaginlinux(4): Cleanup sys/uio.h where linux_uitl.h is included
2023-02-14 Dmitry Chaginlinux(4): Move uselib() to i386
2023-02-14 Dmitry Chaginlinux(4): Cleanup abi_compat.h include from linux_timer.h
2023-02-14 Dmitry Chaginlinux(4): Cleanup sys/queue.h from linux.h
2023-02-14 Dmitry Chaginlinux(4): Cleanup sys/sysent.h from linux_util
2023-02-14 Dmitry Chaginlinux(4): Cleanup vm includes from linux_util.h
2023-02-14 Dmitry Chaginlinux(4): Cleanup unneeded includes from linux_util.h
2023-02-14 Stefan Eßersys/kbio.h: make pre-unicode keymap support optional
2023-02-14 Stefan Eßerkbdcontrol: enable pre-Unicode dead key table compatibility
2023-02-14 Stefan Eßerkbdcontrol.c: make pre-Unicode compatibility conditional
2023-02-14 Peter Holmstress2: Add UFS+SU test scenario
2023-02-14 Peter Holmstress2: Add a regression test for D38549
2023-02-14 Corvin Köhnebhyve: add emulation for qemu's fwcfg data port
2023-02-14 Corvin Köhnebhyve: add emulation for the qemu fwcfg selector port
2023-02-14 Corvin Köhnebhyve: add basic qemu fwcfg implementation
2023-02-14 Corvin Köhnebhyve: maintain a list of acpi devices
2023-02-14 Corvin Köhnebhyve: add helper func to write a dsdt entry
2023-02-14 Corvin Köhnebhyve: add helper func to add acpi resources
2023-02-14 Corvin Köhnebhyve: add helper struct for acpi device handling
2023-02-14 Piotr Kubajice(4): Update to 1.37.7-k
2023-02-14 Rich Ercolaniquick fix for lingering snapdir unmount problems
2023-02-14 George AmanakisFix a race condition in dsl_dataset_sync() when activat...
2023-02-14 Prakash SuryaReduce need for contiguous memory for ioctls
2023-02-13 Konstantin... tmpfs_rename(): use tmpfs_access_locked instead of...
2023-02-13 Konstantin... Extract tmpfs-specific part of tmpfs_access() into...
2023-02-13 Konstantin... tmpfs_access(): style fixes and remove redundand assertions
2023-02-13 Rick Macklemnfsd: Continue adding macros so nfsd can run in a vnet...
2023-02-13 Konstantin... msdosfs deextend: validate pages of the partial buffer
2023-02-13 Konstantin... msdosfs deextend(): memoize DETOV(dep)
2023-02-13 Konstantin... msdosfs: correct handling of vnode pager size on file...
2023-02-13 Konstantin... allocbuf(): convert direct panic() calls to KASSERT()s
2023-02-13 Mark Johnstonvm_fault: Fix a race in vm_fault_soft_fast()
2023-02-13 Mark Johnstoninpcb: refcount_release() returns a bool
2023-02-13 Mark Johnstontcp: Remove a redundant net_epoch entry in tcp6_connect()
2023-02-13 Alexander MotinImprove arc_read() error reporting
2023-02-13 John Baldwinarm64 pmap: Fix a buffer overrun initializing per-super...
2023-02-13 John BaldwinRemove support for the base/* toolchain ports.
2023-02-13 Jean-Sébastien... linuxkpi: Define `cpu_data(cpu)`
2023-02-13 Jean-Sébastien... linuxkpi: Add `sg_alloc_table_from_pages_segment()`
2023-02-13 Jean-Sébastien... linuxkpi: Add <linux/stdarg.h> + include it from <linux...
2023-02-13 Jean-Sébastien... linuxkpi: Define `IRQ_NOTCONNECTED`
2023-02-13 Jean-Sébastien... linuxkpi: Define `lockdep_assert{,_once}()`
2023-02-13 Jean-Sébastien... linuxkpi: Move definition of `struct list_head` to...
2023-02-13 Jean-Sébastien... linuxkpi: Define `FIELD_FIT()`
2023-02-13 Jean-Sébastien... linuxkpi: Add `i2c_adapter_quirks` support
2023-02-13 Jean-Sébastien... linuxkpi: Define `xa_is_err()`, `xa_{store,erase}_irq...
2023-02-13 Jean-Sébastien... linuxkpi: Update `vga_client_register()` and add `vga_c...
2023-02-13 Jean-Sébastien... linuxkpi: Declare missing `DMI_*` enum entries
2023-02-13 Jean-Sébastien... linuxkpi: Define `backlight_get_brightness()` and ...
2023-02-13 Warner Loshzlib: Add proper NO_WSTRICT_PROTYPES too
2023-02-13 Mateusz Guzikpsm: ansify
2023-02-13 Mateusz Guziktcp: add missing void keyword to tcp_stats_init
2023-02-13 Mateusz Guzikxdr: ansify
2023-02-13 Mateusz Guzikufs: ansify
2023-02-13 Mateusz Guzikaltq: ansify
2023-02-13 Mateusz Guzikspeaker: ansify
2023-02-13 Mateusz Guzikntptime: ansify
2023-02-13 Mateusz Guzikvm: ansify
2023-02-13 Mateusz Guzikuipc: ansify
2023-02-13 Mateusz Guziksctp: ansify
2023-02-13 Mitchell Horneintr_event(9): fixup Nm field
2023-02-13 Mateusz Guzikipfilter: ansify
2023-02-13 Mitchell Horneofwbus: only allow unit number zero
2023-02-13 Mitchell Horneofwbus: remove arm64 ifdefs
2023-02-13 Mitchell Horneofwbus: trim includes
2023-02-13 Warner Loshzlib: Use NO_WDEPRECATED_NON_PROTOTYPE
2023-02-13 Alan SomersChange "ctlstat -P"'s schema
2023-02-13 Dmitry ChaginComplete removal of opt_compat.h
2023-02-13 Alan Somerssesutil: don't malloc in a tight loop
2023-02-13 Warner Loshbearssl: Suppress warnings from functions that have...
2023-02-13 Warner LoshProperly conditionalize clang 15-only flags
next