aboutsummaryrefslogtreecommitdiff
path: root/coreutils/uname.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-061-1/+2
* touch: implement -d --date (our own testsuite needs that)Denys Vlasenko2009-07-181-2/+2
* getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko2009-06-191-2/+2
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-1/+1
* uname: correct cut/paste errorDenis Vlasenko2009-03-151-2/+2
* uname: support long optionsDenis Vlasenko2009-03-141-0/+16
* uname: use wider integer for option bitsDenis Vlasenko2009-01-191-1/+1
* uname: add support for -i and -o, fix printing of unknown -pDenis Vlasenko2009-01-191-33/+72
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* uname,individual: fix improper printf usageDenis Vlasenko2008-07-021-22/+19
* - fix trivial exploit vector when setXidNed Ludd2008-07-021-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-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
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-2/+2
* delete tons of extra #includesDenis Vlasenko2007-05-311-6/+0
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* remove bb_printf and the likeDenis Vlasenko2006-10-261-3/+3
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-15/+4
* just whitespaceTim Riker2006-01-251-1/+1
* Major coreutils update.Manuel Novoa III2003-03-191-16/+22
* Work around compiler/assembler problem and reduce code size at the same time.Manuel Novoa III2002-03-251-4/+9
* Eliminate extra trailing spaceEric Andersen2002-03-201-3/+2
* Combined size reduction changes by Glenn and myself. Added back in "unknown"Manuel Novoa III2001-12-051-96/+48
* Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen2001-03-091-0/+1
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+1
* #define -> static const int. Also got rid of some big static buffers.Mark Whitley2001-01-231-6/+6
* Use busybox error handling functions wherever possible.Matt Kraai2000-12-221-2/+2
* 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
* Extract usage information into a separate file.Matt Kraai2000-07-161-18/+0
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-1/+1
* Fix touch so it behaves itself (it could segfault in some cases).Eric Andersen2000-06-021-2/+2
* - grep -v ^\.PHONY < MakefileJohn Beppu2000-04-171-1/+4
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-68/+71
* Updates to usage, and made tar work.Eric Andersen1999-11-101-2/+3
* StufEric Andersen1999-10-261-0/+165