summaryrefslogtreecommitdiff
path: root/sys/kern/subr_param.c
AgeCommit message (Expand)Author
2025-09-17cred: 'kern.ngroups' tunable: Rework the comment on the initial valueOlivier Certner
2025-05-15Compute 'maxproc'/'maxfiles' from memory amount; Expand/fix commentsOlivier Certner
2025-01-10clock: Add a long ticks variable, tickslMark Johnston
2024-11-02cred: 'kern.ngroups' tunable: Limit it to avoid internal overflowsOlivier Certner
2024-08-28x86: Detect NVMM hypervisorKevin Bowling
2024-04-30Fix new users of MAXPHYS and hide it from the kernel namespaceAndrew Gallatin
2024-03-18Rename VM_LAST to more appropriate VM_GUEST_LASTMateusz Guzik
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-11-06Fix up the vm_guest_sysctl_names size assert.Mateusz Guzik
2023-10-13arm64: do not disable the kern.kstack_pages tunable on arm64Konstantin Belousov
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-06-04Revert "Revert "tslog: Annotate some early boot functions""Colin Percival
2023-06-04Revert "tslog: Annotate some early boot functions"Colin Percival
2023-06-04tslog: Annotate some early boot functionsColin Percival
2023-03-01kern: whack __mips__ leftoverMateusz Guzik
2022-10-23time(3): Optimize tvtohz() function.Hans Petter Selasky
2022-10-23time(3): Declare the minimum and maximum hz values supported.Hans Petter Selasky
2022-09-03kern: Fix a typo in asource code commentGordon Bergling
2021-06-16Move mips and arm to 1000Hz by default.Warner Losh
2020-11-28Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov
2020-11-26Make max ticks for pause in vn_lock_pair() adjustable at runtime.Konstantin Belousov
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-02-03Remove sparc64 kernel supportWarner Losh
2019-09-07riscv: restore default HZ=1000, keep QEMU at HZ=100Philip Paeps
2019-09-06riscv: default to HZ=100Philip Paeps
2019-05-21The older detection methods (smbios.bios.vendor and smbios.system.product)Stephen J. Kiernan
2019-05-17Instead of individual conditional statements to look for each hypervisorStephen J. Kiernan
2019-01-16Fix mistake in r343030: move nswbuf calculation back toGleb Smirnoff
2019-01-15Allocate pager bufs from UMA instead of 80-ish mutex protected linked list.Gleb Smirnoff
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-06-08Allow sysctl kern.vm_guest to return bhyve when running under bhyve.Marcelo Araujo
2016-11-22Initialize 'ticks' earlier in boot after 'hz' is set.John Baldwin
2016-09-15Renumber license clauses in sys/kern to avoid skipping #3Ed Maste
2016-07-13Add explicit detection of KVM hypervisorEric Badger
2015-09-21Ensure that maxproc does not exceed pid_max, at the time of boot.Konstantin Belousov
2015-09-10Also make kern.maxfilesperproc a boot time tunable.Adrian Chadd
2015-08-10Make kstack_pages a tunable on arm, x86, and powepc. On i386, theKonstantin Belousov
2015-07-29 - Make 'struct buf *buf' private to vfs_bio.c. Having a global variableJeff Roberson
2015-04-30Remove support for Xen PV domU kernels. Support for HVM domU kernelsJohn Baldwin
2015-03-14Use SYSCTL_OUT_STR() to return strings.Ian Lepore
2014-10-28Rework virtual machine hypervisor detection.John Baldwin
2014-10-16Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano
2014-06-28Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky
2014-06-27Revert r267961, r267973:Glen Barber
2014-06-27Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky
2013-11-12Add VM_LAST, a special last element in enum VM_GUEST and use it in CTASSERTSergey Kandaurov
2013-11-11Set description string for VM_GUEST_HV (HyperV guest).Sergey Kandaurov
2013-10-27Fix typo.Konstantin Belousov
2013-03-19Implement the concept of the unmapped VMIO buffers, i.e. buffers whichKonstantin Belousov
2013-03-08Move the auto-sizing of the callout array from init_param2() toAndre Oppermann