.. |
bitypes.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 anos atrás |
cdefs.h
|
ac131a333b
Remove the rest of "bounded pointers" scaffolding. gcc website says"
|
16 anos atrás |
dir.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 anos atrás |
errno.h
|
64bc641218
Initial revision
|
24 anos atrás |
fcntl.h
|
64bc641218
Initial revision
|
24 anos atrás |
file.h
|
3f59c71ed8
- whitespace cleanup; no obj-code changes
|
16 anos atrás |
fsuid.h
|
474c74067c
Add missing sys/fsuid.h
|
23 anos atrás |
ioctl.h
|
b133fe1cac
next portion of libc_hidden_proto removal
|
16 anos atrás |
ipc.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 anos atrás |
kd.h
|
3985e07994
sync with glibc
|
18 anos atrás |
kdaemon.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 anos atrás |
klog.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 anos atrás |
mman.h
|
9a9fe3ad32
sync some headers and disable unused prototypes
|
15 anos atrás |
mount.h
|
854c3194a2
sys/mount.h: sync with latest glibc
|
15 anos atrás |
msg.h
|
a193e5a084
msgrcv is of type ssize_t
|
15 anos atrás |
mtio.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 anos atrás |
param.h
|
ee22bd6297
sync with glibc
|
18 anos atrás |
personality.h
|
1f020b1786
- trim any trailing whitespace
|
16 anos atrás |
poll.h
|
9a9fe3ad32
sync some headers and disable unused prototypes
|
15 anos atrás |
queue.h
|
3f59c71ed8
- whitespace cleanup; no obj-code changes
|
16 anos atrás |
quota.h
|
827aa250db
Enable several more syscalls.
|
23 anos atrás |
reboot.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 anos atrás |
resource.h
|
cb97aadebf
Last portion of libc_hidden_proto removal.
|
16 anos atrás |
select.h
|
cb97aadebf
Last portion of libc_hidden_proto removal.
|
16 anos atrás |
sem.h
|
ee438a1eb6
implement semtimedop for #927
|
17 anos atrás |
sendfile.h
|
412218429d
Sync w/ glibc
|
19 anos atrás |
shm.h
|
9a9fe3ad32
sync some headers and disable unused prototypes
|
15 anos atrás |
signal.h
|
64bc641218
Initial revision
|
24 anos atrás |
signalfd.h
|
8e36b7ce60
- add signalfd()
|
16 anos atrás |
socket.h
|
9a9fe3ad32
sync some headers and disable unused prototypes
|
15 anos atrás |
socketvar.h
|
ffb96c0900
Some more major updates to further superate ucLibc from the kernel
|
24 anos atrás |
soundcard.h
|
0ac7a3d653
Add this so madplay will properly configure itself using oss
|
23 anos atrás |
stat.h
|
fd72e30425
first pass at implementing *at funcs
|
15 anos atrás |
statfs.h
|
f1358210f6
- remove fstatfs() and statfs() related headers upon request
|
16 anos atrás |
statvfs.h
|
9a9fe3ad32
sync some headers and disable unused prototypes
|
15 anos atrás |
swap.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 anos atrás |
syscall.h
|
148540ddf3
no need for bits/syscalls.h on target
|
15 anos atrás |
sysctl.h
|
ee22bd6297
sync with glibc
|
18 anos atrás |
sysinfo.h
|
b7ca08e773
- Remove linux-specific prototypes if asked to.
|
16 anos atrás |
syslog.h
|
cb97aadebf
Last portion of libc_hidden_proto removal.
|
16 anos atrás |
sysmacros.h
|
b9e9cd3224
sync with glibc versions
|
19 anos atrás |
termios.h
|
64bc641218
Initial revision
|
24 anos atrás |
time.h
|
fd72e30425
first pass at implementing *at funcs
|
15 anos atrás |
timeb.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 anos atrás |
times.h
|
cb97aadebf
Last portion of libc_hidden_proto removal.
|
16 anos atrás |
timex.h
|
9a9fe3ad32
sync some headers and disable unused prototypes
|
15 anos atrás |
ttydefaults.h
|
3f59c71ed8
- whitespace cleanup; no obj-code changes
|
16 anos atrás |
types.h
|
3f59c71ed8
- whitespace cleanup; no obj-code changes
|
16 anos atrás |
uio.h
|
005d20f04d
Sync up w/ glibc
|
19 anos atrás |
un.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 anos atrás |
unistd.h
|
bcfd17afd8
Sigh. It seems some stupid programs expect this...
|
21 anos atrás |
ustat.h
|
ea9f6e1e2d
Add support for personality(), prctl(), ustat(), and ulimit()
|
21 anos atrás |
utsname.h
|
9a9fe3ad32
sync some headers and disable unused prototypes
|
15 anos atrás |
vfs.h
|
283f7172a1
fix sys/vfs so it doesn't pull in kernel stuff.
|
24 anos atrás |
vt.h
|
e547d07a48
More cleanups. Fix things so tinylogin compiles.
|
24 anos atrás |
wait.h
|
9a9fe3ad32
sync some headers and disable unused prototypes
|
15 anos atrás |
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 anos atrás |