summaryrefslogtreecommitdiff
path: root/coreutils/uname.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)Denys Vlasenko2022-01-041-1/+1
* *: more --help tweaks, mostly expanding ts --helpDenys Vlasenko2021-06-131-2/+2
* config: update size informationDenys Vlasenko2018-12-281-2/+2
* randomconfig fixesDenys Vlasenko2017-12-311-4/+2
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+2
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-2/+1
* config: FEDORA_COMPAT option (so far only tweaks uname)Denys Vlasenko2017-08-031-1/+1
* new NOFORKs: clear, nproc, tty, uname, arch, unlink, whichDenys Vlasenko2017-08-031-3/+3
* config: deindent all help textsDenys Vlasenko2017-07-211-4/+4
* Update remaining menuconfig items with approximate applet sizesDenys Vlasenko2017-07-191-1/+1
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Tweaks from mass recompile for 1.27.1 releaseDenys Vlasenko2017-07-181-7/+7
* arch: new applet (same as unmae -m). ~30 bytes.Denys Vlasenko2017-07-161-69/+96
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-5/+20
* uname: make OS name configurableRon Yorston2015-08-031-2/+2
* uname: fix up usage documentationMike Frysinger2014-01-311-4/+6
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+17
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* 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