diff options
author | David S. Miller <davem@davemloft.net> | 2008-02-10 02:08:53 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-02-10 02:08:53 -0500 |
commit | e88bb41595ad67a8e7d5dd8c7bbeea2e66cc0cac (patch) | |
tree | 02508471125ea1c13d0c09652b23fb302c87b35f /Documentation/feature-removal-schedule.txt | |
parent | 344e53f562e21ab14734a482042713555a628d39 (diff) |
[SPARC]: Add solaris/sunos binary support to feature removal schedule.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index ce9503c892b5..2039f47f2e65 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -304,3 +304,14 @@ Why: The support code for the old firmware hurts code readability/maintainabilit | |||
304 | and slightly hurts runtime performance. Bugfixes for the old firmware | 304 | and slightly hurts runtime performance. Bugfixes for the old firmware |
305 | are not provided by Broadcom anymore. | 305 | are not provided by Broadcom anymore. |
306 | Who: Michael Buesch <mb@bu3sch.de> | 306 | Who: Michael Buesch <mb@bu3sch.de> |
307 | |||
308 | --------------------------- | ||
309 | |||
310 | What: Solaris/SunOS syscall and binary support on Sparc | ||
311 | When: 2.6.26 | ||
312 | Why: Largely unmaintained and almost entirely unused. File system | ||
313 | layering used to divert library and dynamic linker searches to | ||
314 | /usr/gnemul is extremely buggy and unfixable. Making it work | ||
315 | is largely pointless as without a lot of work only the most | ||
316 | trivial of Solaris binaries can work with the emulation code. | ||
317 | Who: David S. Miller <davem@davemloft.net> | ||