summaryrefslogtreecommitdiff
path: root/pwd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+2
| | | | | | | busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik
* Change calls to error_msg.* and strerror to use perror_msg.*.Matt Kraai2000-12-181-2/+2
|
* 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!
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-1/+1
|
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
| | | | -Erik
* Centralize handling of --help.Matt Kraai2000-07-191-3/+0
|
* Add usage messages for applets without them.Matt Kraai2000-07-191-0/+3
|
* Always report the applet name when doing error reporting.Matt Kraai2000-07-121-1/+1
|
* 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
* A number of additional fixed from Pavel Roskin, note some more bugs in theEric Andersen2000-06-021-1/+1
| | | | | | TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox, which is now included. -Erik
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-4/+3
| | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik
* Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen2000-04-281-2/+1
| | | | | compatability. -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-6/+6
| | | | -Erik
* A few minor updates. ;-)Erik Andersen2000-02-071-1/+2
| | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik
* Fixed up copyright notices and suchEric Andersen1999-10-201-2/+22
|
* More stuff...Eric Andersen1999-10-121-1/+2
|
* Latest and greatest.Eric Andersen1999-10-121-4/+4
| | | | -Erik
* Initial revision0_29alpha2Eric Andersen1999-10-051-0/+18