2006-05-15 Carlos O'Donell <carlos@systemhalted.org>
[glibc-ports.git] / ChangeLog.mips
blob2122477a3b82950e00dba2cb818530a95320f78d
1 2006-05-10  Richard Sandiford  <richard@codesourcery.com>
2             Daniel Jacobowitz  <dan@codesourcery.com>
4         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
5         dump sc_cause, sc_status or sc_badvaddr.
6         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite.  Update
7         structure definitions after DSP kernel changes.
8         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
9         after the same DSP changes.
11 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
13         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
14         st_atim, st_mtim and st_ctim interface.
15         (struct stat64): Likewise.
16         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
17         Replace st_atime and its padding field with st_atim.  Likewise
18         st_mtime/st_mtim and st_ctime/st_ctim.
19         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
20         after above changes.
21         (__xstat64_conv): Likewise.
23 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
25         * sysdeps/mips/ldsodefs.h: New file.
26         * sysdeps/mips/tst-audit.h: New file.
28 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
30         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
31         for consistency with other ports.
32         (MADV_REMOVE): Correct value.
33         (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
34         POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
35         POSIX_MADV_DONTNEED): Define.
37 2006-05-05  Lior Balkohen  <balkohen@gmail.com>
39         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
40         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
41         Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
42         and SYNC_FILE_RANGE_WAIT_AFTER.
43         Declare sync_file_range, vmsplice, splice and tee.
45 2006-03-27  Lior Balkohen  <balkohen@gmail.com>
47         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
48         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.  Add readahead
49         prototype.
51 2006-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
53         * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
54         Define.
56 2006-03-27  Denis Barbier  <barbier@linuxfr.org>
58         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
59         typo.
61 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
63         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
64         i386/fork.c.
66 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
68         * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
69         libc_cv_localedir, libdir, arch_minimum_kernel, and
70         libc_cv_gcc_unwind_find_fde.
71         * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
72         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
73         * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
75 2006-03-02  Lior Balkohen  <balkohen@gmail.com>
77         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
78         (__pthread_list_t, __pthread_slist_t): New typedefs.
79         (pthread_mutex_t): Replace __next and __prev fields with __list.
80         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
81         FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
82         (lll_futex_wake_unlock): Define.
83         (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
84         lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
85         lll_robust_mutex_unlock): New macros.
86         (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.  
87         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
88         vfork.S.
89         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
91 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
93         * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
94         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
96 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
98         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
99         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
100         (INTERNAL_SYSCALL_NCS): New.
101         (internal_syscall0, internal_syscall1, internal_syscall2,
102         internal_syscall3, internal_syscall4, internal_syscall5,
103         internal_syscall6): Take ncs_init, cs_init, and input arguments.
104         Use them.  Correct types for registers.
105         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
106         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
107         (INTERNAL_SYSCALL_NCS): New.
108         (internal_syscall0, internal_syscall1, internal_syscall2,
109         internal_syscall3, internal_syscall4, internal_syscall5,
110         internal_syscall6): Take ncs_init, cs_init, and input arguments.
111         Use them.
112         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
113         recvfrom and sendto.  Mark lseek, msgrcv, and msgsnd as cancellation
114         points.
115         * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
116         Use Elf(Addr) for TLS relocation targets.
117         * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
118         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
119         lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
120         futexp to long for n64.
121         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
123 2006-02-20  Roland McGrath  <roland@redhat.com>
125         * sysdeps/mips/shlib-versions: New file.
126         * sysdeps/mips/preconfigure: New file.
127         * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.