]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Set TDP_KTHREAD before calling cpu_fork() and cpu_copy_thread().
[FreeBSD/FreeBSD.git] / sys / kern /
2021-01-18 Jamie Grittonjail: Add proper prison locking in mqfs_prison_remove.
2021-01-17 Konstantin BelousovImplement malloc_domainset_aligned(9).
2021-01-16 Mateusz GuzikSave on getpid in setproctitle by supporting -1 as...
2021-01-16 Kirk McKusickEliminate a locking panic when cleaning up UFS snapshot...
2021-01-15 Emmanuel VadotAdd 'sys/contrib/device-tree/' from commit '5ee353c36d3...
2021-01-14 Simon J. GerratyMerge bmake-20210110
2021-01-14 Kyle Evanscontrib/lua: update to 5.4.2
2021-01-13 Mitchell Hornearm64: fix early devmap assertion
2021-01-13 Mateusz Guzikvfs: set NC_KEEPPOSENTRY alongside NOCACHE when creatin...
2021-01-13 Mateusz Guzikfd: add refcount argument to falloc_noinstall
2021-01-13 Mateusz Guzikvfs: use finstall_refed in openat
2021-01-13 Mateusz Guzikfd: add finstall_refed
2021-01-13 Mateusz Guzikfd: provide a dedicated closef variant for unix socket...
2021-01-12 Konstantin Belousovvm_map_protect: allow to set prot and max_prot in one go.
2021-01-12 Mateusz Guzikvfs: extend vfs:namei:lookup:return probe with nameidata
2021-01-12 Mateusz Guzikvfs: add NDFREE_NOTHING and convert several NDFREE_PNBU...
2021-01-12 Mateusz GuzikConvert remaining cap_rights_init users to cap_rights_i...
2021-01-12 Konstantin Belousovsigfastblock: do not skip cursig/postsig loop in ast()
2021-01-12 Konstantin Belousovsigfastblock_setpend(): do not set PEND user flag unles...
2021-01-12 Alan Somerslio_listio: validate aio_lio_opcode
2021-01-11 Jason A. Harmeningrctl(4): support throttling resource usage to 0
2021-01-11 Konstantin Belousovexec_new_vmspace: print useful error message on ctty...
2021-01-11 Konstantin BelousovImplement enforcing write XOR execute mapping policy.
2021-01-11 Robert WatsonChanges that improve DTrace FBT reliability on freebsd...
2021-01-10 Robert WatsonTrack pipe(2) reads and writes as rusage message receiv...
2021-01-10 Jamie Grittonjail: Simplify handling of prison_deref()
2021-01-10 Konstantin Belousovjobc: rework detection of orphaned groups.
2021-01-10 Konstantin Belousovkinfo_proc: move job-control related data collection...
2021-01-10 Konstantin BelousovLock proctree in around fill_kinfo_proc().
2021-01-10 Konstantin Belousovtty_wait_background: improve locking.
2021-01-10 Konstantin Belousovpgrp: Prevent use after free.
2021-01-10 Konstantin Belousovissignal(): when handling STOP-like signals, drop sigac...
2021-01-10 Konstantin BelousovStyle. Improve some KASSERTs messages.
2021-01-08 Michael Tuexentcp: don't use KTLS socket option on listening sockets
2021-01-09 Jan Kokemüllerkevent(2): Bugfix for wrong EVFILT_TIMER timeouts
2021-01-09 Warner Loshsysctl: improve debug.kdb.panic_str description
2021-01-08 Warner Loshsysctl: implement debug.kdb.panic_str
2021-01-08 Andrew Gallatinmbuf: enable ext_pgs ("unmapped") mbufs by default
2021-01-08 Mateusz Guzikcache: just assign ni_resflags = NIRES_ABS
2021-01-08 Toomas Soomesysctl debug.dump_modinfo should recognize font module
2021-01-08 Alan SomersRegenerate syscall files after reallocation of aio_writ...
2021-01-08 Alan SomersReallocate syscall numbers for aio_writev and aio_readv
2021-01-08 Thomas Munroaio_fsync(2): Support O_DSYNC.
2021-01-08 Thomas Munroopen(2): Add O_DSYNC flag.
2021-01-07 Mateusz Guzikfd: use seqc_read_notmodify when translating fds
2021-01-07 Mateusz Guzikfd: make fd/fp mandatory
2021-01-07 Mateusz Guzikcache: stop checkpointing cn_flags
2021-01-07 Mateusz Guzikcache: stop checkpointing cn_nameptr
2021-01-07 Mateusz Guzikcache: stop manipulating pathlen
2021-01-07 Chuck Silversvfs: fix rangelock range in vn_rdwr() for IO_APPEND
2021-01-06 Mateusz Guzikcache: unengrish the comment in previous commit
2021-01-06 Mateusz Guzikcache: stop pre-checking seqc when starting the lookup
2021-01-06 Mateusz Guzikcache: skip checking for spurious slashes if possible
2021-01-06 Mateusz Guzikcache: combine fast path enabled status into one flag
2021-01-06 Mateusz Guzikcache: split handling of 0 and non-0 error codes
2021-01-06 Mateusz Guzikcache: deinline state handling
2021-01-06 Mateusz Guzikcache: stop setting cn_nameptr on entry as matches...
2021-01-03 Mateusz Guzikcache: drop the now spurious doomed check when crossing...
2021-01-03 Mateusz Guzikvfs: keep seqc unchanged as long as the vnode is access...
2021-01-03 Mark Johnstonsendfile: Clear page pointers when handling a pager...
2021-01-03 Mark JohnstonEnsure that dirent's d_off field is initialized
2021-01-03 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2021-01-03 Mateusz Guzikvfs: denote vnode being a mount point with VIRF_MOUNTPOINT
2021-01-03 Mateusz Guzikvfs: add v_irflag accessors
2021-01-03 Mateusz Guzikcache: stop checkpointing cn_namelen
2021-01-03 Mateusz Guzikcache: predict on no spurious slashes in cache_fpl_hand...
2021-01-03 Mateusz Guzikcache: postpone NAME_MAX check as it may be unnecessary
2021-01-03 Mateusz Guzikcache: remove spurious null check in sdt probe
2021-01-03 Alan SomersRegenerate syscall files after addition of aio_writev...
2021-01-03 Alan SomersAdd aio_writev and aio_readv
2021-01-02 Toomas SoomeAdd 'contrib/pnglite/' from commit 'a70c2a23d0d84dfc63a...
2021-01-02 Toomas SoomeAdd 'contrib/terminus/' from commit 'cee3932f8c02a220d7...
2021-01-01 Jamie Grittonjail: revert the attachment part of b4e87a632955
2021-01-01 Mateusz Guzikcache: fold NCF_WHITE check into the rest
2021-01-01 Mateusz Guzikcache: call cache_fplookup_modifying in neg
2021-01-01 Mateusz Guzikcache: refactor cache_fpl_handle_root to fit the rest...
2021-01-01 Mateusz Guzikcache: refactor dot handling
2021-01-01 Mateusz Guzikcache: remove a branch from mount point checking
2021-01-01 Mateusz Guzikcache: support lockless lookup of degenerate paths
2021-01-01 Mateusz Guzikcache: save on branching when parsing the path by inser...
2021-01-01 Mateusz Guzikcache: hoist trailing slash and degenerate path handlin...
2021-01-01 Mateusz Guzikfd: inline pwd_get_smr
2021-01-01 John BaldwinDon't check P_INMEM in kdb_thr_*().
2021-01-01 John BaldwinEnumerate processes via the pid hash table in kdb_thr_*().
2021-01-01 John BaldwinAdd a proc_off_p_hash helper variable.
2021-01-01 John Baldwinddb ps: Use the pidhash to enumerate processes not...
2020-12-31 Jamie Grittonjail: Clean up allprison_lock handing in kern_jail_set
2020-12-30 Philip Paepscontrib/tzdata: import tzdata 2020f
2020-12-28 Mateusz Guzikcache: work around corner case of dvp == tvp in cache_f...
2020-12-28 Mateusz Guzikcache: reduce engrish in previous commit
2020-12-28 Mateusz Guzikcache: save on some branching in common case mount...
2020-12-28 Mateusz Guzikvfs: stop open-coding setting WILLBEDIR flag
2020-12-28 Mateusz Guzikvfs: add FAILIFEXISTS flag
2020-12-28 Mateusz Guzikcache: simplify lockless dot lookups
2020-12-27 Martin Matuskacontrib/libarchive: Import libarchive 3.5.1
2020-12-27 Mateusz Guzikcache: modification and last entry filling support...
2020-12-27 Mateusz Guzikcache: assert internal flags are not passed by namei
2020-12-27 Mateusz GuzikRevert "cache: modification and last entry filling...
2020-12-27 Mateusz Guzikcache: modification and last entry filling support...
2020-12-27 Konstantin BelousovRegen.
next