index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
archival
/
libunarchive
/
open_transformer.c
Age
Commit message (
Expand
)
Author
2008-07-10
open_transformer: do not return fd, it does not change
Denis Vlasenko
2008-07-01
sendmail: fix wrong vfork usage here too
Denis Vlasenko
2008-07-01
revert last two commits. vfork cannot be used in subroutine,
Denis Vlasenko
2008-07-01
*: introduce and use xfork()
Denis Vlasenko
2008-07-01
*: introduce and use xvfork()
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-26
open_transformer: fix bug of calling exit instead of _exit
Denis Vlasenko
2008-05-19
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-04-21
tar: move vfork into separate function (smaller code)
Denis Vlasenko
2008-02-16
*: more readable handling of pipe fds. No code changes.
Denis Vlasenko
2008-01-28
*: tidy up usage of char **environ
Denis Vlasenko
2007-11-12
open_transformer: do not duplicate "<program> -cf -"
Denis Vlasenko
2007-09-09
open_transformer: fix vda's goofup
Denis Vlasenko
2007-09-05
tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yah...
Denis Vlasenko
2007-09-04
tar: conditionally don't wait for vforked child to exec, as it always
Denis Vlasenko
2007-05-31
delete tons of extra #includes
Denis Vlasenko
2007-05-26
xpipe: introduce (saves ~170 bytes)
Denis Vlasenko
2006-10-14
add open_read_close() and similar stuff
Denis Vlasenko
2006-10-01
g[un]zip: add support for -v (verbose).
Denis Vlasenko
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-04-02
- include proper prototypes in libunarchive.
Bernhard Reutner-Fischer
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2003-11-18
Dont close original file handle, we may need it later.
Glenn L McGrath
2003-11-15
Move from read_gz to the pipe()+fork() method.
Glenn L McGrath