.. |
bitypes.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 jaren geleden |
cdefs.h
|
94fa1bb40f
use the __extern_always_inline define from cdefs.h instead of duplicating gcc version checking in every pt-machine.h header ... while __extern_always_inline should work fine, i think what is intended is __extern_inline ... should double check later
|
17 jaren geleden |
dir.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 jaren geleden |
errno.h
|
64bc641218
Initial revision
|
24 jaren geleden |
fcntl.h
|
64bc641218
Initial revision
|
24 jaren geleden |
file.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 jaren geleden |
fsuid.h
|
474c74067c
Add missing sys/fsuid.h
|
23 jaren geleden |
ioctl.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 jaren geleden |
ipc.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 jaren geleden |
kd.h
|
3985e07994
sync with glibc
|
18 jaren geleden |
kdaemon.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 jaren geleden |
klog.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 jaren geleden |
mman.h
|
f1775381f9
- fix inline keyword
|
16 jaren geleden |
mount.h
|
9a51d0b555
sync with glibc
|
18 jaren geleden |
msg.h
|
005d20f04d
Sync up w/ glibc
|
19 jaren geleden |
mtio.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 jaren geleden |
param.h
|
ee22bd6297
sync with glibc
|
18 jaren geleden |
personality.h
|
1f020b1786
- trim any trailing whitespace
|
16 jaren geleden |
poll.h
|
4cc4b30426
- adds several config-options to allow for turning off certain features
|
16 jaren geleden |
queue.h
|
095d670a75
fetch queue.h from latest freebsd cvs
|
17 jaren geleden |
quota.h
|
827aa250db
Enable several more syscalls.
|
23 jaren geleden |
reboot.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 jaren geleden |
resource.h
|
592add99c3
Sync w/ glibc
|
19 jaren geleden |
select.h
|
7c1769e3e4
Sync headers w/ glibc
|
19 jaren geleden |
sem.h
|
ee438a1eb6
implement semtimedop for #927
|
17 jaren geleden |
sendfile.h
|
412218429d
Sync w/ glibc
|
19 jaren geleden |
shm.h
|
cc4d53bbdd
SHMLBA is now defined by arch dependent bits/shm.h file so remove
|
19 jaren geleden |
signal.h
|
64bc641218
Initial revision
|
24 jaren geleden |
socket.h
|
005d20f04d
Sync up w/ glibc
|
19 jaren geleden |
socketvar.h
|
ffb96c0900
Some more major updates to further superate ucLibc from the kernel
|
24 jaren geleden |
soundcard.h
|
0ac7a3d653
Add this so madplay will properly configure itself using oss
|
23 jaren geleden |
stat.h
|
752c3935f0
Sync w/ glibc and define _STAT_VER/_MKNOD_VER to 0, else some apps will consider versioned stat/mknod in uClibc
|
18 jaren geleden |
statfs.h
|
4cc4b30426
- adds several config-options to allow for turning off certain features
|
16 jaren geleden |
statvfs.h
|
005d20f04d
Sync up w/ glibc
|
19 jaren geleden |
swap.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 jaren geleden |
syscall.h
|
ffd98ffec7
Take Mike Frysinger's comments into account -- make certain that user
|
18 jaren geleden |
sysctl.h
|
ee22bd6297
sync with glibc
|
18 jaren geleden |
sysinfo.h
|
fdda13fafb
It seems we need to also define SI_LOAD_SHIFT since that was
|
21 jaren geleden |
syslog.h
|
3e0c11bdce
Heed a warning: "string" was assigned to char*, changing that to const char*
|
16 jaren geleden |
sysmacros.h
|
b9e9cd3224
sync with glibc versions
|
19 jaren geleden |
termios.h
|
64bc641218
Initial revision
|
24 jaren geleden |
time.h
|
a2f6317acd
Sync w/ glibc
|
19 jaren geleden |
timeb.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 jaren geleden |
times.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 jaren geleden |
timex.h
|
4cc4b30426
- adds several config-options to allow for turning off certain features
|
16 jaren geleden |
ttydefaults.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 jaren geleden |
types.h
|
3b44ff3cbc
- sync with glibc (and provide a check for icc).
|
18 jaren geleden |
uio.h
|
005d20f04d
Sync up w/ glibc
|
19 jaren geleden |
un.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 jaren geleden |
unistd.h
|
bcfd17afd8
Sigh. It seems some stupid programs expect this...
|
21 jaren geleden |
ustat.h
|
ea9f6e1e2d
Add support for personality(), prctl(), ustat(), and ulimit()
|
21 jaren geleden |
utsname.h
|
e83a36ce9f
Rev all the header files to sync things with glibc 2.2.4
|
23 jaren geleden |
vfs.h
|
283f7172a1
fix sys/vfs so it doesn't pull in kernel stuff.
|
24 jaren geleden |
vt.h
|
e547d07a48
More cleanups. Fix things so tinylogin compiles.
|
24 jaren geleden |
wait.h
|
8a0cbd49fa
Sync w/ glibc
|
19 jaren geleden |
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 jaren geleden |