]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
domains: init with standard SYSINIT(9) or VNET_SYSINIT()
[FreeBSD/FreeBSD.git] / sys / kern /
2022-01-03 Gleb Smirnoffdomains: init with standard SYSINIT(9) or VNET_SYSINIT()
2022-01-03 Gleb Smirnoffprotocols: don't execute protosw_init() for every VNET
2022-01-03 Gleb Smirnoffprotocols: init with standard SYSINIT(9) or VNET_SYSINIT
2022-01-03 Jessica Clarkeintrng: Use less confusing return value for intr_pic_ad...
2022-01-01 Stefan Eßersys/kern/sched_4bsd.c: fix typo introduced in previous...
2022-01-01 Stefan EßerRestore variable aliasing in the context of cpu set...
2021-12-31 Mark Johnstoncallout: Wait for the softclock thread to switch before...
2021-12-31 Mark Johnstonexec: Simplify sv_copyout_strings implementations a bit
2021-12-30 John Baldwinsoftclock: Use dedicated ithreads for running callouts.
2021-12-30 Stefan EßerMake CPU_SET macros compliant with other implementations
2021-12-29 Colin Percivalvfs_mountroot: Check for root dev before waiting
2021-12-29 Colin Percivalvfs_mountroot: Wait for GEOM idle post root holds
2021-12-29 Colin Percivalvfs_mountroot: Skip 'Root mount waiting' < 1 s
2021-12-26 Edward Tomasz Napi... Move fork_rfppwait() check into ast()
2021-12-29 Roger Pau Monnémbuf_tags: use explicitly sized type for 'type' parameter
2021-12-28 John BaldwinSimplify swi for bus_dma.
2021-12-28 John Baldwinsys/kern: Use C99 fixed-width integer types.
2021-12-28 Konstantin Belousovitimers: strip unused bits from struct itimer and struc...
2021-12-28 Konstantin Belousovitimers_alloc: no need to initialize its_timers array
2021-12-27 Alexander Motinkern: Remove CTLFLAG_NEEDGIANT from some more sysctls.
2021-12-26 Gleb Smirnoffjail: network epoch protection for IP address lists
2021-12-26 Alexander Motinkern: Remove CTLFLAG_NEEDGIANT from some sysctls.
2021-12-22 Jessica ClarkeFix buffer overread in preloaded hostuuid parsing
2021-12-21 Hans Petter SelaskyRemove dead code.
2021-12-21 Baptiste Daroussinbsddialog: import version 0.0.2
2021-12-19 Ed Mastessh: update to OpenSSH v8.8p1
2021-12-18 Simon J. GerratyMerge bmake-20211212
2021-12-17 Mark Johnstonfd: Avoid truncating output buffers for KERN_PROC_...
2021-12-17 Mark Johnstonfd: Initialize more export_fd_buf fields in kern_proc_c...
2021-12-17 Mark Johnstonunix: Increase the default datagram recv buffer size
2021-12-16 Martin Matuskazfs: merge openzfs/zfs@f291fa658 (master) into main
2021-12-16 Alan SomersChange VOP_READDIR's cookies argument to a **uint64_t
2021-12-14 Mark Johnstonimgact_elf: Disable the stack gap for now
2021-12-14 John Baldwinktls: Support for TLS 1.3 receive offload.
2021-12-14 Mateusz Guziksocket: plug set-but-not-used vars
2021-12-14 Mateusz Guzikmbuf: plug set-but-not-used vars
2021-12-14 Mateusz Guzikkobj: plug set-but-not-used vars
2021-12-14 Mateusz Guzikktls: plug set-but-not-used vars
2021-12-13 Baptiste Daroussinbsddialog: import version 0.0.1
2021-12-12 Konstantin Belousovexec_elf: use intermediate u_long variable to correct...
2021-12-12 Konstantin Belousovimgact_elf: avoid mapsz overflow
2021-12-12 Konstantin Belousovimgact_elf: check that the alignment of PT_LOAD segment...
2021-12-12 Konstantin Belousovimgact_elf: exclude invalid alignment requests
2021-12-12 Konstantin Belousovrnd_elf: add comment explaining the interface
2021-12-12 Konstantin Belousovelf image activator: convert asserts into errors
2021-12-12 Konstantin Belousovexec_elf: assert that the image vnode is still locked...
2021-12-12 Konstantin BelousovStyle
2021-12-11 Alexander MotinMake msgbuf_peekbytes() not return leading zeroes.
2021-12-10 Mateusz Guzikvfs: retire MNTK_NOKNOTE and VV_NOKNOTE
2021-12-10 Florian WalpenAdd idle priority scheduling privilege group to MAC...
2021-12-10 Florian WalpenAdd PRIV_SCHED_IDPRIO
2021-12-10 Warner Loshnewbus: add bus_topo_assert
2021-12-10 Warner Loshbus: mark sysctls MPSAFE
2021-12-10 Warner LoshCreate wrapper for Giant taken for newbus
2021-12-09 Bjoern A. Zeebmodules: increase MAXMODNAME and provide backward compat
2021-12-09 Mateusz Guzikmbuf: plug set-but-not-used vars
2021-12-09 Justin HibbitsFix assert check for SV_DSO_SIG in exec_sysvec_init_sec...
2021-12-09 Konstantin BelousovRegen
2021-12-09 Konstantin Belousovswapoff: add one more variant of the syscall
2021-12-09 Konstantin Belousovsyscalls: add COMPAT13
2021-12-08 Konstantin BelousovKernel linkers: add emergency sysctl to restore old...
2021-12-08 Konstantin Belousovkernel linker: do not read debug symbol tables for...
2021-12-08 Konstantin Belousovlinker_debug_symbol_values(): use proper linker interfa...
2021-12-08 Konstantin BelousovStyle
2021-12-06 Konstantin Belousovfcntl(2): add F_KINFO operation
2021-12-06 Konstantin BelousovAdd declaration for static export_file_to_kinfo()
2021-12-06 Konstantin BelousovAdd kern.elf{32,64}.vdso knobs to enable/disable vdso...
2021-12-06 Konstantin Belousovvdso for ia32 on amd64
2021-12-06 Konstantin Belousovimgact_aout.c: some style
2021-12-06 Konstantin BelousovPass vdso address to userspace
2021-12-06 Konstantin Belousovamd64: wrap 64bit sigtramp into vdso
2021-12-06 Konstantin Belousovimgact_aout.c: We do not expect the aout support to...
2021-12-06 Baptiste Daroussinbsddialog: import snapshot 2021-12-05
2021-12-05 Scott LongFix "set but not used" in kern_cpu.c
2021-12-03 Konstantin BelousovExpand comment explaining reasons for automatic swapoff...
2021-12-03 Cy Schubertunbount: Vendor import 1.14.0rc1
2021-12-02 Cy SchubertRevert "wpa: Import wpa_supplicant/hostapd commit 14ab4...
2021-12-02 Cy Schubertwpa: Import wpa_supplicant/hostapd commit 14ab4a816
2021-12-02 Gleb Smirnoffepoch: with EPOCH_TRACE add epoch_where_report()
2021-12-02 Gleb SmirnoffSMR protection for inpcbs
2021-12-02 Gordon Berglingkern: Correct a typo in a sysctl description
2021-11-30 Warner LoshMake device_busy/unbusy work w/o Giant held
2021-11-30 Warner LoshRevert "Make device_busy/unbusy work w/o Giant held"
2021-11-30 Warner LoshMake device_busy/unbusy work w/o Giant held
2021-11-30 Stefan Eßercontrib/bc: merge version 5.2.1 from vendor branch
2021-11-30 Andriy Gaponkern_tc: unify timecounter to bintime delta conversion
2021-11-30 Gordon Berglingvfs: Fix a typo in a sysctl description
2021-11-29 Brooks Davissyscalls: regen
2021-11-29 Brooks Davissyscalls: mprotect does not take a const
2021-11-29 Brooks Davissyscalls: regen
2021-11-29 Brooks Davissyscalls: make syscall and __syscall SYSMUX
2021-11-29 Brooks Davismakesyscalls: add a new SYSMUX type
2021-11-29 Brooks Davissyscalls: regen
2021-11-29 Brooks Davissyscalls: normalize exit
2021-11-29 Brooks Davissyscalls: regen
2021-11-29 Brooks Davissyscalls: normalize (get|set)rlimit
2021-11-29 Brooks Davissyscalls: regen
2021-11-29 Brooks Davissyscalls: normalize orecvfrom and ogetsockname
2021-11-29 Brooks Davisuipc: rework recvfrom, getsockname, getpeername
2021-11-29 Brooks Davissyscalls: correct a couple style issues
next