Age | Commit message (Expand) | Author |
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 |
2006-02-15 | hide xdr_u_short | Peter S. Mazinger |
2006-02-15 | DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db]... | Peter S. Mazinger |
2006-02-13 | libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a... | Peter S. Mazinger |
2006-02-01 | weaks for __pthread_internal_tsd* are added if not built w/ -DSHARED, header ... | Peter S. Mazinger |
2006-01-31 | don't include wchar.h if WCHAR is disabled | Peter S. Mazinger |
2006-01-30 | Change the only bcopy user to memmove and remove internal version of bcopy | Peter S. Mazinger |
2006-01-29 | sync with glibc and rename local socket var to _socket | Mike Frysinger |
2006-01-29 | sync func def with glibc and dont include sys/socket.h since we dont use sock... | Mike Frysinger |
2006-01-29 | sync comment with glibc and dont include sys/socket.h since we dont use socket() | Mike Frysinger |
2006-01-29 | rename to match glibc | Mike Frysinger |
2006-01-29 | rename to match glibc | Mike Frysinger |
2006-01-29 | sync with glibc and rename socket vars to _socket | Mike Frysinger |
2006-01-29 | sync iruserfopen() prototype with glibc and remove double setting of cp to NU... | Mike Frysinger |
2006-01-29 | Bernhard Fischer writes: remove unused variable __rcmd_errstr | Mike Frysinger |
2006-01-29 | small sync with glibc | Mike Frysinger |
2006-01-26 | Get rid of missing prototype warnings | Peter S. Mazinger |
2006-01-24 | Use wildcard *.c for full rpc, update copyright | Peter S. Mazinger |
2006-01-24 | s/svc_auth_unix.c/svc_authux.c/ | Peter S. Mazinger |
2006-01-24 | s/rpc_callmsg.c/rpc_cmsg.c/ for non-full rpc as well | Peter S. Mazinger |
2006-01-23 | sync with glibc | Mike Frysinger |
2006-01-23 | Add some attribute_noreturn, replace __attribute__ ((noreturn)) as well | Peter S. Mazinger |
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger |
2006-01-20 | disable deprecated warnings for some files | Mike Frysinger |
2006-01-16 | Last relocs jump and global data, (even locales) that I could remove are gone... | Peter S. Mazinger |