| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r288068: | kib | 2015-10-05 | 1 | -1/+3 |
* | MFC 273800: | jhb | 2015-02-10 | 1 | -59/+8 |
* | Merge r257996,r258001,r258069 from head: fixes for HyperV guest. | pluknet | 2013-11-14 | 1 | -0/+2 |
* | MFC r257221: | kib | 2013-10-31 | 1 | -1/+1 |
* | Implement the concept of the unmapped VMIO buffers, i.e. buffers which | kib | 2013-03-19 | 1 | -0/+7 |
* | Move the auto-sizing of the callout array from init_param2() to | andre | 2013-03-08 | 1 | -12/+0 |
* | - Make callout(9) tickless, relying on eventtimers(4) as backend for | davide | 2013-03-04 | 1 | -2/+6 |
* | Move the mbuf memory limit calculations from init_param2() to | andre | 2013-01-17 | 1 | -14/+0 |
* | Do not autotune ncallout to be greater than 18508. | alfred | 2013-01-15 | 1 | -1/+4 |
* | - Detect when we are in KVM. | zont | 2013-01-15 | 1 | -0/+2 |
* | Teach the kernel to recognize that it is executing inside a bhyve virtual | neel | 2013-01-05 | 1 | -0/+1 |
* | Prevent long type overflow of realmem calculation on ILP32 by forcing | andre | 2012-12-10 | 1 | -2/+2 |
* | Using a long is the wrong type to represent the realmem and maxmbufmem | andre | 2012-11-29 | 1 | -4/+4 |
* | Base the mbuf related limits on the available physical memory or | andre | 2012-11-27 | 1 | -8/+31 |
* | Allow maxusers to scale on machines with large address space. | alfred | 2012-11-10 | 1 | -11/+11 |
* | Allow autotune maxusers > 384 on 64 bit machines | alfred | 2012-10-25 | 1 | -2/+10 |
* | - Mark some sysctls with CTLFLAG_TUN flag instead of CTLFLAG_RDTUN. | zont | 2012-09-03 | 1 | -7/+7 |
* | - Make kern.maxtsiz, kern.dfldsiz, kern.maxdsiz, kern.dflssiz, kern.maxssiz | zont | 2012-09-02 | 1 | -7/+7 |
* | As a safety measure, disable lowering pid_max too much. | kib | 2012-08-16 | 1 | -0/+3 |
* | Add a sysctl kern.pid_max, which limits the maximum pid the system is | kib | 2012-08-15 | 1 | -2/+11 |
* | Modestly increase the maximum allowed size of the kmem map on i386. | alc | 2011-03-23 | 1 | -11/+8 |
* | Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize. | pluknet | 2011-01-21 | 1 | -0/+7 |
* | Add Xen to the list of virtual vendors. In the non PV (HVM) case this fixes | csjp | 2010-08-06 | 1 | -0/+1 |
* | Reverse the logic of the if statement that sets the default value of | nwhitehorn | 2010-06-24 | 1 | -3/+3 |
* | Move default HZ from 100 to 1000 on powerpc. | nwhitehorn | 2010-06-23 | 1 | -1/+1 |
* | Document the VM detection type and sysctl a bit better. | ivoras | 2010-03-02 | 1 | -1/+1 |
* | When running as a guest operating system, the FreeBSD kernel must assume | alc | 2010-02-27 | 1 | -4/+4 |
* | Don't inforce an upper bound on kern.ngroups. The INT_MAX-1 limit was | brooks | 2010-02-24 | 1 | -2/+0 |
* | Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamic | brooks | 2010-01-12 | 1 | -0/+14 |
* | Increase HZ_VM from 10 to 100. While 10 hz saves cpu time | silby | 2009-07-08 | 1 | -1/+1 |
* | Improve the description of a few sysctls. | jhb | 2009-03-23 | 1 | -10/+11 |
* | Change the sysctls for maxbcache and maxswzone from int to long. I missed | jhb | 2009-03-12 | 1 | -2/+2 |
* | Export the current values of nbuf, ncallout, and nswbuf via read-only | jhb | 2009-03-12 | 1 | -0/+6 |
* | - Make maxpipekva a signed long rather than an unsigned long as overflow | jhb | 2009-03-10 | 1 | -2/+2 |
* | Adjust some variables (mostly related to the buffer cache) that hold | jhb | 2009-03-09 | 1 | -6/+6 |
* | Document the relationship between enum VM_GUEST and the vm_guest_sysctl_names | ivoras | 2008-12-30 | 1 | -1/+3 |
* | Hide detect_virtual() along with the accompanying string | bz | 2008-12-27 | 1 | -7/+9 |
* | By popular request, stringify kern.vm_guest sysctl. Now it returns a | ivoras | 2008-12-18 | 1 | -3/+27 |
* | Introduce a sysctl kern.vm_guest that reflects what the kernel knows about | ivoras | 2008-12-17 | 1 | -6/+15 |
* | - Detect Bochs BIOS variants and use HZ_VM as well. | jkim | 2008-12-08 | 1 | -12/+25 |
* | vm_pnames should be "const char *const[]". | sobomax | 2008-10-27 | 1 | -1/+1 |
* | vm_pnames has no reason to be global. | sobomax | 2008-10-27 | 1 | -1/+1 |
* | Default HZ value (1,000) on i386/amd64 is not very virtual machine friendly. | sobomax | 2008-10-27 | 1 | -1/+39 |
* | Correct an error in the comments for init_param3(). | alc | 2008-07-04 | 1 | -2/+2 |
* | - Export HZ value via kern.hz sysctl (this is the same name as for the | pjd | 2008-05-09 | 1 | -8/+17 |
* | Export maxswzone, maxbcache, maxtsiz, dfldsiz, maxdsiz, dflssiz, maxssiz, | alfred | 2007-10-16 | 1 | -0/+10 |
* | Partially revert revision 1.66, which contained a change that did not | kris | 2005-10-14 | 1 | -4/+4 |
* | Increase default HZ for sparc64 to 1000. | marius | 2005-04-16 | 1 | -1/+1 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Fix the build. | bms | 2004-11-30 | 1 | -2/+2 |