summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-08-08Update.cvs/glibc-2_0_5pre2Ulrich 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-08(__ttyname_r): Correct comment.Ulrich Drepper
1997-08-08(__mach_setup_thread): Delete avoidance of a cthreads bug that hasn'tUlrich Drepper
existed for two years.
1997-08-08Definition of updwtmp function.Ulrich Drepper
1997-08-08Move definition of updwtmp to updwtmp.c.Ulrich Drepper
1997-08-08(routines): Add updwtmp.Ulrich Drepper
1997-08-08(_libio_using_thunks): Define if _G_USING_THUNKS is defined.Ulrich Drepper
1997-08-08Moved to sysdeps/generic.Ulrich Drepper
1997-08-08Add static to parameter list for __libc_once_init.Ulrich Drepper
1997-08-08Add prototype for write_profiling.Ulrich Drepper
1997-08-08(write_gmon): New function; guts from _mcleanup.Ulrich Drepper
(_mcleanup): Use write_gmon. (write_profiling): This function can be safely called at any time to write a current histogram without interfering with ongoing profiling.
1997-08-05we only have incl-chapterscvs/glibc-2_0_5pre1Ulrich Drepper
1997-08-05update for 2.0.5pre1Ulrich Drepper
1997-08-05Remade for experimental-2.0.5Ulrich Drepper
1997-08-05Regenerated: autoconf configure.inUlrich Drepper
1997-05-26.cvs/libc-2_0_4Ulrich Drepper
1997-05-26Use AC_PROG_CC_LOCAL instead of AC_PROC_CC.Ulrich Drepper
1997-05-26Add AC_PROG_CC_LOCAL which does not fail for environments in which linkingUlrich Drepper
is not possible at configure time (since te libc is just build).
1997-05-26Regenerated: autoconf configure.inUlrich 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-26Regenerated: autoconf configure.inUlrich Drepper
1997-05-26Update.Ulrich Drepper
1997-05-26(__initstate_r): Initialize randomizer type in state array only atUlrich Drepper
right place.
1997-05-26Remade for experimental-2.0.4Ulrich Drepper
1997-05-26.Ulrich Drepper
1997-05-26(__erand48_r): Don't generate numbers in [0.5,1.0) but really in [0.0, 1.0).Ulrich Drepper
1997-05-26Clarify status of other ports.Ulrich Drepper
1997-05-26Update.Ulrich Drepper
1997-05-25.Ulrich 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-25Print warning if _XOPEN_SOURCE and _SVID_SOURCE are not defined.Ulrich Drepper
1997-05-25Make 2nd para for scheck const. Update zic.c.Ulrich Drepper
1997-05-25updated to most recent tzdataUlrich Drepper
1997-05-25.Ulrich Drepper
1997-05-25(_mcleanup): Free tostruct array allocated in monstartup.Ulrich Drepper
1997-05-24Fix typo.Ulrich Drepper