Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | whitespace cleanup | Denys Vlasenko | 2010-10-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | ||||
* | libpwdgrp: comment out functions with UNUSED_SINCE_WE_AVOID_STATIC_BUFS | Denys Vlasenko | 2010-03-31 | 1 | -7/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: make "pragma GCC visibility push(hidden)" less ugly | Denis Vlasenko | 2009-04-09 | 1 | -8/+4 |
| | |||||
* | - commentary typo fix | Bernhard Reutner-Fischer | 2008-09-26 | 1 | -1/+1 |
| | |||||
* | libpwdgrp: make it coexist with <pwd.h>, <grp.h> and <shadow.h>. | Denis Vlasenko | 2008-09-26 | 1 | -21/+12 |
| | | | | | | allows to get rid of hacks in libbb.h (extra declaration of setgroups - now it comes from grp.h as intended). | ||||
* | Use intra-DSO calls when we build libbusybox. No-op for normal build. | Denis Vlasenko | 2008-05-09 | 1 | -7/+8 |
| | | | | | | | | | This was Bernhard Fischer' idea. text data bss dec hex filename 773549 7781 9740 791070 c121e busybox.t7/0_lib/libbusybox.so.1.11.0.svn_unstripped 769683 7397 9740 786820 c0184 busybox.t9t/0_lib/libbusybox.so.1.11.0.svn_unstripped | ||||
* | fixdep.c: avoit doing memcmp in most cases | Denis Vlasenko | 2006-12-30 | 1 | -28/+43 |
| | | | | | uidgid_get.c: add forgotten copyright notice pwd/grp/shadow: avoid collisions with libc names | ||||
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -0/+1 |
| | |||||
* | Replace the old and somewhat buggy pwd_grp stuff with the shiny | Eric Andersen | 2004-07-15 | 1 | -20/+85 |
| | | | | new stuff mjn3 wrote for uClibc | ||||
* | Scrub pwd.h and grp.h handling so we don't have to play any | Eric Andersen | 2002-07-03 | 1 | -0/+41 |
silly games. -Erik |