alistair23-linux/arch/mips/kernel
Ulrich Drepper c04030e16d [PATCH] flags parameter for linkat
I'm currently at the POSIX meeting and one thing covered was the
incompatibility of Linux's link() with the POSIX definition.  The name.
Linux does not follow symlinks, POSIX requires it does.

Even if somebody thinks this is a good default behavior we cannot change this
because it would break the ABI.  But the fact remains that some application
might want this behavior.

We have one chance to help implementing this without breaking the behavior.
 For this we could use the new linkat interface which would need a new
flags parameter.  If the new parameter is AT_SYMLINK_FOLLOW the new
behavior could be invoked.

I do not want to introduce such a patch now.  But we could add the
parameter now, just don't use it.  The patch below would do this.  Can we
get this late patch applied before the release more or less fixes the
syscall API?

Signed-off-by: Ulrich Drepper <drepper@redhat.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-02-24 14:31:39 -08:00
..
asm-offsets.c
binfmt_elfn32.c [MIPS] jiffies_to_compat_timeval fix 2006-02-21 16:58:23 +00:00
binfmt_elfo32.c [MIPS] jiffies_to_compat_timeval fix 2006-02-21 16:58:23 +00:00
branch.c
cpu-bugs64.c
cpu-probe.c [MIPS] Get rid of CONFIG_SB1_PASS_1_WORKAROUNDS #ifdef crapola. 2006-02-07 13:30:23 +00:00
dma-no-isa.c
entry.S
gdb-low.S Get 64-bit right in the kgdb stub. 2005-10-29 19:32:43 +01:00
gdb-stub.c [PATCH] mips: gdb-stub.c: fix parse error before ; token 2006-02-01 08:53:12 -08:00
genex.S [MIPS] Remove stray .set mips3 resulting in 64-bit instruction in 32-bit kernels. 2006-02-07 13:30:21 +00:00
head.S Support for MIPSsim, the cycle accurate MIPS simulator. 2005-10-29 19:32:30 +01:00
i8259.c Date: Fri Jan 14 03:03:23 2005 +0000 2005-10-29 19:32:39 +01:00
init_task.c
irix5sys.S
irixelf.c [PATCH] Don't uselessly export task_struct to userspace in core dumps 2005-10-30 17:37:18 -08:00
irixinv.c
irixioctl.c
irixsig.c [MIPS] Avoid duplicate do_syscall_trace calls on return from sigreturn. 2005-12-01 11:05:18 +00:00
irq-msc01.c
irq-mv6434x.c
irq-rm7000.c
irq-rm9000.c
irq.c
irq_cpu.c
linux32.c [MIPS] N32: Make sure pointer is good before passing it to sys_waitid(). 2006-02-21 16:58:23 +00:00
Makefile [PATCH] sanitize building of fs/compat_ioctl.c 2006-01-10 08:01:33 -08:00
mips_ksyms.c
module.c
proc.c Add support for SB1A CPU. 2005-10-29 19:32:46 +01:00
process.c [MIPS] Rewrite get_wchan and its helper functions using kallsyms_lookup. 2006-02-14 19:13:24 +00:00
ptrace.c [PATCH] mips: task_thread_info() 2006-01-12 09:08:59 -08:00
ptrace32.c [MIPS] Sparse: Fix some compiler/sparse warnings in ptrace32.c 2006-02-07 13:30:24 +00:00
r4k_fpu.S
r4k_switch.S Fixup a few lose ends in explicit support for MIPS R1/R2. 2005-10-29 19:32:37 +01:00
r2300_fpu.S
r2300_switch.S
r6000_fpu.S
reset.c [MIPS] Rename _machine_power_off to pm_power_off so the kernel builds again. 2006-02-07 13:30:22 +00:00
rtlx.c [MIPS] RTLX compile fixes. 2006-02-07 13:30:21 +00:00
scall32-o32.S [PATCH] flags parameter for linkat 2006-02-24 14:31:39 -08:00
scall64-64.S [MIPS] Wire up new syscalls. 2006-02-08 17:52:25 +00:00
scall64-n32.S [MIPS] N32: Fix N32 rt_sigtimedwait and rt_sigsuspend breakage. 2006-02-21 16:58:22 +00:00
scall64-o32.S [MIPS] Wire up new syscalls. 2006-02-08 17:52:25 +00:00
semaphore.c
setup.c
signal-common.h [MIPS] RM9000: Fix buggy I-cache workaround. 2006-02-14 19:13:25 +00:00
signal.c [MIPS] Make do_signal return void. 2006-02-08 17:52:25 +00:00
signal32.c [MIPS] Reformat _sys32_rt_sigsuspend with tabs instead of space for consistency. 2006-02-21 16:58:22 +00:00
signal_n32.c [MIPS] N32: Fix N32 rt_sigtimedwait and rt_sigsuspend breakage. 2006-02-21 16:58:22 +00:00
smp.c [MIPS] Add topology_init. 2006-02-21 16:58:23 +00:00
smp_mt.c [MIPS] MT: Propagate config7 into VPE. 2006-02-14 19:13:25 +00:00
syscall.c [MIPS] Sparse: Add __user tags to syscall.c 2006-02-08 17:52:26 +00:00
sysirix.c [PATCH] capable/capability.h (arch/) 2006-01-11 18:42:14 -08:00
time.c MIPS: Oprofile: Fixup the loose ends in the plumbing. 2006-01-10 13:39:07 +00:00
traps.c [MIPS] Make integer overflow exceptions in kernel mode fatal. 2006-02-21 16:58:22 +00:00
unaligned.c
vmlinux.lds.S [MIPS] Fix linker script to work for non-4K page size. 2006-02-07 13:30:26 +00:00
vpe.c MIPS: MT: Fix 32-bit dependencies. 2006-01-10 13:39:06 +00:00