summaryrefslogtreecommitdiffstats
path: root/libc/inet/rpc/ruserpass.c
Commit message (Collapse)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-181-22/+0
| | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-14/+14
| | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character)
* Synch with trunk @ 24087Carmelo Amoroso2008-11-181-1/+1
| | | | Step 10: libc_hidden_removal
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵Carmelo Amoroso2008-07-091-9/+9
| | | | NPTL sh4 port build and work fine. All committed to allow Khem Ray working on a working branch to integrate the ARM nptl port. MIPS nptl port not tested but should still building and working fine. There are some other part non yet merged with trunk (misc/internals and some headers file that need some more work). Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Sync build machinery stuff from trunk. Some more fixed for mips nptl portKhem Raj2008-06-271-1/+0
|
* Merge from trunk and bring in NPTL changes."Steven J. Hill"2006-08-231-0/+1
|
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-251-55/+69
|
* Merge from trunk."Steven J. Hill"2006-01-141-11/+13
|
* Merge from trunk."Steven J. Hill"2005-12-101-14/+15
|
* Merge from trunk."Steven J. Hill"2005-12-081-10/+4
|
* Big merge from trunk. Stop the madness!"Steven J. Hill"2005-12-061-3/+6
|
* Merge from trunk. More to come you betcha'."Steven J. Hill"2005-12-021-16/+20
|
* I missed a spot.Eric Andersen2002-08-121-0/+2
| | | | -Erik
* Oops. missed a spot.Eric Andersen2002-08-081-1/+1
| | | | -Erik
* Fix a silly bug with using fstat64 instead of just fstat. NoEric Andersen2002-08-081-2/+2
| | | | | reason for 64bit stuff just to check perms. -Erik
* Rework RPC code once again. By default, only enable theEric Andersen2002-08-061-0/+327
stuff needed for NFS mounts, rsh, and similar. -Erik