fli4l
  1. fli4l

busybox

Public
  1. fli4l
  2. busybox

All Branches Graph

        
AuthorCommitMessageCommit dateBuilds
Mike FrysingerMike Frysinger
c7b10dc037cset default FLTFLAGS for a fatty stack
Denis VlasenkoDenis Vlasenko
2f7b923f5c4find: improve usage text (Natanael Copa <natanael.copa@gmail.com>)
Denis VlasenkoDenis Vlasenko
5f42d268655nc: missed exit() in signal handler
Denis VlasenkoDenis Vlasenko
29fe7265b8cnc: port nc 1.10 to busybox
Bernhard Reutner-FischerBernhard Reutner-Fischer
00c2c4868a5- clean up addgroup, fix adding users to existing groups and make it optional (Tito)
Bernhard Reutner-FischerBernhard Reutner-Fischer
45aebfd32d3- bail out if either file does not exist Avoids filling my scrollback-buffer with superfluous information ;)
Bernhard Reutner-FischerBernhard Reutner-Fischer
2e75dcc80d6- add -s|--spider which only checks if the file exists but does not download it's content. Closes #1291
Bernhard Reutner-FischerBernhard Reutner-Fischer
6d79dd66cbe- size and prune were mixed up
Bernhard Reutner-FischerBernhard Reutner-Fischer
bdd253e4505- fix segfault in reset_ino_dev_hashtable() when *hashtable was null. Seen in the testsuite for du -l .../testsuite...
Denis VlasenkoDenis Vlasenko
7d6c9296e71find: missed 'ststic' on const data
Denis VlasenkoDenis Vlasenko
56fce00fc7cfind: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx.net>) find: -group, -depth (Natanael Copa <natanael.copa@gmail.c...
Bernhard Reutner-FischerBernhard Reutner-Fischer
febe3c42110- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
Bernhard Reutner-FischerBernhard Reutner-Fischer
d9c2d5fe4ff- minor shrinkage text data bss dec hex filename 1431 0 4 1435 59b tail.o.ori...
Bernhard Reutner-FischerBernhard Reutner-Fischer
10aed96f14c- remove debugging output. sorry..
Bernhard Reutner-FischerBernhard Reutner-Fischer
24efe4f15fe- note cosmetic glitch in tail
Denis VlasenkoDenis Vlasenko
1ca332b367breword comment
Bernhard Reutner-FischerBernhard Reutner-Fischer
2a47dea263a- remove bss users. Shrinkage while at it. See XXX for further, pre-existing bugs text data bss dec ...
Bernhard Reutner-FischerBernhard Reutner-Fischer
3a60244ae94- remove some bss users. text data bss dec hex filename 6220 8 14 6242 1862 stt...
Bernhard Reutner-FischerBernhard Reutner-Fischer
0e6ab01c5a5- remove superfluous bss user (flags) and manually unswitch some areas: text data bss dec hex filen...
Denis VlasenkoDenis Vlasenko
794687947feAdd/improve comment, shorten some usage texts. No code changes.
Denis VlasenkoDenis Vlasenko
64a15124e71ipsvd: use IP:PORT syntax for environment vars. Pros: 1. it's saner (matches internal libc sockaddr abstraction). 2. ...
Denis VlasenkoDenis Vlasenko
02fd66885cfipsvd: make udpsvd work similar to tcpsvd (multiple parallel children for several streams of udp packets tested to wo...
Denis VlasenkoDenis Vlasenko
b933ac1e25eipsvd: fixes and improvements after testing
Denis VlasenkoDenis Vlasenko
992e05b6f07udpsvd: more work on it. works in limited testing.
Bernhard Reutner-FischerBernhard Reutner-Fischer
cea0a8bccbb- use bb_error_msg
Bernhard Reutner-FischerBernhard Reutner-Fischer
8025afad8af- use xregcomp. Untested. vda, isn't there a regfree missing here? text data bss dec hex filename ...
Bernhard Reutner-FischerBernhard Reutner-Fischer
3c5929a53bf- remove some unneeded forward declarations. No obj-code changes.
Bernhard Reutner-FischerBernhard Reutner-Fischer
adb01b15831- remove args from bss, minor misc shrinkage while at it. text data bss dec hex filename 2577 ...
Denis VlasenkoDenis Vlasenko
729bd9e0b0dtest: comment out unused code udpsvd: fake it compile tcpsvd: more optimal memorizing of IP's for -C
Denis VlasenkoDenis Vlasenko
b05a939bcc0udpsvd: forgotten 'svn add'
Denis VlasenkoDenis Vlasenko
60fadaca28fudpsvd: next part of ipsvd applets (not working yet)
Denis VlasenkoDenis Vlasenko
57a426b15betcpsvd: fix line buffering, add firewall query code
Denis VlasenkoDenis Vlasenko
ba2fb719b92Copyright, help text, whitespace cleanups
Denis VlasenkoDenis Vlasenko
2856dab4770tcpsvd: new applet It's a GPL-ed 'clone' of Dan Bernstein's tcpserver. Author: Gerrit Pape <pape@smarden.org> http://...
Denis VlasenkoDenis Vlasenko
f443bffd3c2lash: make -c work; crush buffer overrun and free of non-malloced ptr (from Mats Erik Andersson <mats.andersson64@com...
Denis VlasenkoDenis Vlasenko
6fa8b8e17f8lash: style cleanup
Denis VlasenkoDenis Vlasenko
9eb51ad6b90website: link to post-1.5.0 fixes, fix dangling link
Denis VlasenkoDenis Vlasenko
ae47cd1da77hdparm: fix multisector mode setting (from Toni Mirabete <amirabete@catix.cat>)
Denis VlasenkoDenis Vlasenko
4caa09a7829uniq: getopt32-ization. -38 bytes.
Denis VlasenkoDenis Vlasenko
666c40c9fceunzip: fix xstrndup bug (xstrndup(s,n) can allocate less than n bytes!)
Mike FrysingerMike Frysinger
05732281e46also fix static selinux linking on branch
Bernhard Reutner-FischerBernhard Reutner-Fischer
7b881c71689- fix compilation if FEATURE_TR_CLASSES is off. Sorry for that..
Bernhard Reutner-FischerBernhard Reutner-Fischer
cc890264d9a- debloat test. untested. text data bss dec hex filename 3154 0 172 3326 cfe te...
Bernhard Reutner-FischerBernhard Reutner-Fischer
eceecea568a- fix bug where we did not reject invalid classes like '[[:alpha' - debloat while at it: text data bss ...
Mike FrysingerMike Frysinger
52a9db6bb87introduce the concept of LDLIBS for additional libraries so that when we do the final link, the objects/libraries are...
Denis VlasenkoDenis Vlasenko
2e723237c93traceroute: move data off bss. small code optimizations. function old ...
Denis VlasenkoDenis Vlasenko
53f83d68fb0dpkg: run_package_script() returns 0 if all ok and non-zero if failure. The result code was checked incorrectly in tw...
Denis VlasenkoDenis Vlasenko
5e43d8591b5dumpleases: getopt32()-ization (from Mats Erik Andersson <mats.andersson64@comhem.se>)
Bernhard Reutner-FischerBernhard Reutner-Fischer
a87ed2c716d- use index_in_str_array also for find_main text data bss dec hex filename 2605 1 12 ...
Bernhard Reutner-FischerBernhard Reutner-Fischer
307d27df4fa- remove bloated switch statement. text data bss dec hex filename 2706 1 12 2719 ...
Bernhard Reutner-FischerBernhard Reutner-Fischer
557b458767f- implement a TODO: Use index_in_str_array in parse_params text data bss dec hex filename 2771 ...
Bernhard Reutner-FischerBernhard Reutner-Fischer
32773aca55a- Purely cosmetic type fiddling
Bernhard Reutner-FischerBernhard Reutner-Fischer
3e816c1252c- fold recurse, depthFirst and dereference params into one param flags. Minor size improvement (-16b for size, -24b...
Bernhard Reutner-FischerBernhard Reutner-Fischer
3d43edb28c8- update defconfig
Denis VlasenkoDenis Vlasenko
c7d4b98cbdbrun_parts: I was wrong, NULL termination is already done because G is pre-initialized to 0.
Denis VlasenkoDenis Vlasenko
45cd089df1drun_parts: NULL-terminate list of arguments; fix perror/error usage
Denis VlasenkoDenis Vlasenko
450196c119eps: work around libc bug: printf("%.*s\n", MAX_INT, buffer)
Bernhard Reutner-FischerBernhard Reutner-Fischer
b7cffd4bedf- rewrite run-parts text data bss dec hex filename 1029 0 0 1029 405 debianut...
Bernhard Reutner-FischerBernhard Reutner-Fischer
0a537a0c576- move additional fancy options not mandated by SUSv3 into a FANCY option
Bernhard Reutner-FischerBernhard Reutner-Fischer
0864f4d14f8- fix formatting of help text
Bernhard Reutner-FischerBernhard Reutner-Fischer
58a275b303a- reinstate dmalloc and efence support
Denis VlasenkoDenis Vlasenko
0eec4abb137hdparm: flag variables can easily be smaller than long function old ...
Denis VlasenkoDenis Vlasenko
7c282a20789hdparm: remove stray static (-200 bytes bss)
Denis VlasenkoDenis Vlasenko
f1ba7495092hdparm: whitespace style fixes
Denis VlasenkoDenis Vlasenko
6a5598c2bc3pidfile creation mode set to 0666 (umask affects it as usual)
Denis VlasenkoDenis Vlasenko
ebf48bb80ccforgotten svn add...
Denis VlasenkoDenis Vlasenko
10457b90db9make pidfile writing configurable. [ui]toa_to_buf: change API. No users yet.
Denis VlasenkoDenis Vlasenko
f4d40c87d3aremove_file: cosmetic code improvement, a few bytes saved
Denis VlasenkoDenis Vlasenko
3983bd5593adiff: fix SEGV (NULL deref) in diff -N
Denis VlasenkoDenis Vlasenko
17a1526f9e2sed: a communal variable managed to slip past 'size' ('size' happily displays 0 bytes in data and bss, but in reality...
Denis VlasenkoDenis Vlasenko
91dd275f058split: let me join bikeshed painting frenzy :) this one should be able to handle huge files. text data bss ...
Bernhard Reutner-FischerBernhard Reutner-Fischer
576de34d1c2- check the suffix proper plus misc touch up
Denis VlasenkoDenis Vlasenko
afa7023b465zcip: make it work on NOMMU (+ improve NOMMU support machinery) fsck: fix bad English in a comment
Bernhard Reutner-FischerBernhard Reutner-Fischer
4e1361a4819- add usage for split
Bernhard Reutner-FischerBernhard Reutner-Fischer
b813eaff232- implement suffices as required by SUSv3 - fix glitch in next_file (suffices were exhaused too early).
Denis VlasenkoDenis Vlasenko
53091ecd20cAttempt to get more applets compile for NOMMU. TODO_config_nommu documents what I managed to compile so far (yay! msh...
Denis VlasenkoDenis Vlasenko
ec1a4b5a521pidfile.c: not used anymore BTW, previous change removed pidfile locking, -700 code (static compile)
Denis VlasenkoDenis Vlasenko
af1c84360f0Move udhcp to new NOMMU helpers. Fix server part to compile under NOMMU. Client is not compilable yet. On MMU everyth...
Denis VlasenkoDenis Vlasenko
5a142025d37move everything to new NOMMU helpers, except udhcp
Denis VlasenkoDenis Vlasenko
bb7fcb4229flibbb: rework NOMMU helper API so that it makes more sense and easier to use. Doesn't compile - need two more commits.
Denis VlasenkoDenis Vlasenko
f62c6fa1caenmeter: should die if stdout doesn't like him anymore
Bernhard Reutner-FischerBernhard Reutner-Fischer
cd43dfdeec6- shrink a tiny bit (-8b)
Denis VlasenkoDenis Vlasenko
cad04ef4f34add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy
Bernhard Reutner-FischerBernhard Reutner-Fischer
10f8f5f4433- rough prototype for split(1). TODO: Still needs some love since it's way too big.. text data bss dec ...
Denis VlasenkoDenis Vlasenko
55f30b05ac6inetd,ed,msh: data/bss reduction (in mss, more than 9k of it)
Denis VlasenkoDenis Vlasenko
c0415a98334login: nuke nonblock() - we have it in libbb; -400 bytes bss.
Denis VlasenkoDenis Vlasenko
8a503be840f#ifdef out re_execed on MMU machines
Denis VlasenkoDenis Vlasenko
76953285756adduser: don't bomb out if shadow password file doesn't exist (from Tito <farmatito@tiscali.it>)
Denis VlasenkoDenis Vlasenko
219d14d514crandom style fixes (extra spaces deleted)
Denis VlasenkoDenis Vlasenko
644849a3aa0SELinux: load_policy applet - this time with svn add
Denis VlasenkoDenis Vlasenko
1fc6e56684dSELinux: load_policy applet
Denis VlasenkoDenis Vlasenko
5b27fbe990ddc: use common_bufsiz1 for evaluation stack msh: fix "underscore bug" (a_b=1111 didn't work) dnsd: openlog(), so that...
Denis VlasenkoDenis Vlasenko
b5b45a91f0fdnsd: last commit had a typo :(
Denis VlasenkoDenis Vlasenko
d3bac03988bdnsd: fix several buglets, make smaller
Denis VlasenkoDenis Vlasenko
9067f13be06NOMMU re-exec trick shuld not depend on existence of "don't daemonize" option for every affected applet (and dnsd, fo...
Denis VlasenkoDenis Vlasenko
1b6fa4c57ceapplets.c, xfunc.c: style cleanup
Denis VlasenkoDenis Vlasenko
ce074df814dinetd: indent labels uniformly
Denis VlasenkoDenis Vlasenko
7d10823f6a6Announce 1.5.0 and move svn to 1.6.0.svn
Denis VlasenkoDenis Vlasenko
4b38e297641This revision is busybox 1.5.0
Denis VlasenkoDenis Vlasenko
58875aefe46assorted fixes uncovered by randomconfig runs
Denis VlasenkoDenis Vlasenko
d0587ed9666interface: revert part of commit 18120 (eth aliases work again)
Denis VlasenkoDenis Vlasenko
cbcff2936e3gzip: fix -d option handling
Denis VlasenkoDenis Vlasenko
1787e224650ifconfig: support (by ignoring it) "inet" before IP address or hostname
Denis VlasenkoDenis Vlasenko
2a51af25795vi: fix signed char-induced potential bugs
Denis VlasenkoDenis Vlasenko
9a1fa8cf07fcmp: support 3rd and 4th arguments if DESKTOP=y (needed for gcc build)
Denis VlasenkoDenis Vlasenko
7c139b47788ash: fix signal handling
Denis VlasenkoDenis Vlasenko
b8e72fdde11add info about gcc's sadistic alignment - and how to disable it
Denis VlasenkoDenis Vlasenko
afa37cf508dvi: remove Byte typedef and massive amount of casts. also optimize many strlen() calls. if (strlen(buf) <= 0) goto vc...
Denis VlasenkoDenis Vlasenko
f9234135f8bvi: support $EXINIT and -c
Denis VlasenkoDenis Vlasenko
4f93cde77f6syslogd: fix it for small BUFSIZ case
Denis VlasenkoDenis Vlasenko
f3630650210small doc update
Denis VlasenkoDenis Vlasenko
c86e052b812fix accumulated whitespace and indentation damage
Denis VlasenkoDenis Vlasenko
e84aeb5bcb1update docs
Denis VlasenkoDenis Vlasenko
88a2aa98e06dpkg: free_package(NULL) is ok, so don't test for NULL, just free.
Denis VlasenkoDenis Vlasenko
97fd6d81b4fls: fix segfault-if-standalone-shell, add big fat comment.
Bernhard Reutner-FischerBernhard Reutner-Fischer
6111a8f2e73- don't automatically select run-parts but point out that this is a system-utility in the strict sense.
Bernhard Reutner-FischerBernhard Reutner-Fischer
16deb867468- very minor size tweak. TODO: mv to globals, config-out non-busybox dhcp client stuff, reduce string bloat, etc ...
Denis VlasenkoDenis Vlasenko
3d101dd4670expand documentation
Bernhard Reutner-FischerBernhard Reutner-Fischer
be862096c0b- be gentle to the intel compiler and make sure we have __u64 which is needed for linux/loop.h
Denis VlasenkoDenis Vlasenko
54e3d1f00d1telnet: finish style cleanup bits
Denis VlasenkoDenis Vlasenko
f24cdf1554atelnet: someone tried to do data optimization before me. Complete it. text data bss dec hex filenam...
Denis VlasenkoDenis Vlasenko
dfce08f281cfdisk: bb_common_bufsiz1 is too small for globals on 64-bit CPU
Denis VlasenkoDenis Vlasenko
bd852076b9ffdisk: get rid of _() macro. Shorten some messages. Stop using stderr - anyone who tries to use fdisk no-interactivel...
Bernhard Reutner-FischerBernhard Reutner-Fischer
de8a6a01d84Kim B. Heino writes: When installing a new package with dpkg dependencies are checked correctly. But when I try to u...
Denis VlasenkoDenis Vlasenko
41e1dc3f8bfmake clean deletes .kernelrelease now trylink deleted empty linker stderr on success
Denis VlasenkoDenis Vlasenko
4b4b619c9cdinclude <stddef.h> so that ptrdiff_t is again available
Denis VlasenkoDenis Vlasenko
1c86a29aea6Announce 1.4.2
Denis VlasenkoDenis Vlasenko
993c6aa0770release 1.4.2
Denis VlasenkoDenis Vlasenko
d60a279c341wget: fix access-to-ro memory
Denis VlasenkoDenis Vlasenko
5483a19fc3atftp: fix wrong check for port numbers
Denis VlasenkoDenis Vlasenko
67457663475tar: fix tar option parsing
Denis VlasenkoDenis Vlasenko
a631e716429ip: fix misnumbered command names
Denis VlasenkoDenis Vlasenko
e3d83aafb40fix erroneous lowercasing by bb_hexdigits_upcase[i] | 0x10
Denis VlasenkoDenis Vlasenko
83bb98f7597mkfs_minix: remove older, less efficient bss reduction trick
Denis VlasenkoDenis Vlasenko
8e1a0cc4c9ffdisk: move 2k ptes[] array into bb_common_bufsiz1
Denis VlasenkoDenis Vlasenko
6b343ddbc81fix inadvertently leaked PWD_BUFFER_SIZE
Denis VlasenkoDenis Vlasenko
081ef799fa2random fixes to help text
Mike FrysingerMike Frysinger
7a96504d30edont use obsolete function index() as pointed out by src.obsolete.funcs
Mike FrysingerMike Frysinger
75acbe322c7punt useless header as pointed out by src.obsolete.headers
Mike FrysingerMike Frysinger
757ed50841afix typo as pointed out by src.obsolete.funcs
Denis VlasenkoDenis Vlasenko
4b0bb9e0fd9sed: fix very obscure case of escaped newline in sed command (needed for uclibc build, btw). Add testcase for it.
Bernhard Reutner-FischerBernhard Reutner-Fischer
486e7ca6b75- touchup wording a bit
Denis VlasenkoDenis Vlasenko
84a9b8750e5build system: produce link map. Rather useful when you are wondering why your busybox is much bigger that you hoped for.
Denis VlasenkoDenis Vlasenko
3ce293b5856gunzip: s/unsigned char extra_short/unsigned extra_short/ we can unzip openssh-4.3p2.tar.gz now :)
Denis VlasenkoDenis Vlasenko
4efeaee387emkfs_minix: stop using lots of bss/data. data -3500 bytes, code -300 bytes keep_data_small: expand/fix
Denis VlasenkoDenis Vlasenko
5e892bae51asyslogd: reduce data/bss usage. Code size is practically the same.
Denis VlasenkoDenis Vlasenko
bff32ce4d5agzip: Improve ptr_to_globals trick, allowing gcc to optimize better. -480 bytes.
Denis VlasenkoDenis Vlasenko
1cc70225e7bnetworking/interface.c: was doing really strange caching of fd's open for getting ifconfig data - ??! Simplified all ...
Denis VlasenkoDenis Vlasenko
54d14ca1a2acopy_file: comment out one condition which is always false. Add comment explaining POSIX rules for cp - and why these...
Denis VlasenkoDenis Vlasenko
24af7201e98fix TODO: getopt32 should reset optind to 1 itself
Denis VlasenkoDenis Vlasenko
972288e62famodify ptr_to_globals trick so that we do not violate type safety (well, sort of ;))
Denis VlasenkoDenis Vlasenko
dd2b2f75ae3adjtimex: fix argument types (most importantly, allow negative ones)
Denis VlasenkoDenis Vlasenko
56594075951swapon: reinstate hole check but reduce it to warning inode_hash: remove unused variable
Denis VlasenkoDenis Vlasenko
7f2527e5a7farp, networking/interface.c: eliminate statics and unneeded on-stack buffers, disable (comment out) some apparently u...
Denis VlasenkoDenis Vlasenko
650a0459b87get_header_ar: reformatted code, no real changes
Denis VlasenkoDenis Vlasenko
16c7fb7fc5achown, env: stop using statics
Denis VlasenkoDenis Vlasenko
e1e93c1e1cfmissed hunk of "stop using big static buffer for inode hash"
Denis VlasenkoDenis Vlasenko
6ef06eeed43stop using big static buffer for inode hash
Denis VlasenkoDenis Vlasenko
75ab6af71edstop using (yet another) static buffer
Denis VlasenkoDenis Vlasenko
cfa2b3a2098watchdog: don't use static variable
Denis VlasenkoDenis Vlasenko
1ce190b7c1audhcp: use fdprintf for pidfile creation (smaller code)
Denis VlasenkoDenis Vlasenko
9616aff095dcosmetic documentation change
Bernhard Reutner-FischerBernhard Reutner-Fischer
26a8016da6d- change option -c to -Z to match newer upstream SElinux conventions
Denis VlasenkoDenis Vlasenko
fe42d17318fgzip: bbunzip integration fixes
Denis VlasenkoDenis Vlasenko
75605788ff6gzip: use common bbunzip infrastructure - ~700 bytes code less
Denis VlasenkoDenis Vlasenko
07766bb0e7agzip: reduce global data footprint, part 3
Denis VlasenkoDenis Vlasenko
da799e82274gzip: reduce global data footprint, part 2
Denis VlasenkoDenis Vlasenko
e930fe14413gzip: reduce global data footprint, part 1
Denis VlasenkoDenis Vlasenko
fad03bc3bb3fsck_minix: stop using large buffers in bss
Denis VlasenkoDenis Vlasenko
93ebd4f58dcash: popstackmark is reported trying to pop until NULL is seen (which isn't possible), prevent this.
Denis VlasenkoDenis Vlasenko
5df955fce2fDo not fail password check if shadow password does not exist - fall back to ordinary one Reduced usage of functions ...
Denis VlasenkoDenis Vlasenko
c9c893d4f59resize: make it usable in in backticks; have a timeout (if display doesn't respond to 'get cursor pos' ESC sequence...)
Denis VlasenkoDenis Vlasenko
8a164052bfcadd missing copyright statements and doc for sv
Denis VlasenkoDenis Vlasenko
d55a36255d0sv: make code trivially smaller
Denis VlasenkoDenis Vlasenko
b5c33b10b9fchcon: remove redundant ifs: if(p) free(p)
Denis VlasenkoDenis Vlasenko
39c651e9097introduce and use setfscreatecon_or_die (patch by Yuichi Nakamura <ynakam@hitachisoft.jp>) runcon: *yet another* fix ...
Denis VlasenkoDenis Vlasenko
b3f09f4a509swapon: random shrinkage
Denis VlasenkoDenis Vlasenko
214aec46bd7bbunzip: remove extra formatting directives in comments
Denis VlasenkoDenis Vlasenko
955bccc94fachcon: exclude constraints for impossible option if long opts are off
Denis VlasenkoDenis Vlasenko
1203c9bf2f6next portion of selinux updates: chcon, runcon. From Yuichi Nakamura <himainu-ynakam@miomio.jp> KaiGai Kohei <busyb...
Denis VlasenkoDenis Vlasenko
baca1759129kill superfluous returns at the end of void functions
Denis VlasenkoDenis Vlasenko
ecea8f201e7update defconfig
Denis VlasenkoDenis Vlasenko
a4688bf55defix buglets found by randomconfig run
Denis VlasenkoDenis Vlasenko
be644a81e91awk: support multiple -v options
Denis VlasenkoDenis Vlasenko
49622d78467selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)
Denis VlasenkoDenis Vlasenko
4eb8b936cb0more: do not mess with "/dev/console" (!); fill whole 1st screen (was "screen sans one line"); fall back to c...
Denis VlasenkoDenis Vlasenko
2b52b2797baifupdown: do not complain if !/var/run/ifstate
Denis VlasenkoDenis Vlasenko
3aba666514crunsv: random code savings, ~300 bytes