summaryrefslogtreecommitdiffstats
path: root/libc/unistd/getlogin.c
Commit message (Collapse)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-4/+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: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-1/+1
| | | | | Appears to build fine (several .configs tried)
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
|
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-2/+2
| | | | | | | | | in string.h and strings.h. This caught unguarded string ops in libc/inet/ethers.c __ether_line_w() function. I will wait for fallout reports for a week or so, then continue converting more libc_hidden_proto's.
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-051-5/+2
| | | | I had clearly run search/replace on that were cluttering things up.
* update licenseMike Frysinger2006-07-051-14/+2
|
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-0/+1
|
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-1/+2
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-7/+12
| | | | missing headers, other jump relocs removed
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-4/+5
|
* Hide mostly used functionsPeter S. Mazinger2005-12-011-2/+2
|
* oopsEric Andersen2003-12-221-1/+1
|
* implement the worthless cuserid() function we claim to support.Eric Andersen2003-12-221-0/+8
| | | | | This isn't in SuSv3, but is expected by at least some apps such as emacs...
* Patch from Luc Van Oostenryck to fix a buffer overflowEric Andersen2002-11-151-1/+1
| | | | in getlogin_r
* Prevent buffer overflowEric Andersen2002-06-151-6/+7
|
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-5/+4
|
* Add in a trivial getlogin implementationEric Andersen2001-04-201-0/+48