index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
beep: disallow FEATURE_BEEP_FREQ = 0 in configuration
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
time: inplement -f FMT
Denys Vlasenko
2017-04-28
1
-2
/
+5
*
time: implement -a, -o FILE
Tommi Rantala
2017-04-28
1
-10
/
+31
*
time: document -p in usage
Tommi Rantala
2017-04-28
1
-1
/
+2
*
lsscsi: new applet
Markus Gothe
2017-04-18
1
-0
/
+123
*
Spelling fixes in comments, documentation, tests and examples
Denys Vlasenko
2017-04-17
3
-3
/
+3
*
Sort some miscutils/ applets into coreutils or util-linux
Denys Vlasenko
2017-04-12
10
-1480
/
+0
*
partprobe: new applet
Denys Vlasenko
2017-04-11
1
-0
/
+56
*
Replace int -> uint to avoid signed integer overflow
Rostislav Skudnov
2017-02-04
1
-1
/
+1
*
taskset: simplify code a bit; tweak --help
Denys Vlasenko
2017-01-30
1
-11
/
+9
*
taskset: separate "current" and "new" strings
Denys Vlasenko
2017-01-29
1
-2
/
+2
*
taskset: rewrite to be task size-agnostic
Denys Vlasenko
2017-01-29
1
-102
/
+103
*
*: add comment about APPLET_ODDNAME format
Denys Vlasenko
2017-01-29
2
-6
/
+8
*
make --help texts smaller
Denys Vlasenko
2017-01-21
1
-1
/
+1
*
make --help texts more uniform
Denys Vlasenko
2017-01-21
1
-2
/
+2
*
libbb: consolidate the code to set termios unbuffered mode
Denys Vlasenko
2017-01-11
4
-10
/
+10
*
Big cleanup in config help and description
Denys Vlasenko
2017-01-10
4
-12
/
+9
*
Code style fixes, no code changes
Denys Vlasenko
2016-11-28
2
-2
/
+2
*
makedevs: make special node creation idempotent
Denys Vlasenko
2016-11-27
1
-2
/
+7
*
Remove trailing empty lines
Denys Vlasenko
2016-11-23
1
-2
/
+0
*
Convert all miscutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-22
36
-40
/
+147
*
Split miscutils/Config.src items into miscutils/*.c files
Denys Vlasenko
2016-11-22
36
-533
/
+498
*
man: remove -Tascii from nroff invocation
Denys Vlasenko
2016-10-31
1
-2
/
+4
*
man: make width selection more thorough; explain how to override it
Denys Vlasenko
2016-10-31
1
-7
/
+6
*
man: allow nroff and tbl commands be overridden; unmangle writing to files
Denys Vlasenko
2016-10-30
1
-25
/
+79
*
strings: implement -t radix
Tito Ragusa
2016-10-24
1
-9
/
+23
*
less: switch off nonblock on kbd_fd before exit
Denys Vlasenko
2016-09-13
1
-7
/
+5
*
less: fall back to using fd #1 for keyboard reading. Closes 9231
Denys Vlasenko
2016-09-13
1
-4
/
+12
*
man: fix parsing of "DEFINE pager xyz". Closes 8976
Denys Vlasenko
2016-08-22
1
-2
/
+2
*
less: fix bracket search to match behavior of less 481
Denys Vlasenko
2016-08-16
1
-9
/
+18
*
less: fix SEGV
Denys Vlasenko
2016-08-16
1
-2
/
+6
*
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-06
5
-12
/
+9
*
i2cdump: don't use common_bufsiz1
Bartosz Golaszewski
2016-06-24
1
-1
/
+1
*
setsid: fix broken -c
Denys Vlasenko
2016-06-20
1
-1
/
+1
*
randomconfig fixes
Denys Vlasenko
2016-06-19
1
-2
/
+7
*
*: slap on a few ALIGN1/2s where appropriate
Denys Vlasenko
2016-04-22
4
-9
/
+9
*
*: hopefully all setup_common_bufsiz() are in place
Denys Vlasenko
2016-04-21
6
-16
/
+20
*
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
3
-0
/
+3
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
10
-13
/
+28
*
whitespace and namespace cleanups
Denys Vlasenko
2016-04-03
2
-3
/
+3
*
ubirmvol: Implement -N switch for ubirmvol
Sven Eisenberg
2016-04-03
2
-31
/
+23
*
ubirename: new applet
Sven Eisenberg
2016-04-03
1
-0
/
+111
*
Replace a few more bb_info_msg's by bb_error_msg or printf
Denys Vlasenko
2016-03-30
2
-2
/
+2
*
Use bb_error_msg instead of bb_info_msg in all commented-out debug printouts
Denys Vlasenko
2016-03-30
1
-1
/
+1
*
more bionic fixes
Denys Vlasenko
2016-03-14
1
-1
/
+1
*
fixes for problems found by bionic build
Denys Vlasenko
2016-03-14
1
-10
/
+16
*
inotifyd: swap meaning of 'y' and 'm' events in help text. Closes 8726
Denys Vlasenko
2016-03-06
1
-2
/
+2
*
taskset: fix non-fancy cpuset printing on big-endian
Arnout Vandecappelle (Essensium/Mind)
2016-02-26
1
-19
/
+18
*
setsid: implement -c
Denys Vlasenko
2016-01-17
1
-6
/
+13
*
nandwrite: implement -n (read/write without ecc)
Aaro Koskinen
2016-01-02
1
-8
/
+14
[next]