summaryrefslogtreecommitdiff
path: root/coreutils/tty.c
Commit message (Expand)AuthorAgeFilesLines
* *: 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/+13
* *: whitespace fixesDenys Vlasenko2010-10-281-2/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: make 2 more "int argc"'s unused; more saved if !DESKTOPDenys Vlasenko2010-01-041-4/+4
* tty: use defines rather than constantsBernhard Reutner-Fischer2009-10-291-5/+5
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-7/+7
* libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko2008-12-231-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-3/+5
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* audit small applets and mark some of them as NOFORK.Denis Vlasenko2007-04-101-4/+2
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* - make pre SUSv3 option handling dependant on INCLUDE_SUSv2Bernhard Reutner-Fischer2007-01-201-6/+4
* remove bb_printf and the likeDenis Vlasenko2006-10-261-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* rename bb_default_error_retval -> xfunc_error_retvalDenis 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-14/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* Major coreutils update.Manuel Novoa III2003-03-191-15/+29
* 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/+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-8/+0
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-1/+1
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-3/+6
* More updates to the docs, and fixes to sync things with the docs.Erik Andersen2000-04-171-2/+2
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-10/+15
* Sync up busybox with the latest and greatest. This is not stuff forErik Andersen2000-01-151-0/+42