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