Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | remove old comment | 2003-04-14 | 1 | -3/+2 | ||
| | ||||||
* | string cleaning; ok tdeval | 2003-04-08 | 1 | -6/+7 | ||
| | ||||||
* | intrcnt's are ints not longs (at least according to the new kern.intrcnt stuff) | 2003-02-28 | 1 | -7/+7 | ||
| | ||||||
* | Make systat(1), iostat(8) and vmstat(8) automatically update their disk | 2002-12-16 | 1 | -6/+6 | ||
| | | | | statistics when a device is added/removed. ok deraadt@ | |||||
* | mark which nlist[] kmem entries are not needed in the sysctl case, and which are | 2002-06-19 | 1 | -7/+7 | ||
| | ||||||
* | ANSI | 2002-06-18 | 1 | -40/+27 | ||
| | ||||||
* | Fix 32bit int oflow when there is > 2GB vm; peters AT telia DOT net | 2002-04-29 | 1 | -3/+3 | ||
| | ||||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -10/+10 | ||
| | ||||||
* | Some disk names are longer than 4. Cope with that. | 2002-02-16 | 1 | -22/+23 | ||
| | | | | ok deraadt@ | |||||
* | move back. pvalchev -- the bug was quite obscure | 2001-12-07 | 1 | -55/+53 | ||
| | ||||||
* | back out latest changes which cause problems on alpha/sparc64 until | 2001-12-07 | 1 | -51/+55 | ||
| | | | | they are fixed | |||||
* | fix signal races. use sysctl() instead of kvm where possible, and then KNF | 2001-11-23 | 1 | -55/+51 | ||
| | | | | the hell out of it; checked by miod | |||||
* | kill more registers | 2001-11-19 | 1 | -6/+6 | ||
| | | | | millert@ ok | |||||
* | slightly expand the Csw/Trp/Sys/Int/Sof spacing | 2001-11-18 | 1 | -11/+11 | ||
| | ||||||
* | New vm includes. | 2001-11-06 | 1 | -3/+2 | ||
| | ||||||
* | Add information on number/percentage of namei calls missed the cache. | 2001-08-28 | 1 | -8/+13 | ||
| | | | | millert@ ok. | |||||
* | UVM is no longer an option | 2001-06-27 | 1 | -113/+2 | ||
| | ||||||
* | use strlcpy vs strncpy+a[len-1]='\0' | 2001-06-22 | 1 | -4/+3 | ||
| | ||||||
* | handle kvm_nlist() failing, from pr#1798. | 2001-05-04 | 1 | -6/+6 | ||
| | | | | Patch similar to the one submitted by <peterw@documenta.com.au> | |||||
* | _total is no longer a symbol in the kernel | 2000-02-22 | 1 | -10/+8 | ||
| | ||||||
* | Fix printing of interrupts with UVM. | 1999-10-26 | 1 | -5/+5 | ||
| | ||||||
* | support UVM. (much code from NetBSD) | 1999-10-26 | 1 | -8/+118 | ||
| | ||||||
* | Fixed i386 -> __i386__ | 1999-06-16 | 1 | -7/+7 | ||
| | ||||||
* | move Act Free field over one | 1998-12-19 | 1 | -5/+5 | ||
| | ||||||
* | ftpd: sleep for an indeterminate amount for non-existant logins | 1998-07-13 | 1 | -3/+3 | ||
| | | | | | to simulate a crypt, like login does. Use SEEK_* not L_* and kill some 0L's used in lseek while we're there. | |||||
* | fix vm load display | 1998-06-12 | 1 | -2/+12 | ||
| | ||||||
* | comment this strncpy is safe | 1997-12-19 | 1 | -2/+3 | ||
| | ||||||
* | proactive buffer blocks | 1997-12-19 | 1 | -3/+4 | ||
| | ||||||
* | bye bye sprintf | 1997-12-19 | 1 | -4/+4 | ||
| | ||||||
* | Deal with the fact that PUTRATE() is a macro that contains braces by | 1997-11-24 | 1 | -3/+4 | ||
| | | | | surrounding it with braces after an ``if ()''. | |||||
* | remove unused kernel vars | 1997-11-22 | 1 | -18/+8 | ||
| | ||||||
* | back out 1.8, will fix in another way. | 1997-11-22 | 1 | -3/+3 | ||
| | ||||||
* | Make vmstat mode display actually fit in 80x24. | 1997-11-22 | 1 | -3/+3 | ||
| | | | | Exploits fact that swap display is always blank. | |||||
* | delete accidental #if 0 | 1997-07-29 | 1 | -5/+2 | ||
| | ||||||
* | 1) display full time string in 'vmstat' display so you can tell | 1997-07-29 | 1 | -2/+4 | ||
| | | | | | | | | the difference between an inactive display and a hung machine. 2) Update the man page for 'vmstat' to reflect reality (and actually explain all those vm abbreviations). netbsd PR bin/2756 (Jonathan Stone <jonathan@DSG.Stanford.EDU> | |||||
* | support four letter device names | 1996-12-20 | 1 | -4/+4 | ||
| | ||||||
* | rcsid | 1996-06-26 | 1 | -1/+2 | ||
| | ||||||
* | Show interrupt counts on i386. | 1996-06-25 | 1 | -0/+57 | ||
| | ||||||
* | libutil | 1996-05-22 | 1 | -51/+26 | ||
| | ||||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+693 | ||