summaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Collapse)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
array.
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
have no place in a user header.
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
after releasing lock. Use special RPC stubs and avoid assert, thus making this function entirely independent of the threadvar mechanism and of cthreads. (lock): Convert to be a spin lock instead of a mutex, so that the waiter thread need not use cthreads. Use a fork prepare hook instead of _hurd_fork_locks to make sure we are clean before forking. (fork_profil_child): Renamed from fork_profil. (profil_reply_port): New variable. (profil_vm_deallocate, profil_task_get_sampled_pcs): Special RPC stubs made by special hacks. (fetch_samples): New function, guts from profile_waiter. (profile_waiter): Use fetch_samples. (profil): When turning off profiling, fetch the last bunch of samples before disabling PC sampling. (fetch_samples): Add prototype. (fetch_samples): Sample buffer need not be vm_deallocated; it's a stack buffer. (profil_vm_deallocate): Delete prototype. (#include <../mach/RPC_vm_deallocate_rpc.c>): Drop this inclusion. (fetch_samples): Initialize NSAMPLES. (fetch_samples): Do arithmetic on PC's in long long to avoid overflow. (fetch_samples): Put parens in the right place.
1997-08-08($(common-objpfx)hurd/../mach/RPC_vm_deallocate_rpc.c): Delete thisUlrich Drepper
rule. Give normal rules for the mach RPC source included by profil.c instead of trying to use before-compile grot. (before-compile): Add the mach RPC source files that profil.c needs if we are in the gmon directory.
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
the dynamic linker.
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
not looking at the new thread-safe .plt, don't be lazy about relocs. (_dl_runtime_resolve): Fix up arithmetic for new .plt layout. (elf_alpha_fix_plt): Insert wmb as appropriate to ensure safety.
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
save and restore a0 across the system call.
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
Only fail when return value is in range in range which is never returned as valid address.
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