History log of /freebsd-10.0-release/release/picobsd/tinyware/vm/vm.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 164718 28-Nov-2006 ru

- 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


# 164443 20-Nov-2006 ru

- Fix types of "struct vmmeter" members so they are unsigned.

- Fix overflow bugs in sysctl(8), systat(1), and vmstat(8)
when printing values of "struct vmmeter" in kilobytes as
they don't necessarily fit into 32 bits. (Fix sysctl(8)
reporting of a total virtual memory; it's in pages too.)


# 85450 24-Oct-2001 luigi

Use the correct sysctl names for intrcnt and intrnames.


# 84608 07-Oct-2001 luigi

Add code to print interrupt statistics when they will be
exported via sysctl.


# 50479 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 50399 26-Aug-1999 roger

Changed to get the page size using a sysctl rather than using DEFAULT_PAGE_SIZE

Suggested by: Alan Cox


# 50186 22-Aug-1999 dwhite

Major PicoBSD update by luigi with some debugging help from myself.

. Now builds on -STABLE (-CURRENT is broken due to bugs)
. etc directory contents centralized instead of in each
type directory (can exclude & override as desired)
. Removed extraneous language files (lang files for rc really necessary?)
. dialog-based build tool with support for custom floppy builds
. MFS image loads as a mfs_root module instead of compiled into kernel

THIS IS BROKEN ON CURRENT. I'll MFC to -STABLE immediately following.
luigi tells me I have an OK from jkh on the MFC.

Submitted by: luigi


# 48678 08-Jul-1999 green

DEFAULT_PAGE_SIZE was removed, pgtok defined in headers, headers cleaned up.

Obtained from: Jonathan Towne <jontow@sysctl.urban-a.net>


# 40729 29-Oct-1998 abial

Fix conversion from pages to kB's.

Noticed by: luigi
Obtained from: sources for vmstat(8)


# 38590 27-Aug-1998 abial

This commit was generated by cvs2svn to compensate for changes in r38589,
which included commits to RCS files with non-trunk default branches.


# 38589 27-Aug-1998 abial

Initial import of PicoBSD v0.4 tree.