index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
libbb.h
Age
Commit message (
Expand
)
Author
2006-10-27
reshuffle libbb.h contents so that order of decls makes sense
Denis Vlasenko
2006-10-26
Fix minor breakage in previous commit
Denis Vlasenko
2006-10-26
rename functions to more understandable names
Denis Vlasenko
2006-10-26
remove bb_printf and the like
Denis Vlasenko
2006-10-26
xconnect is non-conforming to "xfunc like libc" rule. Fixing
Denis Vlasenko
2006-10-25
wget: wget $'-\207' ... should not be allowed to work. ever. :)
Denis Vlasenko
2006-10-21
cp: add support for -s, -l. Fix free(nonmalloc) bug.
Denis Vlasenko
2006-10-19
build system: (try to) get rid of bb_config.h hack
Denis Vlasenko
2006-10-14
grep: add support for -r
Denis Vlasenko
2006-10-14
add open_read_close() and similar stuff
Denis Vlasenko
2006-10-12
bb_get_[chomped]line_from_file wasn't descriptive enough.
Denis Vlasenko
2006-10-11
ifupdown: stop emitting annoying/misleading error messages.
Denis Vlasenko
2006-10-10
od: provide full-blown od from coreutils if CONFIG_DESKTOP
Denis Vlasenko
2006-10-10
fixes from Vladimir Dronnikov <dronnikov@gmail.ru>
Denis Vlasenko
2006-10-08
start_stop_daemon: add -N <nice> compat
Denis Vlasenko
2006-10-08
correct largefile support, add comments about it.
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-07
dd: make it recognize not only 'k' but 'K' too;
Denis Vlasenko
2006-10-06
dnsd fix; option_mask32 added. dnsd needs more love.
Denis Vlasenko
2006-10-05
httpd: add -u user[:grp] support
Denis Vlasenko
2006-10-05
build system overhaul
Denis Vlasenko
2006-10-03
bb_applet_name -> applet_name
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
rename bb_default_error_retval -> xfunc_error_retval
Denis Vlasenko
2006-10-03
random style fixes
Denis Vlasenko
2006-10-03
runit/chpst: "change process state" utility
Denis Vlasenko
2006-10-01
g[un]zip: add support for -v (verbose).
Denis Vlasenko
2006-09-29
losetup: use /dev/loopN or /dev/loop/N according to CONFIG_FEATURE_DEVFS=n/y
Denis Vlasenko
2006-09-27
kill: fix bugs (kill -l output was horrible), fix style, constify data
Denis Vlasenko
2006-09-26
wget: add (configurable) large file support. Run tested.
Denis Vlasenko
2006-09-20
The Software Freedom Law Center wants us to add a copyright notice to the
Rob Landley
2006-09-19
change char *string = "foo" -> char string[] = "foo"
Denis Vlasenko
2006-09-15
Unbreak allbareconfig.
Rob Landley
2006-09-14
mount: move code from nfsmount.c into mount.c
Denis Vlasenko
2006-09-12
Remove pointless "const". Bloatcheck says 0 bytes difference.
Rob Landley
2006-09-11
nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg"
Denis Vlasenko
2006-09-11
- merge xstat.c into xfuncs.c
Bernhard Reutner-Fischer
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-06
Implement optional syslog logging using ordinary
Denis Vlasenko
2006-09-03
uuencode: common implementation for wget and uuencode (closing bug 694)
Denis Vlasenko
2006-08-28
- pull from busybox_scratch: r15829:15850
Bernhard Reutner-Fischer
2006-08-28
No real need for my_query_module() and this eliminates some type-punned
Rob Landley
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-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-12
A couple things that got tangled up in my tree, easier to check in both than
Rob Landley
[next]