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
/
miscutils
/
setsid.c
Age
Commit message (
Expand
)
Author
2010-07-04
libbb: introduce and use BB_EXECVP_or_die()
Pascal Bellard
2010-06-25
*: make exec failure message more consistent
Denys Vlasenko
2010-05-16
setsid: check for setsid error directly
Denys Vlasenko
2009-03-20
Compatibility fixes:
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-03-17
*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-01
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-04
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
Bernhard Reutner-Fischer
2007-03-26
Attempt to get more applets compile for NOMMU.
Denis Vlasenko
2007-02-06
EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-01-19
openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code
Denis Vlasenko
2006-09-27
silly switch style fix
Denis Vlasenko
2006-06-03
- move #include busybox.h to the very top so we pull in the config
Bernhard Reutner-Fischer
2006-03-23
fixup style
Mike Frysinger
2006-03-23
dont printf arguments given by user for security sanity
Mike Frysinger
2006-01-25
just whitespace
Tim Riker
2005-08-01
commiting:
Paul Fox