aboutsummaryrefslogtreecommitdiff
path: root/id.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-1/+1
| | | | compliant with the style guide. Everybody rebuild your tags file!
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
| | | | -Erik
* Fix for a potential uninitialized variable, thx toEric Andersen2000-07-281-0/+1
| | | | | Ken Chalmers <chalmers@norscan.com> -Erik
* Some cleanups, based on a patch from Ken ChalmersEric Andersen2000-07-281-10/+13
| | | | -Erik
* Whoops. Forgot to #include <getopt.h>.Mark Whitley2000-07-201-0/+1
|
* Converted option parsing to getopt() and made some minor formatting changes.Mark Whitley2000-07-191-18/+21
|
* Extract usage information into a separate file.Matt Kraai2000-07-161-11/+0
|
* 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
* Some more portability updatesErik Andersen2000-05-171-4/+4
| | | | -Erik
* More doc updatesErik Andersen2000-05-131-0/+1
| | | | -Erik
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-3/+6
| | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik
* Some accrued fixes/updates.Erik Andersen2000-05-011-0/+92
* cp/mv now accepts (and ignores) the -f flag, since it always does force anyway * tail can now accept -<num> commands (e.g. -10) for better compatibility with the standard tail command * added a simple id implementation; doesn't support supp. groups yet