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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-06-27
vi: stored search pattern applies to ':s'
Ron Yorston
1
-0
/
+12
2021-06-25
ls: revert last change (short name must be allocated)
Denys Vlasenko
1
-1
/
+1
2021-06-25
awk: move locals deeper into scopes where they are used, no logic changes
Denys Vlasenko
1
-30
/
+32
2021-06-25
awk: more efficient -f FILE, document what "some trick in next_token" is
Denys Vlasenko
1
-9
/
+24
2021-06-25
ash: parser: Fix VSLENGTH parsing with trailing garbage
Denys Vlasenko
1
-6
/
+3
2021-06-25
ash: revert accidental change (should have been separate)
Denys Vlasenko
1
-3
/
+6
2021-06-25
fdisk: commonalize strings
Denys Vlasenko
1
-2
/
+2
2021-06-25
cp,mv: fix -t DIR option
Ron Yorston
3
-4
/
+20
2021-06-25
xxd: compat tweak for -i
Denys Vlasenko
1
-6
/
+9
2021-06-24
uniq: really support -z
Ron Yorston
1
-1
/
+1
2021-06-24
switch_root: code shrink - use iterate_on_dir()
Denys Vlasenko
1
-21
/
+14
2021-06-24
libbb: do not check closedir() in remove_file()
Denys Vlasenko
1
-5
/
+1
2021-06-24
nproc: code shrink
Denys Vlasenko
1
-1
/
+1
2021-06-24
ls: code shrink
Denys Vlasenko
1
-1
/
+1
2021-06-24
taskset: use iterate_on_dir()
Denys Vlasenko
1
-18
/
+17
2021-06-24
move iterate_on_dir() from e2fsprogs to libbb
Denys Vlasenko
4
-32
/
+33
2021-06-24
e2fsprogs: code shrink
Denys Vlasenko
3
-32
/
+36
2021-06-24
lsattr,chattr: do not open e.g. device files unless asked directly; do not fo...
Denys Vlasenko
2
-6
/
+18
2021-06-23
chattr: if IOC_FSGETXATTR fails, do not try IOC_FSSETXATTR
Denys Vlasenko
1
-5
/
+9
2021-06-23
vi: fix read outside of text buffer during insert
S Harris
1
-1
/
+1
2021-06-23
cpio: fix sscanf on unterminated buffer
S Harris
1
-1
/
+2
2021-06-23
chattr: fix "chattr =ae -R FILE"
Denys Vlasenko
1
-4
/
+7
2021-06-23
chattr,lsattr: share stat error message
Denys Vlasenko
2
-3
/
+5
2021-06-23
e2fsprogs/*: remove ioctl calling obfuscation
Denys Vlasenko
5
-175
/
+69
2021-06-23
chattr: update list of attributes in --help
Denys Vlasenko
1
-1
/
+10
2021-06-22
cp: implement -n
Denys Vlasenko
3
-22
/
+28
2021-06-22
crc32: code shrink for !CKSUM config
Denys Vlasenko
1
-11
/
+17
2021-06-22
cksum: fix handling of read errors
Denys Vlasenko
1
-3
/
+7
2021-06-22
crc32: new applet
Denys Vlasenko
1
-15
/
+27
2021-06-21
cp: implement -t DIR
Denys Vlasenko
2
-65
/
+82
2021-06-21
cp: preparatory indenting of code block, no code changes
Denys Vlasenko
1
-31
/
+31