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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2006-07-19
Replace the previous checkin with the correct fix.
Rob Landley
1
-2
/
+2
2006-07-19
Patch from Yann Morin to look for modules.conf in the right place on 2.6.
Rob Landley
1
-15
/
+23
2006-07-18
For now, get around the error that "child" might be uninitialized.
"Robert P. J. Day"
1
-1
/
+1
2006-07-18
Rearrange order of type qualifiers.
"Robert P. J. Day"
1
-1
/
+1
2006-07-17
Patch from Thaddeus Ternes, adding chuid to start-stop-daemon.
Rob Landley
2
-3
/
+11
2006-07-16
Bugfix from Tito to make sure /etc/group gets updated.
Rob Landley
1
-3
/
+3
2006-07-16
New mkswap. Small and simple. Might even work. :)
Rob Landley
1
-380
/
+29
2006-07-16
Cleaup read() and write() variants, plus a couple of new functions like
Rob Landley
39
-224
/
+204
2006-07-16
Convert setuid/setgid users to xsetuid/xsetgid.
Rob Landley
6
-16
/
+12
2006-07-16
Add -Werror.
Rob Landley
1
-0
/
+1
2006-07-15
We need xsetuid() and xsetgid() because per-user process resource limits can
Rob Landley
2
-0
/
+14
2006-07-15
Comment tweak from tito.
Rob Landley
1
-1
/
+1
2006-07-15
Tito writes: If the gecos field of an user is empty, obscure reports a false ...
Mike Frysinger
1
-1
/
+1
2006-07-14
Patch from Suresh Rajashekara moving comments and #includes and such around.
Rob Landley
1
-16
/
+17
2006-07-13
mention osuosl
Eric Andersen
1
-0
/
+4
2006-07-13
Add the two busybox developers' home pages that have busybox related stuff
Rob Landley
1
-5
/
+11
2006-07-12
More minor tweaks.
Rob Landley
4
-14
/
+6
2006-07-12
decuddle () from for/if/while
Mike Frysinger
1
-14
/
+14
2006-07-12
A couple things that got tangled up in my tree, easier to check in both than
Rob Landley
10
-339
/
+102
2006-07-12
Add one-line GPL boilerplate to numerous (but not all yet) source files.
"Robert P. J. Day"
65
-722
/
+112
2006-07-11
Patch from Tito to remove pwd_to_spwd (which we don't actually need), with
Rob Landley
4
-95
/
+7
2006-07-11
Add one-line GPL boilerplate to these source files.
"Robert P. J. Day"
4
-53
/
+6
2006-07-11
Denis Vlasenko spotted the lack of bounds checking in my first attempt at
Rob Landley
1
-11
/
+14
2006-07-10
Upgrade netcat a lot. Make -e able to take the rest of the command line as
Rob Landley
4
-116
/
+145
2006-07-10
Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.
"Robert P. J. Day"
36
-404
/
+36
2006-07-10
Add itoa and utoa to see what Denis Vlasenko thinks.
Rob Landley
1
-1
/
+50
2006-07-10
Patch from Tito to make syslog configurable and remove #ifdefs. Further
Rob Landley
2
-111
/
+50
2006-07-09
Patch from Shaun Jackman to set environment variable RUNLEVEL equal to
Rob Landley
1
-19
/
+3
2006-07-09
Bugfix from Shaun Jackman (check that argv[optind] isn't null before
Rob Landley
1
-19
/
+16
2006-07-08
Point at fixes.patch for 1.2.1.
Rob Landley
1
-0
/
+2
2006-07-06
Fix tar so it can extract git-generated tarballs, based on a suggestion
Rob Landley
1
-5
/
+4
2006-07-06
Attempt to address Shaun Jackman's problem adding "busybox: busybox.bflt" to
Rob Landley
1
-0
/
+6
2006-07-06
fix dependencies so that compressed usage gets rebuilt if
Paul Fox
1
-4
/
+8
2006-07-06
Minor build tweaks that save 1100 bytes building busybox on Ubuntu 6.06.
Rob Landley
2
-0
/
+16
2006-07-06
Fix three embarassing thinkos in the new dmesg.c:
Rob Landley
1
-3
/
+3
2006-07-06
Bug fix from Vladimir Oleynic via Paul Fox for:
Rob Landley
1
-0
/
+1
2006-07-05
fixes from ldoolitt@recycle.lbl.gov to use proper tab escaping and fix a typo
Mike Frysinger
1
-8
/
+8
2006-07-05
This file doesn't appear to be used anywhere.
"Robert P. J. Day"
1
-17
/
+0
2006-07-04
- Pull r15593:
Bernhard Reutner-Fischer
3
-34
/
+12
2006-07-03
Delete unused version.c file and corresponding function prototypes
"Robert P. J. Day"
2
-54
/
+0
2006-07-03
remove duplicate CONFIG_TASKSET option
Mike Frysinger
1
-7
/
+1
2006-07-03
make the -0 xargs option a little more clear
Mike Frysinger
1
-1
/
+1
2006-07-03
Remove the silly redundancy from that header file include.
"Robert P. J. Day"
1
-1
/
+1
2006-07-02
Correct the comment to match the code.
"Robert P. J. Day"
1
-1
/
+1
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
284
-19
/
+285
2006-07-02
Allow a user-configurable minimum password length.
"Robert P. J. Day"
2
-7
/
+9
2006-07-02
- note that get_hz potentially needs cleanup.
Bernhard Reutner-Fischer
1
-0
/
+2
2006-07-01
Patch from Shaun Jackman moving the var=value logic to here it can do some good.
Rob Landley
1
-6
/
+6
2006-07-01
Yet more "#if 0" content removed.
"Robert P. J. Day"
8
-85
/
+1
2006-07-01
More removal of "#if 0" content.
"Robert P. J. Day"
6
-93
/
+0
[next]