| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Switch from 1024hz to 1000hz on amd64 to match i386. 1024 is a bad | peter | 2004-11-30 | 1 | -3/+1 |
* | #include <vm/vm_param.h> instead of <machine/vmparam.h> (the former | des | 2004-11-08 | 1 | -17/+17 |
* | Increase default HZ for ia64 to 1000. | marcel | 2004-11-08 | 1 | -1/+1 |
* | Increase default HZ for i386 to 1000 | phk | 2004-11-06 | 1 | -4/+6 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | White space and wording changes to init_param3(). | alc | 2004-03-30 | 1 | -5/+3 |
* | Revise the direct or optimized case to use uiomove_fromphys() by the reader | alc | 2004-03-27 | 1 | -6/+1 |
* | Set default HZ to 1024 for amd64. The comment in kern/tty.c doesn't | peter | 2004-03-14 | 1 | -0/+4 |
* | More pipe changes: | silby | 2003-08-11 | 1 | -10/+8 |
* | Add init_param3() to subr_param. This function is called | silby | 2003-07-11 | 1 | -26/+16 |
* | Pull in the entire kmem_map size calculation from kern_malloc, rather | silby | 2003-07-08 | 1 | -3/+11 |
* | Put some concrete limits on pipe memory consumption: | silby | 2003-07-08 | 1 | -0/+29 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | Change hw.physmem and hw.usermem to unsigned long like they used to be | peter | 2002-08-30 | 1 | -1/+1 |
* | Improve the implementation of adjtime(2). | phk | 2002-04-15 | 1 | -2/+0 |
* | Unconditionally limit maxproc so that it is not possible | silby | 2002-03-07 | 1 | -0/+6 |
* | Allow the kern.maxusers boot tuneable to be set to 0 (previously only | dillon | 2002-02-06 | 1 | -2/+3 |
* | Make the 'maxusers 0' auto-sizing code slightly more conservative. Change | dillon | 2002-01-25 | 1 | -3/+3 |
* | Proper fix for old config setting maxusers to 8. | peter | 2001-12-14 | 1 | -1/+1 |
* | Too many people are compiling kernels with maxusers set to 0 without the new | dillon | 2001-12-14 | 1 | -1/+1 |