summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-12-12Update.cvs/glibc-2_0_6pre4Ulrich Drepper
1997-12-12(__FDMASK): Cast constant 1 to be shifted correctly.Ulrich Drepper
1997-12-12Empty file.Ulrich Drepper
1997-12-12(exit): Handle recursive calls to exit ().Ulrich Drepper
1997-12-12(inet_neta): Change type of first parameter to u_int32_t.Ulrich Drepper
1997-12-12(inet_addr): Change return type to u_int32_t.Ulrich Drepper
1997-12-12Update from glibc 2.1.Ulrich Drepper
1997-12-12Update from 2.1.Ulrich Drepper
1997-12-12Reset the blacklist correct, fix return code for non existent +nameUlrich Drepper
entries.
1997-12-12Change types of inet_neta and inet_addr.Ulrich Drepper
1997-12-12Don't count in multiply reference object in number of prelaodedUlrich Drepper
objects. [PR libc/375].
1997-12-12Add more information of build environment and flags.Ulrich Drepper
1997-12-12If --enable-add-ons is given without an argument, set the addons listUlrich Drepper
to all subdirs with a configure script.
1997-12-11Regenerated: autoconf configure.inUlrich Drepper
1997-12-10longjmp imlementation for AlphaUlrich Drepper
1997-12-10Wrapper to make sure we don't have revoke referencesUlrich Drepper
1997-12-10Net interface definitionUlrich Drepper
1997-12-10prtcl interface for LinuxUlrich Drepper
1997-12-10Remove setjmp_aux.c.cvs/glibc-2_0_6pre3Ulrich Drepper
1997-12-10Update.Ulrich Drepper
1997-12-09Return value with expected byte order.Ulrich Drepper
1997-12-09Add test for isw* functions.Ulrich Drepper
1997-12-09Not used anymore.Ulrich Drepper
1997-12-09Care for prefix.Ulrich Drepper
1997-12-09Add prctl.Ulrich Drepper
1997-12-09Add AF_* and PF_ constants from Linux headers.Ulrich Drepper
1997-12-09Add __libc_accept as alias.Ulrich Drepper
1997-12-09[$(subdir)=misc] (sysdep_headers):Ulrich Drepper
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.
1997-12-09Add scsi/sg.h, net/if_packet.h, net/if_slip.h, and sys/prctl.h.Ulrich Drepper
Remove sys/module.h.
1997-12-09Header for generic SCSI interfaceUlrich Drepper
1997-12-09Define socket syscalls with __libc_* names.Ulrich Drepper
1997-12-09Define sysv_signal as weak alias.Ulrich Drepper
1997-12-09(convert_mask, __sigvec): Don't check int mask beyound its size.Ulrich Drepper
1997-12-09(__sigsetmask): Don't check int mask beyound its size.Ulrich Drepper
1997-12-09(__sigblock): Don't check int mask beyound its size.Ulrich Drepper
1997-12-09[NO_LONG_DOUBLE]: Correct cabsl.Ulrich Drepper
1997-12-09Remove cabs definition.Ulrich Drepper
1997-12-09(_dl_runtime_resolve): Care for prefix.Ulrich Drepper
(_start): Likewise.
1997-12-09Backport setjmp/longjmp rewrite.Ulrich Drepper
1997-12-09Rename cu_wait from timeout to not shadow the variable in the outerUlrich Drepper
scope.
1997-12-09(__WAIT_INT): Don't use complex version with __typeof for C++ sinceUlrich Drepper
this fails for class members.
1997-12-09Make sure digits_dots.c sees `resbuf' as struct and not a pointer.Ulrich Drepper
Little optimizations.
1997-12-09Place `result' in resbuf and not in `buffer'.Ulrich Drepper
1997-12-09If buffer is to small, set the file handle for /etc/shadow back inUlrich Drepper
some more cases.
1997-12-09If buffer is to small, set the file handle for /etc/passwd back inUlrich Drepper
some more cases.
1997-12-09If buffer is to small, set the file handle for /etc/group back in someUlrich Drepper
more cases.
1997-12-09(malloc_update_mallinfo): Initialize struct for return value.Ulrich Drepper
1997-12-09locale/programs/ld-ctype.c: Write 32bit char classes in correct byteUlrich Drepper
order.
1997-12-09Correct data for isw* functions.Ulrich Drepper
1997-12-09Increase buffer if it is too small.Ulrich Drepper