]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
cache: use flexible array member
[FreeBSD/FreeBSD.git] / sys / kern /
2022-03-13 Mateusz Guzikcache: use flexible array member
2022-03-13 Alfonso S. SicilianoMerge commit '2f8d4418415511460bd7b3b3e532f6b328cf993f'
2022-03-10 John BaldwinStore core dump notes for all valid register sets for...
2022-03-10 Kornel DulebaExtend device_get_property API
2022-03-10 Kornel Dulebabus_if: Add a default implementation of get_property
2022-03-10 Mateusz Guzikvfs: [2/2] fix stalls in vnode reclaim by only counting...
2022-03-10 Mateusz Guzikvfs: [1/2] fix stalls in vnode reclaim by not requeiein...
2022-03-09 Dimitry AndricMerge libcxxrt master fd484be8d1e94a1fcf6bc5c67e5c07b65...
2022-03-08 Martin Matuskazfs: merge openzfs/zfs@a86e08941 (master) into main
2022-03-07 Stefan Eßercontrib/bc: update to version 5.2.3
2022-03-07 Ed Mastekcov: use __func__ in KASSERT instead of old function...
2022-03-07 Mark Johnstonrmlock: Temporarily revert commit c84bb8cd771c
2022-03-07 Mark Johnstonlinker: Permit CTFv3 containers
2022-03-07 Mark Johnstonlinker: Simplify CTF container handling
2022-03-06 Konstantin Belousovbuf_alloc(): Stop using LK_NOWAIT, use LK_NOWITNESS
2022-03-04 Alexander MotinImprove timeout precision of pthread_cond_timedwait().
2022-03-04 John BaldwinFix the size returned for NT_FPREGSET.
2022-03-04 John BaldwinUse vnsz2log directly in assertion on its relation...
2022-03-03 Mateusz Guzikcache: hide hash stats behind DEBUG_CACHE
2022-03-03 Mateusz Guzikfd: add close_range(..., CLOSE_RANGE_CLOEXEC)
2022-03-02 Eric van GyzenMFV d1b143ee9a5: libbsdxml (expat) 2.4.6
2022-03-01 Mark Johnstonproc: Remove assertion that P_WEXIT is not set in proc_...
2022-03-01 Mark Johnstonproc: Relax proc_rwmem()'s assertion on the process...
2022-03-01 Warner Loshbus: Create dev_wired_cache
2022-03-01 Warner Loshbus: Add ACPI locator support
2022-03-01 Warner Loshdevctl: Add DEV_GET_PATH
2022-03-01 Warner Loshbus: Introduce the bus interface get_device_path
2022-03-01 Warner Loshdevctl2: Change to 644 protections
2022-03-01 Mark Johnstonrmlock: Add required compiler barriers to _rm_runlock()
2022-02-27 Warner LoshEliminate curlen, it's set but never used
2022-02-25 Mark Johnstonrmlock: Micro-optimize read locking
2022-02-25 Marvin Mavfs_unregister: fix error handling
2022-02-24 Warner Loshcons: Use bool for boolean variables
2022-02-24 Jamie Grittonposixshm: Allow jails to use kern.ipc.posix_shm_list
2022-02-23 Gleb Smirnoffsendto: don't clear transient errors for atomic protocols
2022-02-23 Andrew TurnerBuilt all KCSAN atomic interceptors on arm64
2022-02-22 Mateusz Guzikfd: rename fget*_locked to fget*_noref
2022-02-22 Robert Wingtty: fix a panic with INVARIANTS
2022-02-22 Mitchell Horneboottrace: trace annotations for startup and shutdown
2022-02-22 Mitchell Horneinit_main.c: sort includes
2022-02-22 Mitchell Hornekern_linker.c: sort includes
2022-02-22 Mitchell Horneboottrace: a simple boot and shutdown-time tracing...
2022-02-21 Martin Matuskalibarchive: merge vendor bugfix
2022-02-19 Martin Matuskalibarchive: merge vendor bugfixes
2022-02-18 Cy Schubertunbound: Vendor import 1.15.0
2022-02-15 Mateusz Guzikfd: add fde_copy
2022-02-15 Mateusz Guzikfd: add missing seqc to dupfdopen
2022-02-15 Mateusz Guzikseqc: rename seqc_consistent_nomb to seqc_consistent_no...
2022-02-14 John BaldwinUse vmspace->vm_stacktop in place of sv_usrstack in...
2022-02-14 Gleb Smirnoffunix/dgram: return EAGAIN instead of ENOBUFS when O_NON...
2022-02-14 Mark Johnstonsleepqueue: Annotate sleepq_max_depth as static
2022-02-14 Mark Johnstonsleepqueue: Address a lock order reversal
2022-02-13 Mateusz Guzikvfs: convert vnsz2log to a macro
2022-02-13 Mateusz Guzikfd: use FILEDESC_FOREACH_{FDE,FP} where appropriate
2022-02-13 Mateusz Guzikfd: assign fd_freefile early when copying
2022-02-13 Mateusz Guzikfd: move fd table sizing out of fdinit
2022-02-13 Mateusz Guzikfd: drop volatile keyword from refcounts
2022-02-13 Mateusz Guzikproc: load/store p_cowgen using atomic primitives
2022-02-13 Mateusz Guzikthread: remove dead store from thread_cow_update
2022-02-11 John Baldwinktls: Write-lock the INP when changing a transmit TLS...
2022-02-11 Mateusz Guzikcache: improve vnode vs name assertion in cache_enter_time
2022-02-11 Mateusz Guzikcache: remove NOCACHE handling from cache_fplookup_noentry
2022-02-11 Mateusz Guzikfd: make fget_unlocked take a thread argument
2022-02-11 Mateusz Guzikfd: elide one acquire fence in fget_unlocked_seq
2022-02-11 Mateusz Guzikfd: split fget_unlocked_seq depending on CAPABILITIES
2022-02-11 Mateusz Guzikfd: split fget_cap depending on CAPABILITIES
2022-02-11 Mateusz Guziktty: switch ttyhook_register to use fget_cap_locked
2022-02-11 Mateusz GuzikEmploy thread_cow_synced in setrlimit
2022-02-11 Mateusz GuzikAdd PROC_COW_CHANGECOUNT and thread_cow_synced
2022-02-11 Mateusz GuzikAdd lim_cowsync, similar to crcowsync
2022-02-10 Justin HibbitsFix gzip compressed core dumps on big endian architectures
2022-02-09 Martin Matuskalibarchive: import changes from upstream
2022-02-09 Simon J. GerratyMerge bmake-20220208
2022-02-08 Dimitry Andrictty_info: Avoid warning by using logical instead of...
2022-02-08 Mark Johnstonktls: Disallow transmitting empty frames outside of...
2022-02-08 Mark Johnstonfile: Make fget*() and getvnode*() consistent about...
2022-02-07 Sebastian Huberkern_ntptime.c: Remove ntp_init()
2022-02-07 John BaldwinTrim duplicate code for copying in iovecs for PT_[GS...
2022-02-06 Gordon Berglingkern_fflock: Fix a typo in a source code comment
2022-02-06 Gordon Berglingkern_racct: Fix a typo in a source code comment
2022-02-05 Gleb Smirnoffdmesg: detect wrapped msgbuf on the kernel side and...
2022-02-05 Simon J. GerratyMerge bmake-20220204
2022-02-03 Kyle Evanskern: harvest entropy from callouts
2022-02-02 Toomas Soomecontrib/terminus: update to terminus-font-4.49.1
2022-02-01 Konstantin BelousovAdd GB_NOWITNESS flag
2022-02-01 John Baldwinktls: Try to enable TOE TLS after marking existing...
2022-01-31 Konstantin Belousovinsmntque1(): remove useless arguments
2022-01-31 Konstantin Belousovsyncer VOP_FSYNC(): unlock syncer vnode around call...
2022-01-31 Konstantin Belousovbuf_alloc(): lock the buffer with LK_NOWAIT
2022-01-31 Konstantin BelousovUse dedicated lock name for pbufs
2022-01-28 Kristof Provostmbuf: do not restore dying interfaces
2022-01-28 Alfonso Sicilianobsddialog: import version 0.1
2022-01-27 Ed Mastedma: update to 2022-01-27 snapshot
2022-01-27 Mateusz GuzikRevert b58ca5df0bb7 ("vfs: remove the now unused insmnt...
2022-01-27 Andrew TurnerAdd PT_GETREGSET
2022-01-27 Gleb Smirnoffifnet/mbuf: provide KPI to serialize/restore m->m_pkthd...
2022-01-27 Mateusz Guzikvfs: remove the now unused insmntque1
2022-01-26 Kyle Evansexecve: disallow argc == 0
2022-01-26 Hans Petter SelaskyImplement a function to get the next TCP- and TLS-...
2022-01-26 Hans Petter Selaskymbuf(9): Assert receive mbufs don't carry a send tag.
next