Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-08-25 | Update.glibc-2.0.5cvs/glibc-2_0_5 | Ulrich Drepper | |
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-25 | Change name of parameters in prototypes of xdr_reference, | Ulrich Drepper | |
xdrmem_create, and xdrstdio_create because of clash with g++ internal symbols. | |||
1997-08-25 | Add missing __END_DECLS. | Ulrich Drepper | |
1997-08-25 | Don't define alloca to __alloca since if gcc is used __alloca is not | Ulrich Drepper | |
defined to __builtin_alloca and so might not be available. | |||
1997-08-23 | Update.cvs/glibc-2_0_5pre5 | Ulrich Drepper | |
1997-08-23 | Update for more recent ISO 4217 | Ulrich Drepper | |
1997-08-23 | Update. | Ulrich Drepper | |
1997-08-23 | (__tzset_internal): Fix memory leak when the user specifies a TZ value | Ulrich Drepper | |
that uses a default rule file. Do not assume US DST rules when the user specifies that there is no DST. | |||
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-23 | (__srandom_r): Don't use seed 0. Use 1 in this case. | Ulrich Drepper | |
1997-08-23 | Make {,v}snprintf functions available is __USE_BSD. | Ulrich Drepper | |
1997-08-21 | Regenerated from source files | Ulrich Drepper | |
1997-08-16 | . | Ulrich Drepper | |
1997-08-16 | Add cthreads.c. | Ulrich Drepper | |
1997-08-16 | Update.cvs/libc-ud-970816 | Ulrich Drepper | |
1997-08-16 | Interpret no DST information in user provided time zone specification | Ulrich Drepper | |
as it is meant: no DST. | |||
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-16 | (getpeername): Correct type of len argument. | Ulrich Drepper | |
1997-08-16 | utmpname implementation. | Ulrich Drepper | |
1997-08-16 | Rewrite lock handling. | Ulrich Drepper | |
1997-08-16 | Removed since no direct db backend will ever exist. | Ulrich Drepper | |
1997-08-16 | Reformat and correct typos. | Ulrich Drepper | |
1997-08-16 | Update for changed internal functions. | Ulrich Drepper | |
1997-08-16 | Rewrite to use jump table correctly. | Ulrich Drepper | |
1997-08-16 | (logout): Correct test for result of utmpname and pututline. Handle | Ulrich Drepper | |
ut_type field correctly if it exists. | |||
1997-08-16 | (login): Correct test for result of utmpname. | Ulrich Drepper | |
Use updwtmp instead of implementing this here again. | |||
1997-08-16 | Rename to __getutline and make getutline a weak alias. | Ulrich Drepper | |
1997-08-16 | Rewrite to use jump table correctly. | Ulrich Drepper | |
1997-08-16 | Rename to __getutid and make getutid a weak alias. | Ulrich Drepper | |
1997-08-16 | Rename to __getutent and make getutent a weak alias. | Ulrich Drepper | |
1997-08-16 | (routines): Add utmpname, remove utmp_db. | Ulrich Drepper | |
1997-08-16 | (usage): Fix help text. | Ulrich Drepper | |
1997-08-16 | [__USE_GNU]: Undefine assert_perror. | Ulrich Drepper | |
1997-08-08 | Update.cvs/glibc-2_0_5pre2 | 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 | |