about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Remove setjmp_aux.c. cvs/glibc-2_0_6pre3Ulrich Drepper1997-12-101-1/+0
* 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
* Add scsi/sg.h, net/if_packet.h, net/if_slip.h, and sys/prctl.h.Ulrich Drepper1997-12-091-1/+4
* 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
* Backport setjmp/longjmp rewrite.Ulrich Drepper1997-12-097-297/+126
* (MAP_FAILED): Add constant. Suggested by Petter ReinholdtsenUlrich Drepper1997-12-031-1/+4
* 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
* Correct end condition.Ulrich Drepper1997-11-191-1/+1
* Correct test for too small buffer.Ulrich Drepper1997-11-191-1/+1
* Include <libc-lock.h>, not <bits/libc-lock.h>.Ulrich Drepper1997-11-191-1/+1
* Define __cabs_complex locally and switch to ISO C form.Ulrich Drepper1997-11-193-9/+20
* Correct result for NAN, Inf, 0.0.Ulrich Drepper1997-11-193-3/+3
* Correct result value for x==y.Ulrich Drepper1997-11-191-1/+1
* Cleanup.Ulrich Drepper1997-11-193-2/+3
* Don't use casts, use element access.Ulrich Drepper1997-11-191-9/+8
* Define REVOKE to use revoke function.Ulrich Drepper1997-11-191-2/+8
* Regenerated from ../sysdeps/gnu/errlist.awk ../manual/errno.texiUlrich Drepper1997-11-151-1/+9
* (_dl_load_cache_lookup): Favour exact matching of version functionUlrich Drepper1997-10-251-6/+15
* Change for 2.0.5b glibc-2.0.5b cvs/glibc-2_0_5bUlrich Drepper1997-09-093-24/+25
* Define macros in a special way if gcc is not used and so dev_t is anUlrich Drepper1997-08-251-4/+13
* Include features.h instead of sys/cdefs.h. Pretty print.Ulrich Drepper1997-08-251-49/+52
* Correct assembler versions to work even for descriptors >= 32.Ulrich Drepper1997-08-251-16/+26
* Remove the IS_* macros, they operate on internal kernel structures andUlrich Drepper1997-08-231-22/+0
* Fix typo.Ulrich Drepper1997-08-231-1/+1
* Don't use fstat, use fxstat.Ulrich Drepper1997-08-231-1/+1
* Add cthreads.c.Ulrich Drepper1997-08-161-1/+3
* CThread interface for glibc.Ulrich Drepper1997-08-161-0/+48
* [subdir=misc] (sysdep_routines): Add cthreads.Ulrich Drepper1997-08-161-0/+4
* Introduce thread-specific key handling functions.Ulrich Drepper1997-08-161-7/+21
* Include <gnu/types.h>, not <bits/types.h>.Ulrich Drepper1997-08-162-2/+2
* Linux specific configuration file for libio.Ulrich Drepper1997-08-081-0/+67
* (__libc_once_define): Add new parameter for object class.Ulrich Drepper1997-08-081-1/+1