Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-03 | (LOAD_ARGS_0) (LOAD_ARGS_1, LOAD_ARGS_2, LOAD_ARGS_3, LOAD_ARGS_4) | Ulrich Drepper | |
(LOAD_ARGS_5, LOAD_ARGS_6): Add missing parentheses. | |||
2003-10-22 | 2003-10-18 Carlos O'Donell <carlos@baldric.uwo.ca> | Roland McGrath | |
* sysdeps/unix/sysv/linux/hppa/sysdep.h: Fix merge error. | |||
2003-10-15 | Define PSEUDO_ERRVAL, SYSCALL_ERROR_LABEL under all conditions, | Ulrich Drepper | |
INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO, INTERNAL_SYSCALL, and undef JUMPTARGET before use. [PIC]: Save pic register around syscall. | |||
2003-10-15 | (syscall): Cleanup asm statment. | Ulrich Drepper | |
2003-10-01 | 2003-09-10 Chris Demetriou <cgd@broadcom.com> | Roland McGrath | |
* sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Remove "#if 0" surrounding most of contents. (SYSCALL_ERROR_LABEL): Define. (__SYSCALL_CLOBBERS): Add $10. (internal_syscall7): Remove. * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise. | |||
2003-09-25 | Define PROT_GROWSDOWN and PROT_GROWSUP. | Ulrich Drepper | |
2003-09-24 | Not needed anymore. | Ulrich Drepper | |
2003-09-17 | Add #error if __NR_vfork required but not defined. | Ulrich Drepper | |
Improve test of error code. | |||
2003-09-17 | Branch to fork if libpthread is loaded. Elide backwards compatibility code | Ulrich Drepper | |
when not required. | |||
2003-09-14 | Optimise code a little. | Ulrich Drepper | |
2003-09-14 | Use sys_mmap2 if it's known to be available. | Ulrich Drepper | |
2003-09-10 | 2003-09-10 Chris Demetriou <cgd@broadcom.com> | Roland McGrath | |
* sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Fix syscall invocation. * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise. * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise. Also, only assert off_t size is 4 for N32 and O32, and clean up white space. * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise. | |||
2003-09-09 | 2003-09-08 Roland McGrath <roland@frob.com> | Roland McGrath | |
* sysdeps/unix/sysv/linux/speed.c (cfsetospeed): Only set c_ospeed under [_HAVE_STRUCT_TERMIOS_C_OSPEED]. (cfsetispeed): Only set c_ispeed under [_HAVE_STRUCT_TERMIOS_C_ISPEED]. * sysdeps/unix/sysv/linux/bits/termios.h (_HAVE_STRUCT_TERMIOS_C_ISPEED, _HAVE_STRUCT_TERMIOS_C_OSPEED): Define. * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise. | |||
2003-09-08 | Change type of pthread_t to be compatible with LT. | Ulrich Drepper | |
2003-09-03 | Remove unused __syscall_* prototypes. | Ulrich Drepper | |
2003-09-03 | (sysdep_routines): Remove rt_*. | Ulrich Drepper | |
2003-09-03 | (__syscall_*): Remove unused __syscall_ stubs. | Ulrich Drepper | |
2003-09-03 | (__syscall_recvfrom, __syscall_sendto): Remove unused aliases. | Ulrich Drepper | |
2003-09-03 | Not needed anymore. | Ulrich Drepper | |
2003-09-03 | (__syscall_rt_sigaction): New prototype. | Ulrich Drepper | |
2003-09-03 | (sysdep_routines): Remove rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait, | Ulrich Drepper | |
rt_sigqueueinfo and rt_sigpending. | |||
2003-09-03 | Additional versions for Linux/Alpha. | Ulrich Drepper | |
2003-09-03 | POSIX limits for Linux/Alpha. | Ulrich Drepper | |
2003-09-01 | New file. | Jakub Jelinek | |
2003-08-31 | Add posix_fadvise64 and posix_fallocate64 at GLIBC_2.3.3. | Ulrich Drepper | |
2003-08-30 | Add semtimedop. | Ulrich Drepper | |
2003-08-25 | (PSEUDO_ERRVAL): Define. | Ulrich Drepper | |
(PSEUDO_END_ERRVAL, ret_ERRVAL): Likewise. | |||
2003-08-17 | (posix_fadvise64): Add V flag. | Ulrich Drepper | |
2003-08-16 | Don't add new posix_fadvise64_64 syscall. | Ulrich Drepper | |
2003-08-16 | Define posix_fadvise64_64 entry. Add version info to posix_fadvise64 entry. | Ulrich Drepper | |
2003-07-31 | (__SSIZE_T_TYPE): Define. | Ulrich Drepper | |
2003-07-25 | Header with a.out binary format definitions. | Ulrich Drepper | |
2003-07-22 | (PROCINFO_CLASS): Define if not yet defined. Use it instead of EXTERN. | Ulrich Drepper | |
Undefine at the end of the file. | |||
2003-07-16 | 2003-07-16 Daniel Jacobowitz <drow@mvista.com> | Andreas Jaeger | |
Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHMLBA): Define to 256K, remove unneeded declaration of __getpagesize. | |||
2003-07-12 | (_STATFS_F_FRSIZE): Define. | Ulrich Drepper | |
2003-07-08 | (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): On | Ulrich Drepper | |
success return actual return value from the syscall, not 0. | |||
2003-07-01 | Asm macros for definition of cancelable syscall wrappers for nptl on Alpha. | Ulrich Drepper | |
2003-07-01 | sem_post implementation for nptl on Alpha. | Ulrich Drepper | |
2003-07-01 | pthread_once implementation for nptl on Alpha. | Ulrich Drepper | |
2003-07-01 | vfork implementation for nptl on Alpha. | Ulrich Drepper | |
2003-07-01 | Low level lock definitions for nptl on Alpha. | Ulrich Drepper | |
2003-07-01 | Alpha specific fork in nptl on Alpha. | Ulrich Drepper | |
2003-07-01 | Alpha specific nptl code to start thread. | Ulrich Drepper | |
2003-07-01 | Public semaphore type definitions for Alpha. | Ulrich Drepper | |
2003-07-01 | Public type definitions for nptl on Alpha. | Ulrich Drepper | |
2003-07-01 | Makefile for nptl on Alpha. | Ulrich Drepper | |
2003-06-30 | * sysdeps/unix/sysv/linux/alpha/clone.S: Load child_tid properly. | Richard Henderson | |
2003-06-30 | 2003-06-17 Guido Guenther <agx@sigxcpu.org> | Andreas Jaeger | |
* sysdeps/unix/sysv/linux/mips/xstatconv.c: Handle STAT_IS_KERNEL_STAT case. (xstat_conv): Rename to __xstat_conv and remove static inline. (xstat64_conv): Likewise. | |||
2003-06-26 | Define _STATBUF_ST_NSEC. | Ulrich Drepper | |
2003-06-25 | (INLINE_SYSCALL): Cast result to long int. | Ulrich Drepper | |