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
/
misc
/
file
/
lockf64.c
Age
Commit message (
Expand
)
Author
2012-06-15
no need for hidden lockf64
Peter S. Mazinger
2009-09-18
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
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-05-19
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
Denis Vlasenko
2006-02-27
Get rid of redefines on ppc pointed out by vapier
Peter S. Mazinger
2006-02-26
Use _lfs_64, reorganize a bit, why did stat*fs64 use stat*fs?
Peter S. Mazinger
2006-01-22
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...
Peter S. Mazinger
2006-01-14
get rid of fcntl64 jump reloc
Peter S. Mazinger
2006-01-14
disable redirect for fcntl64 until a good way is found
Peter S. Mazinger
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2005-12-16
Correct some problems
Peter S. Mazinger
2005-12-13
Convert all users of earlier hiddens
Peter S. Mazinger
2005-12-13
Hide chmod, lockf*
Peter S. Mazinger
2005-12-03
More hiding, including __mempcpy
Peter S. Mazinger
2005-12-01
Hide mostly used functions
Peter S. Mazinger
2005-10-25
Make use of fcntl64 syscall if possible
Peter S. Mazinger
2003-01-18
Only include lockf64 when large file support is enabled, fixing
Eric Andersen
2003-01-10
Implement lockf64
Eric Andersen