glibc/sysdeps/unix/sysv/linux/mips
Ulrich Drepper 1114ffff54 Update.
2004-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

	* sysdeps/unix/sysv/linux/mips/pread.c: Include sgidefs.h only if
	NO_SGIDEFS_H isn't defined.
	* sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
	* sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.

	* sysdeps/unix/sysv/linux/sh/pread.c: Define NO_SGIDEFS_H and
	_MIPS_SIM.
	* sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
	* sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
	* sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.

	* nscd/connections.c (nscd_run): atomic_increment was not missing.
2004-08-26 17:00:16 +00:00
..
bits [BZ #341] (O_NOATIME): Define. 2004-08-23 07:28:46 +00:00
mips32 * configure.in: Add mips64* support. * configure: Rebuilt. * sysdeps/mips/bits/endian.h: Make it bi-endian. * sysdeps/mips/mipsel/bits/endian.h: Removed. * sysdeps/mips/mips64/n32/el/bits/endian.h: Removed. * sysdeps/mips/mips64/n64/el/bits/endian.h: Removed. * sysdeps/mips/mips32/Makefile (CC): Add -mabi=32. * sysdeps/mips/mips64/n32/Makefile (CC): Add -mabi=n32. * sysdeps/mips/mips64/n64/Makefile (CC): Add -mabi=64. * sysdeps/mips/Implies: Moved wordsize-32 to... * sysdeps/mips/mips32/Implies: New file. * sysdeps/unix/mips/sysdep.h (PSEUDO_NOERRNO, PSEUDO_END_NOERRNO, ret_NOERRNO): New. (ret, PSEUDO_END): Moved past END. (PSEUDO): Moved to... * sysdeps/unix/mips/mips32/sysdep.h: New file. * sysdeps/unix/mips/mips64/n32/sysdep.h: Removed #undef PSEUDO. * sysdeps/unix/mips/mips64/n64/sysdep.h: Likewise. * sysdeps/unix/sysv/linux/mips/sysdep.h: Move to... * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: New file. * sysdeps/unix/sysv/linux/mips/mips32/kern64/sysdep.h: New file. 2003-03-29 08:15:29 +00:00
mips64 Add semtimedop. 2004-07-21 06:13:15 +00:00
sys UPdate. 2004-07-20 16:39:51 +00:00
Dist Update. 2002-08-27 16:11:54 +00:00
Makefile UPdate. 2004-07-20 16:39:51 +00:00
Versions 2002-11-05 Roland McGrath <roland@redhat.com> 2002-11-06 02:53:24 +00:00
_test_and_set.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
brk.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
clone.S * sysdeps/unix/sysv/linux/mips/clone.S (__thread_start): Re-introduce ENTRY. 2003-03-29 08:01:57 +00:00
configure UPdate. 2004-07-20 16:39:51 +00:00
configure.in UPdate. 2004-07-20 16:39:51 +00:00
dl-cache.h Update. 2003-06-25 08:19:44 +00:00
entry.h Update. 2001-04-10 23:12:08 +00:00
fcntl.c Update. 2000-09-07 14:54:03 +00:00
ftruncate64.c Update. 2003-09-03 03:22:23 +00:00
getmsg.c Update. 1999-12-21 16:03:22 +00:00
getsysstats.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
ipc_priv.h MIPS specific file. MIPS always had 32 bit uids. 2000-09-18 16:39:27 +00:00
kernel_sigaction.h * sysdeps/mips/sgidefs.h (_MIPS_ISA_MIPS32, _MIPS_ISA_MIPS64): Define. * sysdeps/mips/sys/asm.h: Test _MIPS_ISA against them on all ISA tests. (ALSZ, ALMASK, SZREG, REG_S, REG_L): Define based on ABI, not ISA. (PTR_ADD, etc): Test _MIPS_SZPTR instead of _MIPS_SZLONG. * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Use _MIPS_SZPTR to decide whether to add padding. * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Use _MIPS_SZPTR to decide whether to add padding. * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h (struct old_kernel_sigaction): Likewise. 2003-03-25 21:51:53 +00:00
kernel_stat.h UPdate. 2004-07-20 16:39:51 +00:00
kernel_termios.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
lockf64.c Update. 2000-09-07 15:46:19 +00:00
pipe.S Add newline at EOF. 2000-04-14 17:53:07 +00:00
pread.c Update. 2004-08-26 17:00:16 +00:00
pread64.c Update. 2004-08-26 17:00:16 +00:00
profil-counter.h * sysdeps/unix/sysv/linux/mips/profil-counter: New. * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: Port to n32/n64. * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: New. * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Port to n32/n64. (mcontext_t): Make it match the 32-bit mips kernel in o32. * sysdeps/unix/sysv/linux/mips/sys/user.h: Bring in constants from the mips and mips64 headers. (struct user): Port to n32/n64. 2003-04-13 11:36:32 +00:00
ptrace.c UPdate. 2004-07-20 16:39:51 +00:00
putmsg.c Update. 1999-12-21 16:03:22 +00:00
pwrite.c Update. 2004-08-26 17:00:16 +00:00
pwrite64.c UPdate. 2004-07-20 16:39:51 +00:00
readelflib.c * sysdeps/unix/sysv/linux/mips/readelflib.c: New file. 2003-03-14 07:52:05 +00:00
register-dump.h * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): 2002-07-12 23:25:56 +00:00
sigaction.c UPdate. 2004-07-20 16:39:51 +00:00
sigcontextinfo.h UPdate. 2004-07-20 16:39:51 +00:00
syscalls.list Update. 2003-09-03 03:22:23 +00:00
truncate64.c Update. 2003-09-03 03:22:23 +00:00
ustat.c Update. 2003-09-03 03:22:23 +00:00
xmknod.c Update. 2003-09-03 03:22:23 +00:00
xstatconv.c 2003-06-17 Guido Guenther <agx@sigxcpu.org> 2003-06-30 09:33:13 +00:00