freebsd-dev/release/picobsd/tinyware
Ruslan Ermilov bad4d172b4 - Revert signedness type changes to "struct vmtotal"; by making
them unsigned I made the possible overflows hard to detect,
  and it only saved 1 bit which isn't principal, even less now
  that the underlying issue with the total of virtual memory has
  been fixed.  (For the record, it will overflow with >=2T of
  VM total, with 32-bit ints used to keep counters in pages.)

- While here, fix printing of other "struct vmtotal" members
  such as t_rq, t_dw, t_pw, and t_sw as they are also signed.

Reviewed by:	bde
MFC after:	3 days
2006-11-28 12:46:02 +00:00
..
aps Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
help Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
login Reimplementation of world/kernel build options. For details, see: 2006-03-17 18:54:44 +00:00
msg Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
msh Usage style sweep: spell "usage" with a small 'u'. 2002-04-22 13:44:47 +00:00
ns Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
oinit Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
passwd NOPAM -> NO_PAM 2004-12-21 12:49:24 +00:00
simple_httpd Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
sps Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
view Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
vm - Revert signedness type changes to "struct vmtotal"; by making 2006-11-28 12:46:02 +00:00