Age | Commit message (Expand) | Author |
1998-11-26 | (ELF_MACHINE_NO_PLT): New defined macro. | Ulrich Drepper |
1998-11-26 | Remove __setfpucw declaration, it's an internal symbol. | Ulrich Drepper |
1998-11-16 | Add mmap64 alias. | Ulrich Drepper |
1998-11-16 | * sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Undo | Andreas Schwab |
1998-11-13 | (__JMP_BUF_SP): Correct value. | Ulrich Drepper |
1998-11-13 | * sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Remove | Andreas Schwab |
1998-11-12 | Cleanup comment. | Ulrich Drepper |
1998-11-10 | Define ISO C 9X stuff only if included from math.h and __USE_ISOC9X is | Ulrich Drepper |
1998-11-05 | Define only if __USE_ISOC9X. | Ulrich Drepper |
1998-10-31 | Kill __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-26 | Include bits/pthreadtypes.h only not for POSIX 199506. | Ulrich Drepper |
1998-10-26 | Rename __syscall_pwrite64 to __syscall_pwrite. | Ulrich Drepper |
1998-10-26 | Rename __syscall_pwrite64 to __syscall_pwrite. | Ulrich Drepper |
1998-10-26 | * sysdeps/unix/sysv/linux/m68k/Makefile [subdir=signal]: Remove | Andreas Schwab |
1998-10-25 | (__fd_set): Define element as fds_bits only is __USE_XOPEN. Otherwise | Ulrich 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-24 | Remove 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-23 | Add setresuid.c, setresgid.c, setfsuid.c, and setfsgid.c. | Ulrich Drepper |
1998-10-23 | Remove duplicate ustat definition. | Ulrich Drepper |
1998-10-23 | Include <asm/ptrace.h> to define struct pt_regs. | Ulrich Drepper |
1998-10-23 | Remove spurious call to C_SYMBOL_NAME macro. | Ulrich Drepper |
1998-10-23 | Don't bother including <asm/ptrace.h> here. | Ulrich Drepper |
1998-10-23 | Handle _PC_LINK_MAX here. | Ulrich Drepper |
1998-10-22 | Use __PMT instead of __P for sa_restorer. | Ulrich Drepper |
1998-10-22 | Wrap assembler macros in #ifdef __ASSEMBLER__. | Ulrich Drepper |
1998-10-21 | [subdir=signal] (sysdep_routines): Add various rt_* functions. | Ulrich Drepper |
1998-10-21 | Add various __syscall_* definitions. | Ulrich Drepper |
1998-10-21 | Linux/m68k specific setreuid definition. | Ulrich Drepper |
1998-10-21 | Linux/m68k specific setregid definition. | Ulrich Drepper |
1998-10-21 | Linux/ARM implementation of setreuid. | Ulrich Drepper |
1998-10-21 | Linux/ARM implementation of setregid. | Ulrich Drepper |
1998-10-21 | * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Add real contents. | Andreas Schwab |
1998-10-19 | Added setfsgid and setfsuid. | Ulrich Drepper |
1998-10-18 | Wrapper arpund system call with check of parameter value range. | Ulrich Drepper |
1998-10-16 | Add O_DIRECTORY. | Ulrich Drepper |
1998-10-16 | Add 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-16 | Wrapper around setuid syscall to check for value range. | Ulrich Drepper |
1998-10-16 | Wrapper around setresuid syscall to check for value range. | Ulrich Drepper |
1998-10-16 | Wrapper around setresgid syscall to check for value range. | Ulrich Drepper |
1998-10-16 | Wrapper around setgroups syscall to check for value range. | Ulrich Drepper |
1998-10-16 | Wrapper around setgid syscall to check for value range. | Ulrich Drepper |
1998-10-16 | Wrapper around setfsuid syscall to check for value range. | Ulrich Drepper |