summaryrefslogtreecommitdiffstats
path: root/libc/misc/internals/tempname.c
Commit message (Expand)AuthorAgeFilesLines
* tempname: fix int precision warningsMike Frysinger2011-02-221-1/+4
* make the sem_open changes actually compileAustin Foxley2009-11-091-1/+1
* Extend __gen_tempname with mode argumentMikhail Gusarov2009-11-091-7/+7
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-3/+0
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-11/+0
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-2/+2
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-6/+6
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-181-1/+1
* - use c89-style commentsBernhard Reutner-Fischer2008-10-031-1/+1
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-2/+2
* Nickolai Zeldovich writes: if the temp name already exists, then the retry co...Mike Frysinger2007-05-061-10/+9
* Do not build *64 and llseek, correct some failure when LFS is disabledPeter S. Mazinger2006-01-271-0/+2
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-18/+25
* touchup code a bit and shrink it by a few bytesMike Frysinger2006-01-081-34/+31
* Convert internal users of chmod/*stat*, minimize change for __strsepPeter S. Mazinger2005-12-131-2/+2
* macro away the last parameter since we dont actually utilize it (saves a few ...Mike Frysinger2005-12-101-5/+5
* Implement hidden poll, switch user to hidden *printf/*scanf/pollPeter S. Mazinger2005-12-091-1/+1
* Use internal versionsPeter S. Mazinger2005-12-081-0/+2
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-1/+1
* Hide mostly used functionsPeter S. Mazinger2005-12-011-10/+12
* 100 JUMP relocs less (remaining 431) by hiding internally used onesPeter S. Mazinger2005-11-261-1/+1
* Some more hidden internalsPeter S. Mazinger2005-11-261-1/+1
* In Bug 116, dicksnippe writes:Mike Frysinger2005-04-161-3/+32
* Oops. Missed a spot.Eric Andersen2004-06-121-1/+1
* scrap the goofy time + getpid() based "randomness" and useEric Andersen2004-06-061-28/+35
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-1/+1
* Some commentaryEric Andersen2002-06-181-5/+4
* Remove function declartions from include/features.h, createEric Andersen2002-04-011-0/+1
* Rework __gen_tempname() to better match glibc, and add mkstemp64(),Eric Andersen2002-03-311-42/+64
* Swap in the new stdio code.Manuel Novoa III2002-03-121-14/+23
* Update temp file handling and use a single function to do allEric Andersen2001-04-181-0/+187