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
/
include
/
sys
/
mman.h
Age
Commit message (
Expand
)
Author
2010-09-20
nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabled
Carmelo Amoroso
2009-11-19
sync some headers and disable unused prototypes
Peter S. Mazinger
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-15
- Remove linux-specific prototypes if asked to.
Bernhard Reutner-Fischer
2008-11-15
- revert wrong r24049
Bernhard Reutner-Fischer
2008-11-15
- Remove linux-specific prototypes if asked to.
Bernhard Reutner-Fischer
2008-07-23
- fix inline keyword
Bernhard Reutner-Fischer
2008-06-03
- adds several config-options to allow for turning off certain features
Bernhard Reutner-Fischer
2008-03-26
Enable remap_file_pages prototype controlled by __USE_GNU define as well as m...
Carmelo Amoroso
2007-02-21
stub out msync() for no-mmu as well
Mike Frysinger
2006-09-08
add some inline funcs for the mlock funcs on no-mmu
Mike Frysinger
2006-06-07
sync with glibc
Mike Frysinger
2006-02-18
tweak the idea between having a MMU and actually using it
Mike Frysinger
2005-11-04
Sync up w/ glibc
Peter S. Mazinger
2005-10-04
Do not stub out functions for mmu-less systems. Hide all
Eric Andersen
2001-09-27
Rev all the header files to sync things with glibc 2.2.4
Eric Andersen
2001-05-09
Yipe. This was still pulling in kernel headers.
Eric Andersen
2001-02-13
Add MAP_FAILED per spec -- patch from Michael Shmulevich <michaels@jungo.com>
Eric Andersen
2000-05-14
Initial revision
Erik Andersen