public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* openat()
@ 2005-11-09 19:14 Ulrich Drepper
  2005-11-09 21:03 ` openat() Miklos Szeredi
  2005-11-09 21:42 ` openat() dean gaudet
  0 siblings, 2 replies; 9+ messages in thread
From: Ulrich Drepper @ 2005-11-09 19:14 UTC (permalink / raw)
  To: Linux Kernel, Linus Torvalds

Can we please get the openat() syscall implemented?  I know Linus 
already declared this is a good idea and I can only stress that it is 
really essential for some things.  It is today impossible to write 
correct code which uses long pathnames since all these operations would 
require the use of chdir() which affect the whole POSIX process and not 
just one thread.  In addition we have the reduction of race conditions.

I remember having seen an implementation at some time.  Can somebody dig 
it up?  If there is nothing available I'll try to get some code submitted.

I'm ignoring the discussions about alternative streams for files here, 
so don't bother arguing with the.

-- 
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2005-11-27 22:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-09 19:14 openat() Ulrich Drepper
2005-11-09 21:03 ` openat() Miklos Szeredi
2005-11-09 21:27   ` openat() Ulrich Drepper
2005-11-27 22:06   ` another reason to add openat in the kernel: efficiency Jim Meyering
2005-11-09 21:42 ` openat() dean gaudet
2005-11-09 21:55   ` openat() Nicholas Miell
2005-11-10  7:40   ` openat() Jeff Garzik
2005-11-10  7:48     ` openat() Ulrich Drepper
2005-11-10 10:01     ` openat() Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox