| Commit message (Expand) | Author | Age | Files | Lines |
* | tempname: fix int precision warnings | Mike Frysinger | 2011-02-22 | 1 | -1/+4 |
* | make the sem_open changes actually compile | Austin Foxley | 2009-11-09 | 1 | -1/+1 |
* | Extend __gen_tempname with mode argument | Mikhail Gusarov | 2009-11-09 | 1 | -7/+7 |
* | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko | 2009-09-18 | 1 | -3/+0 |
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 1 | -11/+0 |
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -2/+2 |
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 1 | -6/+6 |
* | libc_hidden_proto removal, just a few functions | Denis Vlasenko | 2008-11-18 | 1 | -1/+1 |
* | - use c89-style comments | Bernhard Reutner-Fischer | 2008-10-03 | 1 | -1/+1 |
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 1 | -2/+2 |
* | Nickolai Zeldovich writes: if the temp name already exists, then the retry co... | Mike Frysinger | 2007-05-06 | 1 | -10/+9 |
* | Do not build *64 and llseek, correct some failure when LFS is disabled | Peter S. Mazinger | 2006-01-27 | 1 | -0/+2 |
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 1 | -18/+25 |
* | touchup code a bit and shrink it by a few bytes | Mike Frysinger | 2006-01-08 | 1 | -34/+31 |
* | Convert internal users of chmod/*stat*, minimize change for __strsep | Peter S. Mazinger | 2005-12-13 | 1 | -2/+2 |
* | macro away the last parameter since we dont actually utilize it (saves a few ... | Mike Frysinger | 2005-12-10 | 1 | -5/+5 |
* | Implement hidden poll, switch user to hidden *printf/*scanf/poll | Peter S. Mazinger | 2005-12-09 | 1 | -1/+1 |
* | Use internal versions | Peter S. Mazinger | 2005-12-08 | 1 | -0/+2 |
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -1/+1 |
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 1 | -10/+12 |
* | 100 JUMP relocs less (remaining 431) by hiding internally used ones | Peter S. Mazinger | 2005-11-26 | 1 | -1/+1 |
* | Some more hidden internals | Peter S. Mazinger | 2005-11-26 | 1 | -1/+1 |
* | In Bug 116, dicksnippe writes: | Mike Frysinger | 2005-04-16 | 1 | -3/+32 |
* | Oops. Missed a spot. | Eric Andersen | 2004-06-12 | 1 | -1/+1 |
* | scrap the goofy time + getpid() based "randomness" and use | Eric Andersen | 2004-06-06 | 1 | -28/+35 |
* | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen | 2002-10-31 | 1 | -1/+1 |
* | Some commentary | Eric Andersen | 2002-06-18 | 1 | -5/+4 |
* | Remove function declartions from include/features.h, create | Eric Andersen | 2002-04-01 | 1 | -0/+1 |
* | Rework __gen_tempname() to better match glibc, and add mkstemp64(), | Eric Andersen | 2002-03-31 | 1 | -42/+64 |
* | Swap in the new stdio code. | Manuel Novoa III | 2002-03-12 | 1 | -14/+23 |
* | Update temp file handling and use a single function to do all | Eric Andersen | 2001-04-18 | 1 | -0/+187 |