summaryrefslogtreecommitdiff
path: root/networking/slattach.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: introduce and use sleep1()Denys Vlasenko2020-11-291-1/+1
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-2/+2
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+3
* slattach: code shrink, better --help textDenys Vlasenko2017-08-061-103/+64
* config: deindent all help textsDenys Vlasenko2017-07-211-2/+2
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+11
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-1/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko2015-10-141-3/+3
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+14
* whitespace cleanupDenys Vlasenko2010-10-291-2/+2
* made 3 license strings to follow the usual form ("or later" bit is not changed!)Denys Vlasenko2010-09-061-1/+1
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* slattach: preserve speed in non-raw mode. +39 bytes.Denis Vlasenko2008-09-161-0/+2
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-3/+3
* whitespace fixes. no code changesDenis Vlasenko2008-06-251-1/+1
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-3/+3
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-2/+2
* less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko2008-02-241-4/+4
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-161-4/+6
* 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
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-1/+1
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-11/+10
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-8/+4
* slattach: code shrink (Bernhard Fischer <rep.dot.nop@gmail.com>)Denis Vlasenko2007-06-211-21/+27
* slattach: new applet.Denis Vlasenko2007-06-201-0/+240