]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Fetch the sigfastblock value in syscalls that wait for signals
[FreeBSD/FreeBSD.git] / sys / kern /
2021-03-31 Jonathan T. LooneyFetch the sigfastblock value in syscalls that wait...
2021-03-28 Mark Johnstonaccept_filter: Fix filter parameter handling
2021-03-18 Mateusz Guzikvfs: fix vnlru marker handling for filtered/unfiltered...
2021-03-18 Scott Long base: remove if_wg(4) and associated utilities,...
2021-03-09 Konstantin BelousovUse atomic_interrupt_fence() instead of bare __compiler...
2021-03-04 Konstantin BelousovO_RELATIVE_BENEATH: return ENOTCAPABLE instead of EINVA...
2021-03-04 Konstantin Belousovnameicap_check_dotdot: trim tracker on check
2021-03-04 Konstantin BelousovAdd nameicap_cleanup_from(), to clean tracker list...
2021-03-04 Konstantin Belousovnameicap_tracker_add: avoid duplicates in the tracker...
2021-03-04 Konstantin BelousovDo not call nameicap_tracker_add() for dotdot case.
2021-03-04 Konstantin Belousovopen(2): Remove O_BENEATH and AT_BENEATH
2021-03-04 Mark Johnstonsendfile: Use the pager size to determine the file...
2021-03-04 Kyle Evansjail: allow root to implicitly widen its cpuset to...
2021-03-03 Thomas Skiboddb: fix show devmap output on 32-bit arm
2021-03-03 Rick Macklemcopy_file_range(2): Fix for small values of input file...
2021-03-03 Mark Johnstonrmlock: Add a required compiler membar to the rlock...
2021-03-01 Warner LoshGiant: move back Giant removal until 14
2021-02-25 Konstantin Belousovfifo: minor comment and assert improvements.
2021-02-25 Konstantin BelousovStop ignoring ERELOOKUP from VOP_INACTIVE()
2021-02-25 Konstantin BelousovUse VOP_VPUT_PAIR() for eligible VFS syscalls.
2021-02-25 Konstantin BelousovAdd VOP_VPUT_PAIR() with trivial default implementation.
2021-02-25 Konstantin Belousovvn_open(): If the vnode is reclaimed during open(2...
2021-02-25 Konstantin Belousovbuf SU hooks: track buf_start() calls with B_IOSTARTED...
2021-02-23 Konstantin Belousovpgcache read: protect against reads past end of the...
2021-02-22 Jamie GrittonMFS jail: Change both root and working directories...
2021-02-19 Jamie GrittonMFS jail: Handle a possible race between jail_remove...
2021-02-10 Ed MasteCorrect description for kern.proc.proc_td
2021-02-04 Jamie GrittonMFC jail: Handle a parent jail when a child is added...
2021-02-04 Jamie GrittonMFC jail: fix dangling reference bug from 6754ae2572eb
2021-02-04 Jamie GrittonMFC jail: A jail could be removed without calling OSD...
2021-02-04 Mateusz Guzikcache: add delayed degenerate path handling
2021-02-04 Mateusz Guzikcache: move hash computation into the parsing loop
2021-02-02 Mateusz Guzikcache: fix trailing slash support in face of permission...
2021-02-01 Mateusz Guzikcache: add trailing slash support
2021-02-01 Mateusz Guzikcache: handle NOFOLLOW requests for symlinks
2021-02-01 Mateusz Guzikpoll: use fget_unlocked or fget_only_user when feasible
2021-02-01 Mateusz Guzikselect: employ fget_only_user
2021-02-01 Mateusz Guzikfd: add fget_only_user
2021-02-01 Mateusz Guzikcache: add missing MNT_NOSYMFOLLOW check to symlink...
2021-02-01 Mateusz Guzikcache: fallback when encountering a mount point during...
2021-02-01 Mateusz Guzikcache: tidy up handling of foo/bar lookups where foo...
2021-02-01 Mateusz Guzikcache: stop referring to removing entries as invalidati...
2021-02-01 Mateusz Guzikcache: convert cache_fplookup_parse to void now that...
2021-02-01 Mateusz Guzikcache: change ->v_cache_dd synchronisation rules
2021-02-01 Mateusz Guzikcache: make ->v_cache_dd accesses atomic-clean for...
2021-02-01 Mateusz Guzikcache: make ->nc_flag accesses atomic-clean for lockles...
2021-02-01 Mateusz Guzikcache: store vnodes in local vars in cache_zap_locked
2021-02-01 Mateusz Guzikcache: assorted cleanups
2021-02-01 Mateusz Guzikcache: track calls to cache_symlink_alloc with unsuppor...
2021-02-01 Mateusz Guzikcache: add back target entry on rename
2021-02-01 Mateusz Guzikcache: add symlink support to lockless lookup
2021-02-01 Bjoern A. Zeebfirmware(9): extend firmware_get() by a "no warn" flag.
2021-01-21 Marius Stroblkvprintf(9): add missing FALLTHROUGH
2021-01-21 Konstantin Belousovmalloc_aligned: roundup allocation size up to next...
2021-01-21 Konstantin BelousovRestrict supported alignment for malloc_domainset_align...
2021-01-20 Jamie Grittonjail: Use refcount(9) for prison references.
2021-01-20 Vladimir Kondratyevdevinfo sysctl handler: Do not write zero-length string...
2021-01-20 Alan Somersaio: micro-optimize the lio_opcode assignments
2021-01-20 Alex RichardsonEmit uprintf() output for initproc if there is no contr...
2021-01-20 Mateusz Guzikcache: augment sdt probe in cache_fplookup_dot
2021-01-20 Mateusz Guzikcache: whitespace nit in cache_fplookup_modifying
2021-01-20 Mark Johnstonktls: Improve handling of the bind_threads tunable...
2021-01-19 Mateusz Guziklockmgr: fix upgrade
2021-01-19 Mateusz Guzikcache: fix some typos
2021-01-19 Mateusz Guzikcache: drop-write only var from cache_fplookup_preparse
2021-01-19 Mateusz Guzikcache: save a branch in cache_fplookup_next
2021-01-19 Jamie Grittonjail: Clean up some function placement and improve...
2021-01-19 Oleksandr Tymoshenkomake maximum interrupt number tunable on ARM, ARM64...
2021-01-18 Jamie Grittonjail: Fix a stray mutex from 76ad42abf9d4.
2021-01-18 Jamie Grittonjail: Add prison_isvalid() and prison_isalive()
2021-01-18 Konstantin BelousovAdd ddb 'show timecounter' command.
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().
next