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