oweals/busybox.git
2019-04-02 Denys Vlasenkofsync,sync: merge into one source module
2019-04-02 Denys Vlasenkofsync,sync: make them similar
2019-04-02 Ron Yorstonash: distinguish 'wait -n' from other bashisms
2019-04-02 Denys Vlasenkovi: rename save_argc -> cmdline_filecnt
2019-04-02 Denys Vlasenkovi: restore capability to remember insertion cmds for "."
2019-04-01 Denys Vlasenkovi: code shrink
2019-04-01 Denys Vlasenkovi: convert more /**/ comments to //
2019-04-01 Denys Vlasenkovi: code shrink
2019-04-01 Denys Vlasenkovi: use vsnprintf to format status line
2019-04-01 Denys Vlasenkovi: rearrange functions, no logic changes
2019-04-01 Denys Vlasenkovi: rearrange functions, no logic changes
2019-04-01 Denys Vlasenkovi: rearrange functions, no logic changes
2019-04-01 Denys Vlasenkovi: rearrange functions, no logic changes
2019-04-01 Denys Vlasenkovi: rearrange functions, no logic changes
2019-04-01 Denys Vlasenkovi: fix ^Z not always working as intended
2019-04-01 Denys Vlasenkovi: install SIGINT handler _after_ restart setjmp is...
2019-03-30 Denys Vlasenkoblockdev: code shrink
2019-03-30 Stefan Sørensenip: Fix ip -o link
2019-03-30 Ron Yorstonvi: allow manual screen update if SIGWINCH isn't supported
2019-03-30 Denys Vlasenkoman: add "/usr/share/man" as another default MANPATH...
2019-03-30 Ron Yorstonlibbb: mark scripted_main() as externally visible
2019-03-29 Denys Vlasenkovi: code shrink, proper printf formatting for strlen()
2019-03-27 Denys Vlasenkohush: fix "wait -n" to wait for a _job_, not a _process_
2019-03-27 Denys Vlasenkoash: add "wait -n" bashism
2019-03-27 Denys Vlasenkontpd: do not create pid file if not backgrounded
2019-03-26 Denys Vlasenkohush: add "wait -n" bashism
2019-03-26 Ron Yorstonman: don't skip default path which appears in config...
2019-03-26 Denys Vlasenkots: do call localtime() when neither -s nor -i specified
2019-03-26 Denys Vlasenkots: use gettimeofday - we don't use nanoseconds here
2019-03-26 Denys Vlasenkots: replace overlapping strcpy with shorter code
2019-03-26 Denys Vlasenkots: fix incorrect (copy-pasted) copyright attribution
2019-03-26 Denys Vlasenkots: new applet
2019-03-17 Denys Vlasenkodo not duplicate CONFIG_PID_FILE_PATH and ".pid" strings
2019-03-15 Thomas FrauendorferFix off by one error in FAT16 <=> FAT32 detection
2019-03-12 Denys Vlasenkowatch: support fractional -n SEC
2019-03-10 Denys Vlasenkoxargs: mention -E STR in --help
2019-03-05 Nicolas Hüppelshäuserscripts/echo.c: resolve implicit declaration of functio...
2019-02-27 Denys Vlasenkotop: tweak --help
2019-02-27 Andrey Mazoudhcpc: don't exit after backgrounding on -n -b
2019-02-27 Denys Vlasenkoudhcpc: tweak --help
2019-02-25 Ron Yorstonash: eval: avoid leaking memory associated with redirec...
2019-02-19 Ron Yorstondu: don't count duplicate arguments. Closes 5288
2019-02-15 Denys Vlasenkontpd: increase SLEW_THRESHOLD from 0.125 to 0.5
2019-02-14 Rostislav Skudnovdd: add 'oflag=append'
2019-02-11 Nikolaus Vossi2c_tools.c: i2ctransfer
2019-02-11 Ron Yorstonvi: further fixes to undo after autoindent
2019-02-10 Nikolaus Vossi2ctransfer: new applet
2019-02-08 Aaro Koskinensysctl: fix compatibility with procps sysctl
2019-02-08 Denys Vlasenkosysctl: do slash/dot conversions only on name, not...
2019-02-08 Denys Vlasenkosysctl: on EIO ("sysctl net.ipv6.conf.all.stable_secret...
2019-02-08 Denys Vlasenkosysctl: avoid stat() on every item if in -w mode
2019-02-08 Denys Vlasenkosysctl: allow setting empty values
2019-02-08 Ron Yorstonvi: fix replacement of single character with CR
2019-02-08 Ron Yorstonvi: fix faulty undo after autoinsert
2019-02-08 Rostislav Skudnovchcon: Fix typo in ACTION_RECURSE
2019-02-08 Denys Vlasenkodhcp service example: rewrite "private network to mask...
2019-02-05 Denys Vlasenkodhcp service example: cater for servers hot giving...
2019-02-04 Denys Vlasenkolineedit: fix SEGV in isk, hexedit, ed, closes 11661
2019-02-02 Denys Vlasenkoservice examples: do not respawn supplicant too often
2019-01-29 Ari Sundholmgrep: short-circuit -v to bail out on first match
2019-01-29 Ari Sundholmgrep: fix -x -v with certain pattern orders
2019-01-25 Denys Vlasenkobc: implement pass-by-reference code from upstream
2019-01-22 Denys Vlasenkologin: close PAM session on errors as well, not only...
2019-01-22 Bernhard Reutner... ip link: Fix vlan proto, closes 8261 and 11638
2019-01-22 Denys Vlasenkoip link: fix mismatched enums in vlan_parse_opt(),...
2019-01-21 Denys Vlasenkowget: detect when the length of received file is less...
2019-01-21 Denys Vlasenkosed: code shrink
2019-01-21 Brian Foleysed: Fix backslash parsing for 'w' command arg
2019-01-21 Brian Foleyawk: Fix overly permissive func arg list parsing
2019-01-21 Brian Foleyawk: Syntax error if delete isn't given an arg.
2019-01-21 Brian Foleyawk: Guard pointer chasing when parsing ternary express...
2019-01-21 Mark Marshallcapability: fix string comparison in cap_name_to_number
2019-01-18 Denys Vlasenkowget: remove empty if/endif preprocessor directive...
2019-01-18 Denys Vlasenkoservice examples: ifplugd -M to prevents frequent respa...
2019-01-18 Bernhard Reutner... checkstack.pl: tweak bfin re
2019-01-17 Bernhard Reutner... checkstack: pull from upstream
2019-01-17 Bernhard Reutner... checkstack.pl: fix arch autodetection
2019-01-17 Martin Lewiswget: don't notify on download begin and end if quiet
2019-01-15 Denys VlasenkoUpdate examples/udhcp/udhcpd.conf
2019-01-14 Denys Vlasenkostart-stop-daemon: fix "both -x and -a" case: -a does...
2019-01-14 Denys Vlasenkostart-stop-daemon: create pidfile before parent exits...
2019-01-12 Denys Vlasenkoadduser: fix a bug of getpwnam() overwriting shell...
2019-01-10 Denys Vlasenkotls: code shrink
2019-01-09 Denys Vlasenkonslookup: return exitcode 1 on resolution errors
2019-01-09 Denys Vlasenkotelnet: placate compiler's warning
2019-01-09 Denys Vlasenkodate: improve help text for -D
2019-01-09 Denys Vlasenkobc: code shrink
2019-01-08 Denys Vlasenkobc: remove "empty expression" check/message, parsing...
2019-01-08 Denys Vlasenkobc: zbc_parse_expr_empty_ok() is unused except by zbc_p...
2019-01-08 Denys Vlasenkobc: disallow invalid syntax like "{ print 1 print 2 }"
2019-01-08 Einar Jónpasswd: initialize pointers correctly
2019-01-08 Denys Vlasenkotls: add comment about dl.fedoraproject.org needing...
2019-01-07 Denys Vlasenkoudhcpc: when decoding DHCP_SUBNET, ensure it is 4 bytes...
2019-01-07 Denys Vlasenkoudhcp: code shrink
2019-01-07 Denys Vlasenkosleep: support "inf"
2019-01-06 Denys Vlasenkobuild system: fix compiler warnings
2019-01-06 Denys Vlasenkofind: handle leading -- argument
2019-01-06 Danijel Tasovtelnet: provide feedback after successful connect
2019-01-06 Denys Vlasenkotelnetd: fix bad interaction with vhangup() from login
2019-01-06 Denys Vlasenkotelnet: code shrink
next