about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* * elf/rtld.c (process_envvars): Place output files for profilingAndreas Jaeger2001-01-101-2/+2
* (__longjmp): Correct %fp frame pointer offset for non-fast path.Ulrich Drepper2000-09-111-2/+2
* * sysdeps/generic/dl-environ.c (unsetenv): Follow change to theAndreas Jaeger2000-08-251-3/+6
* * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): Take intoMark Kettenis2000-08-011-10/+39
* * sysdeps/i386/elf/setjmp.S: Work around change is recentAndreas Jaeger2000-06-041-2/+6
* New file. Use getpagesize syscall if available.Andreas Schwab2000-05-081-0/+43
* 2000-05-08 Andreas Jaeger <aj@suse.de>Andreas Jaeger2000-05-081-3/+6
* (__getdents): The Linux kernel does not allow relative seeks on descriptorsUlrich Drepper2000-04-071-9/+13
* (prfpregset_t): Typedef for elf_fpregset_t instead of `elf_fpregset_t *'.Ulrich Drepper2000-04-051-1/+1
* Prepend REG_ to enum values and macros for register names.Ulrich Drepper2000-04-051-38/+38
* 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
* Correct handling of patterns containing escaped wildcards (and noUlrich Drepper2000-03-221-29/+29
* Also install handler for SIGTRAP.Ulrich Drepper2000-03-211-1/+2
* (CPPFLAGS): Define for db2 directory.Ulrich Drepper2000-03-171-0/+4
* Define IPC_INFO only if __USE_GNU.Ulrich Drepper2000-03-173-42/+54
* Define msgqnum_t and msglen_t and use them in struct msqid_s.Ulrich Drepper2000-03-172-10/+20
* Define IPC_INFO only if __USE_GNU.Ulrich Drepper2000-03-171-3/+5
* (I_GWROPT): Renamed from I_GWRSET.Ulrich Drepper2000-03-171-11/+19
* Mark second parameter as const.Ulrich Drepper2000-03-172-4/+4
* Regenerated: autoconf sysdeps/unix/sysv/linux/configure.inUlrich Drepper2000-03-171-2/+2
* (platform): Add entry for Nautilus.Ulrich Drepper2000-03-151-1/+2
* Remove personality call.Ulrich Drepper2000-03-031-10/+1
* Parser of /proc/cpuinfo data for Linux/SPARC.Ulrich Drepper2000-03-011-0/+55
* Treat also "/usr/" as prefix especially.Ulrich Drepper2000-02-271-1/+1
* Don't declare argument as const.Ulrich Drepper2000-02-241-2/+2
* 2000-02-24 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-02-241-2/+2
* Add __WALL.Ulrich Drepper2000-02-241-1/+2
* 2000-02-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-02-241-4/+2
* Define SA_NOCLDWAIT.Ulrich Drepper2000-02-234-4/+8
* (sigstack): Correct type of first parameter.Ulrich Drepper2000-02-232-4/+4
* Fix typos.Ulrich Drepper2000-02-224-5/+5
* Update comment.Ulrich Drepper2000-02-221-2/+2
* Fix off by one error.Ulrich Drepper2000-02-201-1/+1
* (prgregset_t): Define using elf_gregset_t.Ulrich Drepper2000-02-201-2/+2
* Add definition of _libc_fpreg and _libc_fpstate and use it to defineUlrich Drepper2000-02-201-2/+22
* (prfpregset_t): Define as pointer to fpregset_t.Ulrich Drepper2000-02-191-2/+2
* Include <sys/user.h>.Ulrich Drepper2000-02-191-3/+7
* Sync with kernel.Ulrich Drepper2000-02-171-9/+5
* Correct prototype for __syscall_mmap2.Ulrich Drepper2000-02-171-2/+2
* Rewrite __syscall_execve prototype to avoid warnings.Ulrich Drepper2000-02-171-2/+3
* Linux/PPC ftruncate64 implementation.Ulrich Drepper2000-02-161-0/+63
* Linux/PPC mmap64 implementation.Ulrich Drepper2000-02-161-0/+63
* Linux/PPC truncate64 implementation.Ulrich Drepper2000-02-161-0/+63
* Add s_fstat64, s_ftruncate64, s_lstat64, s_mmap2, s_stat64, s_truncate64.Ulrich Drepper2000-02-161-1/+6
* Disable raising exception, not enabling it.Ulrich Drepper2000-02-153-3/+3
* Don't look for signal 0 since it does not exist.Ulrich Drepper2000-02-151-3/+3
* (_iopl, _ioperm): Add Rebel-NetWinder to platform table so _ioperm platformUlrich Drepper2000-02-141-0/+1
* Domain of opcode is not large enough so test for overflow and handle it.Ulrich Drepper2000-02-133-3/+42
* Sync with kernel header files.Ulrich Drepper2000-02-111-1/+17