Home
last modified time | relevance | path

Searched hist:"7257230 f7bfa0ed6bc78b6b54397e48cec4394a1" (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/pstat/
H A DMakefilediff 7257230f7bfa0ed6bc78b6b54397e48cec4394a1 Mon Mar 21 17:36:05 CET 2005 Giorgos Keramidas <keramida@FreeBSD.org> - Add a -h flag to pstat to print swap sizes in "human readable"
format, with humanize_number(3).

- Move the common parts of the code that prints the sizes for a single
swap device and the total to a single function to avoid repeating
the humanize_number() stuff all over the place.

- Change the type of CONVERT() from intmax_t to int64_t, since this
makes calling humanize_number() easier but cast the values to
intmax_t before printing them, to make use of the %jd format that
printf() supports.

- Document the new -h flag in the manpage and bump its date.

Approved by: pjd
Useful tips: brooks
MFC after: 2 weeks
diff 7257230f7bfa0ed6bc78b6b54397e48cec4394a1 Mon Mar 21 17:36:05 CET 2005 Giorgos Keramidas <keramida@FreeBSD.org> - Add a -h flag to pstat to print swap sizes in "human readable"
format, with humanize_number(3).

- Move the common parts of the code that prints the sizes for a single
swap device and the total to a single function to avoid repeating
the humanize_number() stuff all over the place.

- Change the type of CONVERT() from intmax_t to int64_t, since this
makes calling humanize_number() easier but cast the values to
intmax_t before printing them, to make use of the %jd format that
printf() supports.

- Document the new -h flag in the manpage and bump its date.

Approved by: pjd
Useful tips: brooks
MFC after: 2 weeks
H A Dpstat.8diff 7257230f7bfa0ed6bc78b6b54397e48cec4394a1 Mon Mar 21 17:36:05 CET 2005 Giorgos Keramidas <keramida@FreeBSD.org> - Add a -h flag to pstat to print swap sizes in "human readable"
format, with humanize_number(3).

- Move the common parts of the code that prints the sizes for a single
swap device and the total to a single function to avoid repeating
the humanize_number() stuff all over the place.

- Change the type of CONVERT() from intmax_t to int64_t, since this
makes calling humanize_number() easier but cast the values to
intmax_t before printing them, to make use of the %jd format that
printf() supports.

- Document the new -h flag in the manpage and bump its date.

Approved by: pjd
Useful tips: brooks
MFC after: 2 weeks
diff 7257230f7bfa0ed6bc78b6b54397e48cec4394a1 Mon Mar 21 17:36:05 CET 2005 Giorgos Keramidas <keramida@FreeBSD.org> - Add a -h flag to pstat to print swap sizes in "human readable"
format, with humanize_number(3).

- Move the common parts of the code that prints the sizes for a single
swap device and the total to a single function to avoid repeating
the humanize_number() stuff all over the place.

- Change the type of CONVERT() from intmax_t to int64_t, since this
makes calling humanize_number() easier but cast the values to
intmax_t before printing them, to make use of the %jd format that
printf() supports.

- Document the new -h flag in the manpage and bump its date.

Approved by: pjd
Useful tips: brooks
MFC after: 2 weeks
H A Dpstat.cdiff 7257230f7bfa0ed6bc78b6b54397e48cec4394a1 Mon Mar 21 17:36:05 CET 2005 Giorgos Keramidas <keramida@FreeBSD.org> - Add a -h flag to pstat to print swap sizes in "human readable"
format, with humanize_number(3).

- Move the common parts of the code that prints the sizes for a single
swap device and the total to a single function to avoid repeating
the humanize_number() stuff all over the place.

- Change the type of CONVERT() from intmax_t to int64_t, since this
makes calling humanize_number() easier but cast the values to
intmax_t before printing them, to make use of the %jd format that
printf() supports.

- Document the new -h flag in the manpage and bump its date.

Approved by: pjd
Useful tips: brooks
MFC after: 2 weeks
diff 7257230f7bfa0ed6bc78b6b54397e48cec4394a1 Mon Mar 21 17:36:05 CET 2005 Giorgos Keramidas <keramida@FreeBSD.org> - Add a -h flag to pstat to print swap sizes in "human readable"
format, with humanize_number(3).

- Move the common parts of the code that prints the sizes for a single
swap device and the total to a single function to avoid repeating
the humanize_number() stuff all over the place.

- Change the type of CONVERT() from intmax_t to int64_t, since this
makes calling humanize_number() easier but cast the values to
intmax_t before printing them, to make use of the %jd format that
printf() supports.

- Document the new -h flag in the manpage and bump its date.

Approved by: pjd
Useful tips: brooks
MFC after: 2 weeks