]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
sysctl(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / sys / sys /
2020-12-18 Konstantin BelousovAdd ELF flag to disable ASLR stack gap.
2020-12-18 Konstantin Belousovproc.h: Reformat P_ and P2_ definitions.
2020-12-18 Xin LIMFV r368746:
2020-12-15 Hans Petter SelaskyImprove handling of alternate settings in the USB stack.
2020-12-13 Mateusz GuzikPatch annotation in sigdeferstop
2020-12-13 Mateusz Guzikfd: fix fdrop prediction when closing a fd
2020-12-13 Martin MatuskaMFV r368607:
2020-12-12 Ian LeporeProvide userland notification of gpio pin changes ...
2020-12-09 Cy SchubertMFV r368464:
2020-12-09 Jung-uk KimMerge OpenSSL 1.1.1i.
2020-12-07 John BaldwinBump __FreeBSD_version for removal of crypto fd's in...
2020-12-07 Hans Petter SelaskyAllow sys/refcount.h to be used by standalone builds.
2020-12-06 Stefan EßerUpgrade to version 3.2.3
2020-12-04 Konstantin BelousovAdd kern_ntp_adjtime(9).
2020-12-01 Konstantin Belousovrtld: bump r_debug.r_version to 1 from current 0.
2020-12-01 John BaldwinAdd a kstack_contains() helper function.
2020-12-01 Martin MatuskaMFV r368207:
2020-11-30 Toomas Soomevt: if loader did pass the font via metadata, use it
2020-11-29 Matt MacyImport kernel WireGuard support
2020-11-29 Konstantin BelousovReduce MAXPHYS back to 128KB on 32bit architectures.
2020-11-28 Konstantin BelousovMake MAXPHYS tunable. Bump MAXPHYS to 1M.
2020-11-27 Mark Johnstoncallout(9): Remove some leftover APM BIOS support
2020-11-26 Konstantin BelousovMake max ticks for pause in vn_lock_pair() adjustable...
2020-11-26 Stefan EßerUpdate to version 3.2.0
2020-11-26 Mateusz Guzikthread: staticize thread_reap and move td_allocdomain
2020-11-25 John BaldwinRemove the cloned file descriptors for /dev/crypto.
2020-11-23 Mateusz Guzikdtrace: stop using eventhandlers for the part compiled...
2020-11-23 Mateusz Guzikthread: stash domain id to work around vtophys problems...
2020-11-23 Konstantin BelousovProvide ABI modules hooks for process exec/exit and...
2020-11-22 Kyle Evans[2/2] _umtx_op: introduce 32-bit/i386 flags for operations
2020-11-22 Kyle Evans_umtx_op: move compat32 definitions back in
2020-11-21 Konstantin BelousovStop using eventhandlers for itimers subsystem exec...
2020-11-21 Konstantin BelousovStop using eventhandler to invoke umtx_exec hook.
2020-11-20 Simon J. GerratyMerge bmake-20201117
2020-11-19 Mateusz Guzikpipe: thundering herd problem in pipelock
2020-11-19 Mateusz Guzikpipe: allow for lockless pipe_stat
2020-11-19 Dag-Erling SmørgravMerge upstream r948: fix race condition in openpam_ttyc...
2020-11-19 Mateusz Guzikcred: fix minor nits in r367695
2020-11-18 Mariusz Zaborskijail: introduce per jail suser_enabled setting
2020-11-18 Mateusz Guzikfd: reorder struct file to reduce false sharing
2020-11-18 Marcin WojtasAdjust ENA driver files to latest ena-com changes
2020-11-18 Marcin WojtasFix completion descriptors alignment for the ENA
2020-11-17 Conrad Meyerlinux(4) clone(2): Correctly handle CLONE_FS and CLONE_...
2020-11-17 Conrad MeyerSplit out cwd/root/jail, cmask state from filedesc...
2020-11-17 Conrad Meyerunix(4): Enhance LOCAL_CREDS_PERSISTENT ABI
2020-11-17 Conrad Meyerlinux(4): Implement name_to_handle_at(), open_by_handle...
2020-11-17 Kyle Evanssys/proc.h: improve comment for new TDP2 flag
2020-11-17 Kyle Evansumtx_op: reduce redundancy required for compat32
2020-11-17 Mateusz Guzikcpuset: reorder so that cs_mask does not share cachelin...
2020-11-14 Mateusz Guzikcred: annotate credbatch_process argument as unused
2020-11-14 Mateusz Guzikthread: batch credential freeing
2020-11-14 Mateusz Guzikthread: batch resource limit free calls
2020-11-14 Mateusz Guzikcred: reorder cr_audit to be closer to the lock
2020-11-13 Jung-uk KimMFV: r367652
2020-11-13 Konstantin BelousovImplement vn_lock_pair().
2020-11-13 Adrian Chadd[malloc] quieten -Werror=missing-braces with malloc...
2020-11-12 Mateusz Guzikmalloc: retire malloc_last_fail
2020-11-11 Mateusz Guzikthread: lockless zombie list manipulation
2020-11-11 Mark JohnstonRemove an extraneous parameter from SIGIO_ASSERT_LOCKED()
2020-11-11 Mark JohnstonFix a pair of races in SIGIO registration
2020-11-11 Mateusz Guzikthread: rework tidhash vs proc lock interaction
2020-11-11 Mateusz Guzikthread: fix thread0 tid allocation
2020-11-10 Mateusz Guzikthread: retire thread_find
2020-11-09 Mateusz Guzikvfs: group mount per-cpu vars into one struct
2020-11-09 Mateusz Guzikmalloc: retire mt_stats_zone in favor of pcpu_zone_64
2020-11-09 Emmanuel VadotBump __FreeBSD_version after linuxkpi changes
2020-11-09 Mateusz Guzikbufcache: convert bo_numoutput from long to int
2020-11-09 Mateusz Guzikkqueue: save space by using only one func pointer for...
2020-11-08 Edward Tomasz Napi... Move syscall_thread_{enter,exit}() into the slow path...
2020-11-08 Kyle Evansimgact_binmisc: limit the extent of match on incoming...
2020-11-07 Simon J. GerratyUpdate to bmake-20201101
2020-11-07 Mateusz Guzikrms: several cleanups + debug read lockers handling
2020-11-07 Michal MelounAdd a method to determine whether given interrupt is...
2020-11-07 Kyle Evansimgact_binmisc: validate flags coming from userland
2020-11-06 Mateusz Guzikmalloc: move malloc_type_internal into malloc_type
2020-11-05 Konstantin BelousovSuspend all writeable local filesystems on power suspend.
2020-11-05 Leandro Lupori[PowerPC] hwpmc: add support for POWER8/9 PMCs
2020-11-05 Mateusz Guzikmalloc: add a helper returning size allocated for given...
2020-11-05 Mateusz GuzikRationalize per-cpu zones.
2020-11-04 Mateusz GuzikBump __FreeBSD_version after rms changes
2020-11-04 Mateusz Guzikrms: fixup concurrent writer handling and add more...
2020-11-04 Mark Johnstonrefcount(9): Add refcount_release_if_last() and refcoun...
2020-11-03 Conrad Meyerunix(4): Add SOL_LOCAL:LOCAL_CREDS_PERSISTENT
2020-10-30 Warner LoshIntegrate 4.4BSD-Lite2 changes to IOC_* definitions
2020-10-30 Mateusz Guzikmalloc: delegate M_EXEC handling to dedicacted routines
2020-10-30 Stefan EßerAdd read only sysctl variable user.localbase
2020-10-30 Mateusz Guzikcache: add cache_vop_mkdir and rename cache_rename...
2020-10-29 John BaldwinAdd m_snd_tag_alloc() as a wrapper around if_snd_tag_al...
2020-10-29 Mateusz Guzikvfs: add NDREINIT to facilitate repeated namei calls
2020-10-29 John BaldwinSupport hardware rate limiting (pacing) with TLS offload.
2020-10-28 Edward Tomasz Napi... Drop "All rights reserved" from all my stuff. This...
2020-10-27 Cy SchubertMFV r367082:
2020-10-27 Mateusz Guzikrefcount: make it atomic-clean
2020-10-27 Warner LoshRemove frontstuff
2020-10-24 Warner Loshcdefs.h: remove intel_compiler support
2020-10-24 Warner LoshRemove obsolete check for GCC < 3 and support for Intel...
2020-10-24 Alexander MotinFix asymmetry in devstat(9) calls by GEOM.
2020-10-24 Xin LIMFV r366990: less v563.
2020-10-22 Mateusz Guzikvfs: prevent avoidable evictions on mkdir of existing...
2020-10-22 Hans Petter SelaskyImplement mbuf hashing routines for IP over infiniband...
next