diff options
author | peter <peter@FreeBSD.org> | 1996-02-16 18:40:50 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-02-16 18:40:50 +0000 |
commit | 3cb20067de6566e78ae95ce0f7a712e29830fd4c (patch) | |
tree | 799db259714cd7f8e1c64fb102b71639add98a24 /lib/libc_r | |
parent | de8a3631f094c583d345a959990d33cd3ae8db7a (diff) | |
download | FreeBSD-src-3cb20067de6566e78ae95ce0f7a712e29830fd4c.zip FreeBSD-src-3cb20067de6566e78ae95ce0f7a712e29830fd4c.tar.gz |
This is an extract of changes from what I am currently running...
- Optimise the linux a.out loading and uselib system calls so they
take advantage of some of John's recent interface improvements.
Basically, this means they make far less map changes than before.
- Attempt to plug some potentially nasty kernel_map memory leaks..
- Improve support for QMAGIC libs (I only use QMAGIC (ie: a.out libraries from
the slackware 3.0 dist) but this depends on other changes to enhance
the /compat/linux support)
- uselib goes out through a single exit as part of the resource tracking
that I did when closing the resource leaks on errors. This could be
cleaner than what I did, but making a 30-deep nested if/else was not my
idea of fun, neither did I want to repeat the same code 30 times over for
each failure possibility. I guess this function needs to be split into
smaller functions to solve this.
I've been running the Linux Netscape-2.0 (with Java) to test this, and apart
from the long-standing problem with the missing scrollbars, it appears to
still work as before with ZMAGIC libs (and the leaks).. However, I've
been using it with mods for the signal trampoline code for native linux stack
frames on signals and exterminated the blasted sigreturn printf() problem,
so I can't be certain that there is not a dependency on something else.
Diffstat (limited to 'lib/libc_r')
0 files changed, 0 insertions, 0 deletions