index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libbb
/
error_msg_and_die.c
Age
Commit message (
Expand
)
Author
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-04-01
shells: do not frocibly enable test, echo and kill _applets_,
Denis Vlasenko
2007-05-24
hush: fix handling of unmatched ${name (without closing '}') -
Denis Vlasenko
2007-04-21
hush: begin fixing non-functional job control
Denis Vlasenko
2007-04-10
Rename two config options:
Denis Vlasenko
2007-04-10
make a few struct bb_applet members conditional
Denis Vlasenko
2007-04-09
make xfunctions optionally longjump instead of exit.
Denis Vlasenko
2007-01-03
convert calloc to xzalloc
Denis Vlasenko
2006-10-03
rename bb_default_error_retval -> xfunc_error_retval
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-05-19
- remove emacs layout block as suggested by Robert P.J. Day
Bernhard Reutner-Fischer
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-07-14
Update a bunch of docs. Run a script to update my email addr.
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2001-10-24
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-03-19
Split error messages into separate files.
Eric Andersen