Denys Vlasenko | 9b80b903c7f | build system: stop .eh_frame generation
From Rich Felker:
By default, modern GCC generates DWARF2 debug/unwind tabl... | | |
Denys Vlasenko | b7812ce0f7e | wget: reorder fread and poll: poll only if fread returns EAGAIN. Closes 5426
function ... | | |
Denys Vlasenko | 168f87c531d | httpd_indexcgi.c: fix compile failure
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 5f10fdf1dd4 | Fix compile failure in ll_proto.c
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Sven-Göran Bergh | c5a9fa2d2ac | blkid: add support for nilfs2
function old new delta
volume_id_pro... | | |
Denys Vlasenko | 8019b3a7aea | volume_id: code shrink
function old new delta
volume_id_set_unicod... | | |
Sven-Göran Bergh | 11f2c0d4f87 | blkid: add type display for btrfs
Signed-off-by: Sven-Göran Bergh <svengbergh-busybox@yahoo.com>
Signed-off-by: Deny... | | |
Denys Vlasenko | 405dafffbbb | ll_proto.c: code shrink
text data bss dec hex filename
762 0 0 762 2fa ll_... | | |
Denys Vlasenko | a0fd4a789c4 | style fixes, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 41f7885f066 | getty: tweak style, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 9c55143bbf4 | wget: try reading after poll timeout - stdio may have buffered data. Closes 5426
function ... | | |
Denys Vlasenko | 45c35e9de01 | getty: add commented-out extended error diagnostic
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | dba7094d62d | login: increase login name size limit from 32 to 64
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 83785f0ebca | Apply post-1.20.1 patches, bump version to 1.20.2
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 6567edd10b0 | udhcp[cd]: fix binding to network aliases. Closes 5432, 5438
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Cliff Frey | 4919565c152 | lineedit: fix Alt-D when cursor==0
Signed-off-by: Cliff Frey <cliff@meraki.com>
Signed-off-by: Denys Vlasenko <vda.l... | | |
Denys Vlasenko | 2ffd710656d | platform.h: disable ALIGNn macros for s390[x]
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Mike Frysinger | ca81a937225 | disable format security warnings
We pass strings to printf directly a lot. Some distros enable some flags
in their ... | | |
Denys Vlasenko | 293c94564cc | udhcpc: make -O <numeric_opt> work. Closes 5402
function old new d... | | |
Bradley M. Kuhn | 0e941d54273 | Simplify copyright/license notice that appears in the binary.
Existing copyright notice for binary would need to be ... | | |
Denys Vlasenko | 5cfb8181816 | Add yet another missing ALIGN2 on a global declaration.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 71045cc819c | dhcpd: write lease file on exit
function old new delta
udhcpd_main... | | |
Aurelien Jarno | d3a42391b12 | *: declare strings with ALIGN1, as appropriate
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: D... | | |
Michael Tokarev | 32f774cd344 | *: declare strings with ALIGN1, as appropriate
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Denys ... | | |
Yao Zhao | e565383fd53 | testsuite: make mkfs.minix test not fail spuriously on big endian
Signed-off-by: Yao Zhao <yao.zhao@windriver.com>
S... | | |
Mimi Li | 37a79c092ed | sed: allow 'w' cmd to use two address form
function old new delta
... | | |
Denys Vlasenko | dbed6c4b46f | tftpd: fix -u USER to work with chroot. Closes 5348
function old new... | | |
Denys Vlasenko | df8066a78cc | awk: fix FS assignment behavior. Closes 5108
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | e1db338a518 | ftpd: free allocated string on error path
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 3bb858765e0 | ftpd: fix MDTM's month value. Closes 5336
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 566a313a7f5 | ash: add a comment about VEXPORT
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Linus Walleij | b5c7220e7b2 | fbset: respect rgba configuration lines in fb.modes
The fbset utility would not respect "rgba" config entries in
the... | | |
Eric Martin | 5345b8db8b3 | acpid: add missing lid switch definition
This patch adds a missing LID0 switch definition.
Without it, closing the n... | | |
Mike Frysinger | c5fe9f7b723 | include sys/resource.h where needed
We use functions from sys/resource.h in misc applets, but don't include
the head... | | |
Denys Vlasenko | 9ad8979ff15 | mount: support strictatime option. Closes 5240
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | ea664dde87d | awk: make -F STR interpret escape sequences. Closes 5126
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 440a5098493 | dpkg: fix creation of .list files (were empty since b768aeb). Closes 5324
While at it, fix filename order and free t... | | |
Denys Vlasenko | d52c9510fd3 | trivial small speed optimization
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 6ebb2b6b242 | mount: do not pass "comment=ANYTHING" option to kernel. Closes 5240
Signed-off-by: Denys Vlasenko <vda.linux@googlem... | | |
Denys Vlasenko | a396ade9f83 | mount: undo recent breakage when mount flags were made unsigned
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.... | | |
Denys Vlasenko | c9a13116a44 | mount: fix the wrongly stored fs creation time
This bug made our ext2 images non-mountable by ext4 driver.
Signed-o... | | |
Denys Vlasenko | 9ee42664900 | mount: set up RO loop device if mount -o ro. Closes 4784
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 1d7ad7a022b | tweak help texts
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 2bc495e4c40 | adduser: install to /usr, not /, like all other similar tools
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | dac8e79a190 | Move several applets to different install dir:
Moved to [/usr]/sbin:
addgroup, adduser, delgroup, deluser,
arping, c... | | |
Denys Vlasenko | e3e0d2b8128 | tweak help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Bernhard Walle | 9b78e14dfb8 | build system: fix build of kconfig on Darwin
Of course busybox cannot be used on Darwin (Mac OS X), but it can be
cr... | | |
Denys Vlasenko | aacd4486012 | wget: fix wget-supports--P testsuite failure. Closes 4940
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Pierre Carrier | e0a6004ce83 | config: do not refer to HTTPS for wget
Signed-off-by: Pierre Carrier <pierre@spotify.com>
Signed-off-by: Denys Vlase... | | |
Denys Vlasenko | 6144124aac1 | wget: make -c _not_ truncate the file
function old new delta
retri... | | |
Denys Vlasenko | c5b01016e62 | unzip: make options parsing more robust on getopt w/o gnu extensions
Also, code shrank:
function ... | | |
Denys Vlasenko | 604499e5a93 | Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busybox | | |
Denys Vlasenko | bf146b86108 | wget: correctly handle failure to -c (continue)
function old new d... | | |
Vladimir Dronnikov | f5abc78579d | wget: add dummy --no-cache
function old new delta
static.wget_long... | | |
Michael Tokarev | ac42e3de90e | ps: use separate get_uptime() and make it work on non-linux too
Create get_uptime() function in procps/ps.c, and use... | | |
Matt Reimer | 6979325592d | nanddump: make dumping read-only partitions work
Make dumping read-only partitions work by opening the device
O_RDON... | | |
Tanguy Pruvot | 772f17a8433 | modinfo: match more standard module fields and fix version field
Previously, -F version could match the srcversion= ... | | |
Denys Vlasenko | ac164dd2a7b | volume_id/ext: use common bb_e2fs_defs.h for ext2/3/4 constants and structs
Signed-off-by: Denys Vlasenko <vda.linux... | | |
Pascal Bellard | 70fc8c17e2d | su: do not change to home dir unless -l
Signed-off-by: Pascal Bellard <pascal.bellard@ads-lu.com>
Signed-off-by: Den... | | |
Denys Vlasenko | 588e284f53d | remove FEATURE_VI_OPTIMIZE_CURSOR from example config
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 39f82d43096 | rdate: code shrink
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 0ccae4d8b37 | Add comments in keyboard escape sequences table
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | d3dff879f06 | vi: save/restore screen upon invocation
function old new delta
vi_... | | |
Denys Vlasenko | 04b52892ed5 | vi: nuke FEATURE_VI_OPTIMIZE_CURSOR
It is not Unicode safe, it is not saving much of I/O, and it's large:
function ... | | |
Denys Vlasenko | 4125a6b6306 | ntpd: on time step, kill all outstanding replies from other peers
Signed-off-by: Denys Vlasenko <vda.linux@googlemai... | | |
Tanguy Pruvot | 0a393cf7da9 | testsuite: some more awk tests related to conditions
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
Signed-o... | | |
Denys Vlasenko | 93c32f2dd2b | rdate: code shrink
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 605f2641d83 | vi: do not set autoindent by default
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Tias Guns | c9677ed83c9 | libbb: add missing_syscalls.c: for now, only Android syscalls
Signed-off-by: Tias Guns <tias@ulyssis.org>
Signed-off... | | |
Tias Guns | bd01f22986c | android: some sensible defconfig changes
- no /usr
- no skip rootfs
- use /system/lib/modules
And for niceties:
- s... | | |
Tias Guns | 3645195377b | platform.h: Android tweaks: ioprio defines, BB_ADDITIONAL_PATH
Signed-off-by: Tias Guns <tias@ulyssis.org>
Signed-of... | | |
Tias Guns | a1ec8419139 | android: fix 'stat', ifdef S_TYPEIS* in coreutiles/stat.c
patch modified from 'BusyBox Patch V1.0 (Vitaly Greck)'
ht... | | |
Tias Guns | 64f763b42a4 | inetd: fix build failure in Android
Signed-off-by: Tias Guns <tias@ulyssis.org>
Signed-off-by: Denys Vlasenko <vda.l... | | |
Denys Vlasenko | 49b8e72012f | brctl: fix build failure by s/strtotimeval/bb_strtotimeval/ (android has strtotimeval)
Signed-off-by: Tias Guns <tia... | | |
Denys Vlasenko | 52de9c7141f | lpr: don't send 0-byte print jobs (compat)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Etienne Le Sueur | cfc212cdfff | tar: fix 256-bit encoded number decoding
Signed-off-by: Etienne Le Sueur <elesueur@vmware.com>
Signed-off-by: Denys ... | | |
Denys Vlasenko | f451b2cfe04 | ash: fix a bug in >${varexp} handling. Closes 5282
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 37ca36a7111 | sed: yet another fix on top of zero length match code
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | ba1d561d767 | man: fix handling of gzipped manpages
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 84406e459be | sed: fix breakage added by zero length match code
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | c35545a100c | sed: code shrink
function old new delta
process_files ... | | |
Denys Vlasenko | 21f6fbf545e | sed: fix zero chars match/replace
function old new delta
process_f... | | |
Denys Vlasenko | 21f620f6e5f | ifplugd: tweak help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 085b2933384 | udhcpc[6]: show select timeout in log
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | aa4e5092f58 | Apply post-1.20.0 patches, bump version to 1.20.1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Natanael Copa | 02112d8ae3d | unzip: ignore chmod errors
This makes unzip to FAT filesystems not exit with error.
This is similar to how the "norm... | | |
Boris Reisig | dfc2473b9ed | tar: support -J, --xz explicit compression option
function old new ... | | |
Anthony G. Basile | 6e9284db78d | build system: fix build failure when only gunzip is selected
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
... | | |
Christoph Lohmann | 25cb5aae2b7 | mdev: tell kernel that we didn't find the firmware
function old new ... | | |
Denys Vlasenko | aaf827203d3 | Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox | | |
Natanael Copa | 04461041376 | tar: implement --no-recursion
function old new delta
tar_longopts ... | | |
Denys Vlasenko | b6beada5a14 | mdev: remove undocumented subsystem/devname matching hack
It was colliding with matching of devnames with slashes.
W... | | |
Denys Vlasenko | ea57f51819a | mdev: when found, print major,minor into mdev.log
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 8d118546785 | tweak help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 516530c932b | mdev: add support for $DEVNAME and /dev/mdev.log debug aid
function old ... | | |
Denys Vlasenko | 7c8aa2b47cf | typo fix in comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 01339217261 | volume_id/ext: detect ext4 too
function old new delta
volume_id_pr... | | |
Denys Vlasenko | be1cfeea2eb | find: if DESKTOP=y, support -wholename (synonym for -path)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 4a6a56c7787 | examples/mdev_fat.conf: small addition
I needed this to make Android's adb see my phone
Signed-off-by: Denys Vlasen... | | |
Denys Vlasenko | 02b8b9b0144 | busybox: tweak help text and copyright year
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | a5ee090e865 | fix for spurious testsuite failure
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Simon B | f1f8fcaad55 | mv: accept but ignore -v
function old new delta
mv_longopts ... | | |
Simon B | 3698ed1ca1a | mkdir,rmdir: accept and ignore -v, --verbose
function old new delt... | | |
Simon B | 8c3439554aa | sed: support long opts and -iSFX
function old new delta
static.sed... | | |
Simon B | 44642d1ec15 | ln: support -T and -v
function old new delta
ln_main ... | | |
Andreas Oberritter | 556ac3633ce | get_linux_version_code: don't fail on Linux version strints like "3.0-foo"
Signed-off-by: Andreas Oberritter <obi@op... | | |
Mike Frysinger | 3da46c8163e | udhcpc6: depend on ipv6
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | | |
Denys Vlasenko | d133144d41c | fix build failure when compressed help is selected, but bz2 compression is not
Signed-off-by: Denys Vlasenko <vda.li... | | |
Ron Yorston | 576b1d3c417 | sendmail: use host rather than NIS domain name for HELO
According to RFC 5321 the argument to HELO "contains the ful... | | |
Denys Vlasenko | 0c62f20454b | lpr: small code shrink
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Dennis Groenen | deee356a629 | lineedit: histfile can get emptied when CONFIG_FEATURE_EDITING_SAVE_ON_EXIT=y
When CONFIG_FEATURE_EDITING_SAVE_ON_EX... | | |
Denys Vlasenko | 9d753702383 | hush: remove sighandler_t definition hack, platform.h has it too
Signed-off-by: Denys Vlasenko <vda.linux@googlemail... | | |
Denys Vlasenko | eced0c78a54 | getty: fix for NOCTTY killing us with SIGHUP
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | b84dafb5e57 | sed: slightly better fix for prev commit's problem
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | e39afe1fbd6 | sed: fix handling of s/// which has empty matches
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Andreas Oberritter | 3a9365e2732 | ifupdown: improve compatibility with Debian
Set environment variable 'PHASE'.
Treat post-up and pre-down as aliases ... | | |
Denys Vlasenko | b9d494453d6 | Start 1.21.0 development cycle
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | f5234398ef3 | Bump version to 1.20.0
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | d2266d43bfe | udhcpc: fix improper size calculation for OPTION_STRING_HOST
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | c9665631d37 | mdev: fix mode of creatred node if config file support is not configured
Signed-off-by: Denys Vlasenko <vda.linux@go... | | |
Denys Vlasenko | df9196d824e | Fix another build failure found with randconfig
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 6dca1726106 | fix build breakage with gcc 4.2.1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 56443cdbdd2 | whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 8cab66730aa | fix build breakage found by randconfig
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | b110e1fecb4 | who: fix typo in help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | d778e6c6f81 | hwclock: fix wrong comparison of time value (when it will overlow int)
Signed-off-by: Denys Vlasenko <vda.linux@goog... | | |
Denys Vlasenko | 6500d123d01 | udhcp: make arpping code resistant to time jumps
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 53772869bc4 | who,less: tweaked help text
function old new delta
packed_usage ... | | |
Denys Vlasenko | 75e1e7b3d53 | mktemp: add support for -u
zlib-1.2.6 Makefile uses "mktemp -u".
function ... | | |
Denys Vlasenko | 176bc344751 | Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.h
Signed-off-by: Denys Vlasenko <vda.linux@googlem... | | |
Denys Vlasenko | 86a03bee1d3 | umount: make -d always active, add -D to suppress it
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | ee0d4cd8cb6 | Tweak INSTALL text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 0b2b0f31a38 | Create and use our own copy of linux/ext2_fs.h
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | caf57681543 | work around linux/ext2_fs.h breakage
See https://bugzilla.kernel.org/show_bug.cgi?id=42986
Signed-off-by: Denys Vla... | | |
Denys Vlasenko | 14850308e90 | killall5: don't do STOP/CONT dance if the signal we send is SIGSTOP or SIGCONT
function ... | | |
Rob Walker | 7a4269329fa | httpd: emit correct content length on range requests past the end. Closes 4952
Signed-off-by: Rob Walker <rwalker@co... | | |
Denys Vlasenko | 1d9e99b399e | hostname: make -i not emit extra trailing space
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 3e3a8d50b3d | ntpd: fix build failure if !NTPD_SERVER. Closes 4994
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Sven Oliver Moll | 1c12b67705a | lsof: new applet
text data bss dec hex filename
221 0 0 221 dd lsof.o
Si... | | |
Bernhard Reutner-Fischer | 25dbb0743e5 | bloat-o-meter: Remove unused code
The regex matching is way slower, so remove it since it was disabled
anyway.
Sign... | | |
Bernhard Reutner-Fischer | b1b70969e06 | bloat-o-meter: handle huge (hex) sizes.
dynamic symbols with size >99999 are printed in hex.
see print_vma(psym->st_... | | |
Denys Vlasenko | 0d6bbb04970 | hush: remove unused member struct command::is_stopped
function old n... | | |
Denys Vlasenko | ba88826c664 | busybox: tweak help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | cc1bb603e82 | ftp{get,put}: tweak help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 78a3b6739c0 | Fix one-applet build for tcpsvd
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 5e896481eb2 | nc: support "-<other_opts>e PROG" form of -e option
function old new... | | |
Denys Vlasenko | 7fe1e3f1612 | ubi_tools: add workaround for bad kernel headers. Closes 4838
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 65457625a7a | build system: remove bogus $(1) in last commit
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | c5289171954 | build system: detect missing crypt and drop it from linking
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 79bec06168a | ntpd: make "reply from IP" messages more uniform
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 07fcaab595e | test: "test !" was accessing argv past NULL - fix it. Closes 4832
Signed-off-by: Denys Vlasenko <vda.linux@googlemai... | | |
Denys Vlasenko | d98dc92d6a8 | ntpd: drop offset averaging code
function old new delta
filter_dat... | | |
Denys Vlasenko | 4e3beb2e1db | tftpd: chroot to DIR, not merely chdir. Closes 4874
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 0687a5b496a | libbb: make xchroot do a chdir("/") after chroot
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 39c2cb2e93e | build system: fix broken CONFIG_SYSROOT handling
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Rob Walker | bf6343796e8 | Add SYSROOT, EXTRA_{LDFLAGS,LDLIBS} config opts; sample Android NDK config
Signed-off-by: Rob Walker <rwalker@rwalke... | | |
Denys Vlasenko | 69d81a1c1b2 | printf: fix this case: printf "%b" '\0057usr\0057bin\n'
It was not accepting \0NNN. Standard printf tool does.
func... | | |
Denys Vlasenko | d4acaf70c58 | printf: trim help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 8be49c3a800 | ntpd: tweak log messages format
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | bb8d7db597e | testsuite: add a test that tar detects XZ-compressed data
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | d29c946f931 | fix trivial bug in unpack_gz_stream (wrong fd used in read)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | b5d6ae9a336 | Don't compile get_header_tar_FOO function if they are not needed
Now get_header_tar_gz, get_header_tar_bz2, get_head... | | |
Denys Vlasenko | faac1d3e6e8 | tar,rpm2cpio: check that child decompressor did not error out
function o... | | |
Denys Vlasenko | 02c3c384200 | Move seamless .Z support into unpack_gz_stream
unpack_gz_stream 566 643 ... | | |
Denys Vlasenko | 8a6a2f9c9c2 | update seamless uncompression code
This change makes "tar tf hello_world.txz" work without
adding special-casing for... | | |
Denys Vlasenko | 774bce8e8ba | archival/libarchive/decompress_unzip.c -> decompress_gunzip.c. no code changes
Signed-off-by: Denys Vlasenko <vda.li... | | |
Denys Vlasenko | 59655077c5b | preparatory cleanups for seamless uncompression improvements
unpack_gz_stream_with_info: fix buggy error check
man: ... | | |
Denys Vlasenko | 17eedcad940 | ssd: compat: match -x EXECUTABLE by /proc/pid/exe too
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 11e61d5c711 | uudecode: tweak help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | fa737cebe7f | uuencode: tweak help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 547ee7926e4 | ntpd: fix a case when discipline_jitter = 0 if we step
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | b3439d4727b | cp: trim help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | bb9254a3b2b | du: trim help text a bit more
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 81b6bf18521 | du: remove stray whitespace in help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 132b044f4b0 | ntpd: experimental code to correct frequency a bit more aggressively
function ... | | |
Denys Vlasenko | e8cfc3f693e | blkid: if parameters are given, do not scan /dev
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 97e52816418 | ntpd: fix the "are we a server" check in previous commit
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | e8ce285395d | ntpd: avoid printing messages between send and recv. good for fast networks
function ... | | |
Denys Vlasenko | b124c3491b8 | ntpd: log clock drift with three digits after decimal point
+15 bytes.
Signed-off-by: Denys Vlasenko <vda.linux@goo... | | |
Denys Vlasenko | 74584b86656 | ntpd: log jitter on update too; increase assumed clock precision x2 - to 2ms
Signed-off-by: Denys Vlasenko <vda.linu... | | |
Denys Vlasenko | 03a99e3d5c6 | date: extend help text to explain compat date format. Closes 4820
Signed-off-by: Denys Vlasenko <vda.linux@googlemai... | | |
Yin Kangkai | 3ac066c2567 | fbsplash: use line_length instead of xres * bytes_per_pixel
In some system (e.g. my "strange" device), line_length i... | | |
Denys Vlasenko | 62c006d5085 | libbb/procps.c: make fast_strtoul_10() stop on '\n' too
This time for real :)
Signed-off-by: Denys Vlasenko <vda.li... | | |
Natanael Copa | cd09e81520b | grep: support for -x, match whole line
Specified in POSIX.
http://pubs.opengroup.org/onlinepubs/009604499/utilities/... | | |
Denys Vlasenko | 0b170e6a096 | libbb/procps.c: make fast_strtoul_10() stop on '\n' too
This is needed for parsing /proc data on linux 2.4
Signed-o... | | |
Ian Wienand | 694738f4eb2 | du: use long long for size field
du has issues with files reporting large block counts on
32-bit systems with 4 byte... | | |
Denys Vlasenko | fc4ebd0d0b1 | ntpd: fix offset adjustment after step; better step printing
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 16c52a5d7bf | ntpd: increase OPT_qq constant to not collide with -L
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Next → |