Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When system calls indicate an error they return -1, not some arbitrary | 2019-06-28 | 1 | -2/+2 | |
| | | | | | | value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future. | ||||
* | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope | 2015-08-20 | 1 | -2/+2 | |
| | | | | ok krw millert | ||||
* | first batch of programs adapting to the namespace cleanup | 2015-01-16 | 1 | -2/+3 | |
| | | | | | (pfvar.h nameser.h proc.h ucred.h) ok guenther millert, and some review from doug as well. | ||||
* | <sys/buf.h> isn't actually needed here | 2014-11-23 | 1 | -2/+1 | |
| | | | | ok tedu@ | ||||
* | Remove excessive sys/cdefs.h inclusion | 2012-12-05 | 1 | -2/+1 | |
| | | | | ok guenther millert kettenis | ||||
* | - use a common FIELD_ADDR macro, instead of rolling 78 identical copies. | 2011-03-02 | 1 | -7/+5 | |
| | | | | ok canacar@ | ||||
* | Warning cleanup including unused variables and shadowed names | 2008-12-07 | 1 | -12/+12 | |
| | |||||
* | New display engine for systat, based on pftop. Adds new views for pf | 2008-06-12 | 1 | -81/+131 | |
| | | | | | | | | (status, state, rule, queue). While all displays work, some keyboard comands are not implemented yet. Other features include better handling of display resize and scrolling for long views. Committing now to fix the remaining issues in the tree. Testing and comments by otto@ and harding@, ok deraadt@ | ||||
* | malloc(n * m) -> calloc(n, m); from zinovik | 2007-09-01 | 1 | -3/+3 | |
| | |||||
* | use the 1 line load line from 'systat vm' on all the other displays, giving | 2007-02-25 | 1 | -3/+3 | |
| | | | | them more room. much cleaner, and it is less code too; ok deanna | ||||
* | fairly simple cleanup, lots of testing done | 2006-03-31 | 1 | -4/+2 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-03 | 1 | -7/+3 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | ANSI | 2002-06-18 | 1 | -9/+9 | |
| | |||||
* | 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 | -3/+3 | |
| | |||||
* | move back. pvalchev -- the bug was quite obscure | 2001-12-07 | 1 | -3/+2 | |
| | |||||
* | back out latest changes which cause problems on alpha/sparc64 until | 2001-12-07 | 1 | -2/+3 | |
| | | | | they are fixed | ||||
* | fix signal races. use sysctl() instead of kvm where possible, and then KNF | 2001-11-23 | 1 | -3/+2 | |
| | | | | the hell out of it; checked by miod | ||||
* | Merge for new vmswap code largely from netbsd. | 1999-05-22 | 1 | -156/+69 | |
| | |||||
* | now "Total" column can shrink | 1998-11-22 | 1 | -2/+3 | |
| | |||||
* | Cleanup by Theo and myself. CMDLINE changed to long to make | 1997-06-23 | 1 | -4/+5 | |
| | | | | | command line work on 64bit platforms. This is somewhat bogus and is really just a temporary workaround (there may be a curses bug). | ||||
* | zap extra XXX if swap goes down; paul@wit387304.student.utwente.nl | 1997-04-01 | 1 | -2/+3 | |
| | |||||
* | stop crash from walking off end of malloc'd page. i hunted this bug before | 1997-01-31 | 1 | -5/+7 | |
| | | | | and didn't find it. fix from paul@wit387304.student.utwente.nl | ||||
* | whoops | 1996-08-06 | 1 | -3/+3 | |
| | |||||
* | avoid buf oflows | 1996-08-06 | 1 | -2/+5 | |
| | |||||
* | rcsid | 1996-06-26 | 1 | -1/+2 | |
| | |||||
* | libutil | 1996-05-22 | 1 | -4/+2 | |
| | |||||
* | Fix a bit, so it's now compiles. | 1996-04-19 | 1 | -1/+1 | |
| | | | | needs more work to do disk stats the way vmstat do. | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+262 | |