Log of /trunk/src
Directory Listing
Revision
235 -
Directory Listing
Modified
Mon Dec 5 22:49:20 2005 UTC
(7 years, 6 months ago)
by
azarah
More configure related cleanups. Define HAVE_RTLD_NEXT
via config.h.
Revision
228 -
Directory Listing
Modified
Mon Dec 5 14:06:58 2005 UTC
(7 years, 6 months ago)
by
azarah
Small tweak.
Revision
226 -
Directory Listing
Modified
Mon Dec 5 13:54:04 2005 UTC
(7 years, 6 months ago)
by
azarah
Cleanup RTLD defines.
Revision
225 -
Directory Listing
Modified
Mon Dec 5 13:41:39 2005 UTC
(7 years, 6 months ago)
by
azarah
Remove getcwd.c, as its no longer used.
Revision
224 -
Directory Listing
Modified
Mon Dec 5 13:40:36 2005 UTC
(7 years, 6 months ago)
by
azarah
More changes to try and resolve OSes with generic getcwd() implementations.
Revision
223 -
Directory Listing
Modified
Mon Dec 5 11:24:20 2005 UTC
(7 years, 6 months ago)
by
azarah
FreeBSD have RTLD_NOW, but still have the getcwd() issue.
Revision
222 -
Directory Listing
Modified
Mon Dec 5 11:18:39 2005 UTC
(7 years, 6 months ago)
by
azarah
Split sandbox_on stuff out to libsandbox.h. Only enable if we do not
have RTLD_NEXT.
Revision
221 -
Directory Listing
Modified
Mon Dec 5 11:08:26 2005 UTC
(7 years, 6 months ago)
by
azarah
Add sandbox_on variable to tweak internally if sandbox is on or off.
Revision
220 -
Directory Listing
Modified
Mon Dec 5 10:10:47 2005 UTC
(7 years, 6 months ago)
by
azarah
Rather check for RTLD_NEXT than glibc. Some other cleanups.
Revision
219 -
Directory Listing
Modified
Mon Dec 5 09:54:40 2005 UTC
(7 years, 6 months ago)
by
azarah
More bsd fixes.
Revision
218 -
Directory Listing
Modified
Mon Dec 5 09:53:28 2005 UTC
(7 years, 6 months ago)
by
azarah
Add checks for bsd that have dlopen() in libc.
Revision
216 -
Directory Listing
Modified
Mon Dec 5 09:28:34 2005 UTC
(7 years, 6 months ago)
by
azarah
Rename sandbox_futils.c to sandbox_utils.c. Add gstrndup() and gbasename()
to sandbox_utils.c. Add check for glibc, and fixup things to not need glibc
only extensions if not needed for versioned symbols.
Revision
211 -
Directory Listing
Modified
Sat Dec 3 11:42:38 2005 UTC
(7 years, 6 months ago)
by
azarah
Change default prefix '__' to '_DEFAULT' suffix to avoid confusion
some people seem to have.
Revision
207 -
Directory Listing
Modified
Fri Dec 2 12:34:19 2005 UTC
(7 years, 6 months ago)
by
azarah
Use mempcpy() instead of __mempcpy(), as svn uClibc hides it.
Revision
204 -
Directory Listing
Modified
Fri Dec 2 08:49:38 2005 UTC
(7 years, 6 months ago)
by
azarah
Add /dev/shm to write path.
Revision
198 -
Directory Listing
Modified
Thu Dec 1 12:01:33 2005 UTC
(7 years, 6 months ago)
by
azarah
Some comment touch-ups.
Revision
197 -
Directory Listing
Modified
Thu Dec 1 11:56:29 2005 UTC
(7 years, 6 months ago)
by
azarah
Wrap mkfifo() as it seems it was missing.
Revision
196 -
Directory Listing
Modified
Thu Dec 1 11:33:20 2005 UTC
(7 years, 6 months ago)
by
azarah
Wrap mknod() as well. Misc cleanups.
Revision
195 -
Directory Listing
Modified
Thu Dec 1 11:04:31 2005 UTC
(7 years, 6 months ago)
by
azarah
Rather use fstat() to get file size in file_length() than lseek().
Revision
194 -
Directory Listing
Modified
Thu Dec 1 10:58:54 2005 UTC
(7 years, 6 months ago)
by
azarah
Use egetcwd() in sandbox.c.
Revision
193 -
Directory Listing
Modified
Thu Dec 1 10:54:12 2005 UTC
(7 years, 6 months ago)
by
azarah
Fixup SANDBOX_ON handling after already running changes.
Revision
192 -
Directory Listing
Modified
Thu Dec 1 10:45:43 2005 UTC
(7 years, 6 months ago)
by
azarah
Rename filter_path() to resolve_path() and other renames for clarity.
Revision
191 -
Directory Listing
Modified
Thu Dec 1 10:40:09 2005 UTC
(7 years, 6 months ago)
by
azarah
Cleanup local defines for egetcwd() and erealpath().
Revision
190 -
Directory Listing
Modified
Thu Dec 1 09:47:42 2005 UTC
(7 years, 6 months ago)
by
azarah
Rename src/symbols.in to src/symbols.h.in.
Revision
189 -
Directory Listing
Modified
Thu Dec 1 09:46:17 2005 UTC
(7 years, 6 months ago)
by
azarah
Remove the SB_STATIC and including of getcwd.c, etc voodoo, as we new use a
symbol map, and all non-exported symbols are local. Cleanup getcwd.c, as
the generic getcwd for older 2.4 kernels do not work properly anyhow, and
just makes things slower. Some other warning fixes.
Revision
185 -
Directory Listing
Modified
Wed Nov 30 23:21:55 2005 UTC
(7 years, 6 months ago)
by
azarah
Small syntax cleanup.
Revision
184 -
Directory Listing
Modified
Wed Nov 30 23:11:34 2005 UTC
(7 years, 6 months ago)
by
azarah
Only check SANDBOX_ACTIVE, and not its value. More BASH_ENV fixes.
Revision
183 -
Directory Listing
Modified
Wed Nov 30 22:54:36 2005 UTC
(7 years, 6 months ago)
by
azarah
Use versioned symbols on supported libc's for functions we wrap, as well as
provide all versions of specific functions. Some syntax cleanups.
Revision
182 -
Directory Listing
Modified
Wed Nov 30 08:42:30 2005 UTC
(7 years, 6 months ago)
by
azarah
Move dlvsym define. Add symbol_version macros.
Revision
181 -
Directory Listing
Modified
Mon Nov 28 11:35:30 2005 UTC
(7 years, 6 months ago)
by
azarah
Revert 64bit arch test, as we should build the 32bit version without full
path checking as well, and add --enable-multilib switch to configure.
Revision
178 -
Directory Listing
Added
Mon Nov 28 10:52:03 2005 UTC
(7 years, 6 months ago)
by
azarah
Reorder source layout.
| Sticky Revision: |
|