purelibc 0.4+r960-1 source package in Ubuntu

Changelog

purelibc (0.4+r960-1) unstable; urgency=low

  * Snapshot from upstream SVN:
    + Fix: -nostartfile -> -nostartfiles option (FTBFS). (Closes: #625086)
    + Fix: wrong index on socketcalls.
    + Fixes (thanks to Alexander Block): wrong __NR constants, wrong
      detection of Open # of args.
    + Fix: evecl, exevle, execlp args count was wrong.
    + fcntl -> fcntl64 conversion.
    + preadv/pwritev emulation. accept4.
    + raise added (glibc implements a useless cache for getpid! purelibc
      solves also this problem)
    + Fix: negative hash values caused purelibc to write randomly in the
      memory. This was the cause of random segfaults.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  03 May 2011 08:11:58 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian VSquare Team
Architectures:
i386 amd64 powerpc ppc64
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe libs

Downloads

File Size SHA-256 Checksum
purelibc_0.4+r960.orig.tar.gz 303.8 KiB 894939b220c72af2199a5b69f2e4fd59a35f38543fef45ba776189c6d7e870f2
purelibc_0.4+r960-1.diff.gz 2.6 KiB 65f61c5bf1c0da491d38faaffbffe410e2ccacf77d320ad1a650c043699bc2c0
purelibc_0.4+r960-1.dsc 1.6 KiB 5980a5fa84323a431f5776b4dc93d46b159b59b32846d7d262b636e44936fdfb

Available diffs

View changes file

Binary packages built by this source

libpurelibc-dev: No summary available for libpurelibc-dev in ubuntu oneiric.

No description available for libpurelibc-dev in ubuntu oneiric.

libpurelibc1: libc+syscalls to libc-only wrapper for libc functions

 purelibc is an overlay library that converts the glibc, the GNU standard C
 library, into a pure library, i.e. a library that can upcall instead of
 running the system calls. With purelibc a process can trace (and virtualize)
 its own calls. It is used, for instance, by the UMView modules to support
 the recursion of virtual environments.
 .
 purelibc, along with UMView, is part of the View-OS project:
 http://wiki.virtualsquare.org
 .
 This package contains the library, that can be linked with an application or
 preloaded using the LD_PRELOAD environment variable.