]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2023-01-24 Eric van GyzenEFI secure boot VECTX related changes
2023-01-24 Warner Loshgptboot.efi: Add man page
2023-01-24 Warner Loshluaboot: visible must be a function
2023-01-24 Warner Loshloader: create a generic vendor sub-menu place holder
2023-01-24 Hans Petter... Bump the FreeBSD kernel version in kernel boot shim.
2023-01-24 Roger Pau Monnébi_load: only add MODULEP on arches that have it defined
2023-01-24 Roger Pau Monnéstand/multiboot2: add support for booting a Xen dom0...
2023-01-24 Roger Pau Monnéstand/efi: add modulep to kernel metadata
2023-01-24 Roger Pau Monnéstand/efi: allow not exiting boot services
2023-01-24 Roger Pau Monnéstand/amd64: remove unused addr parameter from bi_load64
2023-01-24 Andrew TurnerRemove obsolete code gated on _ARM_ARCH_*
2023-01-24 Alexander V... man: fix socket.2 merge from a16f805f820e
2023-01-24 Li-Wen Hsunetlink: connect netlink(4), rtnetlink(4), genetlinl...
2023-01-24 Jean-Sébastien... linuxkpi: Update `struct irq_work`
2023-01-24 Jean-Sébastien... linuxkpi: Define `boot_cpu_data.x86_max_cores`
2023-01-24 Jean-Sébastien... linuxkpi: Define `lockdep_assert_none_held_once()`
2023-01-24 Jean-Sébastien... linuxkpi: Include `errno.h` from `acpi/video.h`
2023-01-24 Jean-Sébastien... linuxkpi: Introduce module_param() of type `bint`
2023-01-24 Jean-Sébastien... linuxkpi: Add `PCIE_SPEED_{32,64}_0GT` PCI-E bus speed...
2023-01-24 Jean-Sébastien... linuxkpi: Add `cmpxchg64()` in <asm/atomic.h>
2023-01-24 Jean-Sébastien... linuxkpi: Define `ZERO_OR_NULL_PTR()` in <linux/slab.h>
2023-01-24 Jean-Sébastien... linuxkpi: Define `pci_reset_function()` in <linux/pci.h>
2023-01-24 Jean-Sébastien... linuxkpi: Include <linux/list.h> and <linux/kernel...
2023-01-24 Jean-Sébastien... linuxkpi: Add <linux/mman.h> which includes <linux...
2023-01-24 Jean-Sébastien... linuxkpi: Add <linux/page-flags.h>
2023-01-24 Jean-Sébastien... linuxkpi: Add `dev_warn_once()` in <linux/device.h>
2023-01-24 Jean-Sébastien... linuxkpi: Add `list_for_each_entry_from_rcu()` in ...
2023-01-24 Jean-Sébastien... linuxkpi: Define `typeof_member()` in <linux/kernel.h>
2023-01-24 Jean-Sébastien... linuxkpi: Add <linux/dma-buf-map.h>
2023-01-24 Jean-Sébastien... linuxkpi: Add <linux/mmzone.h>
2023-01-24 Jean-Sébastien... linuxkpi: Add <acpi/actbl.h>
2023-01-24 Jean-Sébastien... linuxkpi: Add `krealloc_array()`
2023-01-24 Jean-Sébastien... linuxkpi: Introduce module_param() of type `hexint`
2023-01-24 Jean-Sébastien... linuxkpi: Introduce `vma_set_file()`
2023-01-24 Jean-Sébastien... linuxkpi: Include <linux/shinker.h> in <linux/mm.h>
2023-01-24 Jean-Sébastien... linuxkpi: Add `__GFP_NOMEMALLOC` kmalloc flag
2023-01-24 Gordon Berglingrc.initdiskless: Fix a typo in a comment
2023-01-24 Gordon Berglingcxgbetool(8): Fix common typos in sysctl descriptions
2023-01-24 John Graftonlinprocfs: Add net/route.
2023-01-24 Corvin KöhneAdd a virtio-input device emulation.
2023-01-24 John Baldwinktls: Post receive errors on partially closed sockets.
2023-01-24 John Baldwinktls: Close a race with setting so_error when dropping...
2023-01-24 John Baldwinwg: Re-add basic if_wg(4) tests.
2023-01-24 John Baldwinsrc.opts.mk: Disable all of LLVM if C++ support is...
2023-01-24 John Baldwinbhyve: Use XHCI_PORTREG_PTR in one place that open...
2023-01-24 John Baldwinlibfetch: Pass a zeroed digest to DigestCalcResponse.
2023-01-24 John Baldwindiff: Don't (ab)use sprintf() as a kind of strcat().
2023-01-24 John Baldwindiff: Don't treat null characters like carriage returns...
2023-01-24 John Baldwincxgbe: Various whitespace fixes.
2023-01-24 John Baldwinktls_ocf: Reject encrypted TLS records using AEAD that...
2023-01-24 John Baldwinktls: Don't leak ktls session objects for certain errors.
2023-01-24 John Baldwinwg: Drop the compat shim for sbcreatecontrol().
2023-01-24 John Baldwinwg.4: Update first appeared release to 13.2.
2023-01-24 John Baldwinpsm: Swap the unit member in the softc for a device_t.
2023-01-24 Adrian ChaddAdd device and ifnet logging methods, similar to device...
2023-01-24 John Baldwinsmc: Rename constants for control register from CTR...
2023-01-24 John Baldwiniwlwifi: Disable -Wformat when building with GCC.
2023-01-23 Gleb Smirnoffnhop: hash ifnet pointer instead of if_index
2023-01-23 Alexander V... if_clone: rework cloning KPI
2023-01-23 Alexander V... net: add if_allocdescr() to permit updating iface descr...
2023-01-23 Alexander V... ifp: add if_setdescr() / if_freedesrt() methods
2023-01-23 Alexander V... netlink: allow creating sockets with SOCK_DGRAM.
2023-01-23 Alexander V... netlink: fix OOB write when creating attribute bitmask.
2023-01-23 Alexander V... netlink: add snl(3) manpage to the build
2023-01-23 Alexander V... netlink: fix compatibility with older netlink applications.
2023-01-23 Alexander V... netlink: fix typo in netlink(4)
2023-01-23 Alexander V... man: add Netlink reference to socket(2)
2023-01-23 Alexander V... testing: fix skipping netlink tests if netlink module...
2023-01-23 Alexander V... netlink: improve RTM_GETADDR handling.
2023-01-23 Alexander V... netlink: fix ifaddr reporting.
2023-01-23 Alexander V... testing: add python test examples
2023-01-23 Alexander V... testing: fix tests without cleanup in pytest.
2023-01-23 Alexander V... testing: allow custom test cleanup handlers in pytest
2023-01-23 Alexander V... testing: improve python vnet wrapper.
2023-01-23 Alexander V... netlink: fix test-includes broken by f2c8381fce9b
2023-01-23 Alexander V... netlink: make snl(3) headers self-contained.
2023-01-23 Alexander V... netlink: fix netlink_snl_route.h header includes
2023-01-23 Alexander V... netlink: add snl(3) - simple netlink library
2023-01-23 Alexander V... netlink: connect netlink tests to the build
2023-01-23 Zhenlei Huangnetlink: Use NET_EPOCH_[CALL|WAIT] macros
2023-01-23 Alexander V... netlink: improve interface handling
2023-01-23 Alexander V... netlink: add interface notification on link status...
2023-01-23 Alexander V... netlink: fix non-multipath build
2023-01-23 Alexander V... netlink: store user-provided rtm_protocol
2023-01-23 Alexander V... netlink: suppress sending NLMSG_ERROR if NLMSG_DONE...
2023-01-23 Alexander V... netlink: add netlink user documentation.
2023-01-23 Baptiste Daroussinnetlink: unregister groups along with family
2023-01-23 Alexander V... netlink: allow more than 64 groups per netlink socket.
2023-01-23 Alexander V... netlink: remove private netlink_var.h header from the...
2023-01-23 Alexander V... netlink: fix CTRL_CMD_GETFAMILY lookup/dumps.
2023-01-23 Alexander V... netlink: fix genetlink CTRL_ATTR_MCAST_GRP_MAX define.
2023-01-23 Alexander V... netlink: fix NLMSG_SPACE() macro.
2023-01-23 Alexander V... netlink: fix generic netlink privilege check.
2023-01-23 Ed Mastenetlink: use (void) for function definitions with no...
2023-01-23 Gleb Smirnoffnetlink: make it working without INET6
2023-01-23 Hans Petter... Fix kernel build after fcb3f813f379f544f9cd2a10d1804558...
2023-01-23 Alexander V... netlink: fix non-default builds (no INET, INET6, ROUTE_...
2023-01-23 Jung-uk Kimnetlink: Fix build without VIMAGE
2023-01-23 Alexander V... netlink: fix build without INVARIANTS
2023-01-23 Alexander V... netlink: fix format strings on 32-bit platforms
next