Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-09 | arc4random.c, stdlib.h: get rid of hidden arc4random_stir | Peter S. Mazinger | |
The function is used only in one file, make an internal static version for this Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> | |||
2011-03-03 | style update | Peter S. Mazinger | |
Style update avoiding compile warnings Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> | |||
2009-09-18 | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | |
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> | |||
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko | |
Appears to build fine (several .configs tried) | |||
2008-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko | |
2008-11-18 | libc_hidden_proto removal, just a few functions | Denis Vlasenko | |
2008-07-23 | - fix inline keyword | Bernhard Reutner-Fischer | |
2006-02-13 | Don't compile arc4random if option not set | Peter S. Mazinger | |
2006-02-08 | janlana writes in Bug 700: use standard uint* types rather than u_int | Mike Frysinger | |
2006-01-17 | correct prototypes and 1 reloc less | Peter S. Mazinger | |
2006-01-14 | adapt to new hidden | Peter S. Mazinger | |
2006-01-08 | import the arc4random() function by ashes in Bug 90 | Mike Frysinger | |