summaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
1997-09-09Change for 2.0.5bglibc-2.0.5bcvs/glibc-2_0_5bUlrich Drepper
1997-08-25Define macros in a special way if gcc is not used and so dev_t is anUlrich Drepper
1997-08-25Include features.h instead of sys/cdefs.h. Pretty print.Ulrich Drepper
1997-08-25Correct assembler versions to work even for descriptors >= 32.Ulrich Drepper
1997-08-23Remove the IS_* macros, they operate on internal kernel structures andUlrich Drepper
1997-08-23Fix typo.Ulrich Drepper
1997-08-23Don't use fstat, use fxstat.Ulrich Drepper
1997-08-16Add cthreads.c.Ulrich Drepper
1997-08-16CThread interface for glibc.Ulrich Drepper
1997-08-16[subdir=misc] (sysdep_routines): Add cthreads.Ulrich Drepper
1997-08-16Introduce thread-specific key handling functions.Ulrich Drepper
1997-08-16Include <gnu/types.h>, not <bits/types.h>.Ulrich Drepper
1997-08-08Linux specific configuration file for libio.Ulrich Drepper
1997-08-08(__libc_once_define): Add new parameter for object class.Ulrich Drepper
1997-08-08Correct comment.Ulrich Drepper
1997-08-08(profile_waiter): Do vm_deallocateUlrich Drepper
1997-08-08($(common-objpfx)hurd/../mach/RPC_vm_deallocate_rpc.c): Delete thisUlrich Drepper
1997-08-08(__libc_once, __libc_once_define): New macros.Ulrich Drepper
1997-08-08Replace call to abort by infinite loop, to avoid dragging stdio intoUlrich Drepper
1997-08-08No new code in 2.0.xUlrich Drepper
1997-08-08ix87 assembler implementation of cbrtUlrich Drepper
1997-08-08Complete rewriteUlrich Drepper
1997-08-08Generic definitions for libio.Ulrich Drepper
1997-08-05update for 2.0.5pre1Ulrich Drepper
1997-05-26Regenerated: autoconf sysdeps/generic/configure.inUlrich Drepper
1997-05-26Regenerated: autoconf sysdeps/unix/configure.inUlrich Drepper
1997-05-26Regenerated: autoconf sysdeps/unix/common/configure.inUlrich Drepper
1997-05-25(__data_start): Change local label "nofini" to ".Lnofini".Ulrich Drepper
1997-05-25Use GOT, instead of GOTOFF.Ulrich Drepper
1997-05-24(elf_machine_runtime_setup): Update skeleton definition.Ulrich Drepper
1997-05-24(elf_machine_runtime_setup): Return lazy.Ulrich Drepper
1997-05-24atan2 for long double.Ulrich Drepper
1997-05-24(elf_machine_runtime_setup): If we areUlrich Drepper
1997-05-24(logb): Fix thinko, reverse output values.Ulrich Drepper
1997-05-22(logb): Remove second value placed on stack by fxtract.Ulrich Drepper
1997-05-22(shmat): Add cast to prevent warning.Ulrich Drepper
1997-05-21Linux specific tty definitionsUlrich Drepper
1997-05-21SunOS specific tty definitionsUlrich Drepper
1997-05-21Generic tty definitionsUlrich Drepper
1997-05-21(CFLAGS-s_copysignl.c): Define for gcc bug workaround.Ulrich Drepper
1997-05-21Add cacheflush.Ulrich Drepper
1997-05-21Likewise tuck the thread data onto the new thread's stack.Ulrich Drepper
1997-05-21Don't presume that the kernel will preserve non-call-saved registers;Ulrich Drepper
1997-05-21Add nfsservctl.Ulrich Drepper
1997-05-21Add cast in call to __ipc.Ulrich Drepper
1997-05-21(shmat): For Linux-2.0 and up the kernel can return negative values.Ulrich Drepper
1997-05-21Save errno.Ulrich Drepper
1997-05-21We have a real implementation now.Ulrich Drepper
1997-05-21Make second argument of setitimer const.Ulrich Drepper
1997-05-21Fix test for sign of argument.Ulrich Drepper