]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
swapoff: add one more variant of the syscall
[FreeBSD/FreeBSD.git] / sys / kern /
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
2021-11-29 Brooks Davissyscalls: add missing SAL annotations
2021-11-29 Konstantin Belousovshutdown: unmount filesystems after swapoff
2021-11-28 Konstantin Belousovlinker_kldload_busy(): allow recursion
2021-11-27 Mateusz Guzikvfs: fully lockless v_writecount adjustment
2021-11-27 Mateusz Guzikvfs: replace the MNTK_TEXT_REFS flag with VIRF_TEXT_REF
2021-11-26 Mateusz Guzikvfs: plug a set-but-not-used var in kern_alternate_path
2021-11-26 Mateusz Guzikvfs: add vop_stdadd_writecount_nomsync
2021-11-25 Mateusz Guzikvfs: remove the unused thread argument from NDINIT*
2021-11-25 Mateusz Guzikvfs: drop the always curthread argument from kern_alter...
2021-11-25 Mark Johnstonlink_elf_obj: Process global ifunc relocs after other...
2021-11-24 Baptiste DaroussinAdd 'contrib/bsddialog/' from commit '857c66bb5f3c5651b...
2021-11-22 Brooks Davisfreebsd32: generate from sys/kern/syscalls.master
2021-11-22 Brooks Davissyscalls: annotate args pointing to long, pointer,...
2021-11-22 Brooks Davissyscalls: regen
2021-11-22 Brooks Davissyscalls: improve nstat, nfstat, nlstat
2021-11-22 Brooks Davisfreebsd32: add _'s to _umtx_(un)lock
2021-11-22 Brooks Davissyscalls: regen
2021-11-22 Brooks Davissyscalls: abort2 doesn't return so declare as void
2021-11-22 Brooks Davissyscalls: umask returns a mode_t
2021-11-22 Brooks Davissyscalls: update a few return types to ssize_t
2021-11-22 Brooks Davissyscalls: struct ucontext4 -> struct freebsd4_ucontext
2021-11-22 Brooks Davissyscalls: regen
2021-11-22 Brooks Davissys___sysctl: regularize argument struct
2021-11-22 Brooks Davissyscalls: regen
2021-11-22 Brooks Davissys_sigaltstack: use struct sigaltstack arg
2021-11-20 Robert Wingmount: retire kernel_vmount()
2021-11-19 Mark Johnstontimecounter: Initialize tc_lock earlier
2021-11-19 Mitchell HorneAllow minidumps to be performed on the live system
2021-11-19 Mitchell Horneminidump: Parameterize minidumpsys()
2021-11-19 Gordon Berglingsched_ule(4): Fix two typo in source code comments
2021-11-19 Wuyang ChungCorrect the name of the second parameter of biowait...
2021-11-18 Konstantin BelousovKernel linkers: some style
2021-11-17 Alex Richardsonelf*_brand_inuse: Change return type to bool.
2021-11-17 Alex Richardsonimgact_elf: Use bool instead of boolean_t.
2021-11-17 Brooks Davisfreebsd32: semid_t -> int32_t
2021-11-17 Brooks Davisfreebsd32: fix getfsstat sign extension bugs
2021-11-17 Brooks Davisfreebsd32: add real abort2
2021-11-17 Brooks Davisfreebsd32: include `__` in semctl names
2021-11-17 Brooks Davisfreebsd32: sync _umtx_op args with default ABI
2021-11-17 Brooks Davisfreebsd32: rename old SysV IPC types
2021-11-17 Brooks Davisfreebsd32: add a union semun_old32
2021-11-17 Brooks Davissyscalls: use struct siginfo rather than siginfo_t
2021-11-17 Brooks Davissyscalls: fix type of osendmsg
2021-11-17 Brooks Davissyscalls: use __socklen_t as appropriate
2021-11-17 Brooks Davissyscalls: [gs]etitimer takes an int which
2021-11-17 Brooks Davissyscalls: sprinkle in const values
2021-11-17 Martin Matuskazfs: merge openzfs/zfs@269b5dadc (master) into main
2021-11-17 Kristof Provostm_get3(): actually use the selected zone
2021-11-16 Marcin WojtasEnable ASLR by default for 64-bit executables
2021-11-16 Mark Johnstonmbuf: Properly set the default value for mb_use_ext_pgs
2021-11-16 Mark Johnstonmbuf: Only allow extpg mbufs if the system has a direct map
2021-11-16 Mark Johnstonunix: Remove a write-only local variable
2021-11-15 Kirk McKusickAllow the MNT_FORCE flag to be passed through to an...
2021-11-15 Mark Johnstonclock: Group the "clocks" SYSINIT with the function...
2021-11-15 John Baldwinktls: Reject some invalid cipher suites.
2021-11-15 Brooks Davissyscalls: regen
2021-11-15 Brooks Davisstruct kevent_freebsd11 -> struct freebsd11_kevent
2021-11-15 Brooks Davissyscalls: unwrap a long line
next