NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn't a simple mechanical change, and will
NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn't a simple mechanical change, and will beaddressed in a future commit.
show more ...
- 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
- 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: bdeMFC after: 3 days
- 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 neces
- 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.)
Start the dreaded NOFOO -> NO_FOO conversion.OK'ed by: core
For variables that are only checked with defined(), don't provideany fake value.
Use the correct sysctl names for intrcnt and intrnames.
Add code to print interrupt statistics when they will beexported via sysctl.
$Id$ -> $FreeBSD$
Changed to get the page size using a sysctl rather than using DEFAULT_PAGE_SIZESuggested by: Alan Cox
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
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 kernelTHIS 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
DEFAULT_PAGE_SIZE was removed, pgtok defined in headers, headers cleaned up.Obtained from: Jonathan Towne <[email protected]>
Changed my e-mail address.
Fix conversion from pages to kB's.Noticed by: luigiObtained from: sources for vmstat(8)
Initial import of PicoBSD v0.4 tree.