]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
cxgbe(4): Changes to the fatal error handler.
[FreeBSD/FreeBSD.git] / sys / kern /
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.
2022-01-24 John Baldwinuser_getpeername: Use 'bool' for the compat argument.
2022-01-24 Cy Schubertunbound: Vendor import 1.14.0
2022-01-23 Marcin Wojtasena: merge ena-com v2.5.0 upgrade
2022-01-22 Martin Matuskazfs: merge openzfs/zfs@17b2ae0b2 (master) into main
2022-01-22 Konstantin BelousovAdd security.bsd.allow_ptrace sysctl
2022-01-22 Konstantin Belousovp_candebug(), p_cansee(): always allow for curproc
2022-01-20 Mark Johnstonktls: Zero out TLS_GET_RECORD control messages
2022-01-20 Mark Johnstonclockcalib: Fix an overflow bug
2022-01-19 Alexander MotinReduce bufdaemon/bufspacedaemon shutdown time.
2022-01-18 Cy Schubertwpa: Import wpa 2.10.
2022-01-18 Xin LIMFV f83ac37f1e66: libbsdxml (expat) 2.4.3.
2022-01-17 Mark Johnstonproc: Add a sysctl to fetch virtual address space layou...
2022-01-17 Mark Johnstonexec: Reimplement stack address randomization
2022-01-17 Mark Johnstonexec: Remove the stack gap implementation
2022-01-17 Mark Johnstonexec: Introduce the PROC_PS_STRINGS() macro
2022-01-17 Mark Johnstonsetrlimit: Remove special handling for RLIMIT_STACK...
2022-01-17 Mark Johnstonsysent: Add a sv_psstringssz field to struct sysentvec
2022-01-17 Mark JohnstonRevert "kern_exec: Add kern.stacktop sysctl."
2022-01-17 Mark Johnstonposixshm: Report output buffer truncation from kern...
2022-01-16 Alexander MotinFix inverse sleep logic in buf_daemon().
2022-01-15 Simon J. GerratyIgnore calcru: runtime went backwards for vm_guest
2022-01-12 Brooks DavisRevert "syscallarg_t: Add a type for system call arguments"
2022-01-12 Brooks Davissysent: regen for syscallarg_t
2022-01-12 Brooks Davissyscallarg_t: Add a type for system call arguments
2022-01-12 Colin Percivalx86: Speed up clock calibration
2022-01-12 Konstantin BelousovIgnore debugger-injected signals left after detaching
2022-01-11 Cy Schubertsqlite3: Vendor import of sqlite3 3.37.2
2022-01-10 Alexander MotinReduce minimum idle hardclock rate from 2Hz to 1Hz.
2022-01-08 Konstantin BelousovAdd vfs_remount_ro()
2022-01-06 Cy Schubertsqlite3: Vendor import of sqlite3 3.37.1
2022-01-05 John Baldwinbus_dma: Deduplicate locking helper functions.
2022-01-05 John BaldwinDeduplicate bus_dma bounce code.
2022-01-04 John Baldwinsigev_findtd: Fix whitespace nit in argument list.
2022-01-04 Xin LIfile: upgrade to 5.41.
2022-01-03 Gleb Smirnoffdomains: make domain_init() initialize only global...
2022-01-03 Gleb Smirnoffdomains: init with standard SYSINIT(9) or VNET_SYSINIT()
2022-01-03 Gleb Smirnoffprotocols: don't execute protosw_init() for every VNET
2022-01-03 Gleb Smirnoffprotocols: init with standard SYSINIT(9) or VNET_SYSINIT
2022-01-03 Jessica Clarkeintrng: Use less confusing return value for intr_pic_ad...
2022-01-01 Stefan Eßersys/kern/sched_4bsd.c: fix typo introduced in previous...
2022-01-01 Stefan EßerRestore variable aliasing in the context of cpu set...
2021-12-31 Mark Johnstoncallout: Wait for the softclock thread to switch before...
2021-12-31 Mark Johnstonexec: Simplify sv_copyout_strings implementations a bit
2021-12-30 John Baldwinsoftclock: Use dedicated ithreads for running callouts.
next