.. |
bitypes.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 years ago |
cdefs.h
|
ac131a333b
Remove the rest of "bounded pointers" scaffolding. gcc website says"
|
16 years ago |
dir.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 years ago |
errno.h
|
64bc641218
Initial revision
|
24 years ago |
fcntl.h
|
64bc641218
Initial revision
|
24 years ago |
file.h
|
3f59c71ed8
- whitespace cleanup; no obj-code changes
|
16 years ago |
fsuid.h
|
474c74067c
Add missing sys/fsuid.h
|
23 years ago |
ioctl.h
|
b133fe1cac
next portion of libc_hidden_proto removal
|
16 years ago |
ipc.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 years ago |
kd.h
|
3985e07994
sync with glibc
|
18 years ago |
kdaemon.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 years ago |
klog.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 years ago |
mman.h
|
0f85b228aa
nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabled
|
14 years ago |
mount.h
|
5046a84d82
umount: make umount2 depend on UCLIBC_LINUX_SPECIFIC
|
12 years ago |
msg.h
|
a193e5a084
msgrcv is of type ssize_t
|
15 years ago |
mtio.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 years ago |
param.h
|
87c1f3f912
include/param.h: Dont use ARG_MAX from kernel headers
|
14 years ago |
personality.h
|
1f020b1786
- trim any trailing whitespace
|
16 years ago |
poll.h
|
06419c7f9c
ppoll: no need for hidden version
|
12 years ago |
queue.h
|
bc4bc07d93
sys/queue.h: update to eglibc version
|
13 years ago |
quota.h
|
5f06521bf4
quota.h: update, but keep old functionality
|
12 years ago |
reboot.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 years ago |
resource.h
|
cb97aadebf
Last portion of libc_hidden_proto removal.
|
16 years ago |
select.h
|
6c7c4fb8e1
select: adapt cancelation to use cancel.h
|
12 years ago |
sem.h
|
ee438a1eb6
implement semtimedop for #927
|
17 years ago |
sendfile.h
|
412218429d
Sync w/ glibc
|
19 years ago |
shm.h
|
9a9fe3ad32
sync some headers and disable unused prototypes
|
15 years ago |
signal.h
|
64bc641218
Initial revision
|
24 years ago |
socket.h
|
44100dac11
linux_specific: handle accept4 and pipe2
|
13 years ago |
socketvar.h
|
ffb96c0900
Some more major updates to further superate ucLibc from the kernel
|
24 years ago |
soundcard.h
|
0ac7a3d653
Add this so madplay will properly configure itself using oss
|
23 years ago |
stat.h
|
ef85033ac8
futimens: add function
|
15 years ago |
statfs.h
|
f1358210f6
- remove fstatfs() and statfs() related headers upon request
|
16 years ago |
statvfs.h
|
9a9fe3ad32
sync some headers and disable unused prototypes
|
15 years ago |
swap.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 years ago |
syscall.h
|
148540ddf3
no need for bits/syscalls.h on target
|
15 years ago |
sysctl.h
|
ee22bd6297
sync with glibc
|
18 years ago |
sysinfo.h
|
18af37f89c
sysconf: implement _SC_NPROCESSORS_CONF, _SC_NPROCESSORS_ONLN
|
14 years ago |
syslog.h
|
5c7e1909e1
ssp: rework, sync messages with the ones in glibc
|
12 years ago |
sysmacros.h
|
b9e9cd3224
sync with glibc versions
|
19 years ago |
termios.h
|
64bc641218
Initial revision
|
24 years ago |
time.h
|
8642946bd0
lutimes: add lutimes support
|
14 years ago |
timeb.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 years ago |
times.h
|
cb97aadebf
Last portion of libc_hidden_proto removal.
|
16 years ago |
timex.h
|
9a9fe3ad32
sync some headers and disable unused prototypes
|
15 years ago |
ttydefaults.h
|
3f59c71ed8
- whitespace cleanup; no obj-code changes
|
16 years ago |
types.h
|
acda777b7f
types.h: both icc and tendra support long long
|
12 years ago |
uio.h
|
005d20f04d
Sync up w/ glibc
|
19 years ago |
un.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 years ago |
unistd.h
|
bcfd17afd8
Sigh. It seems some stupid programs expect this...
|
21 years ago |
ustat.h
|
ea9f6e1e2d
Add support for personality(), prctl(), ustat(), and ulimit()
|
21 years ago |
utsname.h
|
9a9fe3ad32
sync some headers and disable unused prototypes
|
15 years ago |
vfs.h
|
283f7172a1
fix sys/vfs so it doesn't pull in kernel stuff.
|
24 years ago |
vt.h
|
e547d07a48
More cleanups. Fix things so tinylogin compiles.
|
24 years ago |
wait.h
|
08b258aeb9
waitpid.c: provide __waitpid_nocancel, use cancel.h
|
12 years ago |
xattr.h
|
d503d1d6c6
- Added support for 13 new syscalls to allow more things to compile when using uClibc. mincore() and the ones for Extended Attributes setxattr(), lsetxattr(), fsetxattr(), getxattr(), lgetxattr(), fgetxattr(), listxattr(), llistxattr(), flistxattr(), removexattr(), lremovexattr(), fremovexattr() which are optional.
|
20 years ago |