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
/
include
/
usage.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ionice: new applet, adapted from Linux kernel' example by Walter Harms
Denis Vlasenko
2009-01-31
1
-1
/
+9
*
tunctl: new applet by Vladimir
Denis Vlasenko
2009-01-23
1
-0
/
+17
*
s/an user/a user/
Denis Vlasenko
2008-12-25
1
-2
/
+2
*
Fold mkpasswd applet into cryptpw.
Denis Vlasenko
2008-12-04
1
-23
/
+36
*
- remove superfluous comment from previous commit
Bernhard Reutner-Fischer
2008-12-03
1
-2
/
+1
*
- add new applet mkpasswd(1)
Bernhard Reutner-Fischer
2008-12-03
1
-0
/
+15
*
mountpoint: add -n option (by Vladimir)
Denis Vlasenko
2008-11-29
1
-2
/
+3
*
acpid: new applet by Vladimir. +737 bytes
Denis Vlasenko
2008-11-29
1
-0
/
+17
*
trim help text a bit
Denis Vlasenko
2008-11-24
1
-1
/
+1
*
timeout: new applet. 370 bytes. by Roberto Foglietta.
Denis Vlasenko
2008-11-24
1
-0
/
+6
*
insmod: clarify module_name / file_name distinction
Denis Vlasenko
2008-11-22
1
-1
/
+5
*
inotifyd: exit if x event happened for all files
Denis Vlasenko
2008-11-20
1
-9
/
+7
*
inotify: add x, o, and u events
Denis Vlasenko
2008-11-17
1
-5
/
+9
*
inotifyd: fix "inotifyd with no params" case
Denis Vlasenko
2008-11-14
1
-1
/
+1
*
inotify: document waiting behavior
Denis Vlasenko
2008-11-14
1
-4
/
+5
*
arp: stop using globals
Denis Vlasenko
2008-11-13
1
-6
/
+5
*
correct help texts
Denis Vlasenko
2008-11-12
1
-10
/
+7
*
- add support for seq -s <separator>
Bernhard Reutner-Fischer
2008-11-12
1
-2
/
+3
*
- add seq -w support (Natanael Copa)
Bernhard Reutner-Fischer
2008-11-12
1
-1
/
+2
*
libbb: add optionl support for SHA256/512 encrypted passwords
Denis Vlasenko
2008-11-10
1
-0
/
+5
*
sha256,sha512: new applets. +4.9kb
Denis Vlasenko
2008-11-10
1
-14
/
+39
*
Typo fixes
Denis Vlasenko
2008-11-10
1
-1
/
+1
*
kbd_mode: support -C TTY option
Denis Vlasenko
2008-11-08
1
-6
/
+12
*
total overhaul of mail applets. again. Vladimir as usual.
Denis Vlasenko
2008-11-06
1
-18
/
+56
*
build system: tidying up CONFIG_xxx names (suggested by Rob)
Denis Vlasenko
2008-11-06
1
-4
/
+4
*
kill[all[5]]: accept -s SIG too. kill_main: +29 bytes
Denis Vlasenko
2008-10-31
1
-5
/
+8
*
tftpd: be less cryptic in help text
Denis Vlasenko
2008-10-30
1
-0
/
+6
*
ls: trim help text
Denis Vlasenko
2008-10-27
1
-21
/
+21
*
devmem: new applet
Denis Vlasenko
2008-10-26
1
-0
/
+9
*
blkid: new applet. We almost had everything needed for it already
Denis Vlasenko
2008-10-12
1
-0
/
+5
*
zcip: code size optimizations, improved help text and comments
Denis Vlasenko
2008-10-10
1
-1
/
+4
*
- route metric support (Natanael Copa)
Bernhard Reutner-Fischer
2008-10-07
1
-1
/
+2
*
sendmail: update by Vladimir
Denis Vlasenko
2008-09-28
1
-3
/
+5
*
sendmail: compat update by Vladimir
Denis Vlasenko
2008-09-27
1
-4
/
+9
*
Markus Heidelberg writes:
Bernhard Reutner-Fischer
2008-09-26
1
-4
/
+4
*
- add less -I to be able to search case-insensitively
Bernhard Reutner-Fischer
2008-09-26
1
-1
/
+2
*
fix usage text - s/USE_GETOPT_LONG/USE_FEATURE_xxxLONG_OPTIONS/
Denis Vlasenko
2008-09-25
1
-12
/
+12
*
top: don't lie in help screen about "-d 1" being valid
Denis Vlasenko
2008-09-25
1
-1
/
+1
*
setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir)
Denis Vlasenko
2008-09-16
1
-2
/
+4
*
modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>
Denis Vlasenko
2008-09-13
1
-0
/
+5
*
id: code shrink
Denis Vlasenko
2008-09-13
1
-2
/
+2
*
- implement id -G (Tito Ragusa)
Bernhard Reutner-Fischer
2008-09-12
1
-0
/
+1
*
watchdog: add -T option
Denis Vlasenko
2008-09-07
1
-3
/
+4
*
- add WIP stub for tc.
Bernhard Reutner-Fischer
2008-09-04
1
-0
/
+20
*
- mention that we ignore -v, -b, -c
Bernhard Reutner-Fischer
2008-09-04
1
-1
/
+2
*
kbd_mode: fix non-ASCII letters in comments
Denis Vlasenko
2008-09-03
1
-7
/
+8
*
- halt's -w depends on FEATURE_WTMP (Vladimir Dronnikov)
Bernhard Reutner-Fischer
2008-09-01
1
-1
/
+1
*
df: add support for more options, add some coreutils 6.10 compat.
Denis Vlasenko
2008-08-28
1
-18
/
+22
*
- document rmdir args
Bernhard Reutner-Fischer
2008-08-21
1
-1
/
+10
*
- document rmmod -w and -f arguments
Bernhard Reutner-Fischer
2008-08-21
1
-1
/
+3
[prev]
[next]