about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove sys/debugreg.h.Ulrich Drepper1998-10-071-1/+0
|
* (_SGTTY_H): Correct spelling.Ulrich Drepper1998-10-071-2/+2
|
* (Obstacks): Document obstack_alloc_failed_handler usage.Ulrich Drepper1998-10-071-16/+29
|
* Enhance comment about obstack_alloc_failed_handler usage.Ulrich Drepper1998-10-072-7/+9
|
* * sysdeps/m68k/dl-machine.h (RTLD_START): Fix clearing startupAndreas Schwab1998-10-072-2/+8
| | | | flag. Switch back to previous section.
* Update.Ulrich Drepper1998-10-061-55/+81
|
* (__getcwd): Use temporary variable to store result of realloc insteadUlrich Drepper1998-10-051-5/+7
| | | | of using BUF.
* Update.Ulrich Drepper1998-10-051-0/+7
|
* (_dl_unload_cache): Cast first argument of munmap.Ulrich Drepper1998-10-051-1/+2
|
* Declare _dl_unload_cache.Ulrich Drepper1998-10-052-0/+6
|
* Update.Ulrich Drepper1998-09-301-0/+8
|
* (yp_all): Close UDP socket und give CLIENT handle free.Ulrich Drepper1998-09-301-1/+5
|
* (mprobe): Call checkhdr with adjusted pointer.Ulrich Drepper1998-09-301-1/+1
|
* [!__STDC__]: Define const only if not defined.Ulrich Drepper1998-09-301-0/+2
|
* Update.Ulrich Drepper1998-09-281-0/+10
|
* (CMSG_ALIGN): Define.Ulrich Drepper1998-09-281-6/+12
| | | | | (__cmsg_nxthdr): Use CMSG_ALIGN (fixes a bug) and correct test for availability of another entry.
* (IPOPT_NOOP): Fix typo.Ulrich Drepper1998-09-281-1/+1
|
* Update.Ulrich Drepper1998-09-281-3/+74
|
* (_nss_nis_getpwent_r): Correct test for invalid password.Ulrich Drepper1998-09-241-1/+1
|
* Update.Ulrich Drepper1998-09-232-3/+16
|
* (res_init): Handle resolv.conf file with only one nameserverUlrich Drepper1998-09-231-4/+3
| | | | correctly.
* Update.Ulrich Drepper1998-09-101-0/+6
|
* (__setstate_r): Allow call with same state array as currently used.Ulrich Drepper1998-09-101-2/+5
|
* Update.Ulrich Drepper1998-09-102-1/+18
|
* (tzset_internal): Set __timezone before returning.Ulrich Drepper1998-09-101-8/+12
|
* (__tzfile_read): Handle case when there are no transitions.Ulrich Drepper1998-09-101-8/+14
|
* (res_init): Initialize _res.nscount and _res.nsaddr.sin_portUlrich Drepper1998-09-101-2/+4
| | | | | differently for the can when no loopback is available to allow immediate timeout in non-networking environments.
* Update.Ulrich Drepper1998-09-011-0/+13
|
* (_nss_nis_getpwnam_r): Correct test for invalid password.Ulrich Drepper1998-09-011-2/+2
| | | | (_nss_nis_getpwuid_r): Likewise.
* (lockf): Move initilisation of fl.l_whence and fl.l_start at beginningUlrich Drepper1998-09-011-6/+5
| | | | of function.
* Update.Ulrich Drepper1998-08-311-0/+4
|
* (_dl_close): Update _dl_loaded if the first object on the list isUlrich Drepper1998-08-311-0/+2
| | | | removed.
* Update.Ulrich Drepper1998-08-311-0/+3
|
* (ALLPERMS): Fix type (S_ISTXT -> S_ISVTX).Ulrich Drepper1998-08-311-2/+2
|
* Update.Ulrich Drepper1998-08-311-0/+4
|
* Use mktemp to generate temporary files.Ulrich Drepper1998-08-311-7/+18
|
* Ignore dir-add.texinfo, not dir-add.texi.Ulrich Drepper1998-08-281-1/+1
|
* Update.Ulrich Drepper1998-08-281-0/+4
|
* Add umount.S.Ulrich Drepper1998-08-281-0/+1
|
* Update.Ulrich Drepper1998-08-281-0/+49
|
* Move static variable cache and cachesize to toplevel.Ulrich Drepper1998-08-281-2/+20
|
* (__jrand48_r): Set also upper half of result.Ulrich Drepper1998-08-281-2/+2
|
* (mprobe): Call checkhdr with adjusted pointer.Ulrich Drepper1998-08-281-1/+1
|
* (malloc_hook_ini): Don't overwrite realloc and memalign hook.Ulrich Drepper1998-08-281-5/+0
| | | | | (realloc_hook_ini): Don't overwrite memalign hook. (memalign_hook_ini): Don't overwrite malloc and memalign hooks.
* (_IO_vsnprintf): Set first byte of destination array to NUL to handleUlrich Drepper1998-08-281-0/+1
| | | | maxlen==1 case correctly.
* (dl_main): Unload map file before jumping to user code.Ulrich Drepper1998-08-281-0/+5
|
* Print "no such file" to stderr.Ulrich Drepper1998-08-281-2/+2
|
* (_dl_open): Correct test for extending global scope array.Ulrich Drepper1998-08-281-1/+6
|
* (_dl_close): Move map->l_nsearchlist value into local variable so thatUlrich Drepper1998-08-281-3/+5
| | | | map can be freed.
* (install-symblolic-link): Fix spelling.Ulrich Drepper1998-08-281-3/+3
|