Wang Yufen
|
e55f589191
add argument check in mknod
|
10 yıl önce |
Markos Chandras
|
6589e886e0
mknod: Use mknodat if arch does not have the mknod syscall
|
12 yıl önce |
Mike Frysinger
|
5590ebbd36
mknod: convert to INLINE_SYSCALL() to sync with glibc
|
15 yıl önce |
Denis Vlasenko
|
7f5cc205a7
mknod: widen the parameters to match kernel
|
15 yıl önce |
Denis Vlasenko
|
cb97aadebf
Last portion of libc_hidden_proto removal.
|
16 yıl önce |
Rob Landley
|
2fa869ff39
Current kernels support more than 8 bit major/minor. Pass dev_t through to
|
16 yıl önce |
Bernhard Reutner-Fischer
|
fc44a577aa
- trim superfluous ';'. No objcode changes
|
16 yıl önce |
Bernhard Reutner-Fischer
|
f1775381f9
- fix inline keyword
|
16 yıl önce |
Eric Andersen
|
ffd98ffec7
Take Mike Frysinger's comments into account -- make certain that user
|
18 yıl önce |
Peter S. Mazinger
|
6f7dc709ed
make DODEBUG=y happy, update sysdeps/common/* copyright
|
19 yıl önce |
Peter S. Mazinger
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
19 yıl önce |
Peter S. Mazinger
|
fec4793c9a
Implement __mknod and use it
|
19 yıl önce |
Mike Frysinger
|
a7e14569d2
fix eriks e-mail address
|
20 yıl önce |
Eric Andersen
|
6a108999f8
Be certain to include sys/sysmacros.h when major() and minor()
|
20 yıl önce |
Eric Andersen
|
6334e558ab
Split up syscalls.c, since it had grown to be quite large and ugly.
|
21 yıl önce |
Eric Andersen
|
3fec316902
Eliminate wrapping of struct stat and use the kernel version
|
22 yıl önce |
Eric Andersen
|
470b19d84b
Oops. I accidentally omitted the actual mknod() function.
|
22 yıl önce |
Eric Andersen
|
a9752043dd
Add some syscalls which I moved out of syscalls.c
|
22 yıl önce |