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
/
libbb.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Unneeded code removed, usused field "unsigned pscpu" removed
Denis Vlasenko
2006-11-01
1
-4
/
+3
*
PID should be stored in pid_t, not int or long.
Denis Vlasenko
2006-11-01
1
-4
/
+3
*
ls: cleanup part 1
Denis Vlasenko
2006-10-28
1
-4
/
+4
*
recursive_action: add depth param
Denis Vlasenko
2006-10-27
1
-4
/
+4
*
reshuffle libbb.h contents so that order of decls makes sense
Denis Vlasenko
2006-10-27
1
-268
/
+250
*
Fix minor breakage in previous commit
Denis Vlasenko
2006-10-26
1
-2
/
+2
*
rename functions to more understandable names
Denis Vlasenko
2006-10-26
1
-15
/
+17
*
remove bb_printf and the like
Denis Vlasenko
2006-10-26
1
-13
/
+4
*
xconnect is non-conforming to "xfunc like libc" rule. Fixing
Denis Vlasenko
2006-10-26
1
-1
/
+3
*
wget: wget $'-\207' ... should not be allowed to work. ever. :)
Denis Vlasenko
2006-10-25
1
-1
/
+1
*
cp: add support for -s, -l. Fix free(nonmalloc) bug.
Denis Vlasenko
2006-10-21
1
-1
/
+4
*
build system: (try to) get rid of bb_config.h hack
Denis Vlasenko
2006-10-19
1
-1
/
+1
*
grep: add support for -r
Denis Vlasenko
2006-10-14
1
-2
/
+2
*
add open_read_close() and similar stuff
Denis Vlasenko
2006-10-14
1
-8
/
+15
*
bb_get_[chomped]line_from_file wasn't descriptive enough.
Denis Vlasenko
2006-10-12
1
-2
/
+3
*
ifupdown: stop emitting annoying/misleading error messages.
Denis Vlasenko
2006-10-11
1
-0
/
+4
*
od: provide full-blown od from coreutils if CONFIG_DESKTOP
Denis Vlasenko
2006-10-10
1
-0
/
+2
*
fixes from Vladimir Dronnikov <dronnikov@gmail.ru>
Denis Vlasenko
2006-10-10
1
-3
/
+8
*
start_stop_daemon: add -N <nice> compat
Denis Vlasenko
2006-10-08
1
-0
/
+1
*
correct largefile support, add comments about it.
Denis Vlasenko
2006-10-08
1
-22
/
+48
*
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-08
1
-23
/
+45
*
dd: make it recognize not only 'k' but 'K' too;
Denis Vlasenko
2006-10-07
1
-0
/
+25
*
dnsd fix; option_mask32 added. dnsd needs more love.
Denis Vlasenko
2006-10-06
1
-1
/
+2
*
httpd: add -u user[:grp] support
Denis Vlasenko
2006-10-05
1
-0
/
+7
*
build system overhaul
Denis Vlasenko
2006-10-05
1
-1
/
+0
*
bb_applet_name -> applet_name
Denis Vlasenko
2006-10-03
1
-1
/
+1
*
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
1
-4
/
+4
*
rename bb_default_error_retval -> xfunc_error_retval
Denis Vlasenko
2006-10-03
1
-1
/
+1
*
random style fixes
Denis Vlasenko
2006-10-03
1
-14
/
+16
*
runit/chpst: "change process state" utility
Denis Vlasenko
2006-10-03
1
-3
/
+4
*
g[un]zip: add support for -v (verbose).
Denis Vlasenko
2006-10-01
1
-3
/
+3
*
losetup: use /dev/loopN or /dev/loop/N according to CONFIG_FEATURE_DEVFS=n/y
Denis Vlasenko
2006-09-29
1
-0
/
+2
*
kill: fix bugs (kill -l output was horrible), fix style, constify data
Denis Vlasenko
2006-09-27
1
-2
/
+2
*
wget: add (configurable) large file support. Run tested.
Denis Vlasenko
2006-09-26
1
-0
/
+2
*
The Software Freedom Law Center wants us to add a copyright notice to the
Rob Landley
2006-09-20
1
-3
/
+4
*
change char *string = "foo" -> char string[] = "foo"
Denis Vlasenko
2006-09-19
1
-26
/
+26
*
Unbreak allbareconfig.
Rob Landley
2006-09-15
1
-15
/
+3
*
mount: move code from nfsmount.c into mount.c
Denis Vlasenko
2006-09-14
1
-3
/
+0
*
Remove pointless "const". Bloatcheck says 0 bytes difference.
Rob Landley
2006-09-12
1
-1
/
+1
*
nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg"
Denis Vlasenko
2006-09-11
1
-2
/
+2
*
- merge xstat.c into xfuncs.c
Bernhard Reutner-Fischer
2006-09-11
1
-1
/
+1
*
login: style fixes
Denis Vlasenko
2006-09-08
1
-3
/
+3
*
getty, sulogin: convert to using bb_msg for syslog output
Denis Vlasenko
2006-09-07
1
-0
/
+2
*
Implement optional syslog logging using ordinary
Denis Vlasenko
2006-09-06
1
-1
/
+12
*
uuencode: common implementation for wget and uuencode (closing bug 694)
Denis Vlasenko
2006-09-03
1
-0
/
+4
*
- pull from busybox_scratch: r15829:15850
Bernhard Reutner-Fischer
2006-08-28
1
-9
/
+19
*
No real need for my_query_module() and this eliminates some type-punned
Rob Landley
2006-08-28
1
-2
/
+0
*
Another whack at scripts/individual. Now builds 212 applets.
Rob Landley
2006-08-09
1
-0
/
+2
*
Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a
Rob Landley
2006-08-08
1
-1
/
+1
*
Remove xcalloc() and convert its callers to xzalloc(). About half of them
Rob Landley
2006-08-03
1
-1
/
+0
[prev]
[next]