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