index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
inet
/
rpc
/
pmap_rmt.c
Age
Commit message (
Expand
)
Author
2008-05-19
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
Denis Vlasenko
2006-03-24
Move hidden xdr_rmtcall_args prototype before first use
Peter S. Mazinger
2006-01-29
sync with glibc and rename local socket var to _socket
Mike Frysinger
2006-01-16
some global data relocs gone
Peter S. Mazinger
2006-01-14
make DODEBUG=y happy, update sysdeps/common/* copyright
Peter S. Mazinger
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2005-12-09
Implement hidden poll, switch user to hidden *printf/*scanf/poll
Peter S. Mazinger
2005-12-08
mmap/mremap/socket/rewind gone
Peter S. Mazinger
2005-12-08
Again rpc ;-( , all *inet*, *addr*
Peter S. Mazinger
2005-12-07
No more *xdr* jump relocations
Peter S. Mazinger
2005-12-07
Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...
Peter S. Mazinger
2005-12-03
More hiding, including __mempcpy
Peter S. Mazinger
2005-12-01
Hide mostly used functions
Peter S. Mazinger
2005-11-26
100 JUMP relocs less (remaining 431) by hiding internally used ones
Peter S. Mazinger
2004-03-18
Based on a patch from Alexandre Oliva, remove all reference to 'bzero' (which
Eric Andersen
2002-06-18
Make sure the sccsid tags never get compiled in.
Eric Andersen
2002-06-17
Re-backport all the rpc stuff from glibc 2.2.5. This allows us to make this
Eric Andersen
2001-11-21
Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and add
Eric Andersen
2001-02-12
Clean up lots of warnings.
Manuel Novoa III
2001-02-05
Fix the worst of the damage so it actually compiles now (though, strictly
Eric Andersen
2001-02-05
Update networking includes.
Eric Andersen
2001-01-15
I've been working on fixing up the rpc crap. now it is only
Eric Andersen
2000-10-09
Bug ugly formatting update
Eric Andersen
2000-05-15
Finished porting stuff to x86 and supporting the Linux 2.2 kernels.
Erik Andersen
2000-05-14
Some makefile updates to make it behave a bit better/consistently.
Erik Andersen
2000-05-14
Initial revision
Erik Andersen