aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update.cvs/libc-ud-970816Ulrich Drepper1997-08-162-0/+89
|
* Interpret no DST information in user provided time zone specificationUlrich Drepper1997-08-161-13/+12
| | | | as it is meant: no DST.
* CThread interface for glibc.Ulrich Drepper1997-08-161-0/+48
|
* [subdir=misc] (sysdep_routines): Add cthreads.Ulrich Drepper1997-08-161-0/+4
|
* Introduce thread-specific key handling functions.Ulrich Drepper1997-08-161-7/+21
|
* Include <gnu/types.h>, not <bits/types.h>.Ulrich Drepper1997-08-162-2/+2
|
* (getpeername): Correct type of len argument.Ulrich Drepper1997-08-161-1/+1
|
* utmpname implementation.Ulrich Drepper1997-08-161-0/+78
|
* Rewrite lock handling.Ulrich Drepper1997-08-161-126/+161
|
* Removed since no direct db backend will ever exist.Ulrich Drepper1997-08-161-104/+0
|
* Reformat and correct typos.Ulrich Drepper1997-08-161-8/+9
|
* Update for changed internal functions.Ulrich Drepper1997-08-161-5/+13
|
* Rewrite to use jump table correctly.Ulrich Drepper1997-08-163-152/+92
|
* (logout): Correct test for result of utmpname and pututline. HandleUlrich Drepper1997-08-161-17/+20
| | | | ut_type field correctly if it exists.
* (login): Correct test for result of utmpname.Ulrich Drepper1997-08-161-19/+4
| | | | Use updwtmp instead of implementing this here again.
* Rename to __getutline and make getutline a weak alias.Ulrich Drepper1997-08-161-2/+3
|
* Rewrite to use jump table correctly.Ulrich Drepper1997-08-161-9/+3
|
* Rename to __getutid and make getutid a weak alias.Ulrich Drepper1997-08-161-2/+3
|
* Rename to __getutent and make getutent a weak alias.Ulrich Drepper1997-08-161-2/+3
|
* (routines): Add utmpname, remove utmp_db.Ulrich Drepper1997-08-161-1/+1
|
* (usage): Fix help text.Ulrich Drepper1997-08-161-1/+1
|
* [__USE_GNU]: Undefine assert_perror.Ulrich Drepper1997-08-161-2/+6
|
* Update.cvs/glibc-2_0_5pre2Ulrich Drepper1997-08-082-4/+186
|
* Linux specific configuration file for libio.Ulrich Drepper1997-08-081-0/+67
|
* (__libc_once_define): Add new parameter for object class.Ulrich Drepper1997-08-081-1/+1
|
* Correct comment.Ulrich Drepper1997-08-082-17/+17
|
* (profile_waiter): Do vm_deallocateUlrich Drepper1997-08-081-43/+138
| | | | | | | | | | | | | | | | | | | | | | | | | 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.
* ($(common-objpfx)hurd/../mach/RPC_vm_deallocate_rpc.c): Delete thisUlrich Drepper1997-08-081-1/+6
| | | | | | | | 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.
* (__libc_once, __libc_once_define): New macros.Ulrich Drepper1997-08-081-0/+14
|
* Replace call to abort by infinite loop, to avoid dragging stdio intoUlrich Drepper1997-08-081-16/+16
| | | | the dynamic linker.
* No new code in 2.0.xUlrich Drepper1997-08-083-608/+0
|
* ix87 assembler implementation of cbrtUlrich Drepper1997-08-083-0/+608
|
* Complete rewriteUlrich Drepper1997-08-083-257/+165
|
* Generic definitions for libio.Ulrich Drepper1997-08-081-0/+65
|
* (__ttyname_r): Correct comment.Ulrich Drepper1997-08-081-1/+1
|
* (__mach_setup_thread): Delete avoidance of a cthreads bug that hasn'tUlrich Drepper1997-08-081-39/+20
| | | | existed for two years.
* Definition of updwtmp function.Ulrich Drepper1997-08-081-0/+69
|
* Move definition of updwtmp to updwtmp.c.Ulrich Drepper1997-08-081-44/+3
|
* (routines): Add updwtmp.Ulrich Drepper1997-08-081-1/+1
|
* (_libio_using_thunks): Define if _G_USING_THUNKS is defined.Ulrich Drepper1997-08-081-0/+7
|
* Moved to sysdeps/generic.Ulrich Drepper1997-08-081-65/+0
|
* Add static to parameter list for __libc_once_init.Ulrich Drepper1997-08-081-1/+1
|
* Add prototype for write_profiling.Ulrich Drepper1997-08-081-0/+4
|
* (write_gmon): New function; guts from _mcleanup.Ulrich Drepper1997-08-081-3/+22
| | | | | | | (_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.
* we only have incl-chapterscvs/glibc-2_0_5pre1Ulrich Drepper1997-08-051-1/+1
|
* update for 2.0.5pre1Ulrich Drepper1997-08-05146-1183/+3109
|
* Remade for experimental-2.0.5Ulrich Drepper1997-08-051-2/+2
|
* Regenerated: autoconf configure.inUlrich Drepper1997-08-051-2/+2
|
* .cvs/libc-2_0_4Ulrich Drepper1997-05-261-0/+16
|
* Use AC_PROG_CC_LOCAL instead of AC_PROC_CC.Ulrich Drepper1997-05-261-1/+1
|