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
/
loginutils
/
deluser.c
Age
Commit message (
Expand
)
Author
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-05-30
whitespace fixes
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-15
deluser: add optional support for removing users from groups
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-01-22
- sed -i -e "/\$Id:/d;"
Bernhard Reutner-Fischer
2007-01-11
Trailing whitespace removal over entire tree
Denis Vlasenko
2006-11-27
deluser: the same code, but a bit less obfuscated.
Denis Vlasenko
2006-11-27
deluser: size reduction by 60 bytes.
Denis Vlasenko
2006-10-26
rename functions to more understandable names
Denis Vlasenko
2006-10-14
add open_read_close() and similar stuff
Denis Vlasenko
2006-10-03
bb_applet_name -> applet_name
Denis Vlasenko
2006-09-22
Change license statements (and clean up headers) on some of the files that
Rob Landley
2006-09-12
Remove pointless "const". Bloatcheck says 0 bytes difference.
Rob Landley
2006-04-16
use strchr() not index()
Mike Frysinger
2006-04-10
Patch from Tito to unify deluser and delgroup, and generally shrink code.
Rob Landley
2003-07-14
decouple delgroup and deluser
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-06-23
Port over the last of the tinylogin applets
Eric Andersen
2002-06-04
Bigger patch for (partial) tinylogin integration
Robert Griebl