summaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Collapse)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
kernel.
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-31[csu]: Define CFLAGS-initfini.s to force compiling for i386 to avoidUlrich Drepper
i686-like GOT pointer computation.
1999-08-28Update from 2.3.15 kernel.Ulrich Drepper
1999-08-26(__finite): Make constant as unsigned to avoid warning.Ulrich Drepper
1999-08-26Define always __qaddr_t.Ulrich Drepper
__ino64_t should be 32bit unsigned type on sparc32. Define __off64_t to __quad_t instead of __int64_t. Make __pic_pid_t unsigned on sparc32.
1999-08-25Add checks to make sure we're really dealing with a master pseudo terminal, andUlrich Drepper
really returning the name of the associated slave pseudo terminal by checking the device number.
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-20Undo last change but correct comment saying < 0 is ok for size type.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-201999-08-19 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Mark OPTION and TIMEOUT as outputs of the asm to indicate that the signal thread might mutate them. * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Short circuit to plain mach_msg if only sending or only receiving (i.e., not an RPC). When making an RPC that might get interrupted, save OPTION and the portion of the message buffer that gets clobbered by an EINTR reply message, and properly restore them before attempting to retry the request message send.
1999-08-20Linux specific execve implementation.Ulrich Drepper
1999-08-19Add change from main branch.Ulrich Drepper
1999-08-19(__add_to_environ): Initialize ep after we have the lock.Ulrich Drepper
Avoid warning about uninitialized variable.
1999-08-19Information about how to access signal context info fro Linux/Alpha.Ulrich Drepper
1999-08-17Correct type in performance increase rewrite.Ulrich Drepper
1999-08-17Define O_DSYNC and O_RSYNC.Ulrich Drepper
1999-08-15Update from main branch.Ulrich Drepper
1999-08-10Define ARM specific versions of VALID_ELF_HEADER, VALID_ELF_OSABI,Ulrich Drepper
VALID_ELF_ABIVERSION.
1999-08-09Handle platforms with special __FLOAT_WORD_ORDER.Ulrich Drepper
1999-08-09Mark void* operations as extensions.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-01Add siglist.h.Ulrich Drepper
1999-08-01Update from main line.Ulrich Drepper
1999-07-28Signal name list.Ulrich Drepper
1999-07-281999-07-27 Mark Kettenis <kettenis@gnu.org>Roland McGrath
* sysdeps/mach/hurd/i386/init-first.c (init): Move the inline assembler code to switch stacks and call init1 outside this function. Inside `init' the code was optimized away by gcc 2.95 since it was "clearly" unreachable. * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Do something similar for the trampoline code.
1999-07-281999-07-27 Mark Kettenis <kettenis@gnu.org>Roland McGrath
* sysdeps/mach/hurd/Makefile [stdio-common]: Set inhibit-siglist. (The code this disables is entirely gone in the main branch, so this change does not need to be propagated from the 2.1 branch.)
1999-07-28(gaih_inet): Only return information for the hinted protocol.Ulrich Drepper
1999-07-28Fix aliasing problems.Ulrich Drepper
1999-07-201999-07-20 Mark Kettenis <kettenis@gnu.org>Roland McGrath
* sysdeps/mach/_strerror.c: Include <libintl.h>.
1999-07-20 * iconvdata/Makefile (distribute): Don't distribute CVSAndreas Schwab
directory. * sysdeps/generic/Dist: Add siglist.h. * sysdeps/mach/hurd/Dist: Add siglist.h.
1999-07-19Add ldd-rewrite.sed.Ulrich Drepper
1999-07-18Undo last patch.Ulrich Drepper
1999-07-16Use addl instead of pop/pop to keep program deterministic.Ulrich Drepper
1999-07-16(_inb, _inw, _inl, _outb, _outw, _outl): Added to GLIBC_2.1.2.Ulrich Drepper
1999-07-12(gaih_inet): For non-passive connections without a hostname set address toUlrich Drepper
localhost address.