index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
Age
Commit message (
Expand
)
Author
2006-09-13
- fix copy'n paste errors that got introduced when switching to the shorter b...
Bernhard Reutner-Fischer
2006-09-12
Remove pointless "const". Bloatcheck says 0 bytes difference.
Rob Landley
2006-09-12
- small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_...
Bernhard Reutner-Fischer
2006-09-12
- fix warning about discarding qualifiers in initialization
Bernhard Reutner-Fischer
2006-09-11
- merge xstat.c into xfuncs.c
Bernhard Reutner-Fischer
2006-09-09
tar: fix "xopen with O_CREAT" warning, improve zero padding write
Denis Vlasenko
2006-09-08
few random readability enhansements. No code changes
Denis Vlasenko
2006-09-08
login: style fixes
Denis Vlasenko
2006-09-07
getty, sulogin: convert to using bb_msg for syslog output
Denis Vlasenko
2006-09-07
fix if (ENABLE_FEATURE_SYSLOG & (...)) - should be &&
Denis Vlasenko
2006-09-07
Add CONFIG_FEATURE_SYSLOG which controls whether
Denis Vlasenko
2006-09-07
adding files missed in prev updates (forgot about svn add)
Denis Vlasenko
2006-09-06
removed a lot of trailing \n in bb_msg() calls. It is added
Denis Vlasenko
2006-09-06
Implement optional syslog logging using ordinary
Denis Vlasenko
2006-09-06
- mdev and grep use xregcomp. Closes bug #1021
Bernhard Reutner-Fischer
2006-09-05
run_shell.c: style fix
Denis Vlasenko
2006-09-05
xfunc: fix: && -> &. Also nuked two double semicolons...
Denis Vlasenko
2006-09-03
uuencode: common implementation for wget and uuencode (closing bug 694)
Denis Vlasenko
2006-09-03
zcip: getopt -> bb_getopt_ulflags
Denis Vlasenko
2006-09-03
replacing func() with xfunc() where appropriate
Denis Vlasenko
2006-08-28
- pull from busybox_scratch: r15829:15850
Bernhard Reutner-Fischer
2006-08-28
Jordan Crouse submitted a patch to only include xregcomp.c when we actually
Rob Landley
2006-08-28
No real need for my_query_module() and this eliminates some type-punned
Rob Landley
2006-08-20
- merge -r15463:15564 from busybox_scratch branch through these changesets:
Bernhard Reutner-Fischer
2006-08-09
Another whack at scripts/individual. Now builds 212 applets.
Rob Landley
2006-08-08
Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a
Rob Landley
2006-08-04
Add comments to all the functions in this file documenting what they're for.
Rob Landley
2006-08-04
Thinko spotted by Vladimir Dronnikov.
Rob Landley
2006-08-03
Remove xcalloc() and convert its callers to xzalloc(). About half of them
Rob Landley
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-07-16
Cleaup read() and write() variants, plus a couple of new functions like
Rob Landley
2006-07-15
We need xsetuid() and xsetgid() because per-user process resource limits can
Rob Landley
2006-07-15
Tito writes: If the gecos field of an user is empty, obscure reports a false ...
Mike Frysinger
2006-07-12
More minor tweaks.
Rob Landley
2006-07-12
decuddle () from for/if/while
Mike Frysinger
2006-07-12
A couple things that got tangled up in my tree, easier to check in both than
Rob Landley
2006-07-11
Patch from Tito to remove pwd_to_spwd (which we don't actually need), with
Rob Landley
2006-07-11
Denis Vlasenko spotted the lack of bounds checking in my first attempt at
Rob Landley
2006-07-10
Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.
"Robert P. J. Day"
2006-07-10
Add itoa and utoa to see what Denis Vlasenko thinks.
Rob Landley
2006-07-06
Attempt to address Shaun Jackman's problem adding "busybox: busybox.bflt" to
Rob Landley
2006-07-02
Correct the comment to match the code.
"Robert P. J. Day"
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-07-02
Allow a user-configurable minimum password length.
"Robert P. J. Day"
2006-07-01
More removal of "#if 0" content.
"Robert P. J. Day"
2006-07-01
Remove all usage of the "register" storage class specifier.
"Robert P. J. Day"
2006-06-30
This kind of paranoia is a debug option at best.
Rob Landley
2006-06-28
Fix bug http://bugs.busybox.net/view.php?id=874 where hexdump -C got its
Rob Landley
2006-06-27
Fix http://bugs.busybox.net/view.php?id=906 which could cause failures in top.
Rob Landley
2006-06-25
Whitespace. (Vim's auto-indent is kind of annoying at times, like "daytime"
Rob Landley
[next]