]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
THIS BRANCH IS OBSOLETE, PLEASE READ:
[FreeBSD/FreeBSD.git] / sys / sys /
2020-12-18 kibAdd ELF flag to disable ASLR stack gap.
2020-12-18 Konstantin BelousovAdd ELF flag to disable ASLR stack gap.
2020-12-18 kibproc.h: Reformat P_ and P2_ definitions.
2020-12-18 Konstantin Belousovproc.h: Reformat P_ and P2_ definitions.
2020-12-18 Xin LIMFV r368746:
2020-12-15 hselaskyImprove handling of alternate settings in the USB stack.
2020-12-15 Hans Petter SelaskyImprove handling of alternate settings in the USB stack.
2020-12-13 mjgPatch annotation in sigdeferstop
2020-12-13 Mateusz GuzikPatch annotation in sigdeferstop
2020-12-13 mjgfd: fix fdrop prediction when closing a fd
2020-12-13 Mateusz Guzikfd: fix fdrop prediction when closing a fd
2020-12-13 Martin MatuskaMFV r368607:
2020-12-12 ianProvide userland notification of gpio pin changes ...
2020-12-12 Ian LeporeProvide userland notification of gpio pin changes ...
2020-12-09 cyMFV r368464:
2020-12-09 Cy SchubertMFV r368464:
2020-12-09 Jung-uk KimMerge OpenSSL 1.1.1i.
2020-12-07 jhbBump __FreeBSD_version for removal of crypto fd's in...
2020-12-07 John BaldwinBump __FreeBSD_version for removal of crypto fd's in...
2020-12-07 hselaskyAllow sys/refcount.h to be used by standalone builds.
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 kibAdd kern_ntp_adjtime(9).
2020-12-04 Konstantin BelousovAdd kern_ntp_adjtime(9).
2020-12-01 kibrtld: bump r_debug.r_version to 1 from current 0.
2020-12-01 Konstantin Belousovrtld: bump r_debug.r_version to 1 from current 0.
2020-12-01 jhbAdd a kstack_contains() helper function.
2020-12-01 John BaldwinAdd a kstack_contains() helper function.
2020-12-01 mmMFV r368207:
2020-12-01 Martin MatuskaMFV r368207:
2020-11-30 tsoomevt: if loader did pass the font via metadata, use it
2020-11-30 Toomas Soomevt: if loader did pass the font via metadata, use it
2020-11-29 mmacyImport kernel WireGuard support
2020-11-29 Matt MacyImport kernel WireGuard support
2020-11-29 kibReduce MAXPHYS back to 128KB on 32bit architectures.
2020-11-29 Konstantin BelousovReduce MAXPHYS back to 128KB on 32bit architectures.
2020-11-28 kibMake MAXPHYS tunable. Bump MAXPHYS to 1M.
2020-11-28 Konstantin BelousovMake MAXPHYS tunable. Bump MAXPHYS to 1M.
2020-11-27 markjcallout(9): Remove some leftover APM BIOS support
2020-11-27 Mark Johnstoncallout(9): Remove some leftover APM BIOS support
2020-11-26 kibMake max ticks for pause in vn_lock_pair() adjustable...
2020-11-26 Konstantin BelousovMake max ticks for pause in vn_lock_pair() adjustable...
2020-11-26 seUpdate to version 3.2.0
2020-11-26 Stefan EßerUpdate to version 3.2.0
2020-11-26 mjgthread: staticize thread_reap and move td_allocdomain
2020-11-26 Mateusz Guzikthread: staticize thread_reap and move td_allocdomain
2020-11-25 jhbRemove the cloned file descriptors for /dev/crypto.
2020-11-25 John BaldwinRemove the cloned file descriptors for /dev/crypto.
2020-11-23 mjgdtrace: stop using eventhandlers for the part compiled...
2020-11-23 Mateusz Guzikdtrace: stop using eventhandlers for the part compiled...
2020-11-23 mjgthread: stash domain id to work around vtophys problems...
2020-11-23 Mateusz Guzikthread: stash domain id to work around vtophys problems...
2020-11-23 kibProvide ABI modules hooks for process exec/exit and...
2020-11-23 Konstantin BelousovProvide ABI modules hooks for process exec/exit and...
2020-11-22 kevans[2/2] _umtx_op: introduce 32-bit/i386 flags for operations
2020-11-22 Kyle Evans[2/2] _umtx_op: introduce 32-bit/i386 flags for operations
2020-11-22 kevans_umtx_op: move compat32 definitions back in
2020-11-22 Kyle Evans_umtx_op: move compat32 definitions back in
2020-11-21 kibStop using eventhandlers for itimers subsystem exec...
2020-11-21 Konstantin BelousovStop using eventhandlers for itimers subsystem exec...
2020-11-21 kibStop using eventhandler to invoke umtx_exec hook.
2020-11-21 Konstantin BelousovStop using eventhandler to invoke umtx_exec hook.
2020-11-20 sjgMerge bmake-20201117
2020-11-20 Simon J. GerratyMerge bmake-20201117
2020-11-19 mjgpipe: thundering herd problem in pipelock
2020-11-19 Mateusz Guzikpipe: thundering herd problem in pipelock
2020-11-19 mjgpipe: allow for lockless pipe_stat
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 mjgcred: fix minor nits in r367695
2020-11-19 Mateusz Guzikcred: fix minor nits in r367695
2020-11-18 oshogbojail: introduce per jail suser_enabled setting
2020-11-18 Mariusz Zaborskijail: introduce per jail suser_enabled setting
2020-11-18 mjgfd: reorder struct file to reduce false sharing
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 cemlinux(4) clone(2): Correctly handle CLONE_FS and CLONE_...
2020-11-17 Conrad Meyerlinux(4) clone(2): Correctly handle CLONE_FS and CLONE_...
2020-11-17 cemSplit out cwd/root/jail, cmask state from filedesc...
2020-11-17 Conrad MeyerSplit out cwd/root/jail, cmask state from filedesc...
2020-11-17 cemunix(4): Enhance LOCAL_CREDS_PERSISTENT ABI
2020-11-17 Conrad Meyerunix(4): Enhance LOCAL_CREDS_PERSISTENT ABI
2020-11-17 cemlinux(4): Implement name_to_handle_at(), open_by_handle...
2020-11-17 Conrad Meyerlinux(4): Implement name_to_handle_at(), open_by_handle...
2020-11-17 kevanssys/proc.h: improve comment for new TDP2 flag
2020-11-17 Kyle Evanssys/proc.h: improve comment for new TDP2 flag
2020-11-17 kevansumtx_op: reduce redundancy required for compat32
2020-11-17 Kyle Evansumtx_op: reduce redundancy required for compat32
2020-11-17 mjgcpuset: reorder so that cs_mask does not share cachelin...
2020-11-17 Mateusz Guzikcpuset: reorder so that cs_mask does not share cachelin...
2020-11-14 mjgcred: annotate credbatch_process argument as unused
2020-11-14 Mateusz Guzikcred: annotate credbatch_process argument as unused
2020-11-14 mjgthread: batch credential freeing
2020-11-14 Mateusz Guzikthread: batch credential freeing
2020-11-14 mjgthread: batch resource limit free calls
2020-11-14 Mateusz Guzikthread: batch resource limit free calls
2020-11-14 mjgcred: reorder cr_audit to be closer to the lock
2020-11-14 Mateusz Guzikcred: reorder cr_audit to be closer to the lock
2020-11-13 Jung-uk KimMFV: r367652
next