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
/
libbb
/
bb_pwd.c
Age
Commit message (
Expand
)
Author
2008-12-05
libbb: add xgetgrnam too. ~0 code size change
Denis Vlasenko
2008-12-03
libbb: introduce and use xgetpwnam. ~ -150 bytes.
Denis Vlasenko
2008-12-02
libbb: password/group function helpers rewritten by Tito:
Denis Vlasenko
2008-07-21
- first pass to unify/cleanup uid handling (-236b)
Bernhard Reutner-Fischer
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2007-07-27
bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;
Denis Vlasenko
2007-03-24
random style fixes (extra spaces deleted)
Denis Vlasenko
2006-12-28
bb_xget[pw/gr]nam were horribly misnamed - fixed.
Denis Vlasenko
2006-12-01
passwd: made smaller by ~130 bytes. size can go negative
Denis Vlasenko
2006-11-27
style cleanup: return(a) -> return a, part 2
Denis Vlasenko
2006-10-20
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-10-05
build system overhaul
Denis Vlasenko
2006-10-03
random style fixes
Denis Vlasenko
2006-09-13
- fix copy'n paste errors that got introduced when switching to the shorter b...
Bernhard Reutner-Fischer
2006-05-19
- remove emacs layout block as suggested by Robert P.J. Day
Bernhard Reutner-Fischer
2006-03-29
More extern removal from Robert P. Day.
Rob Landley
2006-03-18
- fix order of includes.
Bernhard Reutner-Fischer
2005-10-12
bb_dev_null
"Vladimir N. Oleynik"
2005-09-20
- consolidated password helpers
Bernhard Reutner-Fischer