#
801d8226 |
| 31-May-2007 |
pedro <pedro@openbsd.org> |
NFSv2 cannot cope with a big number of vnodes, so revert to NPROC-based calculation until the problem is fixed, okay beck@ art@
|
#
f43037e0 |
| 26-May-2007 |
pedro <pedro@openbsd.org> |
Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@ deraadt@ dlg@.
|
#
c42f31d9 |
| 12-Mar-2007 |
mickey <mickey@openbsd.org> |
better desiredvnodes not based on maxusers; pedro@ deraadt@ ok
|
#
d37113c8 |
| 14-Feb-2007 |
mickey <mickey@openbsd.org> |
recycle swbuf that had been long gone (w/ old vm) (this is in preparation for approaching GBC work)
|
#
f580ceb7 |
| 01-Jan-2004 |
millert <millert@openbsd.org> |
Crank SHMMNI from 32 -> 128 and SHMSEG from 8 -> 128. OK deraadt@
|
#
111dbe83 |
| 24-Jul-2003 |
deraadt <deraadt@openbsd.org> |
knf
|
#
29295d1c |
| 02-Jun-2003 |
millert <millert@openbsd.org> |
Remove the advertising clause in the UCB license which Berkeley rescinded 22 July 1999. Proofed by myself and Theo.
|
#
12164a83 |
| 06-Oct-2002 |
art <art@openbsd.org> |
nbuf doesn't belong here. It's declared on all architectures instead. And here it goes into the bss, while it's initialized in MD code.
|
#
5c6c8190 |
| 23-Mar-2002 |
espie <espie@openbsd.org> |
Add variables for config(8) -e time tweak of systemV shared memory parameters.
Ok millert@, miod@, maja@
|
#
60535ec9 |
| 17-Feb-2002 |
maja <maja@openbsd.org> |
Patch from Daniel Lucq <daniel@lucq.org>
The patch allows you to change the value of NMBCLUSTERS, BUFCACHEPERCENT and NKMEMPAGES using the config command, instead of recompiling the kernel.
This is
Patch from Daniel Lucq <daniel@lucq.org>
The patch allows you to change the value of NMBCLUSTERS, BUFCACHEPERCENT and NKMEMPAGES using the config command, instead of recompiling the kernel.
This is the kernel part of the patch. I have compiled it on i386, sparc64, alpha and macppc. -moj ok art@ maja@
show more ...
|
#
b0144fe5 |
| 09-Nov-2001 |
art <art@openbsd.org> |
nswbuf hasn't been used for ages. gc.
|
#
01dfcf71 |
| 23-Aug-2001 |
art <art@openbsd.org> |
Remove even more old timeout tentacles.
|
#
765be67d |
| 12-Aug-2001 |
millert <millert@openbsd.org> |
seminfo.semmap and SEMMAP are not used; kill them Solaris doesn't have these either...
|
#
bcb7fb27 |
| 05-Jul-2001 |
art <art@openbsd.org> |
Get rid of REAL_CLISTS. It was never implemented and the tentacles are everywhhere.
|
#
bc3ba633 |
| 27-Jun-2001 |
art <art@openbsd.org> |
Remove old vm.
|
#
a7702d29 |
| 17-May-2001 |
provos <provos@openbsd.org> |
convert mbuf and cluster allocation to pool, mostly from NetBSD okay art@ miod@
|
#
c7ba784c |
| 05-May-2001 |
art <art@openbsd.org> |
Get rid of CLSIZE and all related stuff. CLSIZE -> 1 CLBYTES -> PAGE_SIZE OLOFSET -> PAGE_MASK etc. At the same time some archs needed some cleaning in vmparam.h so that goes in at the same time.
|
#
890a5741 |
| 27-Mar-2000 |
mickey <mickey@openbsd.org> |
no vm_cache_max in uvm; ok art@
|
#
d66eba84 |
| 23-Mar-2000 |
art <art@openbsd.org> |
New API for timeouts. Replaces the old timeout()/untimeout() API and makes it the callers responsibility to allocate resources for the timeouts.
This is a KISS implementation and does _not_ solve th
New API for timeouts. Replaces the old timeout()/untimeout() API and makes it the callers responsibility to allocate resources for the timeouts.
This is a KISS implementation and does _not_ solve the problems of slow handling of a large number of pending timeouts (this will be solved in future work) (although hardclock is now guarateed to take constant time for handling of timeouts).
Old timeout() and untimeout() are implemented as wrappers around the new API and kept for compatibility. They will be removed as soon as all subsystems are converted to use the new API.
show more ...
|
#
ec714d53 |
| 21-Mar-2000 |
deraadt <deraadt@openbsd.org> |
double ncallout, until art fixes this further
|
#
83ce0b26 |
| 26-Nov-1999 |
art <art@openbsd.org> |
Update comment to reflect reality.
|
#
59265bbc |
| 27-Aug-1998 |
deraadt <deraadt@openbsd.org> |
Undo changes which were not discussed.
|
#
d30ba9f4 |
| 27-Aug-1998 |
mickey <mickey@openbsd.org> |
defopt TIMEZONE
|
#
f56c4d45 |
| 20-May-1998 |
downsj <downsj@openbsd.org> |
Increase NVNODE.
|
#
64f1ec0c |
| 28-May-1997 |
mickey <mickey@openbsd.org> |
move vm_cache_max into param.c make it maxusers adaptive note, that NTEXT approximation is probably not the best idea
|