aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Collapse)Author
1999-12-27Remove inclusion of <asm/resource.h>.Ulrich Drepper
1999-12-27Add support for syscalls with more than five arguments.Ulrich Drepper
(DOARGS_5, UNDOARGS_5): Don't corrupt the calling stack frame.
1999-12-27Remove vm86. Set argument count for `syscall' to 7.Ulrich Drepper
1999-12-24Add __libc_lseek64, __libc_pread, __libc_pread64, __libc_pwrite andUlrich Drepper
__libc_pwrite64.
1999-12-21Add missing #.Ulrich Drepper
1999-12-21Linux/MIPS specific implementation of putpmsg.Ulrich Drepper
1999-12-21Linux/MIPS specific implementation of putmsg.Ulrich Drepper
1999-12-21Linux/MIPS specific implementation of getpmsg.Ulrich Drepper
1999-12-21Linux/MIPS specific implementation of getmsg.Ulrich Drepper
1999-12-21Linux/m68k specific implementation of putpmsg.Ulrich Drepper
1999-12-21Linux/m68k specific implementation of putmsg.Ulrich Drepper
1999-12-21Linux/m68k specific implementation of getpmsg.Ulrich Drepper
1999-12-21Linux/m68k specific implementation of getmsg.Ulrich Drepper
1999-12-19Linux/MIPS specific definitions for resource.h.Ulrich Drepper
1999-12-19Linux/Alpha specific definitions for resource.h.Ulrich Drepper
1999-12-18Not neeeded.Ulrich Drepper
1999-12-04(__t_scalar_t, __t_uscalar_t): Make long types.Ulrich Drepper
1999-12-02Fix signedness of __rlim_t and __rlim64_t.Ulrich Drepper
1999-12-02Add oldsetrlimit and oldgetrlimit.Ulrich Drepper
1999-12-02Backwared compatible Linux/Alpha setrlimit64 implementation.Ulrich Drepper
1999-12-02Backwared compatible Linux/Alpha getrlimit64 implementation.Ulrich Drepper
1999-11-22Include <sys/types.h> to get key_t.Andreas Jaeger
1999-11-22Add __syscall_setrlimit.Andreas Jaeger
1999-11-18Remove greg_t, gregset_t, fpregset_t, and NGREG definitions.Ulrich Drepper
1999-11-15Remove duplicate definitions.Ulrich Drepper
1999-11-12Follow changes from i386 version.Ulrich Drepper
1999-11-02Add more pr* types used by the debugger.Ulrich Drepper
1999-11-01(SI_KERNEL): Added.Ulrich Drepper
1999-10-29Added missing N_* constants.Ulrich Drepper
1999-10-19Correct namespace selection.Ulrich Drepper
1999-10-12Add definition of gregset_t and fpregset_t.Ulrich Drepper
1999-10-12Update to match generic Linux version.Ulrich Drepper
1999-10-11Declare SA_SIGINFO.Ulrich Drepper
1999-10-10HPUX specific definitions.Ulrich Drepper
1999-10-01 Disable debug messages.Ulrich Drepper
1999-09-14Linux/Arm definitions for process image access.Ulrich Drepper
1999-09-14Linux/Arm definitions for register access.Ulrich Drepper
1999-09-14Added members 'unsigned char ftype[8]', and 'unsigned int init_flag'Ulrich Drepper
to struct user_fp. Tnese were added in version 2.2.12 of the ARM Linux kernel.
1999-09-07Add sys/user.h.Ulrich Drepper
1999-09-03Linux/Alpha specific definitions to access information passed up from theUlrich Drepper
kernel.
1999-09-03Include <sys/user.h> instead of <asm/user.h>.Ulrich Drepper
1999-09-01Enclose header in an #ifdef statement to prevent it from being includedUlrich Drepper
twice.
1999-09-01#include <bits/armsigctx.h>.Ulrich Drepper
1999-08-28Fix sa_flags, partially reverting a patch from 1998-12-29. We just can'tUlrich Drepper
change the flags, kernels with different flags lead to incompatibilities.
1999-08-28Update from 2.3.15 kernel.Ulrich Drepper
1999-08-25HPUX type definitions.Ulrich Drepper
1999-08-25HPUX stat buffer definition.Ulrich Drepper
1999-08-25HPUX setjmp buffer definition.Ulrich Drepper
1999-08-25HPUX error number definitions.Ulrich Drepper
1999-08-25Solaris dirent definition.Ulrich Drepper