summaryrefslogtreecommitdiff
path: root/free.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries inEric Andersen2000-06-261-9/+27
| | | | | /proc/mounts, added a hack to make sysinfo work with both old and new kernels). -Erik
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-1/+1
| | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-0/+8
| | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik
* Upates to include copyright 2000 to everythingErik Andersen2000-04-131-1/+1
| | | | -Erik
* Removed proc dependancies for init and free (which maintaining exactlyErik Andersen2000-02-211-7/+25
| | | | | | | the same functionality). /proc takes up 90k of kernel space, so it is nice to avoid using it at all costs. The only places where it is depended on is for cetain optional mount/umount features, and for ps and lsmod. -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-2/+4
| | | | -Erik
* Latest and greatestEric Andersen1999-12-081-0/+35