This website requires JavaScript.
Explore
Help
Sign In
Aren
/
haiku
Watch
1
Star
0
Fork
0
You've already forked haiku
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
haiku
/
headers
/
posix
History
Jérôme Duval
765ae3a785
Applied patch from Mika Lindqvist: This patch implements both strlwr() and strupr() functions in libroot and includes strupr() in kernel build.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26226 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-07-02 19:30:46 +00:00
..
arch
Placeholder for ARM.
2008-06-25 22:57:34 +00:00
arpa
…
net
…
netinet
Added missing INET_ADDRSTRLEN.
2008-05-21 22:37:42 +00:00
netinet6
…
sys
* Added sys/ipc.h header. As the functionality has not yet been implemented,
2008-05-26 16:55:57 +00:00
alloca.h
…
assert.h
…
bsd_mem.h
…
ctype.h
…
dirent.h
…
div_t.h
…
dlfcn.h
…
endian.h
…
errno.h
…
fcntl.h
…
fnmatch.h
…
getopt.h
…
glob.h
…
grp.h
…
iconv.h
…
inttypes.h
…
iovec.h
…
libio.h
…
limits.h
Define PAGE_SIZE and PAGESIZE in limits.h. It should really depend on B_PAGE_SIZE, but I'm not sure we can #include anything in there...
2008-05-23 01:01:57 +00:00
locale.h
…
malloc.h
…
math.h
…
memory.h
…
netdb.h
…
nl_types.h
…
null.h
…
poll.h
…
pthread.h
* Added pthread_attr_setscope(), and pthread_attr_getscope(). We only support
2008-05-23 11:24:40 +00:00
pwd.h
…
regex.h
…
resolv.h
…
search.h
The "search.h" header had a couple of issues:
2008-06-06 07:42:58 +00:00
semaphore.h
Removed <syscalls.h>' dependency to <semaphore.h> by giving the sem_t
2008-06-19 00:05:01 +00:00
setjmp.h
…
shadow.h
…
signal.h
Patch by Vasilis Kaoutsis: Added sigpause().
2008-05-28 15:28:49 +00:00
size_t.h
…
stdint.h
…
stdio_post.h
…
stdio_pre.h
…
stdio.h
…
stdlib.h
…
string.h
Applied patch from Mika Lindqvist: This patch implements both strlwr() and strupr() functions in libroot and includes strupr() in kernel build.
2008-07-02 19:30:46 +00:00
strings.h
…
syslog.h
Forgot closing parenthesis.
2008-05-21 21:08:47 +00:00
termios.h
…
time.h
…
unistd.h
* Fix typo. Thanks mjw!
2008-06-25 19:29:03 +00:00
utime.h
…
wchar_t.h
…
wchar.h
…
wctype.h
…