| Commit message (Expand) | Author | Age | Files | Lines |
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 44 | -478/+1 |
* | rexec.c: style fixes, no code chages (verified with objdump) | Denys Vlasenko | 2009-09-06 | 1 | -44/+23 |
* | rexec.c: small code shrink | Denys Vlasenko | 2009-09-06 | 1 | -2/+6 |
* | comment out "int rexecoptions"; make "char ahostbuf[]" static (was hidden) | Denys Vlasenko | 2009-09-06 | 1 | -2/+2 |
* | support building out-of-tree | Bernhard Reutner-Fischer | 2009-08-17 | 1 | -0/+2 |
* | Deal with a few data fields which may be made constant. | Denis Vlasenko | 2008-12-20 | 1 | -1/+1 |
* | constify more data | Denis Vlasenko | 2008-12-01 | 3 | -3/+3 |
* | rpc: constify data, localize unnecessarily static data | Denis Vlasenko | 2008-12-01 | 1 | -2/+2 |
* | rpc: should check against max for int32, not int | Denis Vlasenko | 2008-12-01 | 1 | -4/+4 |
* | rpc: ifdef out xdrrec_{get,put}long if int32 == long, | Denis Vlasenko | 2008-12-01 | 4 | -76/+54 |
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 43 | -300/+300 |
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 30 | -111/+111 |
* | libc_hidden_proto removal, a few more functions | Denis Vlasenko | 2008-11-18 | 6 | -11/+11 |
* | libc_hidden_proto removal, just a few functions | Denis Vlasenko | 2008-11-18 | 15 | -19/+19 |
* | - less verbose make clean | Bernhard Reutner-Fischer | 2008-11-07 | 1 | -4/+4 |
* | - use c89-style comments | Bernhard Reutner-Fischer | 2008-10-03 | 1 | -1/+1 |
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 2 | -12/+12 |
* | Revert revision 19347, plus libc_hidden_proto for __uc_malloc. | Bernd Schmidt | 2008-06-12 | 1 | -6/+1 |
* | This fixes a problem with the move of libc_hidden_proto to string.h. | Bernd Schmidt | 2008-06-04 | 1 | -1/+0 |
* | - Avoid warning about undefined preprocessor token. No obj-code changes. | Bernhard Reutner-Fischer | 2008-05-30 | 1 | -1/+1 |
* | replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe. | Denis Vlasenko | 2008-05-20 | 3 | -16/+7 |
* | Introduce and use small[u]int type. Changes in size: | Denis Vlasenko | 2008-05-20 | 1 | -1/+1 |
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 25 | -57/+57 |
* | Functions should be either exported in public .h files | Denis Vlasenko | 2008-04-12 | 3 | -6/+3 |
* | add hidden_proto's for __uc_malloc | Denis Vlasenko | 2008-02-12 | 1 | -0/+1 |
* | make regex_old.c, ruserpass.c use __uc_malloc, | Denis Vlasenko | 2007-07-30 | 1 | -1/+5 |
* | the sun rpc code has too many alias violations to worry over now; just disabl... | Mike Frysinger | 2007-02-04 | 1 | -0/+2 |
* | sync some fixes from glibc | Mike Frysinger | 2007-01-29 | 1 | -3/+7 |
* | need to keep __check_rhosts_file exported for proper rhost control | Mike Frysinger | 2007-01-10 | 1 | -1/+5 |
* | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen | 2006-12-07 | 1 | -20/+17 |
* | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen | 2006-12-07 | 1 | -8/+5 |
* | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen | 2006-07-05 | 1 | -1/+0 |
* | need hidden proto for rtime() as well | Mike Frysinger | 2006-06-20 | 1 | -0/+1 |
* | sync fix fixes from glibc | Mike Frysinger | 2006-06-19 | 1 | -7/+9 |
* | dont shadow the socket() function | Mike Frysinger | 2006-06-19 | 2 | -6/+6 |
* | Move hidden xdr_rmtcall_args prototype before first use | Peter S. Mazinger | 2006-03-24 | 1 | -1/+1 |
* | select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not d... | Peter S. Mazinger | 2006-03-23 | 1 | -0/+1 |
* | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger | 2006-03-22 | 1 | -1/+1 |
* | Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP... | Peter S. Mazinger | 2006-03-22 | 1 | -1/+0 |
* | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ... | Peter S. Mazinger | 2006-03-10 | 13 | -13/+0 |
* | Get rid of nested extern warnings if threads are disabled | Peter S. Mazinger | 2006-03-09 | 1 | -4/+4 |
* | Add back sjhill's 14625 commit, correcting the typo that made it fail | Peter S. Mazinger | 2006-03-09 | 1 | -4/+4 |
* | Remove commented include. | "Steven J. Hill" | 2006-02-25 | 1 | -1/+0 |
* | Revert change. Calls can only be used when utilizing TLS. Sorry for the break... | "Steven J. Hill" | 2006-02-25 | 1 | -5/+5 |
* | Use the TSD macros and get rid of warnings. | "Steven J. Hill" | 2006-02-25 | 1 | -4/+5 |
* | tweak the idea between having a MMU and actually using it | Mike Frysinger | 2006-02-18 | 1 | -11/+11 |
* | hide xdr_u_short | Peter S. Mazinger | 2006-02-15 | 1 | -0/+1 |
* | DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db]... | Peter S. Mazinger | 2006-02-15 | 1 | -0/+2 |
* | libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a... | Peter S. Mazinger | 2006-02-13 | 1 | -2/+1 |
* | weaks for __pthread_internal_tsd* are added if not built w/ -DSHARED, header ... | Peter S. Mazinger | 2006-02-01 | 1 | -1/+7 |