aboutsummaryrefslogtreecommitdiff
path: root/release/picobsd/tinyware/vm
Commit message (Collapse)AuthorAgeFilesLines
* Remove picobsd build scripts and the remaining tinywareKyle Evans2019-11-053-132/+0
| | | | | | | | | | | | | | | Postings were sent to -arch@ on 2019/09/13 and 2019/10/01, proposing and confirming a removal of these scripts on 2019/10/31, due to significant work needed to bring this into the modern world and nobody having done this work in the past couple of years. No objections or proposed work was raised in response to these postings. The tinyware may see a resurrection into a separate repo for archival purposes if any users of it show interest in doing so. MFC after: never Notes: svn path=/head/; revision=354346
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
| | | | | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. Notes: svn path=/head/; revision=264400
* - Revert signedness type changes to "struct vmtotal"; by makingRuslan Ermilov2006-11-281-12/+8
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=164718
* - Fix types of "struct vmmeter" members so they are unsigned.Ruslan Ermilov2006-11-201-7/+11
| | | | | | | | | | - 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.) Notes: svn path=/head/; revision=164443
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Use the correct sysctl names for intrcnt and intrnames.Luigi Rizzo2001-10-251-2/+2
| | | | Notes: svn path=/head/; revision=85450
* Add code to print interrupt statistics when they will beLuigi Rizzo2001-10-071-0/+42
| | | | | | | exported via sysctl. Notes: svn path=/head/; revision=84608
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50479
* Changed to get the page size using a sysctl rather than using DEFAULT_PAGE_SIZERoger Hardiman1999-08-261-2/+6
| | | | | | | Suggested by: Alan Cox Notes: svn path=/head/; revision=50399
* Major PicoBSD update by luigi with some debugging help from myself.Doug White1999-08-221-3/+2
| | | | | | | | | | | | | | | | | . 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 Notes: svn path=/head/; revision=50186
* DEFAULT_PAGE_SIZE was removed, pgtok defined in headers, headers cleaned up.Brian Feldman1999-07-081-3/+4
| | | | | | | Obtained from: Jonathan Towne <jontow@sysctl.urban-a.net> Notes: svn path=/head/; revision=48678
* Changed my e-mail address.Andrzej Bialecki1998-11-011-2/+2
| | | | Notes: svn path=/head/; revision=40813
* Fix conversion from pages to kB's.Andrzej Bialecki1998-10-291-8/+13
| | | | | | | | Noticed by: luigi Obtained from: sources for vmstat(8) Notes: svn path=/head/; revision=40729
* Initial import of PicoBSD v0.4 tree.Andrzej Bialecki1998-08-273-0/+81
Notes: svn path=/cvs2svn/branches/PICOBSD/; revision=38589