Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 26 May 2014 14:40:36 -0400
From: Rich Felker <dalias@...c.org>
To: musl@...ts.openwall.com
Subject: [UGLY PATCH v2] Support for no-legacy-syscalls archs

Here's the v2 of this patch. Some small bugs and inefficiencies have
been fixed, but the main big difference is that the whole utime-family
has been reworked to all go through utimensat, and the latter now has
fallbacks for old kernels that lack the new syscall. While this
increases the weight of all of these functions on modern systems that
do have the legacy syscalls (and thus might lack the new one, if
they're using outdated kernels) it eliminates the incentive for
programmers to use the outdated libc functions to get better behavior
on ancient, unsupported kernels, and puts all the fallback logic in a
common place rather than splitting it out over multiple functions.

Comments welcome. I'm still going to hold off a bit longer on
committing this in case there are better ideas for how to do it.

Rich

View attachment "no_legacy_syscall_archs_v2.diff" of type "text/plain" (13743 bytes)

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.