Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libc: Fix typo in include/rpc | Carmelo Amoroso | 2010-02-08 | 3 | -6/+6 |
| | | | | | | | s/GNU_SOUCE/GNU_SOURCE/ in include/rcp/ Signed-off-by: Jason Woodward <jason.woodward@timesys.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | sync some headers and disable unused prototypes | Peter S. Mazinger | 2009-11-19 | 2 | -0/+8 |
| | | | | | Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | s/UCLIBC_INTERNAL/_LIBC/g | Denys Vlasenko | 2009-07-21 | 1 | -1/+1 |
| | | | | | | | | | | Undo my old mistake. I added UCLIBC_INTERNAL define, but later I realized _LIBC is doing exactly the same thing. This change converts all usages of UCLIBC_INTERNAL to _LIBC, removing all instances of UCLIBC_INTERNAL. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | - whitespace cleanup; no obj-code changes | Bernhard Reutner-Fischer | 2008-12-29 | 1 | -1/+1 |
| | |||||
* | rpc: constify data, localize unnecessarily static data | Denis Vlasenko | 2008-12-01 | 1 | -0/+4 |
| | | | | | | | text+data text+rodata rwdata bss filename - 2308 2284 24 24 libc/inet/rpc/clnt_unix.o + 2308 2308 0 0 libc/inet/rpc/clnt_unix.o | ||||
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 13 | -3/+75 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 2 | -0/+2 |
| | |||||
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 2 | -50/+50 |
| | |||||
* | Functions should be either exported in public .h files | Denis Vlasenko | 2008-04-12 | 1 | -0/+3 |
| | | | | | | | | | | | | | and marked with libc_hidden_proto/def(), or not be exported in .h files and be hidden (or even static if possible). We have five functions which violate this. Fixing: netdb.h: export ruserpass() rpc/rpc.h: export xdr_accepted_reply() and xdr_rejected_reply() make inet_ntoa_r static function (it is not exported in any .h file) make _time_tzset hidden function (it is not exported in any .h file) | ||||
* | Guard the reentrant prototypes w/ appropiate config option | Peter S. Mazinger | 2006-03-19 | 1 | -1/+1 |
| | |||||
* | Remove unneeded _GNU_SOURCE | Peter S. Mazinger | 2006-01-23 | 1 | -3/+0 |
| | |||||
* | sync with glibc | Mike Frysinger | 2006-01-23 | 1 | -23/+11 |
| | |||||
* | Sync up w/ glibc | Peter S. Mazinger | 2005-11-04 | 2 | -13/+13 |
| | |||||
* | Replace IXDR_GET_LONG/IXDR_PUT_LONG so that they build with newer gcc. Note ↵ | Manuel Novoa III | 2005-05-02 | 1 | -2/+12 |
| | | | | the comment in the code. | ||||
* | Alexandre Oliva writes: | Eric Andersen | 2004-02-18 | 1 | -2/+2 |
| | | | | | | | | | | While testing the FR-V code with GCC mainline, I ran into some problems in the RPC code. It relies on a GCC extension that is no longer available, namely, the result of a cast is no longer considered an lvalue. This patch enables the code to compile. I haven't been able to test RPC though, especially in a multi-threaded environment. | ||||
* | Update rpc headers. Add missing some headers | Eric Andersen | 2002-06-17 | 4 | -2/+48 |
| | | | | -Erik | ||||
* | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen | 2001-09-27 | 15 | -284/+325 |
| | |||||
* | Makeheader files be more like GNU | Eric Andersen | 2001-01-15 | 6 | -33/+31 |
| | |||||
* | Make some of the rpc stuff compile | Eric Andersen | 2000-08-03 | 4 | -14/+16 |
| | | | | -Erik | ||||
* | Some more major updates to further superate ucLibc from the kernel | Eric Andersen | 2000-07-06 | 17 | -363/+1417 |
| | | | | | headers (the way it has been done in GNU libc). -Erik | ||||
* | Finished porting stuff to x86 and supporting the Linux 2.2 kernels. | Erik Andersen | 2000-05-15 | 2 | -3/+2 |
| | | | | | It now compiles.... -Erik | ||||
* | Some makefile updates to make it behave a bit better/consistently. | Erik Andersen | 2000-05-14 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Initial revision0_9_1 | Erik Andersen | 2000-05-14 | 13 | -0/+1750 |