index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
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
/
init
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2006-09-23
ifupdown: getopt_ulflags'ification.
Denis Vlasenko
1
-59
/
+29
2006-09-23
arping: fix bug (getopt_ulflags and optarg don't mix),
Denis Vlasenko
1
-24
/
+16
2006-09-23
insmod: getopt_ulflags'isation
Denis Vlasenko
1
-62
/
+40
2006-09-23
passwd: getopt_ulflags'isation
Denis Vlasenko
1
-61
/
+52
2006-09-23
bb_askpass: shorten static password buffer. 256 is way too large.
Denis Vlasenko
4
-31
/
+27
2006-09-22
Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1,
Rob Landley
1
-1
/
+1
2006-09-22
"I'll think about it" != "apply it now". It means I need to think about it.
Rob Landley
5
-62
/
+1
2006-09-22
netstat: getopt_ulflags'isation
Denis Vlasenko
1
-61
/
+46
2006-09-22
gzip: getopt_ulflags'isation
Denis Vlasenko
1
-35
/
+27
2006-09-22
losetup: getopt_ulflags'ification + small fix for perror_nomsg
Denis Vlasenko
2
-34
/
+38
2006-09-22
awk: getopt_ulflags'isation
Denis Vlasenko
1
-37
/
+27
2006-09-22
sed: getopt_ulflags'isation
Denis Vlasenko
1
-34
/
+22
2006-09-22
hostname: getopt_ulflags'isation
Denis Vlasenko
1
-39
/
+28
2006-09-22
telnetd: getopt_ulflags'isation
Denis Vlasenko
1
-32
/
+12
2006-09-22
adjtimex: getopt_ulflags'isation
Denis Vlasenko
1
-31
/
+26
2006-09-22
logger: getopt_ulflags'isation
Denis Vlasenko
1
-16
/
+7
2006-09-22
getopt: fix whitespace damage
Denis Vlasenko
1
-14
/
+14
2006-09-22
readprofile: getopt_ulflags'isation
Denis Vlasenko
1
-38
/
+6
2006-09-22
ipcs: fix my recent breakage
Denis Vlasenko
1
-1
/
+1
2006-09-22
- add new applet resize.
Bernhard Reutner-Fischer
5
-0
/
+62
2006-09-22
Change license statements (and clean up headers) on some of the files that
Rob Landley
20
-85
/
+20
2006-09-21
- update and expand TODO a little bit
Bernhard Reutner-Fischer
1
-3
/
+11
2006-09-21
- pull r15578 from busybox_scratch branch:
Bernhard Reutner-Fischer
1
-25
/
+21
2006-09-21
- silence gcc warning about a funcptr possibly being used uninitialized.
Bernhard Reutner-Fischer
1
-2
/
+2
2006-09-21
mount: nfs mount should enable bb_error-to-syslog support
Denis Vlasenko
1
-0
/
+1
2006-09-21
- gcc-2.95 doesn't support -static-libgcc
Bernhard Reutner-Fischer
1
-2
/
+5
2006-09-21
mount: make Rob happy by reinstating #defines
Denis Vlasenko
1
-4
/
+2
2006-09-20
Teach get_terminal_width_height to fall back to $LINES and $COLUMNS when
Rob Landley
3
-37
/
+27
2006-09-20
The version checked into the tree is a snapshot of an unifinished applet, and
Rob Landley
1
-7
/
+7
2006-09-20
The Software Freedom Law Center wants us to add a copyright notice to the
Rob Landley
2
-15
/
+8
2006-09-20
License clarification.
Rob Landley
2
-4
/
+51
2006-09-20
- fix documentation for the command-line options of ipcs. Closes #1036
Bernhard Reutner-Fischer
1
-4
/
+4
2006-09-20
- fix embarrassing typo of mine. Closes bug #1038
Bernhard Reutner-Fischer
1
-2
/
+2
2006-09-19
ipcs: fix output (misaligned columns)
Denis Vlasenko
1
-2
/
+2
2006-09-19
ipcs: getopt_ulflag'ification, -170 bytes
Denis Vlasenko
1
-39
/
+16
2006-09-19
stty: fix few bugs found in testing
Denis Vlasenko
1
-25
/
+27
2006-09-19
getty: oops... removing duplicate #include <syslog.h>
Denis Vlasenko
1
-2
/
+0
2006-09-19
stty: reorder code, reducing need in forward declarations.
Denis Vlasenko
1
-211
/
+198
2006-09-19
stty: convert "enum mode_type" into unnamed enum
Denis Vlasenko
1
-157
/
+169
2006-09-19
stty: reduce #ifdef forest
Denis Vlasenko
1
-52
/
+45
2006-09-19
stty: simplify linewrapping code a bit
Denis Vlasenko
1
-55
/
+33
2006-09-19
stty: style fixes
Denis Vlasenko
1
-102
/
+93
2006-09-19
stty: fix a longstanding FIXME (was able to die half-way setting term params)
Denis Vlasenko
1
-171
/
+241
2006-09-19
mount: fstabname needs to be const char*
Denis Vlasenko
1
-2
/
+3
2006-09-19
mount: fix warning (printf field width of * wants int, not size_t)
Denis Vlasenko
1
-1
/
+1
2006-09-19
getty: #include <syslog.h>
Denis Vlasenko
1
-0
/
+1
2006-09-19
change char *string = "foo" -> char string[] = "foo"
Denis Vlasenko
3
-53
/
+53
2006-09-17
whitespace cleanup
Denis Vlasenko
92
-218
/
+218
2006-09-17
mount: style fixlet
Denis Vlasenko
1
-2
/
+4
2006-09-17
style fixes
Denis Vlasenko
1
-5
/
+4
[next]