Denys Vlasenko | a28c1b21e1a | syslogd: make "-O -" log to stdout
function old new delta
packed_u... | | |
Denys Vlasenko | 98654b995bb | test: fix mishandling of "test '(' = '('" and similar
function old n... | | |
Denys Vlasenko | d32fc647d7d | libbb: fix bb_ask() to flush input before prompt, not after. Closes 7190
Signed-off-by: Denys Vlasenko <vda.linux@go... | | |
Denys Vlasenko | 184b2669175 | cpio: reinstate "options:" line in help text
Otherwise, help text is confusing: where do operation modes end
and whe... | | |
Bartosz Golaszewski | bf0f2c7aa6a | Rename INIT_LAST to INIT_FUNC to avoid confusion
We don't have an INIT_FIRST, so let's rename INIT_LAST to INIT_FUNC... | | |
Pascal Bellard | d3633b7e9c5 | fatattr: new applet
function old new delta
fatattr_main ... | | |
Denys Vlasenko | a9dc7c2f59d | lzop: add overflow check
See CVE-2014-4607
http://www.openwall.com/lists/oss-security/2014/06/26/20
function ... | | |
Michael Gernoth | 1b487ea8a69 | stat: fix printing selinux context and null-dereference
busybox stat tries to always print the selinux context, even... | | |
Denys Vlasenko | 9d7cbdeee35 | ftpd: do not use root_fd if we are not in chroot
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 27c290f7f29 | ftpd: for LIST, open current directory *in the child*
Last change introduced an open fd leak. This is the fix.
Sign... | | |
Denys Vlasenko | a6ae999b3b3 | ftpd: escape chroot prior to re-executing ls helper
When we merely chdir to saved "real" root fd,
exec("proc/self/ex... | | |
Denys Vlasenko | 5f8daefb835 | awk: fix handling of "if ... break ; else ..." - closes 7226
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 0b0ccd45701 | ftpd: optimize writes of LIST results a bit
function old new delta... | | |
Richard Genoud | 2a870d091e8 | nanddump: change default to --bb=skipbad
since mtd-utils 1.4.7, the default behaviour of nanddump is skipbad
(commit... | | |
Richard Genoud | 8feb25956f7 | nanddump: kill -b Omit bad block
since mtd-utils 1.4.7, the omit bad block method has been removed.
(cf commit d8b8f... | | |
Richard Genoud | f17fbe1d365 | nanddump: add options --bb=skipbad and padbad
In mtd-utils, the bad block options changed in favor of
--bb=[skipbad|... | | |
Richard Genoud | cbf3bfa57a4 | nanddump: correct rounding to next page (lead to infinite loop)
The rounding to next page formula was wrong:
ex: (le... | | |
Denys Vlasenko | de3cae1348f | ftpd: support deprecated XPWD command
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 5aeae36e2b8 | libbb: fix compile failure if both ARG_MAX and _SC_ARG_MAX are defined
Signed-off-by: Denys Vlasenko <vda.linux@goog... | | |
Isaac Dunham | ea23c25e96f | unlink: new applet
function old new delta
unlink_main ... | | |
Bartosz Golaszewski | 3ed81cf0529 | unit-tests: implement the unit-testing framework
This set of patches adds a simple unit-testing framework to Busybox... | | |
Bartosz Golaszewski | 5d2e409ef82 | libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes
function ... | | |
Denys Vlasenko | f92f1d01818 | find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit
The find utility uses a hardcoded value of 3... | | |
Denys Vlasenko | 6be3a5242ce | find: exit code fixes for find -exec
function old new delta
func_e... | | |
Bartosz Golaszewski | 14158b4127d | find: add optional support for '-exec ... {} +'
function old new d... | | |
Denys Vlasenko | 85090c162b3 | udhcpc: make hostname sanitization optional. Closes 3979
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Joshua Judson Rosen | 9aa6ffb22b7 | syslogd: Unify unlink/truncate + unlock log-rotation logic
Always unlink + reopen, rather than sometimes using ftrun... | | |
Joshua Judson Rosen | b905d6c2eaa | syslogd: remember to un-writelock log-files even when called with "-b 0"
Signed-off-by: Joshua Judson Rosen <jrosen@... | | |
Joshua Judson Rosen | 1b90e031c3a | syslogd: avoid spurious ftrunctate() calls for "-b 0"
Forgetting to re-set log_file->size after truncating to zero
d... | | |
Denys Vlasenko | fd0640e5a12 | modprobe-small: fix safe_strncpy truncating last char of module name
Signed-off-by: Denys Vlasenko <vda.linux@google... | | |
Denys Vlasenko | 17f8418ea75 | Add conditional support for -v / --verbose
With FEATURE_VERBOSE off, practically no size change.
With it on:
functi... | | |
Denys Vlasenko | 539e2802ebd | getty: explain when setsid() fails. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 62a40a04480 | Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox | | |
Denys Vlasenko | d257608a842 | trylink: emit names of linked executables
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Tito Ragusa | a875d59d24d | which: rewrite
function old new delta
which_main ... | | |
Denys Vlasenko | e3366d696cf | trylink: emit names of linked executables
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Timo Teräs | 1e3cce68142 | which: rewrite
function old new delta
which_main ... | | |
Denys Vlasenko | e765b5ac349 | libbb: rename execable -> executable. No code changes
English speakers complained that it sounded awfully broken.
S... | | |
Denys Vlasenko | 15a357e5962 | libbb: fix empty PATH components handling
function old new delta
f... | | |
Denys Vlasenko | a4476eb6543 | rtcwake: fix incorrect (reversed) rtc/sys adjuestment; code shrink
function ... | | |
Denys Vlasenko | d8290c2ef03 | libbb: fix thinko in rtc_xopen()
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 528808fa7b0 | libbb: make rtc_xopen try harder on EBUSY
function old new delta
r... | | |
Denys Vlasenko | fe33683c8ba | Fix compile failures
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 43b8a1cc382 | crond: implement "SHELL=prog" in crontab. Export LOGNAME as POSIX wants
function ... | | |
Denys Vlasenko | d5929d602ee | crond: simplify logging code
Slight change in behavior: now -l 5 will enable the same messages
formerly only enabled... | | |
Denys Vlasenko | 3dfe0ae5a8c | libbb: make syslog level for bb_error_msg's configurable. use it in crond
function ... | | |
Denys Vlasenko | 01a1a967c99 | crond: tweak help text, make course less cryptic
function old new ... | | |
Denys Vlasenko | 07e5555a8f7 | modprobe-small: (un)load all modules which match the alias, not only first one
Closes 627 and 7034.
Commonly seen c... | | |
Denys Vlasenko | 5a21c8550ef | ntpd: fix wrong delay value in one of the printed messages
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | d531f93f646 | ntpd: truly ignore high delay packet
Before this cahnge, sometimes they were used after the next packet
from another... | | |
Denys Vlasenko | 6116cb23cc2 | modprobe-small: remove redundant aliases from modules.dep.bb
function ol... | | |
Denys Vlasenko | 5fd3ddfb243 | modprobe-small: fix help messages for aliased module-related applets
Signed-off-by: Denys Vlasenko <vda.linux@google... | | |
Denys Vlasenko | e152cb81890 | adjtimex: make its help text and printed data a bit less cryptic
Signed-off-by: Denys Vlasenko <vda.linux@googlemail... | | |
Denys Vlasenko | eb9f485b07b | libbb/obscure.c: code shrink. Suggested by Tito.
function old new ... | | |
Denys Vlasenko | 3fa97af7ccc | ash,hush: set $HOSTNAME is bash compat. Closes 7028
function old new... | | |
Bernhard Reutner-Fischer | ad16741ccd8 | libbb: provide usleep() fallback implementation
POSIX.1-2008 removed the usleep function, provide a fallback
impleme... | | |
Denys Vlasenko | 69b114fb8a2 | less: fix bugs discovered with "git log -p | less -m" on kernel tree
function ... | | |
Denys Vlasenko | 32afd3aa603 | vi: some simplifications
function old new delta
file_insert ... | | |
Denys Vlasenko | e7430867a8a | vi: clear undo buffer when we change to another file
function old ne... | | |
Denys Vlasenko | 2c51202aece | vi: undo code shrink
function old new delta
undo_push ... | | |
Jody Bruchon | a8d6f9bee43 | vi: undo support for vi with intermediate queuing
function old new ... | | |
Drew Moseley | 7537406edd3 | build system: specify '-nostldlib' when linking to .o files
For certain cross build scenarios the LD variable is ove... | | |
Tito Ragusa | c9a67133d6a | swapon/swapoff: -a returns 0 on ignored errors
Signed-off-by: Tito Ragusa <farmatito@tiscali.it>
Signed-off-by: Deny... | | |
Tito Ragusa | a3f326cd661 | swapon/swapoff: size reduction, cleanup, fixes, improvements
1) real swapon/swapoff handles also devices on the comm... | | |
Denys Vlasenko | faa9e94db61 | wget: fix a case where progress bar isn't updated if writes are very slow
Signed-off-by: Denys Vlasenko <vda.linux@g... | | |
Matt Whitlock | 0a53b203f9e | add discard option -d to swapon
Signed-off-by: Matt Whitlock <busybox@mattwhitlock.name>
Signed-off-by: Denys Vlasen... | | |
Matt Whitlock | b9bbd4ddf62 | fix interaction of -a and -p options in swapon
Swap entries in /etc/fstab inherit the priority specified on the comm... | | |
Matt Whitlock | c3a27b0bfdf | avoid calling bb_strtou twice in MIN macro expansion
Also, the maximum allowable value of swap priority is technical... | | |
Denys Vlasenko | 504fe45f35b | ntpd: add optional support for /etc/ntp.conf
function old new delt... | | |
Denys Vlasenko | f332617fbd9 | docs/new-applet-HOWTO.txt: tweak a bit
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | c50493854a7 | libbb: fix a bad check for uclibc >= 0.9.31
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Bartosz Golaszewski | 9dbe4d05470 | docs: update new-applet-HOWTO.txt
This patch adds some information about the gen_build_files.sh script and how
it al... | | |
Denys Vlasenko | 109ee5d3369 | ash: make "locak VAR" unset VAR (bash does that)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 438b4ac2860 | script: make it work even if fd 0 is closed
Testcase:
script -q -c "echo hey" /dev/null 0>&-
Signed-off-by: Denys V... | | |
Denys Vlasenko | 29f35260486 | build system: for "find", use POSIX not operator (!) instead of -not
Signed-off-by: Denys Vlasenko <vda.linux@google... | | |
Romain Naour | 0e3334c8d8f | su: add a delay if the password is incorrect
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: D... | | |
Denys Vlasenko | ac03a40cbac | ash,hush: fix a thinko about 2^64-1 factorization
function old new ... | | |
Denys Vlasenko | 2bba591991f | hush: make "true" built-in
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | f93187512d0 | random: cosmetic tweaks in debug code
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | fb183076a3a | ash,hush: improve randomness of $RANDOM, add easy-ish way to test it
function ... | | |
Denys Vlasenko | 69f9567de28 | shuf: trim help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 102f0d0d073 | shuf: do not use strings for -i RANGE case
function old new delta
... | | |
Bartosz Golaszewski | 190693ced1b | shuf: improve help text
Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
Signed-off-by: Denys Vlasenko <vda... | | |
Bartosz Golaszewski | 58adbb5505d | shuf: fix a segfault on 'shuf -e'
Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
Signed-off-by: Denys Vla... | | |
Denys Vlasenko | 0ed5f7aacd5 | use [s]rand(), not [s]random()
rand() is the most standard C library function,
and on uclibc they are the same. I gu... | | |
Denys Vlasenko | 2cdcb1082c3 | shuf: new applet
function old new delta
shuf_main ... | | |
Denys Vlasenko | 30f17e9556e | man: default to ascii
Default to ascii instead of latin1. Otherwise man pages can be displayed
incorrectly. E.g. bul... | | |
Denys Vlasenko | ecd8c3affcb | ip link: add support for "address ETHADDR". Closes 4862
function old ... | | |
Denys Vlasenko | 81071e6872e | unlzma: add comments about possible bug from BZ 2689
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 2108a6f0b56 | unlzma: move some variables in "more local" scope
No code changes as verified by objdump
Signed-off-by: Denys Vlase... | | |
Denys Vlasenko | e2318bbad78 | udhcpc: ignore NAKs from "wrong" servers. Closes 4267
function old n... | | |
Denys Vlasenko | fca0ee5959f | ls: make "ls -s DIR" show total too. Clases 4946
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 37952668413 | xargs: fix compilation breakage
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 83e49ade572 | grep: fix -w match if first match isn't a word, but second is. Closes 4520
Signed-off-by: Denys Vlasenko <vda.linux@... | | |
Denys Vlasenko | 6f068904dc1 | xargs: add support for -I and -i. Closes 493
function old new delt... | | |
Denys Vlasenko | 6885e49ba59 | find: code shrink
function old new delta
func_exec ... | | |
Denys Vlasenko | c472898eaa0 | nc: fix option bit positions. Closes 6926
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 589051b5655 | hwclock: fix setting of tz_minuteswest. Closes 5414
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 18b699c30f1 | build system: remove a dead link from Config help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 83bc4332e7d | du, copy_file: fix file matching on cramfs. Closes 5456
function old ... | | |
Denys Vlasenko | 12916b92206 | libbb: trivial code shrink
function old new delta
reset_ino_dev_ha... | | |
Denys Vlasenko | 6554d03735e | sysctl: do not error out showing write-only data. Closes 6386
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | a2796223cb1 | wget: fix comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 53315570bb7 | wget: add commented-out code to use ssl_helper instead of openssl
Signed-off-by: Denys Vlasenko <vda.linux@googlemai... | | |
Denys Vlasenko | d82046f59f8 | networking/ssl_helper: experimental matrixssl-based ssl helper
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 8b7e8ae2249 | wget: add support for https using "openssl s_client" as a helper
www.kernel.org started redirecting http:// to https... | | |
Denys Vlasenko | 192c14bd87a | Improve examples/var_service READMEs
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Bartosz Golaszewski | 265a74b9834 | Kbuild: move CONFIG_PAM to general configuration
Currently CONFIG_PAM depends on CONFIG_LOGIN, but is used by the ht... | | |
Denys Vlasenko | ffc3a93d0db | udhcpc: fix BPF filter. Hopefully fixes the root cause of 4598 and 6746
Use a *signed* large positive value in BPF f... | | |
Denys Vlasenko | 50e4cc29f56 | ifplugd: code shrink
function old new delta
ifplugd_main ... | | |
Denys Vlasenko | 3e78f6f955e | htpd: trivial simplification in random interval selection
function old ... | | |
Denys Vlasenko | 8ed96726603 | libbb: don't die if crypt() returns NULL
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Kaarle Ritvanen | 4e03d413420 | sendmail: use FQDN in default envelope sender
RFC 5321 requires the return path to be supplied with a proper domain
... | | |
Denys Vlasenko | 744ee5db1c2 | udhcpc: in comments, explain the kind of raw socket we create
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Bartosz Golaszewski | 3ba2df874ca | grep: properly handle grep -w "^str" in !EXTRA_COMPAT case too
function ... | | |
Denys Vlasenko | 07f417b6ab9 | sendmail: make -f optional, document its default value
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | e4785ca653d | udhcpc: don't use BPF filter, users report problems (bugs 4598, 6746)
Signed-off-by: Denys Vlasenko <vda.linux@googl... | | |
Kaarle Ritvanen | fe8390e0fe7 | ifupdown: support 'link' address family
Does not configure anything. L2 configuration hook scripts should do
their j... | | |
Denys Vlasenko | d353bfff467 | wget: fix use-after-free of ->user. Closes 6836
function old new d... | | |
Denys Vlasenko | 69a12fa7906 | catv: suppress compiler warning
The warning was:
warning: typedef 'BUG_const_mismatch' locally defined but not used ... | | |
Denys Vlasenko | 640ce3de078 | zcat: complain if input is not compressed
function old new delta
b... | | |
Mike Frysinger | f1999b5a9d2 | appletlib: fix set-but-unused warning
When you build with FEATURE_INSTALLER disabled, you get a build
warning like s... | | |
Mike Frysinger | 29ed5806688 | uname: fix up usage documentation
The -i/-o options were missing, and the -r/-s/-v options were
incorrectly labeled ... | | |
Michael Tokarev | 922fdf65273 | init: do not fail build if SIGPWR is not defined
Apparently, some *BSD variants (and maybe some other OSes) does not... | | |
Denys Vlasenko | b664f740d90 | libbb: open_zipped() should not fail on non-compressed files
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Michael Tokarev | bf2f2229bb1 | testsuite: fix last "which" change
In commit afa63b2dcdc9b9 I replaced `type -p' with
`command -pv'. But actually i... | | |
Denys Vlasenko | 821e64316a9 | less: accept and ignore -s
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
John Spencer | ff650613115 | man: parse "DEFINE pager" in config
function old new delta
man_mai... | | |
Eugene Rudoy | 731f5961758 | iplink: fix build with kernel versions prior to 2.6.23
Signed-off-by: Eugene Rudoy <gene.devel@gmail.com>
Signed-off... | | |
Denys Vlasenko | fa6ab56353e | libbb: if opening /dev/loopN returns ENXIO, don't try N++.
function old ... | | |
Denys Vlasenko | 3b394781b5b | libbb: fix parsing of "10101010" date/time form
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | d9e0c438e10 | Apply post-1.22.0 patches, bump version to 1.22.1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Bartosz Golaszewski | 2de232da53d | top.c: fix compilation warnings
pfd[1] is unused
Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
Signed-o... | | |
Denys Vlasenko | c009d35f006 | ntpd: remove now unnecessary check for IP_PKTINFO definition
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Bartosz Golaszewski | 76ad7481b16 | ntpd: fix compilation warnings
GCC complained about since_last_update being set but not used.
Signed-off-by: Bartos... | | |
Bartosz Golaszewski | 5c13ab41bb9 | sort: check global flags on fallback sort
Sort now performs global reverse on fallback sort if -r is set. Before
onl... | | |
Bartosz Golaszewski | 1a4d9f65216 | sort.c: remove a magic number from compare_keys()
Use bitwise OR of proper flags instead.
Signed-off-by: Bartosz Go... | | |
Bartosz Golaszewski | 49111cdc4f5 | gitignore: ignore files generated by 'make test'
Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
Signed-of... | | |
Tito Ragusa | 891b98c9bcb | adduser,addgroup: introduce and use CONFIG_LAST_ID
Changes adduser.c, addgroup.c and Config.src to set and use CONFI... | | |
Denys Vlasenko | 2e66daca654 | examples/udhcp: do not rewrite resolv.conf if no DNS servers. Closes 6788
Signed-off-by: Denys Vlasenko <vda.linux@g... | | |
Denys Vlasenko | d74f8435ea7 | docs: tweak keep_data_small.txt
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 0f592d7fb94 | tar: tighten up pax header validity check
function old new delta
g... | | |
Denys Vlasenko | 604b7b6cc03 | fakeidentd: simplify ndelay manipulations
function old new delta
n... | | |
Cristian Ionescu-Idbohrn | 1bdbf264540 | tail: adjust help/usage texts
Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>
Signed-off... | | |
Denys Vlasenko | 79df481dc47 | lineedit: fix trivial build failure
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 7c47b560a8f | libarchive: open_zipped() does not need to check extensions for e.g. gzip
We only need to check for signature-less e... | | |
Matthias Andree | 9b76f895bcd | build system: fix non-portable sed constructs.
This includes proper line breaks for labels and closing braces,
and r... | | |
Denys Vlasenko | 3deabea8932 | fixlet for the previous commit #2
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | abaf9109bda | fixlet for the previous commit
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 3ea93e853e4 | networking: explain isrv_run() API
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Ryan Mallon | 89deb22f974 | fakeidentd: fix use-after-free
function old new delta
do_rd ... | | |
Denys Vlasenko | 16ca379b55e | chown: fix help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 6eb0cbe07e5 | find: fix a regression introduced with -HLP support
function old new... | | |
Denys Vlasenko | f0058b1b1fe | ping: revert "try SOCK_DGRAM if no root privileges"
It wasn't working, and fixes on top of it would make ping
notice... | | |
Denys Vlasenko | e4569be2448 | build system: "make hosttools" doesn't exist, remove it from "make help"
Signed-off-by: Denys Vlasenko <vda.linux@go... | | |
Denys Vlasenko | f2743a5b004 | build system: stop including alloca.h, stdlib.h provides it
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | cb7611385c5 | ntpd: adjust last packet's recv time after a step
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 96f92a1afac | libbb: FreeBSD fix for B<num> baud rate constants not fitting into a short.
Signed-off-by: Denys Vlasenko <vda.linux... | | |
Denys Vlasenko | 8e0ad2647a9 | Another FreeBSD fix from Matthias Andree
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 5680e984516 | ash: in bash compat mode, always export $SHLVL
function old new de... | | |
Denys Vlasenko | cd55f2d9332 | grep: fix two bugs with -w
Unfortunately, with !EXTRA_COMPAT, "grep -w ^str" still erroneously matches "strstr".
fu... | | |
Denys Vlasenko | 432fbd7a1a7 | platform.h: undef HAVE_STRCHRNUL only on correct versions of FreeBSD
Signed-off-by: Denys Vlasenko <vda.linux@google... | | |
Denys Vlasenko | 57434022cef | Start 1.23.0 development cycle
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | a2dd4ee0e80 | Bump version to 1.22.0
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 7625811d25b | testsuite: remove forgotten debug hack
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 198b02f7dd6 | fix failures found by randomconfig builds
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 61be8e46a80 | testsuite: disable tests for no longer supported bbox-specific date formats
Signed-off-by: Denys Vlasenko <vda.linux... | | |
Denys Vlasenko | e83e1c50f20 | adduser: check whether run with no USERNAME. Closes 6728
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | e85e260e472 | testsuite: fix false positives for du
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Daniel Borca | c9d87bed8ed | build system: fix make gconfig
Was getting "undefined reference to symbol 'dlsym@@GLIBC_2.2.5'".
Signed-off-by: Dan... | | |
David A. Wheeler | 80a068d741b | sed: accept s///i as a synonym for s///I ("ignore case")
Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
Sig... | | |
Michael Tokarev | e9355c43263 | hostname: do not use gethostbyname() for "hostname -s"
There's no reason to call gethostbyname() on the value return... | | |
Lauri Kasanen | 4967a41ba1d | wget: user-friendly fallback to http
GNU wget: wget google.com // ok
bb before: wget google.com // wget: not an http... | | |
Denys Vlasenko | 4b26f82c787 | kill[all[5]]: code shrink
function old new delta
kill_main ... | | |
Uros Vampl | 3ac1e0d753c | killall5: return 2 if no processes got killed
function old new del... | | |
Michael Tokarev | 9f4f60183b2 | do not fail build if MAXSYMLINKS isn't defined
This is needed for, eg, hurd, which is known to have no constraints.
... | | |
Michael Tokarev | 22bb81fa85b | expand: use printable_string instead of hard-coding implementation
function ... | | |
Denys Vlasenko | 0b3a38b9f57 | ntpd: speed up resyncing if our clock is seriously off
function old ... | | |
Denys Vlasenko | 777be10ebeb | ntpd: do not invalidate datapoints after step
Used to set p->filter_datapoint[i].d_dispersion = MAXDISP
and clear re... | | |
Denys Vlasenko | 6c46eed6e93 | ntpd: comment out "spike detection" code
function old new delta
up... | | |
Denys Vlasenko | a14958c69da | ntpd: promote log level 3 to production
Without it, peer selection logic is hard to debug
function ... | | |
Denys Vlasenko | cb1dc1d1d1c | ntpd: let user know if spike was detected
function old new delta
u... | | |
Denys Vlasenko | 327f550669a | Use unsigned printf/scanf conversion where more appropriate
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 9b2a9f0210f | fix assorted unused code and wrong format specs found by cppchekc (bug 6716)
Signed-off-by: Denys Vlasenko <vda.linu... | | |
Denys Vlasenko | 1a7256ac382 | chpst: fix a bug where -U USER was using wrong USER (one from -u USER)
Signed-off-by: Denys Vlasenko <vda.linux@goog... | | |
Daniel Borca | 72745632a13 | ping: try SOCK_DGRAM if no root privileges
Signed-off-by: Daniel Borca <dborca@yahoo.com>
Signed-off-by: Denys Vlase... | | |
Daniel Borca | df0d2cd837e | dpkg-deb: cosmetic correction to usage text
Signed-off-by: Daniel Borca <dborca@yahoo.com>
Signed-off-by: Denys Vlas... | | |
Denys Vlasenko | deb0769b26c | sed: code shrink
function old new delta
get_next_line ... | | |
Next → |