index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
inet
/
if_index.c
Age
Commit message (
Expand
)
Author
2009-09-18
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
Denys Vlasenko
2009-09-18
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2009-09-05
do not save/restore errno around free() calls
Denys Vlasenko
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
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
- trim any trailing whitespace
Bernhard Reutner-Fischer
2008-06-03
- adds several config-options to allow for turning off certain features
Bernhard Reutner-Fischer
2008-05-19
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
Denis Vlasenko
2006-03-22
Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP...
Peter S. Mazinger
2006-01-22
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...
Peter S. Mazinger
2006-01-14
make DODEBUG=y happy, update sysdeps/common/* copyright
Peter S. Mazinger
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2006-01-06
as weber notes in Bug 99:
Mike Frysinger
2006-01-06
create __if_nametoindex hidden alias and use it
Mike Frysinger
2006-01-06
rework the alloca() loop slightly to save some space
Mike Frysinger
2006-01-06
sync with glibc
Mike Frysinger