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
/
applets.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cttyhack: new applet.
vda
2007-05-18
1
-0
/
+1
*
fix trivial compile errors found by randomconfig run
vda
2007-05-17
1
-0
/
+6
*
cryptpw: new applet (a bit less than 3k added)
vda
2007-05-08
1
-0
/
+1
*
Rename two config options:
vda
2007-04-10
1
-2
/
+2
*
make a few struct bb_applet members conditional
vda
2007-04-10
1
-7
/
+7
*
audit small applets and mark some of them as NOFORK.
vda
2007-04-10
1
-19
/
+19
*
make xfunctions optionally longjump instead of exit.
vda
2007-04-09
1
-1
/
+1
*
xargs: shrink code, ~80 bytes
vda
2007-04-09
1
-2
/
+3
*
Implement first instance of NOFORK applet - echo
vda
2007-04-09
1
-1
/
+6
*
Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC applets
vda
2007-04-09
1
-21
/
+27
*
merge busybox.c into applets.c
vda
2007-04-09
1
-4
/
+4
*
applets.h: de-obfuscate
vda
2007-04-08
1
-26
/
+35
*
ipsvd: make udpsvd work similar to tcpsvd (multiple parallel
vda
2007-04-03
1
-4
/
+4
*
udpsvd: next part of ipsvd applets (not working yet)
vda
2007-04-01
1
-0
/
+1
*
tcpsvd: new applet
vda
2007-04-01
1
-0
/
+1
*
- rough prototype for split(1). TODO: Still needs some love since it's way to...
aldot
2007-03-25
1
-0
/
+1
*
SELinux: load_policy applet
vda
2007-03-24
1
-0
/
+1
*
selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)
vda
2007-03-10
1
-0
/
+2
*
- add chrt applet.
aldot
2007-03-09
1
-0
/
+1
*
new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>
vda
2007-02-06
1
-0
/
+5
*
fixing bugs revealed by randomconfig runs
vda
2007-01-20
1
-0
/
+2
*
add arp applet - thanks to
vda
2007-01-07
1
-0
/
+1
*
leftover of e2fsck surgery
vda
2006-12-26
1
-9
/
+9
*
Cleanup usage messages (-200 bytes).
vda
2006-12-24
1
-3
/
+0
*
- revert r15563 (pull current version of taskset off the busybox_scratch branch)
aldot
2006-11-22
1
-0
/
+1
*
- add 'ip rule' support. First take..
aldot
2006-11-21
1
-0
/
+1
*
dhcprelay: new applet
vda
2006-11-20
1
-0
/
+1
*
runit: add runsv, runsvdir and sv. Oh yes.
vda
2006-11-17
1
-0
/
+3
*
svlogd: new applet. +9k. Still too big, but it was 12k yesterday.
vda
2006-11-16
1
-0
/
+1
*
- revert r16191; re-add resize() applet.
aldot
2006-10-25
1
-0
/
+1
*
raidautorun: new applet, by:
vda
2006-10-20
1
-0
/
+1
*
mount: support user mounts if CONFIG_DESKTOP
vda
2006-10-16
1
-1
/
+5
*
nmeter: new applet. ~4k
vda
2006-10-11
1
-0
/
+1
*
runit/chpst: "change process state" utility
vda
2006-10-03
1
-0
/
+5
*
kill: implement killall5. OpenWRT folks will be happy.
vda
2006-09-27
1
-0
/
+1
*
"I'll think about it" != "apply it now". It means I need to think about it.
landley
2006-09-22
1
-1
/
+1
*
- add new applet resize.
aldot
2006-09-22
1
-0
/
+1
*
Michael Opdenacker contributed a readahead applet.
landley
2006-08-20
1
-0
/
+1
*
Teach md5sum and sha1sum to work the way other applets do so I don't have to
landley
2006-08-06
1
-2
/
+2
*
scripts/individual now builds 171 applets. Some of them may even work. :)
landley
2006-08-05
1
-1
/
+1
*
Standardize on the vi editing directives being on the first line.
rpjday
2006-07-02
1
-0
/
+1
*
Revert taskset for 1.2.0. It emits a warning, breaks building under RH9,
landley
2006-06-30
1
-1
/
+0
*
CONFIG_DHCP -> CONFIG_APP_DHCP.
landley
2006-06-22
1
-3
/
+3
*
- add applet taskset to set/retrieve the CPU affinity of a process
aldot
2006-06-07
1
-0
/
+1
*
fix fdflish typo (reported by erik hovland)
pgf
2006-06-02
1
-1
/
+1
*
The common case APPLET() macro only needs three arguments.
landley
2006-06-01
1
-232
/
+232
*
Add catv (separate applet instead of cat -v). Also cleanup cat.c comments,
landley
2006-05-31
1
-0
/
+1
*
add back in udhcp support
vapier
2006-05-08
1
-0
/
+3
*
The udhcp was deleted from busybox in 14634. Bolting an external project to
landley
2006-05-07
1
-3
/
+0
*
fix udhcp again
vapier
2006-05-06
1
-3
/
+3
[next]