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
/
networking
/
fakeidentd.c
Age
Commit message (
Expand
)
Author
2006-10-14
add open_read_close() and similar stuff
Denis Vlasenko
2006-10-03
bb_applet_name -> applet_name
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-09-06
Implement optional syslog logging using ordinary
Denis Vlasenko
2006-09-03
replacing func() with xfunc() where appropriate
Denis Vlasenko
2006-08-29
Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage
Rob Landley
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-07-16
Convert setuid/setgid users to xsetuid/xsetgid.
Rob Landley
2006-06-07
use bb_xbind/bb_xlisten
Mike Frysinger
2006-06-05
Header cleanup on two more networking files (move libbb.h to the top and
Rob Landley
2006-05-27
Consolidate #include <sys/time.h> so libbb.h does it.
Rob Landley
2006-04-12
- patch from Denis Vlasenko to add bb_xbind() and bb_xlisten()
Bernhard Reutner-Fischer
2006-04-12
- patch from Denis Vlasenko to add and use bb_xsocket() and to use
Bernhard Reutner-Fischer
2006-03-10
Patch from Denis Vlasenko turning static const int (which gets emitted into
Rob Landley
2006-01-25
just whitespace
Tim Riker
2006-01-15
setgid and setuid have changes effective id too
"Vladimir N. Oleynik"
2005-06-24
- remove extra/unneeded function call. testing svn
Ned Ludd
2005-04-23
remove unused variable and declare writepid inline
Mike Frysinger
2005-04-18
touchups as suggested by Vladimir N. Oleynik
Mike Frysinger
2005-04-17
import fakeidentd module started by Thomas Lundquist
Mike Frysinger