about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update.Ulrich Drepper2000-04-071-0/+5
|
* Handle hexadecimal numbers with leading digit != 1 correctly and more thanUlrich Drepper2000-04-071-0/+7
| | | | one digit before decimal point.
* Update.Ulrich Drepper2000-04-051-0/+5
|
* (prfpregset_t): Typedef for elf_fpregset_t instead of `elf_fpregset_t *'.Ulrich Drepper2000-04-051-1/+1
|
* Update.Ulrich Drepper2000-04-051-0/+5
|
* Prepend REG_ to enum values and macros for register names.Ulrich Drepper2000-04-051-38/+38
|
* Update.Ulrich Drepper2000-04-031-0/+6
|
* Declare STATE as array of char instead of int and do not initialize it (doneUlrich Drepper2000-04-031-2/+2
| | | | by initstate_r). Pass correct size.
* Update.Ulrich Drepper2000-03-311-0/+5
|
* Declare bit flags UL so that they will not default to int size whenUlrich Drepper2000-03-311-2/+2
| | | | being inverted.
* Update.Ulrich Drepper2000-03-311-0/+6
|
* (_getopt_internal): Return -1 if argc < 1.Ulrich Drepper2000-03-311-0/+3
|
* Update.Ulrich Drepper2000-03-281-0/+4
|
* Update test after last strfmon change.Ulrich Drepper2000-03-281-40/+31
|
* .Roland McGrath2000-03-261-0/+5
|
* 2000-03-26 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-03-261-2/+11
| | | | | * hurd/hurdrlimit.c (init_rlimit): Give the RLIMIT_NOFILE soft limit an initial value of 1024 instead of RLIM_INFINITY.
* Update.Ulrich Drepper2000-03-261-0/+10
|
* Processor context definitions for Linux/Arm.Ulrich Drepper2000-03-261-0/+94
|
* Define _FPU_MASK_IM, _FPU_MASK_ZM, _FPU_MASK_OM, _FPU_MASK_UM,Ulrich Drepper2000-03-261-9/+25
| | | | | _FPU_MASK_PM, _FPU_MASK_DM, _FPU_DEFAULT, and _FPU_IEEE. Change _FPU_RESERVED.
* Update.Ulrich Drepper2000-03-261-0/+12
|
* Corrected problems with missing signs andUlrich Drepper2000-03-261-27/+110
| | | | | | missing or extra spaces; allow for sign strings longer than one character; add padding to ensure positive and negative formats are aligned when a left precision is used.
* (__setstate_r): Allow RNGs of type 4.Ulrich Drepper2000-03-261-1/+1
|
* Update.Ulrich Drepper2000-03-231-0/+9
|
* (__pthread_reset_pthread_once): Reset once_masterlock.Ulrich Drepper2000-03-231-0/+12
|
* (__pthread_reset_pthread_once): Add prototype.Ulrich Drepper2000-03-231-0/+1
|
* (__fork): Call __pthread_reset_pthread_once.Ulrich Drepper2000-03-231-0/+1
|
* (pthread_handle_create): Store ID of new thread before clone call.Ulrich Drepper2000-03-231-2/+4
|
* Update.Ulrich Drepper2000-03-221-0/+5
|
* (__os_dirlist): Close directory if out of memory.Ulrich Drepper2000-03-221-0/+1
|
* Update.Ulrich Drepper2000-03-221-0/+6
|
* Correct handling of patterns containing escaped wildcards (and noUlrich Drepper2000-03-221-29/+29
| | | | unescaped ones) GLOB_ERR flag was being ignored in some situations.
* Update.Ulrich Drepper2000-03-211-0/+6
|
* (pthread_initialize): Test for address of __dso_handle being NULL, not value.Ulrich Drepper2000-03-211-2/+2
| | | | Use __on_exit, not on_exti.
* Update.Ulrich Drepper2000-03-212-0/+10
|
* Add prototype for __cxa_atexit.Ulrich Drepper2000-03-211-0/+3
|
* (pthread_initialize): Instead of on_exit use __cxa_atexit if __dso_label isUlrich Drepper2000-03-211-1/+9
| | | | available to allow unloading the libpthread shared library.
* Pretty print.Ulrich Drepper2000-03-211-4/+4
|
* ($(rtld-version-installed-name)): DelayUlrich Drepper2000-03-211-4/+11
| | | | | | replacing existing rtld-installed-name. ($(rtld-installed-name)): Request libc-$(version) be installed too. replace existing rtld-installed-name using $(symbolic-link-prog).
* Update.Ulrich Drepper2000-03-211-1/+12
|
* Also install handler for SIGTRAP.Ulrich Drepper2000-03-211-1/+2
|
* Update.Ulrich Drepper2000-03-171-0/+11
|
* Return with error if malloc fails.Ulrich Drepper2000-03-178-14/+61
|
* Update.Ulrich Drepper2000-03-171-0/+5
|
* MAKEINFO is set to `:' from configure if it doesn't exist, correct checks.Ulrich Drepper2000-03-171-2/+2
|
* Update.Ulrich Drepper2000-03-171-0/+6
|
* Restore correct UID.Ulrich Drepper2000-03-171-1/+1
|
* nscd/hstcache.cUlrich Drepper2000-03-171-1/+1
|
* Update.Ulrich Drepper2000-03-171-0/+6
|
* (CPPFLAGS): Define for db2 directory.Ulrich Drepper2000-03-171-0/+4
|
* Include alpha.gcc ifdef HAVE_ASSEM_ALPHA_GCC.Ulrich Drepper2000-03-171-0/+4
|