Age | Commit message (Collapse) | 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 | |
function old new delta xgetpwuid - 27 +27 uid2uname_utoa - 22 +22 gid2group_utoa - 22 +22 uid2uname - 18 +18 gid2group - 18 +18 buffer_fill_and_print 179 196 +17 print_user 12 24 +12 print_group 12 24 +12 get_cached 89 99 +10 ... print_common 134 120 -14 vlock_main 415 396 -19 logger_main 410 387 -23 crontab_main 642 609 -33 bb_getpwuid 42 - -42 bb_getgrgid 42 - -42 bb_getug 80 - -80 ------------------------------------------------------------------------------ (add/remove: 6/3 grow/shrink: 9/11 up/down: 187/-296) Total: -109 bytes | |||
2008-07-21 | - first pass to unify/cleanup uid handling (-236b) | Bernhard Reutner-Fischer | |
This needs further love, alot of love.. Tito? | |||
2008-06-27 | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | |
text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped | |||
2007-07-27 | bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one; | Denis Vlasenko | |
comment thoroughly when they die and when they dont. | |||
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 | |
uidgid_get -> get_uidgid, add additional param (numeric_ok). Make chown use it. chown: fix "chown user: ...." install: fix incorrect use of bb_xget[pw/gr]nam | |||
2006-12-01 | passwd: made smaller by ~130 bytes. size can go negative | Denis Vlasenko | |
if current trend will continue ;) | |||
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 ↵ | Bernhard Reutner-Fischer | |
boilerplate. No object code changes. | |||
2006-05-19 | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer | |
- use shorter boilerplate while at it | |||
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 | |