Ulrich Drepper
|
88e7faf1e1
|
Cleanup comment.
|
1998-11-12 11:21:36 +00:00 |
|
Ulrich Drepper
|
200172bd3f
|
Define ISO C 9X stuff only if included from math.h and __USE_ISOC9X is
defined.
|
1998-11-10 19:10:36 +00:00 |
|
Ulrich Drepper
|
79df5fdb24
|
Define only if __USE_ISOC9X.
|
1998-11-05 18:05:39 +00:00 |
|
Ulrich Drepper
|
1dc5a942c9
|
Kill __syscall* bits.
|
1998-10-31 23:38:23 +00:00 |
|
Ulrich Drepper
|
26ecf6a886
|
(INLINE_SYSCALL): New.
|
1998-10-31 23:38:09 +00:00 |
|
Ulrich Drepper
|
13d54c34ab
|
(INLINE_SYSCALL*): New.
(inline_syscall*): New.
|
1998-10-31 23:37:54 +00:00 |
|
Ulrich Drepper
|
9dda87abb5
|
(__FDS_BITS): New macro to access fds_bits member.
|
1998-10-28 14:41:28 +00:00 |
|
Ulrich Drepper
|
ad427949d1
|
Include bits/pthreadtypes.h only not for POSIX 199506.
|
1998-10-26 15:43:18 +00:00 |
|
Ulrich Drepper
|
04cfab5065
|
Rename __syscall_pwrite64 to __syscall_pwrite.
|
1998-10-26 11:09:12 +00:00 |
|
Ulrich Drepper
|
d87c3bc05d
|
Rename __syscall_pwrite64 to __syscall_pwrite.
Rename __sys_llseek to __syscall__llseek.
|
1998-10-26 11:08:18 +00:00 |
|
Andreas Schwab
|
dca1708014
|
* sysdeps/unix/sysv/linux/m68k/Makefile [subdir=signal]: Remove
rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait, rt_sigqueueinfo,
rt_sigaction and rt_sigpending.
* sysdeps/unix/sysv/linux/m68k/syscalls.list: Remove all entries
for __syscall_* functions.
* sysdeps/unix/sysv/linux/m68k/sysdep.h: Implement INLINE_SYSCALL.
|
1998-10-26 01:47:41 +00:00 |
|
Ulrich Drepper
|
b227d2e7eb
|
(__fd_set): Define element as fds_bits only is __USE_XOPEN. Otherwise
use __fds_bits.
|
1998-10-25 09:10:44 +00:00 |
|
Ulrich Drepper
|
0b78da0365
|
(timeval): Protect with __need_timeval.
|
1998-10-25 09:09:44 +00:00 |
|
Ulrich Drepper
|
e1a011e731
|
(LOCK_SH, LOCK_EX, LOCK_NB, LOCK_UN): Protect with __USE_BSD.
|
1998-10-25 09:09:29 +00:00 |
|
Ulrich Drepper
|
91c2d73543
|
Remove duplicate definition of O_LARGEFILE.
|
1998-10-24 11:01:21 +00:00 |
|
Ulrich Drepper
|
ec86258b00
|
(__pathconf): Use path as first argument to statfs.
|
1998-10-24 10:59:25 +00:00 |
|
Ulrich Drepper
|
47754990f4
|
(O_NOFOLLOW): New macro.
|
1998-10-23 23:24:00 +00:00 |
|
Ulrich Drepper
|
abcecb5bd2
|
(O_LARGEFILE, O_NOFOLLOW, O_DIRECT): New macros.
(O_DIRECTORY): Correct definition according to official 2.1.126.
|
1998-10-23 23:22:54 +00:00 |
|
Ulrich Drepper
|
a2567f7925
|
Add setresuid.c, setresgid.c, setfsuid.c, and setfsgid.c.
|
1998-10-23 14:04:39 +00:00 |
|
Ulrich Drepper
|
d8f1bea433
|
Remove duplicate ustat definition.
|
1998-10-23 14:00:35 +00:00 |
|
Ulrich Drepper
|
1cecc97eb7
|
Include <asm/ptrace.h> to define struct pt_regs.
|
1998-10-23 13:42:01 +00:00 |
|
Ulrich Drepper
|
8ffd8e8442
|
Remove spurious call to C_SYMBOL_NAME macro.
|
1998-10-23 13:41:52 +00:00 |
|
Ulrich Drepper
|
9c962c928d
|
Don't bother including <asm/ptrace.h> here.
|
1998-10-23 13:41:45 +00:00 |
|
Ulrich Drepper
|
3e79e19491
|
Handle _PC_LINK_MAX here.
|
1998-10-23 13:41:33 +00:00 |
|
Ulrich Drepper
|
96b2e43371
|
Use __PMT instead of __P for sa_restorer.
|
1998-10-22 14:41:10 +00:00 |
|
Ulrich Drepper
|
c4d9992549
|
Wrap assembler macros in #ifdef __ASSEMBLER__.
|
1998-10-22 11:17:42 +00:00 |
|
Ulrich Drepper
|
5e9b4624ad
|
[subdir=signal] (sysdep_routines): Add various rt_* functions.
|
1998-10-21 15:40:22 +00:00 |
|
Ulrich Drepper
|
1d40317e33
|
Add various __syscall_* definitions.
|
1998-10-21 15:28:22 +00:00 |
|
Ulrich Drepper
|
90f70b8356
|
Linux/m68k specific setreuid definition.
|
1998-10-21 15:27:42 +00:00 |
|
Ulrich Drepper
|
7523f256a8
|
Linux/m68k specific setregid definition.
|
1998-10-21 15:27:37 +00:00 |
|
Ulrich Drepper
|
7471881d52
|
Linux/ARM implementation of setreuid.
|
1998-10-21 15:14:34 +00:00 |
|
Ulrich Drepper
|
a418924030
|
Linux/ARM implementation of setregid.
|
1998-10-21 15:14:29 +00:00 |
|
Andreas Schwab
|
97c1529523
|
* sysdeps/unix/sysv/linux/m68k/setfsuid.c: Add real contents.
* sysdeps/unix/sysv/linux/m68k/syscalls.list: Add s_setfs[ug]id.
|
1998-10-21 01:50:21 +00:00 |
|
Ulrich Drepper
|
0e8ad5182b
|
Added setfsgid and setfsuid.
|
1998-10-19 14:40:52 +00:00 |
|
Ulrich Drepper
|
2b0a897428
|
Wrapper arpund system call with check of parameter value range.
|
1998-10-18 13:05:43 +00:00 |
|
Ulrich Drepper
|
c220db51b0
|
Add O_DIRECTORY.
|
1998-10-16 16:29:19 +00:00 |
|
Ulrich Drepper
|
d69f35a807
|
Add s_setgid, s_setresuid, s_setresgid, and s_setuid.
|
1998-10-16 16:28:36 +00:00 |
|
Ulrich Drepper
|
f858fcedc8
|
[subdir=misc] (sysdep_routines): Add setfsgid, setfsuid, setresgid,
and setresuid.
|
1998-10-16 16:28:05 +00:00 |
|
Ulrich Drepper
|
b88a94ba82
|
Wrapper around setuid syscall to check for value range.
|
1998-10-16 16:21:54 +00:00 |
|
Ulrich Drepper
|
176f971960
|
Wrapper around setresuid syscall to check for value range.
|
1998-10-16 16:21:49 +00:00 |
|
Ulrich Drepper
|
5978cf8273
|
Wrapper around setresgid syscall to check for value range.
|
1998-10-16 16:21:45 +00:00 |
|
Ulrich Drepper
|
111397630d
|
Wrapper around setgroups syscall to check for value range.
|
1998-10-16 16:21:38 +00:00 |
|
Ulrich Drepper
|
b86b54f476
|
Wrapper around setgid syscall to check for value range.
|
1998-10-16 16:21:31 +00:00 |
|
Ulrich Drepper
|
0047c441ae
|
Wrapper around setfsuid syscall to check for value range.
|
1998-10-16 16:21:24 +00:00 |
|
Ulrich Drepper
|
b1491b35b3
|
Wrapper around setfsgid syscall to check for value range.
|
1998-10-16 16:21:18 +00:00 |
|
Ulrich Drepper
|
ed2acf85b1
|
Wrapper around setugid syscall to check for value range.
|
1998-10-16 16:21:08 +00:00 |
|
Ulrich Drepper
|
32f8b0679c
|
Wrapper around setegid syscall to check for value range.
|
1998-10-16 16:21:03 +00:00 |
|
Ulrich Drepper
|
4a12df66ac
|
Linux/Arm specific makefile.
|
1998-10-16 16:18:30 +00:00 |
|
Ulrich Drepper
|
6a9821445a
|
Add bits/armsigctx.h.
|
1998-10-15 10:45:34 +00:00 |
|
Ulrich Drepper
|
edb87b12b3
|
Remove __kernel_termios again. Use char[44] to define size of the struct.
|
1998-10-15 09:21:29 +00:00 |
|