]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
bhyve: Remove unused vm and vcpu arguments from vm_copy routines.
[FreeBSD/FreeBSD.git] / sys / sys /
2022-11-18 Xin LIMFV: expat 2.5.0
2022-11-18 Xin LIMFV: xz-embedded 3f438e15109229bb14ab45f285f4bff5412a9542
2022-11-17 Gleb Smirnoffcounter: fix SYSCTL_COUNTER_U64_ARRAY type
2022-11-17 Xin LIMFV: Merge xz 5.2.8
2022-11-16 Martin Matuskazfs: merge openzfs/zfs@2163cde45
2022-11-15 Emmanuel VadotImport device-tree files from Linux 6.0
2022-11-15 Emmanuel VadotImport device-tree files from Linux 5.19
2022-11-15 Mateusz Guzikproc: retire 2 unused lock annotations
2022-11-07 Mark Johnstonarm64: Disable per-thread stack-smashing protection...
2022-11-05 Kyle EvansMerge commit '93bf91b4012a28610672d2266366dfa0a663b70f...
2022-11-04 Warner Loshsys/disk.h: Transition period for sys/conf.h over
2022-11-02 Elliott Mitchellsys: Nuke double-semicolons
2022-11-01 Jung-uk KimOpenSSL: Merge OpenSSL 1.1.1s
2022-10-29 Mark Johnstonatomic: Intercept atomic_(load|store)_bool for kernel...
2022-10-29 Kyle EvansAdd 'contrib/wireguard-tools/' from commit '7e00bf8773b...
2022-10-29 Philip Paepscontrib/tzdata: import tzdata 2022f
2022-10-28 John BaldwinImport the WireGuard driver from zx2c4.com.
2022-10-27 Xin LIMFV: Restore the ability to process files from stdin...
2022-10-27 Jason A. HarmeningAdd VV_CROSSLOCK vnode flag to avoid cross-mount lookup LOR
2022-10-25 Warner Loshsubr_physmem: Fix userspace build
2022-10-25 Warner Loshphysmem: Add physmem_excluded to query if a region...
2022-10-25 Warner Loshefi: Add linux memory reserve table defniitions
2022-10-24 Mateusz Guzikcache: add cache_assert_no_entries
2022-10-23 Hans Petter Selaskytime(3): Optimize tvtohz() function.
2022-10-23 Hans Petter Selaskytime(3): Declare the minimum and maximum hz values...
2022-10-19 Gleb Smirnoffinpcb: garbage collect so_sototcpcb()
2022-10-19 Ed Mastessh: update to OpenSSH 9.1p1
2022-10-18 Gleb Smirnoffmbuf: don't include lock.h conditionally
2022-10-18 Takanori Watanabeofw: add BUS_GET_DEVICE_PATH interface to openfirm...
2022-10-17 Eric Joyneriflib: Introduce v2 of TX Queue Select Functionality
2022-10-16 Cy Schubertunbound: Vendor import 1.17.0
2022-10-15 Zhenlei Huangif_me: Use dedicated network privilege
2022-10-12 Mitchell HorneDowngrade tty_intr_event from a global
2022-10-12 Mitchell HorneRemove last references of vm_ih
2022-10-12 Philip Paepscontrib/tzdata: import tzdata 2022e
2022-10-11 Mark Johnstonatomic: Style
2022-10-11 Warner Loshsys/_pv_entry.h: Include sys/param.h
2022-10-09 Bjoern A. Zeebdevice_get_property: add a HANDLE case
2022-10-08 Mateusz Guzikunr: remove UNR64_LOCKED
2022-10-07 Mitchell Hornebus.h: rewrite comment describing intr_type
2022-10-07 John Baldwin<sys/_pv_entry>: Add a fallback for __LONG_WIDTH__...
2022-10-07 John Baldwinsys/_pv_entry.h: Drop UCB copyright as this is all...
2022-10-07 John Baldwinsys: Consolidate common implementation details of PV...
2022-10-05 Konstantin BelousovAdd mbuf_tstmp2timeval()
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@d62bafee9
2022-10-04 Hans Petter Selaskytime(3): Increase precision of time conversion function...
2022-10-04 Gleb Smirnoffnetinet*: remove PRC_ constants and streamline ICMP...
2022-10-03 Doug MooreFix LINT build after 368ee2f86a0f4f6
2022-10-03 Doug Moorerb_tree: let insert search start from next node
2022-09-30 Xin LIBump __FreeBSD_version for qsort_r prototype change.
2022-09-30 Ed SchoutenAlter the prototype of qsort_r(3) to match POSIX, which...
2022-09-29 John Baldwinrb_tree: Use void casts for RB_AUGMENT_CHECK with unuse...
2022-09-29 Cy Schubertunbound: Vendor import 1.16.3
2022-09-28 Simon J. GerratyAllow COPYRIGHT_Vendor to come from CFLAGS
2022-09-28 Alexander V. Chernikovsockbufs: add sbreserve_locked_limit() with custom...
2022-09-28 Alexander V. Chernikovprotocols: make socket buffers ioctl handler changeable
2022-09-27 Hans Petter Selaskysysctl(3): Implement SYSCTL_FOREACH() to iterate all...
2022-09-27 Alan SomersFix O(n^2) behavior in sysctl
2022-09-26 Doug Moorerb_tree: add augmentation comments
2022-09-25 Alfonso S. Sicilianocontrib/bsddialog: Import version 0.4
2022-09-25 Philip Paepscontrib/tzdata: import tzdata 2022d
2022-09-25 Xin LIfile: upgrade to 5.43.
2022-09-24 Konstantin BelousovAdd vn_rlimit_fsizex() and vn_rlimit_fsizex_res()
2022-09-24 Konstantin BelousovAdd vn_rlimit_trunc()
2022-09-24 Mark Johnstonsmr: Fix synchronization in smr_enter()
2022-09-22 John BaldwinBump __FreeBSD_version for pmap_unmap*() and kmem_...
2022-09-22 Bjoern A. ZeebBump __FreeBSD_version after LinuxKPI changes.
2022-09-21 Martin Matuskazfs: merge openzfs/zfs@c629f0bf6
2022-09-21 Xin LIMFV 66082b6c88b9: libbsdxml (expat) 2.4.9
2022-09-21 Doug MooreUse 0 and 1, not false and true, in tree.h changes.
2022-09-21 Doug Moorerb_tree: augmentation shortcut
2022-09-20 Cy Schubertsqlite3: Vendor import of sqlite3 3.39.3
2022-09-18 Mateusz Guzikvfs: indent V_VALID_FLAGS with a tab
2022-09-18 Doug Moorerb_tree: silence unused function warnings
2022-09-17 Mateusz Guzikvfs: introduce V_PCATCH to stop abusing PCATCH
2022-09-17 Mateusz Guzikvfs: always retain path buffer after lookup
2022-09-17 Brooks Davisktrace: make ktr_tid a long not intptr_t (NFC)
2022-09-16 Konstantin BelousovAdd AT_USRSTACK{BASE, LIM} AT vectors, and ELF_BSDF_VMN...
2022-09-14 Mateusz Guzikvfs: retire the V_MNTREF flag
2022-09-13 Doug Moorerb_tree: pass parent to RB_INSERT_COLOR
2022-09-12 Mateusz Guzikvfs: make NDVALIDATE private to vfs_lookup.c
2022-09-10 Mateusz GuzikRemove fflag argument from getsock_cap
2022-09-10 Mateusz GuzikAdd getsock
2022-09-09 Felix PalmenBump __FreeBSD_version after linuxkpi changes.
2022-09-09 Bjoern A. Zeebsystm.h: change pause from #define to inline function
2022-09-08 Gleb Smirnofftcp: avoid call to soisconnected() on transition to...
2022-09-08 Doug Moorerb_tree: reduce duplication in balancing code
2022-09-08 Doug Moorerb_tree: test rank balance
2022-09-07 Xin LIMFV: cherry-pick "PR/358: Fix width for -f - (jpalus)"
2022-09-06 Andrew TurnerImport the updated Arm Optimized Routines
2022-09-06 Xin LIMFV: less v608
2022-09-05 Mateusz Guzikjail: add process linkage
2022-09-04 Gordon Berglingsound(4): Fix a typo in a source code comment
2022-09-03 Alfonso S. Sicilianocontrib/bsddialog: Import version 0.3
2022-08-31 Gleb Smirnoffprotosw: repair protocol selection logic in socket(2)
2022-08-30 Cy Schubertsqlite3: Vendor import of sqlite3 3.39.2
2022-08-30 Gleb Smirnoffprotosw: cleanup protocols that existed merely to provi...
2022-08-30 Gleb Smirnoffdivert: declare PF_DIVERT domain and stop abusing PF_INET
2022-08-30 Gleb Smirnoffdomains: merge domain_init() into domain_add()
2022-08-30 Gleb Smirnoffdomains: use queue(9) SLIST for linked list of domains
next