summaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)Author
1999-09-06Add sys/user.h.Ulrich Drepper
1999-09-05Rename strong name for fork from __syscall_fork to __libc_fork.Ulrich Drepper
1999-09-03Include <sys/user.h> instead of <asm/user.h>.Ulrich Drepper
1999-09-03Linux/Alpha specific definition to access information passed up from theUlrich Drepper
1999-09-01#include <bits/armsigctx.h>.Ulrich Drepper
1999-09-01Enclose header in an #ifdef statement to prevent it from being included twice.Ulrich Drepper
1999-08-28Update from 2.3.15 kernel.Ulrich Drepper
1999-08-26Define always __qaddr_t.Ulrich Drepper
1999-08-25Add checks to make sure we're really dealing with a master pseudo terminal, andUlrich Drepper
1999-08-24Add new constants from Linux 2.3.15.Ulrich Drepper
1999-08-24Add execve syscall.Ulrich Drepper
1999-08-23Define SIGCONTEXT_EXTRA_ARGS.Ulrich Drepper
1999-08-23Add execve syscall.Ulrich Drepper
1999-08-21Define weak alias execve.Ulrich Drepper
1999-08-20Undo last change.Ulrich Drepper
1999-08-20Correct last patch.Ulrich Drepper
1999-08-20Allocate buffer large enough not only if size == 0, but also for size < 0.Ulrich Drepper
1999-08-20Don't allow use with _FILE_OFFSET_BITS=64.Ulrich Drepper
1999-08-20Copy over missing changes from mainline.Ulrich Drepper
1999-08-20Linux specific execve implementation.Ulrich Drepper
1999-08-19Add change from main branch.Ulrich Drepper
1999-08-19Information about how to access signal context info fro Linux/Alpha.Ulrich Drepper
1999-08-17Define O_DSYNC and O_RSYNC.Ulrich Drepper
1999-08-15Update from main branch.Ulrich Drepper
1999-08-06Fix typo (MSG_TRUNC -> MSG_DONTWAIT).Ulrich Drepper
1999-08-05(O_RSYNC, O_DSYNC): Define.Ulrich Drepper
1999-08-04Update from main line.Ulrich Drepper
1999-08-01Update from main line.Ulrich Drepper
1999-07-19Add ldd-rewrite.sed.Ulrich Drepper
1999-07-18Undo last patch.Ulrich Drepper
1999-07-16(_inb, _inw, _inl, _outb, _outw, _outl): Added to GLIBC_2.1.2.Ulrich Drepper
1999-07-10Remove mmap64 alias for mmap.Ulrich Drepper
1999-07-10Test whether mapped area is in range of mmap. If not fail.Ulrich Drepper
1999-07-08Check that /dev/pts is mounted.Ulrich Drepper
1999-07-06Add support for some more motherboards.Ulrich Drepper
1999-07-06Rewrite fragment for ldd on Linux/SPARC.Ulrich Drepper
1999-07-06(__cmsg_nxthdr): "return 0" instead of "return NULL" to make C++ happy.Ulrich Drepper
1999-07-02Update from main branch.Ulrich Drepper
1999-06-191999-06-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
1999-06-17Add missing line disciplines.Ulrich Drepper
1999-06-17(AX25_PIDINCL): Added.Ulrich Drepper
1999-06-17Linux/SPARC sysmacros.Ulrich Drepper
1999-06-17Linux/Alpha sysmacros.Ulrich Drepper
1999-06-17[!__GNUC__]: Use correct word order.Ulrich Drepper
1999-06-17Don't fail always when oact is NULL.Ulrich Drepper
1999-06-13Add some missing MSG_* flags from Linux 2.2.9.Ulrich Drepper
1999-06-13Update from main branch.Ulrich Drepper
1999-05-25Update from main branch.Ulrich Drepper
1999-05-19Update.Ulrich Drepper
1999-05-161999-05-16 Roland McGrath <roland@baalperazim.frob.com> Roland McGrath