aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove setjmp_aux.c.cvs/glibc-2_0_6pre3Ulrich Drepper1997-12-101-1/+0
|
* Update.Ulrich Drepper1997-12-104-89/+180
|
* Return value with expected byte order.Ulrich Drepper1997-12-091-4/+4
|
* Add test for isw* functions.Ulrich Drepper1997-12-091-7/+15
|
* Not used anymore.Ulrich Drepper1997-12-091-61/+0
|
* Care for prefix.Ulrich Drepper1997-12-091-25/+23
|
* Add prctl.Ulrich Drepper1997-12-091-0/+1
|
* Add AF_* and PF_ constants from Linux headers.Ulrich Drepper1997-12-091-1/+17
|
* Add __libc_accept as alias.Ulrich Drepper1997-12-098-0/+8
|
* [$(subdir)=misc] (sysdep_headers):Ulrich Drepper1997-12-091-3/+3
| | | | | Remove sys/module.h. Add sys/prctl.h and scsi/sg.h. [$(subdir)=inet] (sysdep_headers): Add net/if_slip.h, net/if_packet.h.
* Add scsi/sg.h, net/if_packet.h, net/if_slip.h, and sys/prctl.h.Ulrich Drepper1997-12-091-1/+4
| | | | Remove sys/module.h.
* Header for generic SCSI interfaceUlrich Drepper1997-12-091-0/+59
|
* Define socket syscalls with __libc_* names.Ulrich Drepper1997-12-091-8/+8
|
* Define sysv_signal as weak alias.Ulrich Drepper1997-12-091-0/+2
|
* (convert_mask, __sigvec): Don't check int mask beyound its size.Ulrich Drepper1997-12-091-3/+3
|
* (__sigsetmask): Don't check int mask beyound its size.Ulrich Drepper1997-12-091-3/+3
|
* (__sigblock): Don't check int mask beyound its size.Ulrich Drepper1997-12-091-3/+3
|
* [NO_LONG_DOUBLE]: Correct cabsl.Ulrich Drepper1997-12-091-1/+6
|
* Remove cabs definition.Ulrich Drepper1997-12-091-10/+1
|
* (_dl_runtime_resolve): Care for prefix.Ulrich Drepper1997-12-091-2/+5
| | | | (_start): Likewise.
* Backport setjmp/longjmp rewrite.Ulrich Drepper1997-12-097-297/+126
|
* Rename cu_wait from timeout to not shadow the variable in the outerUlrich Drepper1997-12-091-2/+2
| | | | scope.
* (__WAIT_INT): Don't use complex version with __typeof for C++ sinceUlrich Drepper1997-12-091-2/+2
| | | | this fails for class members.
* Make sure digits_dots.c sees `resbuf' as struct and not a pointer.Ulrich Drepper1997-12-091-0/+2
| | | | Little optimizations.
* Place `result' in resbuf and not in `buffer'.Ulrich Drepper1997-12-091-24/+18
|
* If buffer is to small, set the file handle for /etc/shadow back inUlrich Drepper1997-12-091-2/+6
| | | | some more cases.
* If buffer is to small, set the file handle for /etc/passwd back inUlrich Drepper1997-12-091-4/+28
| | | | some more cases.
* If buffer is to small, set the file handle for /etc/group back in someUlrich Drepper1997-12-091-10/+14
| | | | more cases.
* (malloc_update_mallinfo): Initialize struct for return value.Ulrich Drepper1997-12-091-0/+3
|
* locale/programs/ld-ctype.c: Write 32bit char classes in correct byteUlrich Drepper1997-12-091-1/+4
| | | | order.
* Correct data for isw* functions.Ulrich Drepper1997-12-091-87/+87
|
* Increase buffer if it is too small.Ulrich Drepper1997-12-091-31/+45
|
* (libc_cv_gcc_alpha_ng_prefix): New check.Ulrich Drepper1997-12-091-3/+26
|
* (ASM_ALPHA_NG_SYMBOL_PREFIX): New entry.Ulrich Drepper1997-12-091-0/+3
|
* (compile.S, COMPILE.S, COMPILE.s): Use $(ASFLAGS-*) variable as well.Ulrich Drepper1997-12-091-3/+3
|
* Regenerated: autoconf configure.inUlrich Drepper1997-12-061-58/+93
|
* (MAP_FAILED): Add constant. Suggested by Petter ReinholdtsenUlrich Drepper1997-12-031-1/+4
| | | | <pere@sleeper.link.no> [PR libc/367].
* Update.cvs/glibc-2_0_6-pre2Ulrich Drepper1997-11-201-0/+258
|
* (CFLAGS-charmap.c): Add -Wno-char-subscripts.Ulrich Drepper1997-11-201-2/+2
| | | | (CFLAGS-locfile.c): Likewise.
* (__mktime_internal): Declare sec_requested even ifUlrich Drepper1997-11-191-1/+1
| | | | | !LEAP_SECONDS_POSSIBLE, since it's needed at the end when checking for time_t overflow.
* (__tzfile_compute): Use negated value of offset for timezoneUlrich Drepper1997-11-192-4/+4
| | | | variable.
* Update from tzdata1997i.Ulrich Drepper1997-11-191-123/+133
|
* Change prototype accordingly.Ulrich Drepper1997-11-191-2/+2
|
* cfsetspeed): Change return value to int.Ulrich Drepper1997-11-191-3/+5
|
* Include <asm/types.h>.Ulrich Drepper1997-11-191-0/+1
|
* Correct return value.Ulrich Drepper1997-11-192-4/+4
|
* Add new values.Ulrich Drepper1997-11-192-2/+6
|
* Correct loading of return address.Ulrich Drepper1997-11-191-2/+2
|
* Add new values and correct types in struct cmsghdr.Ulrich Drepper1997-11-191-6/+27
|
* Define __need_NULL to get definition of NULL.Ulrich Drepper1997-11-192-0/+2
|