summaryrefslogtreecommitdiff
path: root/coreutils/id.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* printf("%s\n") -> puts()Denis Vlasenko2007-10-011-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-2/+2
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;Denis Vlasenko2007-07-271-9/+8
* libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko2007-07-211-1/+1
* delete tons of extra #includesDenis Vlasenko2007-05-311-3/+0
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* fix accumulated whitespace and indentation damageDenis Vlasenko2007-03-201-19/+19
* next portion of selinux updates: chcon, runcon. FromDenis Vlasenko2007-03-111-1/+1
* selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)Denis Vlasenko2007-03-101-11/+32
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* fix build without shadow supportDenis Vlasenko2006-12-281-12/+9
* bb_xget[pw/gr]nam were horribly misnamed - fixed.Denis Vlasenko2006-12-281-2/+2
* remove bb_printf and the likeDenis Vlasenko2006-10-261-9/+9
* httpd: add -u user[:grp] supportDenis Vlasenko2006-10-051-13/+13
* build system overhaulDenis Vlasenko2006-10-051-1/+0
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-24/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* - new bb_opt_complementally syntax, use [-:?] only - 'free' chars"Vladimir N. Oleynik"2005-10-141-5/+2
* - use complementally '!' to '?' - 'ask' is best 'free' char for this."Vladimir N. Oleynik"2005-10-111-11/+10
* - rename libbb's password helpers as suggested in libbb.hBernhard Reutner-Fischer2005-09-201-8/+8
* 1) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"2005-09-051-3/+2
* change the hardcoded error constant (0x80000000UL) to a nice flexible define ...Mike Frysinger2005-05-111-1/+1
* A patch from Takeharu KATO to update/fix SE-Linux support.Rob Landley2005-05-031-12/+17
* Tito writes,Glenn L McGrath2004-09-151-41/+35
* Tito writes:Eric Andersen2004-09-021-56/+87
* Tito writes:Eric Andersen2004-08-261-3/+3
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
* Patch from Russell Coker:Eric Andersen2003-07-031-5/+29
* Major coreutils update.Manuel Novoa III2003-03-191-43/+33
* Vodz' last_patch57:Eric Andersen2002-09-301-4/+3
* Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.cMatt Kraai2001-05-161-2/+2
* Patch from Vladimir N. Oleynik to save 128 bytes by moving errorEric Andersen2001-02-271-3/+0
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-2/+2
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-1/+1
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+1
* Add in a patch to make busybox use the normal pwd.h and grp.hEric Andersen2001-01-271-2/+0
* Apply a patch from Brent Priddy <brent.priddy@adtran.com> to addEric Andersen2001-01-251-6/+18
* Fix from Matt Kraai -- a better way to NULL terminate strings for theEric Andersen2000-12-131-8/+4
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-1/+1
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Fix for a potential uninitialized variable, thx toEric Andersen2000-07-281-0/+1
* Some cleanups, based on a patch from Ken ChalmersEric Andersen2000-07-281-10/+13
* 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
* Some more portability updatesErik Andersen2000-05-171-4/+4