Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-08-25 | Define macros in a special way if gcc is not used and so dev_t is an | Ulrich Drepper | |
array. | |||
1997-08-25 | Include features.h instead of sys/cdefs.h. Pretty print. | Ulrich Drepper | |
1997-08-25 | Correct assembler versions to work even for descriptors >= 32. | Ulrich Drepper | |
1997-08-23 | Remove the IS_* macros, they operate on internal kernel structures and | Ulrich Drepper | |
have no place in a user header. | |||
1997-08-23 | Fix typo. | Ulrich Drepper | |
1997-08-23 | Don't use fstat, use fxstat. | Ulrich Drepper | |
1997-08-16 | Add cthreads.c. | Ulrich Drepper | |
1997-08-16 | CThread interface for glibc. | Ulrich Drepper | |
1997-08-16 | [subdir=misc] (sysdep_routines): Add cthreads. | Ulrich Drepper | |
1997-08-16 | Introduce thread-specific key handling functions. | Ulrich Drepper | |
1997-08-16 | Include <gnu/types.h>, not <bits/types.h>. | Ulrich Drepper | |
1997-08-08 | Linux specific configuration file for libio. | Ulrich Drepper | |
1997-08-08 | (__libc_once_define): Add new parameter for object class. | Ulrich Drepper | |
1997-08-08 | Correct comment. | Ulrich Drepper | |
1997-08-08 | (profile_waiter): Do vm_deallocate | Ulrich 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 this | Ulrich 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-08 | Replace call to abort by infinite loop, to avoid dragging stdio into | Ulrich Drepper | |
the dynamic linker. | |||
1997-08-08 | No new code in 2.0.x | Ulrich Drepper | |
1997-08-08 | ix87 assembler implementation of cbrt | Ulrich Drepper | |
1997-08-08 | Complete rewrite | Ulrich Drepper | |
1997-08-08 | Generic definitions for libio. | Ulrich Drepper | |
1997-08-05 | update for 2.0.5pre1 | Ulrich Drepper | |
1997-05-26 | Regenerated: autoconf sysdeps/generic/configure.in | Ulrich Drepper | |
1997-05-26 | Regenerated: autoconf sysdeps/unix/configure.in | Ulrich Drepper | |
1997-05-26 | Regenerated: autoconf sysdeps/unix/common/configure.in | Ulrich Drepper | |
1997-05-25 | (__data_start): Change local label "nofini" to ".Lnofini". | Ulrich Drepper | |
1997-05-25 | Use 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-24 | atan2 for long double. | Ulrich Drepper | |
1997-05-24 | (elf_machine_runtime_setup): If we are | Ulrich 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-21 | Linux specific tty definitions | Ulrich Drepper | |
1997-05-21 | SunOS specific tty definitions | Ulrich Drepper | |
1997-05-21 | Generic tty definitions | Ulrich Drepper | |
1997-05-21 | (CFLAGS-s_copysignl.c): Define for gcc bug workaround. | Ulrich Drepper | |
1997-05-21 | Add cacheflush. | Ulrich Drepper | |
1997-05-21 | Likewise tuck the thread data onto the new thread's stack. | Ulrich Drepper | |
1997-05-21 | Don't presume that the kernel will preserve non-call-saved registers; | Ulrich Drepper | |
save and restore a0 across the system call. | |||
1997-05-21 | Add nfsservctl. | Ulrich Drepper | |
1997-05-21 | Add 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-21 | Save errno. | Ulrich Drepper | |
1997-05-21 | We have a real implementation now. | Ulrich Drepper | |
1997-05-21 | Make second argument of setitimer const. | Ulrich Drepper | |
1997-05-21 | Fix test for sign of argument. | Ulrich Drepper | |
1997-05-21 | Fix sign of result. | Ulrich Drepper | |