]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
net80211: proper ssid length check in setmlme_assoc_adhoc()
[FreeBSD/FreeBSD.git] / sys / kern /
2021-10-20 Brooks Davisselsocket: handle sopoll() errors correctly
2021-10-19 Alexander Motinsbuf(9): Microoptimize sbuf_put_byte()
2021-10-07 Konstantin Belousovfusefs: don't panic if FUSE_GETATTR fails durint VOP_GE...
2021-10-07 Konstantin Belousovvinvalbuf: do not panic if we were unable to flush...
2021-10-07 Jamie GrittonMFC uipc_shm: Fix kern.ipc.posix_shm_list for jails
2021-10-06 Kyle Evansemulated atomic64: disable interrupts as the lock mecha...
2021-10-06 Brandon Bergren[PowerPC] [MIPS] Implement 32-bit kernel emulation...
2021-10-06 Kyle Evanskqueue: don't arbitrarily restrict long-past values...
2021-10-05 Alexander Motinsched_ule(4): Fix interactive threads stealing.
2021-10-04 Mitchell Horneboot(9): update to match reality
2021-10-04 Elliott Mitchellrman: fix overflow in rman_reserve_resource_bound()
2021-10-02 Warner Loshgenoffset.sh: Use 10 X's instead of 5 for pick mkdtemp...
2021-09-29 Gordon Berglingjail(9): Fix a typo in a comment
2021-09-29 Alexander MotinFix false device_set_unit() error.
2021-09-15 Alexander MotinAlign taskqueue_enqueue_timeout() to hardclock.
2021-09-12 Warner Loshgenoffset: simplify and rewrite in sh
2021-09-12 Warner Loshgenassym.sh: Fix two minor issues found by shellcheck
2021-08-29 Kyle Evanskern: mountroot: avoid fd leak in .md parsing
2021-08-27 Adam Fennmalloc(9): Document/complete aligned variants
2021-08-27 Adam Fenndevclass_alloc_unit: move "at" hint test to after devic...
2021-08-26 Kyle Evanskenv: allow listing of static kernel environments
2021-08-26 Kyle Evanskern: add an option for preserving the early kenv
2021-08-23 Alexander MotinOptimize res_find().
2021-08-23 Mark Johnstonsigtimedwait: Use a unique wait channel for sleeping
2021-08-22 Alan SomersEscape any '.' characters in sysctl node names
2021-08-20 Kyle Evanskern: ether_gen_addr: randomize on default hostuuid...
2021-08-11 Roy Marplessocket: Implement SO_RERROR
2021-07-18 Konstantin Belousovprocctl(PROC_ASLR_STATUS): fix vmspace leak
2021-07-16 Warner Loshconfig_intrhook: provide config_intrhook_drain
2021-07-16 Conrad Meyersbuf(9): Add NOWAIT dynamic buffer extension mode
2021-05-31 Kirk McKusickFix handling of embedded symbolic links
2021-05-25 Lv Yunlongsocket: Release cred reference later in sodealloc()
2021-05-25 Konstantin Belousovttydev_write: prevent stops while terminal is busied
2021-05-05 Mark Johnstonpipe: Avoid calling selrecord() on a closing pipe
2021-05-03 Mark Johnstonimgact_elf: Ensure that the return value in parse_notes...
2021-05-01 Konstantin BelousovStyle.
2021-05-01 Konstantin Belousovvn_open_vnode(): handle error when fp == NULL
2021-05-01 Konstantin Belousovsbuf_uionew(): sbuf_new() takes int as length
2021-05-01 Konstantin Belousovptrace: restructure comments around reparenting on...
2021-05-01 Konstantin Belousovptrace: remove dead call to FIX_SSTEP()
2021-04-16 Richard ScheffeneggerMake sbuf_drain safe for external use
2021-04-16 Richard ScheffeneggerExport sbuf_drain to orchestrate lock and drain action
2021-04-16 Mitchell Hornermlock(9): add an RM_DUPOK flag
2021-04-09 Mateusz Guzikvfs: honor error code returned by mac_vnode_check_renam...
2021-04-09 Konstantin Belousovmbuf: add a way to mark flowid as calculated from the...
2021-04-08 Alan SomersSpeed up geom_stats_resync in the presence of many...
2021-04-06 Mark Johnstonmount: Disallow mounting over a jail root
2021-03-31 Mark JohnstonFix several dev_clone callbacks to avoid out-of-bounds...
2021-03-28 Mark Johnstonaccept_filter: Fix filter parameter handling
2021-03-23 Hans Petter SelaskyMFC 6eb60f5b7f7d:
2021-03-23 Hans Petter SelaskyMFC c743a6bd4fc0:
2021-03-21 Konstantin BelousovO_RELATIVE_BENEATH: return ENOTCAPABLE instead of EINVA...
2021-03-21 Konstantin Belousovnameicap_check_dotdot: trim tracker on check
2021-03-21 Konstantin BelousovAdd nameicap_cleanup_from(), to clean tracker list...
2021-03-21 Konstantin Belousovnameicap_tracker_add: avoid duplicates in the tracker...
2021-03-21 Konstantin BelousovDo not call nameicap_tracker_add() for dotdot case.
2021-03-21 Konstantin Belousovopen(2): Remove O_BENEATH and AT_BENEATH
2021-03-21 Dmitry ChaginRemove wrong inline keyword.
2021-03-21 Dmitry ChaginComplete LOCAL_PEERCRED support. Cache pid of the remot...
2021-03-15 Konstantin BelousovMake kern.timecounter.hardware tunable
2021-03-04 Kyle EvansRevert "MFC kern: cpuset: properly rebase when attachin...
2021-03-04 Mark Johnstonbuf: Fix the dirtybufthresh check
2021-03-03 Mark Johnstonrmlock: Add a required compiler membar to the rlock...
2021-02-24 Kyle Evans504ebd612ec: kern: sonewconn: set so_options before...
2021-02-24 Jason A. HarmeningFix divide-by-zero panic when ASLR is enabled and super...
2021-02-22 Jamie GrittonMFC jail: Change both root and working directories...
2021-02-21 Konstantin Belousovprocstat: distinguish vm map guards in procstat vm...
2021-02-19 Jamie GrittonMFC jail: Handle a possible race between jail_remove...
2021-02-17 Warner LoshGiant: move back Giant removal until 14
2021-02-17 Jason A. Harmeningkenv: avoid sleepable alloc for integer tunables
2021-02-17 Jung-uk KimOpenSSL: Merge OpenSSL 1.1.1j
2021-02-09 Konstantin BelousovAdd ddb 'show timecounter' command.
2021-02-09 Konstantin BelousovImplement malloc_domainset_aligned(9).
2021-02-09 Konstantin Belousovjobc: rework detection of orphaned groups.
2021-02-09 Konstantin Belousovkinfo_proc: move job-control related data collection...
2021-02-09 Konstantin BelousovLock proctree in around fill_kinfo_proc().
2021-02-09 Konstantin Belousovpgrp: Prevent use after free.
2021-02-05 Ed MasteCorrect description for kern.proc.proc_td
2021-01-30 Jan Kokemüllerkevent(2): Bugfix for wrong EVFILT_TIMER timeouts
2021-01-26 Jason A. Harmeningrctl(4): support throttling resource usage to 0
2021-01-24 Kyle EvansPartial revert of ac6e3a14070
2021-01-24 Mateusz Guzikcpuset: refcount-clean
2021-01-24 Stephen J. KiernanBump up the low range of cpuset numbers to account...
2021-01-24 Kyle Evanskern: dup: do not assume oldfde is valid
2021-01-18 Mitchell Hornearm64: fix early devmap assertion
2021-01-17 Konstantin Belousovissignal(): when handling STOP-like signals, drop sigac...
2021-01-17 Konstantin Belousovtty_wait_background: improve locking.
2021-01-13 Konstantin BelousovStyle. Improve some KASSERTs messages.
2021-01-06 Mark JohnstonEnsure that dirent's d_off field is initialized
2020-12-27 Kyle EvansMFC kern: cpuset: properly rebase when attaching to...
2020-12-27 Kyle EvansMFC kern: cpuset: allow jails to modify child jails...
2020-12-26 Kyle EvansMFC kern: _umtx_op: introduce 32-bit/i386 flags for...
2020-12-26 Kyle EvansMFC kern: _umtx_op: compat32 refactoring
2020-12-26 Konstantin BelousovCast sv_stackgap argument
2020-12-25 Konstantin BelousovMFC r368772:
2020-12-24 Konstantin BelousovMFC r368735:
2020-12-15 Kyle EvansMFC r368326: kern: soclose: don't sleep on SO_LINGER...
2020-12-15 Kyle EvansMFC r368462: cpuset_set{affinity,domain}: do not allow...
2020-12-15 Kyle EvansMFC r368461: kern: cpuset: resolve race between cpuset_...
2020-12-15 Kyle EvansMFC r368460: kern: cpuset: plug a unr leak
next