Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update.glibc-2.0.5cvs/glibc-2_0_5 | 1997-08-25 | 1 | -0/+29 | |
| | |||||
* | Define macros in a special way if gcc is not used and so dev_t is an | 1997-08-25 | 1 | -4/+13 | |
| | | | | array. | ||||
* | Include features.h instead of sys/cdefs.h. Pretty print. | 1997-08-25 | 1 | -49/+52 | |
| | |||||
* | Correct assembler versions to work even for descriptors >= 32. | 1997-08-25 | 1 | -16/+26 | |
| | |||||
* | Change name of parameters in prototypes of xdr_reference, | 1997-08-25 | 1 | -3/+3 | |
| | | | | | xdrmem_create, and xdrstdio_create because of clash with g++ internal symbols. | ||||
* | Add missing __END_DECLS. | 1997-08-25 | 1 | -0/+2 | |
| | |||||
* | Don't define alloca to __alloca since if gcc is used __alloca is not | 1997-08-25 | 1 | -4/+4 | |
| | | | | defined to __builtin_alloca and so might not be available. | ||||
* | Update.cvs/glibc-2_0_5pre5 | 1997-08-23 | 3 | -41/+31 | |
| | |||||
* | Update for more recent ISO 4217 | 1997-08-23 | 1 | -145/+159 | |
| | |||||
* | Update. | 1997-08-23 | 1 | -0/+24 | |
| | |||||
* | (__tzset_internal): Fix memory leak when the user specifies a TZ value | 1997-08-23 | 1 | -2/+7 | |
| | | | | | that uses a default rule file. Do not assume US DST rules when the user specifies that there is no DST. | ||||
* | Remove the IS_* macros, they operate on internal kernel structures and | 1997-08-23 | 1 | -22/+0 | |
| | | | | have no place in a user header. | ||||
* | Fix typo. | 1997-08-23 | 1 | -1/+1 | |
| | |||||
* | Don't use fstat, use fxstat. | 1997-08-23 | 1 | -1/+1 | |
| | |||||
* | (__srandom_r): Don't use seed 0. Use 1 in this case. | 1997-08-23 | 1 | -1/+2 | |
| | |||||
* | Make {,v}snprintf functions available is __USE_BSD. | 1997-08-23 | 1 | -5/+7 | |
| | |||||
* | Regenerated from source files | 1997-08-21 | 1 | -111/+128 | |
| | |||||
* | . | 1997-08-16 | 1 | -0/+2 | |
| | |||||
* | Add cthreads.c. | 1997-08-16 | 1 | -1/+3 | |
| | |||||
* | Update.cvs/libc-ud-970816 | 1997-08-16 | 2 | -0/+89 | |
| | |||||
* | Interpret no DST information in user provided time zone specification | 1997-08-16 | 1 | -13/+12 | |
| | | | | as it is meant: no DST. | ||||
* | CThread interface for glibc. | 1997-08-16 | 1 | -0/+48 | |
| | |||||
* | [subdir=misc] (sysdep_routines): Add cthreads. | 1997-08-16 | 1 | -0/+4 | |
| | |||||
* | Introduce thread-specific key handling functions. | 1997-08-16 | 1 | -7/+21 | |
| | |||||
* | Include <gnu/types.h>, not <bits/types.h>. | 1997-08-16 | 2 | -2/+2 | |
| | |||||
* | (getpeername): Correct type of len argument. | 1997-08-16 | 1 | -1/+1 | |
| | |||||
* | utmpname implementation. | 1997-08-16 | 1 | -0/+78 | |
| | |||||
* | Rewrite lock handling. | 1997-08-16 | 1 | -126/+161 | |
| | |||||
* | Removed since no direct db backend will ever exist. | 1997-08-16 | 1 | -104/+0 | |
| | |||||
* | Reformat and correct typos. | 1997-08-16 | 1 | -8/+9 | |
| | |||||
* | Update for changed internal functions. | 1997-08-16 | 1 | -5/+13 | |
| | |||||
* | Rewrite to use jump table correctly. | 1997-08-16 | 3 | -152/+92 | |
| | |||||
* | (logout): Correct test for result of utmpname and pututline. Handle | 1997-08-16 | 1 | -17/+20 | |
| | | | | ut_type field correctly if it exists. | ||||
* | (login): Correct test for result of utmpname. | 1997-08-16 | 1 | -19/+4 | |
| | | | | Use updwtmp instead of implementing this here again. | ||||
* | Rename to __getutline and make getutline a weak alias. | 1997-08-16 | 1 | -2/+3 | |
| | |||||
* | Rewrite to use jump table correctly. | 1997-08-16 | 1 | -9/+3 | |
| | |||||
* | Rename to __getutid and make getutid a weak alias. | 1997-08-16 | 1 | -2/+3 | |
| | |||||
* | Rename to __getutent and make getutent a weak alias. | 1997-08-16 | 1 | -2/+3 | |
| | |||||
* | (routines): Add utmpname, remove utmp_db. | 1997-08-16 | 1 | -1/+1 | |
| | |||||
* | (usage): Fix help text. | 1997-08-16 | 1 | -1/+1 | |
| | |||||
* | [__USE_GNU]: Undefine assert_perror. | 1997-08-16 | 1 | -2/+6 | |
| | |||||
* | Update.cvs/glibc-2_0_5pre2 | 1997-08-08 | 2 | -4/+186 | |
| | |||||
* | Linux specific configuration file for libio. | 1997-08-08 | 1 | -0/+67 | |
| | |||||
* | (__libc_once_define): Add new parameter for object class. | 1997-08-08 | 1 | -1/+1 | |
| | |||||
* | Correct comment. | 1997-08-08 | 2 | -17/+17 | |
| | |||||
* | (profile_waiter): Do vm_deallocate | 1997-08-08 | 1 | -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 this | 1997-08-08 | 1 | -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. | 1997-08-08 | 1 | -0/+14 | |
| | |||||
* | Replace call to abort by infinite loop, to avoid dragging stdio into | 1997-08-08 | 1 | -16/+16 | |
| | | | | the dynamic linker. | ||||
* | No new code in 2.0.x | 1997-08-08 | 3 | -608/+0 | |
| |