diff options
author | Roland McGrath <roland@gnu.org> | 1999-11-18 06:10:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-11-18 06:10:55 +0000 |
commit | c6f94debe56e509625442c5527c0c1eda5dc5ae5 (patch) | |
tree | 5628eb00fbf681f38c479117d41ae604da67e443 /utils/ChangeLog | |
parent | fe53465980cd721521d1ff77bb11f7deec622bc2 (diff) |
.
Diffstat (limited to 'utils/ChangeLog')
-rw-r--r-- | utils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/utils/ChangeLog b/utils/ChangeLog index c3b84ceb..1c7b4bfc 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,3 +1,13 @@ +1999-11-18 Roland McGrath <roland@baalperazim.frob.com> + + * vmstat.c (BADVAL): New macro. + (SWAP_FIELD): New macro. This properly takes care of exciting C + type promotion rules to properly indicate errors. + (get_swap_size, get_swap_free, get_swap_active): Replace definitions + with ones using SWAP_FIELD macro. + (ensure_def_pager_info): Give an error message for lack of a default + pager; check only once. + 1999-09-23 Mark Kettenis <kettenis@gnu.org> * login.c (main): Pass controlling terminal ID port to the child. |