Alfonso Ranieri | a90490fb69f | volume_id: fix a buglet introduced by is_prefixed_with() conversion
Signed-off-by: Alfonso Ranieri <alforan@tin.it>
... | | |
Denys Vlasenko | e0ddb65cb23 | build system: make CONFIG_EXTRA_LDFLAGS go to LDFLAGS, not EXTRA_LDFLAGS
Signed-off-by: Denys Vlasenko <vda.linux@go... | | |
Aaro Koskinen | 7b729edd33a | update copyright years
Copyright years seem to be out of date, e.g. coreutils/truncate.c
has Copyright (C) 2015.
Si... | | |
Bernhard Reutner-Fischer | 86a7f18f211 | *: Switch to POSIX utmpx API
UTMP is SVID legacy, UTMPX is mandated by POSIX.
Glibc and uClibc have identical layou... | | |
Denys Vlasenko | 1186894f773 | update example ntp.script
Handle an interesting corner case when NTP server is reachable...
but on a different IP no... | | |
Denys Vlasenko | 9472e8a86fa | ftpd: change_identity() must be after chroot()
Otherwise chroot() doesn't work for non-root
Signed-off-by: Denys Vl... | | |
Denys Vlasenko | 379e8e81afe | typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | be947c4d97c | Apply post-1.23.1 patches, bump version to 1.23.2
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 1850d5ec0e9 | truncate: new applet
Add the actual new source file :(
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Vladislav Grishenko | 4d15068d830 | zcip: fix wrong comparison of source IP with our IP
Commit "zcip: fix link-local IP conflict detection" has introduc... | | |
Ari Sundholm | 911db16229d | truncate: new applet
function old new delta
truncate_main ... | | |
Ari Sundholm | 8893023ba27 | dd: move suffix struct to xatonum.c
This way it can be used by other applets without duplication.
Signed-off-by: Ar... | | |
Phil Sutter | 92edab1aa6e | logread: implement dumpfollow mode of operation
This is basically a combination of the default (dump mode) and -f
(f... | | |
Denys Vlasenko | 6d8ea1d50ec | ifupdown: shrink a message
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Frank Bergmann | 6ca03f2dd82 | ifupdown: correct ifstate update during 'ifup -a'. Closes 6212
When 'if -a' runs into an failure on an interface all... | | |
Ron Yorston | 75a76269ba2 | ash: do not split the result of tilde expansion
A tilde expansion generates a valid pathname. Splitting it using IFS... | | |
Mike Frysinger | 6798564b9e2 | trylink: respect compiler settings when probing features
The CPPFLAGS/CFLAGS settings might have features that matte... | | |
Mike Frysinger | 4a08e82d441 | trylink: use mktemp instead of hardcoding paths
This way we respect standard tempdir env vars and are guaranteed to
... | | |
Denys Vlasenko | 49acc1a7618 | vi: make BACKSPACE and DELETE join lines at start/end of line
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Ron Yorston | 8ec1ff350c2 | Use chomp to remove newlines
function old new delta
unix_do_one ... | | |
Ron Yorston | 53e9c51aded | od: fix printing of high-bit chars
Example: echo £ | od -c
Signed-off-by: Ron Yorston <rmy@tigress.co.uk>
Signed-of... | | |
Denys Vlasenko | 8dff01d06a7 | libbb: introduce and use is_prefixed_with()
function old new delta... | | |
Denys Vlasenko | 936c8809cae | deluser: also remove user from /etc/group
function old new delta
u... | | |
Alexander Korolkov | 748fb60f274 | arping: fix iface name in error messages
arping: interface eth0 not found: No such device
^^^^
Th... | | |
Denys Vlasenko | fe8b5802baf | patch: segfault fix. Closes 7916
Fix segfault on this case (malformed --- line):
-- dwarves.orig 2015-02-25 01:... | | |
Isaac Dunham | 7b434a67dca | mount: -T OTHERTAB support
function old new delta
mount_main ... | | |
Denys Vlasenko | 3c31b092ac2 | ntpd: tweak help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 2ec4f44225f | inetd: fix order of array index check and array access
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 3aef814c0b0 | ntpd: chnage help text about -l to say that it doesn't disable client code
Signed-off-by: Denys Vlasenko <vda.linux@... | | |
Denys Vlasenko | 7db2a7c20e8 | runsvdir: if pid==1, also intercept SIGINT for -s SCRIPT
function old ... | | |
Denys Vlasenko | dac8d80f77a | runsvdir: do not block SIGCHLD around poll/sleep
There is no reason to do so. We do not even have SIGCHLD handler.
... | | |
Denys Vlasenko | fa535f3e485 | runsvdir: (almost) close a signal race
We could lose a signal while processing previous one
function ... | | |
Serj Kalichev | 1eafd449470 | acpid: fix logging
Without this patch acpid can't log the events at all. Moreover it tries
to truncate log file ever... | | |
Denys Vlasenko | c5beaa08eb5 | ls: heed compiler warning
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | a88db5c1a99 | modinfo: fix fallout from basename removal
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Tito Ragusa | cb6a112f09c | libpwdgrp: fix thinko in getpwnam
function old new delta
parse_fil... | | |
Bernhard Reutner-Fischer | d7bfee1edb5 | wget: fix --header to not append duplicate headers
function old new ... | | |
Denys Vlasenko | 54e9585e106 | trivial code shrink
function old new delta
rdate_main ... | | |
Denys Vlasenko | 0cb981c5e2f | ls: trivial code shrink
function old new delta
display_single ... | | |
Bernhard Reutner-Fischer | 70e30e8eec7 | dc: tweak parsing
https://bugs.debian.org/538685
dc requires whitespace between language elements.
We were requirin... | | |
Denys Vlasenko | 8e92df15b51 | ls: fix year 9999 bug :)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 402afe1cc69 | modprobe-small: fix thinko in previous commit
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 1fd844267c3 | modprobe-small: if concurrent module load did not succeed, wait
usecase:
two sd cards are being mounted in parallel ... | | |
Bartosz Golaszewski | 622a7aab2c4 | i2cget, i2cset, i2cdetect, i2cdump: new applets
Add a minimal implementation of i2cget, i2cset, i2cdump and i2cdetec... | | |
Denys Vlasenko | 8c06bc6ba14 | unzip: prevent attacks via malicious filenames
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 23cfaab47de | libpwdgrp: use getpwent() instead of getpwent_r()
function old new ... | | |
Denys Vlasenko | 68c048fb23b | modprobe-small: fix and simplify rmmod
"rmmod OUT_OF_TREE_MODULE" was not working, because module is not in depmod f... | | |
Kevin Wallace | 782ee2aa0e1 | libbb/loop: don't try to re-use existing loop device
loopinfo.lo_file_name is not enough to uniquely identify a file... | | |
Denys Vlasenko | a03195941b4 | examples/mdev_fat.conf: document that newer mdev exposes path
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Ari Sundholm | f22a838aed8 | dd: add optional support for status=noxfer/none
While at it, added 'B' number suffixes, upstream compat
function ... | | |
Denys Vlasenko | 7e66102f762 | ash: fix a SEGV case in an invalid heredoc
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | a14fa79592e | deluser: implement --remove-home
function old new delta
deluser_ma... | | |
Denys Vlasenko | 3c5d133c7de | fstrim: fix help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | a75dcd43535 | route: fix bogus read error when route table is empty
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 09020b1aa89 | route: improve -A inet6
Upstream route command shows non-up routes, it shows reject and nonexthop flags.
And we had ... | | |
Denys Vlasenko | b62d4d9d570 | gzip: trivial code shrink -5 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | a9777788932 | ifconfig: fix double free fatal error in INET_sprint
Based on the patch by Zheng Junling <zhengjunling@huawei.com>
a... | | |
Denys Vlasenko | 8e74adab010 | libbb: make INET[6]_rresolve use sockaddr2{host,dotted}_noport
function ... | | |
Denys Vlasenko | f7f70bf1b30 | gzip: speed up and shrink put_16bit()
function old new delta
put_1... | | |
Rich Felker | 7f7ade1964f | gzip: do not store timestamp in gzip header
Storing the original file's modification time in the output file is
harm... | | |
Denys Vlasenko | 5104645cf87 | platform.h: enable mempcpy for FreeBSD
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Micke Prag | 07fa09a9527 | ubiattach: add option -O
Some images do not have the default VID offset. The option -O must
be used to attach such i... | | |
Martin Kaiser | 1cbe93cf4e4 | telnetd: we only need CONFIG_UNIX98_PTYS from the Linux kernel
(re-sending this as it got ignored completey and the ... | | |
Denys Vlasenko | 08f9ffc3f75 | dpkg: update supported compression methods
Based on a patch by Ron Yorston <rmy@tigress.co.uk>
function ... | | |
Denys Vlasenko | 8c05a74f7ef | platform.h: mempcpy needs <string.h>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | ff3f3accc68 | ntpd: get rid of G.initial_poll_complete
This speeds up syncing - now happens only just
two replies from a peer. Esp... | | |
Denys Vlasenko | 936c401077c | dhcpd: fix an improper widening conversion
We wanted to detect when tv_sec = unsigned1 - unsigned2
underflows by loo... | | |
Denys Vlasenko | 1ecfe811fe2 | Apply post-1.23.0 patches, bump version to 1.23.1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 64b744997ef | ftpd: prevent zombies. closes 7832
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 50a6d86520b | platform.h: add compat mempcpy
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | cc70b6f8b6c | depmod: simple memory optimization
function old new delta
filename... | | |
Denys Vlasenko | 86031a5ffd1 | trim extra newlines in help texts
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Natanael Copa | 9de69c024c7 | modprobe: fix modprobe -r and parsing of /etc/modprobe.d
This fixes a regression introduced with commit 78854520 (mo... | | |
Denys Vlasenko | 76b2262b9b9 | modprobe: fix "modprobe devname:snd/timer" case (alias with a slash)
Signed-off-by: Denys Vlasenko <vda.linux@google... | | |
Denys Vlasenko | e998b08f118 | modprobe: fix recent breakage: modules.dep reading code needs to strip dirname
Signed-off-by: Denys Vlasenko <vda.li... | | |
Denys Vlasenko | 1b6715345f2 | modprobe-small: code shrink
function old new delta
pathname_matche... | | |
Denys Vlasenko | 3c75b1c34e5 | modprobe-small: fix recent breakage: modprobe -r was using full path
"modprobe -r MODNAME", after it found the full ... | | |
Denys Vlasenko | 39f017293a0 | diff: fix a bug in diffing against stdin. Closes 7784
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Ron Yorston | 70f4320b40b | vi: fix reading of file after last line
If the :r command is used to read a file after the last line of the
buffer t... | | |
Ron Yorston | e5213cee383 | vi: failure to open file is not an error when initialising buffer
Commit 32afd3a introduced these regressions on the... | | |
Denys Vlasenko | 08364dab752 | depmod: fix recent breakage in modules.dep generation
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Tito Ragusa | e5cae08f123 | libpwdgrp: line counting in error meesages is broken, remove it
Signed-off-by: Tito Ragusa <farmatito@tiscali.it>
Si... | | |
René Rhéaume | e76957708b6 | swaponoff: add support for -e
Signed-off-by: René Rhéaume <rene.rheaume@gmail.com>
Signed-off-by: Denys Vlasenko <vd... | | |
Denys Vlasenko | 1ec49732e2b | mpstat: code shrink
function old new delta
get_uptime ... | | |
Guillermo Rodriguez | 75a1403f266 | free: handle "cached" value too
function old new delta
free_main ... | | |
Denys Vlasenko | da9212667c9 | libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS
function ... | | |
Denys Vlasenko | 08b90a9d10f | deleting unused ntpd_simple.c
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | c5d4a04e450 | libpwdgrp: fixes suggested by Tito, comment tweaks
function old new ... | | |
Adam Tkac | 4bf88d9094f | ntpd: relicense ntpd applet to ISC-style license
OpenNTPd is licensed under ISC-style license so it's good idea to k... | | |
Denys Vlasenko | db4d1051ca5 | libpwdgrp: another code shrink
function old new delta
massage_data... | | |
Denys Vlasenko | 5acf1346b46 | libpwdgrp: code shrink
function old new delta
parse_common ... | | |
Denys Vlasenko | 12fc8695605 | libpwdgrp: getgrXXX: empty string is not a member name, do not store it
Signed-off-by: Denys Vlasenko <vda.linux@goo... | | |
Denys Vlasenko | 402451aa195 | fix a SEGV in previous commit
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | f9936676bb7 | libpwdgrp: fix counting of commas in group list
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 134c53098bd | libpwdgrp: store getXXnam result in a single malloc block
This saves a bit of memory but more importantly, allows to... | | |
Denys Vlasenko | 20c0a16334e | libpwdgrp: make db->def[] one byte shorter
In the future I will need another uint8_t, want to fit it
w/o using anoth... | | |
Denys Vlasenko | 5e62a3d0166 | libpwdgrp: use a better estimate of max struct size
Previous code's trick with bitwise OR was giving this on 32-bit ... | | |
Denys Vlasenko | 9dca6acaac3 | libpwdgrp: reinstate Tito's optional atexit freeing
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 8d547aca75f | libpwdgrp: fix a memory leak in getXXnam (we did not save address of string buf)
function ... | | |
Denys Vlasenko | 31d6734457b | libpwdgrp: tweak comments, replace one xmalloc with xzalloc
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 908b6e5dfdb | libpwdgrp: use FAST_FUNC to make "matching ABI" optimization more likely to succeed
See bb_internal_get*nam_r size r... | | |
Tito Ragusa | 1da09cfacf1 | libpwdgrp: rewritten to use malloced implementation
This removed buffer size limitations.
function ... | | |
Denys Vlasenko | 78854520ebe | modprobe: revert checking for /, stop doing basename() on modprobe args
function ... | | |
Bartosz Golaszewski | 6c19d35f689 | Makefile: fix cscope target
This target doesn't work with current directory layout. Just make cscope
index all .c an... | | |
Denys Vlasenko | c76236fd7d9 | ash: fix a SEGV in ${#1}
function old new delta
varvalue ... | | |
John Schroeder | 8074a6ca4dc | udhcpd: account for script delay in lease
Prevent nasty surprises if script runs longer than lease time / 2.
Signed... | | |
Denys Vlasenko | b9965077e51 | Start 1.24.0 development cycle
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 6968e081230 | Bump version to 1.23.0
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | ca9c4653a95 | libbb: add sanity check in bb_arg_max()
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 11775edbfc2 | randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Peter Kümmel | a6588fa1023 | Make it possible to override LOGIN_FAIL_DELAY in CONFIG_EXTRA_CFLAGS
Signed-off-by: Peter Kümmel <syntheticpp@gmx.ne... | | |
Denys Vlasenko | 28634924f09 | udhcpc: account for script run time
Based on the following user report:
I ran into an issue where I was seeing a lo... | | |
Baruch Siach | ad0d009e0c1 | nanddump: don't show --bb in usage when disabled
The --bb options now depends on LONG_OPTS. Omit mentions of --bb fr... | | |
Baruch Siach | e835afadfe8 | nandwrite: fix build when long options are disabled
The Required_argument macro is only defined when long options ar... | | |
Ron Yorston | 20cd31a2d7c | lineedit: don't block when looking for escape sequence in vi-mode
In vi-mode lineedit tries to detect some escape se... | | |
Denys Vlasenko | acb8be72176 | tar: fix "tar -cJ" ignoring -J option. closes 7706
function old new ... | | |
Denys Vlasenko | d598a8d4e65 | lineedit: don't fall back to simple line input if tty is in raw mode
Testcase: shell command input after python ^Z s... | | |
Bartosz Golaszewski | 202d9a64648 | Config: select PLATFORM_LINUX if using sendfile()
Man entry for sendfile:
Not specified in POSIX.1-2001, or other... | | |
Jacob Kjaergaard | bd7c1f2d13c | flashcp: change BUFSIZE to 4k
some flash partitions can be smaller than the existing BUFSIZE thus write
BUFSIZE will... | | |
Denys Vlasenko | cfcd2399b20 | make xmalloc_open_zipped_read_close result NUL terminated
Compat with xmalloc_open_read_close
Signed-off-by: Denys ... | | |
Denys Vlasenko | b4c11c13971 | libarchive: add capability to unpack to mem.buffer
The performance and number of processes for a "depmod -a" with gz... | | |
Denys Vlasenko | e7800f351ad | Rename transformer_aux_data_t -> transformer_state_t
No code changes
Signed-off-by: Denys Vlasenko <vda.linux@googl... | | |
Denys Vlasenko | 476654cdbeb | man: do not mangle $MANPATH in memory
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Bartosz Golaszewski | 8d75d794ea5 | libbb: use sendfile() to copy data between file descriptors
Busybox already uses sendfile in httpd. This patch propo... | | |
Denys Vlasenko | ee41094b809 | man: accept a list of dirs in $MANPATH
function old new delta
add_... | | |
Denys Vlasenko | 04c14176023 | libbb: use ARG_MAX for bb_arg_max() only if it's 60k+
Sometimes ARG_MAX is small (like 32k) yet sysconf(_SC_ARG_MAX)... | | |
Denys Vlasenko | 2835a224cd6 | bbunit: fix WANT_TIMING compilation
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Bartosz Golaszewski | eff58f15b05 | gitignore: add testsuite/echo-ne
Signed-off-by: Bartosz Golaszewski <bartekgola at gmail.com>
Signed-off-by: Denys V... | | |
Denys Vlasenko | 298fabaefcd | udhcpd: if a lease from lease file coincides with a static one, ignore it
function ... | | |
Denys Vlasenko | 2bba9ad67a9 | init: do not run shutdown/reexec actions from signal handler
this is racy wrt various libc functions such as syslog(... | | |
Denys Vlasenko | 4e314faa0ae | modprobe,rmmod: reject module names with slashes
function old new ... | | |
Denys Vlasenko | f5add44981b | typo fix in comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 8a475def9e3 | ash,hush: do not segfault on $((2**63 / -1))
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 08a5dab181f | ash: fix handling of negative start value in ${v:start:len}
function old... | | |
Michael Tokarev | 1a1143907c8 | iproute: support onelink route option and print route flags
function old... | | |
Denys Vlasenko | 628f134fe7f | exit with 127 if appled name wasn't found - it's more POSIXy
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Michel Stam | d3fabf89d7d | zcip: Add environment variable for overriding log functionality
function ... | | |
Michel Stam | fdd957bdc99 | zcip: allow our own class B range to be used for ZeroConf
169.254 may already be used by a local network. This patch... | | |
Michel Stam | 9f41271f3ce | udhcpd: add option for tweaking arpping
Some clients have a very short timeout for sending the DHCP
DISCOVER, shorte... | | |
Miroslav Lichvar | 760d035699c | ntpd: calculate offset to jitter ratio before updating jitter
The offset to jitter ratio is now calculated before up... | | |
Denys Vlasenko | cd738711782 | sed: fix "sed CMD -i nonexistent_file". Closes 7484
function old new... | | |
Miroslav Lichvar | b434ce70696 | ntpd: don't stay at short polling interval
To avoid polling servers frequently slowly increase the interval up
to BI... | | |
Denys Vlasenko | cf76b5ce12a | getty: set tty attrs so that control chars are shown as ^c
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | d3fe9602714 | ntpd: be less eager to use shorter poll intervals
* on step, poll interval drops to 8.5 mins instead of 32 seconds
*... | | |
Denys Vlasenko | 186b98a86f0 | ubiupdatevol: fix -t to not require an option. Closes 7466
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 054f5a5b0d3 | install: fix help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Miroslav Lichvar | 590a22cf8d1 | ntpd: split out poll adjusting code
Signed-off-by: Miroslav Lichvar <mlichvar@redhat.com>
Signed-off-by: Denys Vlase... | | |
Miroslav Lichvar | fb143f783da | ntpd: don't wait for good offset before disabling burst mode
The burst mode needs to be stopped even when no replies... | | |
Aaro Koskinen | 0f78d616cb3 | install: implement -t DIR
Some packages want to install themselves using "-t" to specify
the directory (as supported... | | |
Aaro Koskinen | 307d26c0ebf | less: make -E work
function old new delta
buffer_print ... | | |
Denys Vlasenko | 865814a617c | less: trivial code shrink
function old new delta
read_lines ... | | |
Denys Vlasenko | d6e7672545c | less: move "retry-on-EAGAIN" logic closer to read ops
This makes "G" (goto end of input) command work as well as
/se... | | |
Denys Vlasenko | 15943c886d6 | less: disable "suppress empty wraparound" optimization
It is buggy wrt another use case...
Signed-off-by: Denys Vla... | | |
Ari Sundholm | fbdc167f271 | df: fix -T option when ENABLE_FEATURE_HUMAN_READABLE=0
Signed-off-by: Ari Sundholm <ari@tuxera.com>
Signed-off-by: D... | | |
Denys Vlasenko | cd7a38a87d5 | false: make "false --help" exit with 1
function old new delta
run_... | | |
Ari Sundholm | d0cdacafa98 | df: implement -T option
function old new delta
df_main ... | | |
Denys Vlasenko | 9caea2448e1 | sed: fix a buglet in s///NUM handling
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 7666fa1d02b | ftpd: make LIST command show dotfiles too
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 05399fc53dc | vi: fix incorrect memory access on brace matching. Closes 7256
While at it, fix brace matching to actually show the ... | | |
Denys Vlasenko | 26a8b9f1967 | mdev: treat zero-length /dev/mdev.seq the same as "\n" one. Closes 7334
Signed-off-by: Denys Vlasenko <vda.linux@goo... | | |
Denys Vlasenko | 07f7ea70edd | ash: fix off-by-one in "jobs %4" handling. closes 7310
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 2ec34969e73 | ash: factor out ASH_HELP config option
It used to be aliased to !FEATURE_SH_EXTRA_QUIET for ash,
while hush had it s... | | |
Denys Vlasenko | 3e9b13e4c57 | find: support -perm /BITS. Closes 7340
function old new delta
pars... | | |
Denys Vlasenko | 4eb1e425fec | tftpd: tweak HP PA-RISC firmware bug compatibility
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 67e01fecce5 | tftpd: support full 512-byte requests
Some HP PA-RISC firmware always sends fixed 512-byte requests,
with trailing g... | | |
Denys Vlasenko | f02c52bcdec | taskset: fix logic error in "if it doesn't start with 0x..."
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 34cc6c91a28 | grep: fix "grep -r PATTRN SYMLINK_TO_DIR"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Florian Fainelli | 6ff05511579 | ping: add -p to specify data pattern
function old new delta
common... | | |
Denys Vlasenko | 962c4e82201 | taskset: support CPU masks for more than 64 CPUs
function old new ... | | |
Denys Vlasenko | fb8d1ef2d00 | addgroup: mention -S in the help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | e9ab07c211b | ash: make ${#var} unicode-aware
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 841f8331d79 | ash,hush: run reinit_unicode() only if makes sense
With static Unicode support, no need to check $LANG et al.
Signe... | | |
Denys Vlasenko | c538d5bcc30 | hush: make ${#var} unicode-aware
This mimics bash
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 45b4ecc8689 | init: if libc-based Unicode support is on, run setlocale(LC_ALL, "") at startup
It is not clear why we were excludin... | | |
Morten Kvistgaard | feac9b607dc | ftpd: add optional support for authentication
function old new del... | | |
Denys Vlasenko | 09a0e2223f6 | sha3: tweak comments and indentation
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 4ff933c0e78 | sha3: code shrink (and speedup for SHA3_SMALL=0)
function old new ... | | |
Denys Vlasenko | 6c6d37ee452 | top: fix memset length (sizeof(ptr) vs sizeof(array) problem)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Timo Teräs | 7df1f1dda1f | top: fix and merge code to parse /proc/meminfo
display_header() code to parse meminfo as is was buggy:
- uninitializ... | | |
Denys Vlasenko | 2a563ea49a1 | sha3: add 32-bit optimized bit-sliced implementation
It is an interesting trick, but so far I only managed to make i... | | |
Ken Sharp | a4d564ad7c2 | zcip: fix link-local IP conflict detection
During link-local IP resolution, if a regular ARP request is received
dur... | | |
Jeremy Kerr | b8ffd11e657 | udhcp: add PXELINUX path prefix option (code 210) definition
Like d3092c99, this change adds support for the DHCP "p... | | |
Denys Vlasenko | 278842dd72b | ntpd: add support for -I IFACE
function old new delta
packed_usage... | | |
David Marchand | 7d16964c3eb | modinfo: fix module parsing with kernel >= 2.6.37
display() function returns the length of the value we are displayi... | | |
Denys Vlasenko | 03e17bfa8d7 | fatattr: use the standard type for 32-bit int
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 6e17766c337 | setlogcons: fix help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Joshua Judson Rosen | ae57fcad5d3 | syslogd: make "reopen log file every second" logic work for multiple logs
Move last_log_time from a single global to... | | |
Joshua Judson Rosen | e46047aa87c | syslogd: syslogd: don't *decrement* log_file->size on write failures
Even if we fail to write to a log-file, and it'... | | |
Next → |