aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1998-11-10Define ISO C 9X stuff only if included from math.h and __USE_ISOC9X isUlrich Drepper
1998-11-05Define only if __USE_ISOC9X.Ulrich Drepper
1998-10-31Kill __syscall* bits.Ulrich Drepper
1998-10-31(INLINE_SYSCALL): New.Ulrich Drepper
1998-10-31(INLINE_SYSCALL*): New.Ulrich Drepper
1998-10-28(__FDS_BITS): New macro to access fds_bits member.Ulrich Drepper
1998-10-26Include bits/pthreadtypes.h only not for POSIX 199506.Ulrich Drepper
1998-10-26Rename __syscall_pwrite64 to __syscall_pwrite.Ulrich Drepper
1998-10-26Rename __syscall_pwrite64 to __syscall_pwrite.Ulrich Drepper
1998-10-26 * sysdeps/unix/sysv/linux/m68k/Makefile [subdir=signal]: RemoveAndreas Schwab
1998-10-25(__fd_set): Define element as fds_bits only is __USE_XOPEN. OtherwiseUlrich Drepper
1998-10-25(timeval): Protect with __need_timeval.Ulrich Drepper
1998-10-25(LOCK_SH, LOCK_EX, LOCK_NB, LOCK_UN): Protect with __USE_BSD.Ulrich Drepper
1998-10-24Remove duplicate definition of O_LARGEFILE.Ulrich Drepper
1998-10-24(__pathconf): Use path as first argument to statfs.Ulrich Drepper
1998-10-23(O_NOFOLLOW): New macro.Ulrich Drepper
1998-10-23(O_LARGEFILE, O_NOFOLLOW, O_DIRECT): New macros.Ulrich Drepper
1998-10-23Add setresuid.c, setresgid.c, setfsuid.c, and setfsgid.c.Ulrich Drepper
1998-10-23Remove duplicate ustat definition.Ulrich Drepper
1998-10-23Include <asm/ptrace.h> to define struct pt_regs.Ulrich Drepper
1998-10-23Remove spurious call to C_SYMBOL_NAME macro.Ulrich Drepper
1998-10-23Don't bother including <asm/ptrace.h> here.Ulrich Drepper
1998-10-23Handle _PC_LINK_MAX here.Ulrich Drepper
1998-10-22Use __PMT instead of __P for sa_restorer.Ulrich Drepper
1998-10-22Wrap assembler macros in #ifdef __ASSEMBLER__.Ulrich Drepper
1998-10-21[subdir=signal] (sysdep_routines): Add various rt_* functions.Ulrich Drepper
1998-10-21Add various __syscall_* definitions.Ulrich Drepper
1998-10-21Linux/m68k specific setreuid definition.Ulrich Drepper
1998-10-21Linux/m68k specific setregid definition.Ulrich Drepper
1998-10-21Linux/ARM implementation of setreuid.Ulrich Drepper
1998-10-21Linux/ARM implementation of setregid.Ulrich Drepper
1998-10-21 * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Add real contents.Andreas Schwab
1998-10-19Added setfsgid and setfsuid.Ulrich Drepper
1998-10-18Wrapper arpund system call with check of parameter value range.Ulrich Drepper
1998-10-16Add O_DIRECTORY.Ulrich Drepper
1998-10-16Add s_setgid, s_setresuid, s_setresgid, and s_setuid.Ulrich Drepper
1998-10-16[subdir=misc] (sysdep_routines): Add setfsgid, setfsuid, setresgid,Ulrich Drepper
1998-10-16Wrapper around setuid syscall to check for value range.Ulrich Drepper
1998-10-16Wrapper around setresuid syscall to check for value range.Ulrich Drepper
1998-10-16Wrapper around setresgid syscall to check for value range.Ulrich Drepper
1998-10-16Wrapper around setgroups syscall to check for value range.Ulrich Drepper
1998-10-16Wrapper around setgid syscall to check for value range.Ulrich Drepper
1998-10-16Wrapper around setfsuid syscall to check for value range.Ulrich Drepper
1998-10-16Wrapper around setfsgid syscall to check for value range.Ulrich Drepper
1998-10-16Wrapper around setugid syscall to check for value range.Ulrich Drepper
1998-10-16Wrapper around setegid syscall to check for value range.Ulrich Drepper
1998-10-16Linux/Arm specific makefile.Ulrich Drepper
1998-10-15Add bits/armsigctx.h.Ulrich Drepper
1998-10-15Remove __kernel_termios again. Use char[44] to define size of the struct.Ulrich Drepper
1998-10-15Include termios.h to have all types defined.Ulrich Drepper