| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=225457
|
|
|
|
|
|
|
|
| |
PR: 127641
Submitted by: Pedro Giffuni <giffunip@tutopia.com>
Notes:
svn path=/head/; revision=221292
|
|
|
|
|
|
|
|
|
|
| |
(this port preserves the old version, 2)
PR: 127012
Submitted by: Pedro Giffuni
Notes:
svn path=/head/; revision=220741
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
order to fix the build failure in graphics/xaralx:
../wxOil/compatdef.h:605: undefined reference to `malloc_usable_size'
(if the library is stripped then nm(1) shows "no symbols")
Submitted by: vd
Reviewed by: pav
Approved by: Pedro Giffuni <pfgshield-freebsd@yahoo.com> (maintainer)
Notes:
svn path=/head/; revision=218942
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- USE_GMAKE is not necessary
- make thread aware by using the 'posix' target
- add regression-test target
- Clean up some unnecessary verbosity.
The posix target introduced a lot of warnings but it seems
to work. This malloc should behave pretty much like the one
in glibc now, but FreeBSD's native malloc is probably better.
PR: ports/126547
Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com>
Notes:
svn path=/head/; revision=218740
|
|
|
|
| |
Notes:
svn path=/head/; revision=218596
|
|
|
|
|
|
|
|
| |
PR: ports/95179
Submitted by: Pedro Giffuni <giffunip@asme.org>
Notes:
svn path=/head/; revision=218550
|
|
|
|
|
|
|
| |
PRs are outstanding.
Notes:
svn path=/head/; revision=218184
|
|
|
|
|
|
|
|
|
| |
remove ^M from line endings.
List of files with "issues" supplied by: Alex Kozlov <spam@rm-rf.kiev.ua>
Notes:
svn path=/head/; revision=215241
|
|
|
|
| |
Notes:
svn path=/head/; revision=214100
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in this library but not in FreeBSD's libc and thus not prototyped in the
stock malloc.h [1]
* Remove direct reference to work/ptmalloc in the post-install message
PR: ports/95179 [1]
Submitted by: Pedro F. Giffuni <giffunip@asme.org> [1]
Approved by: grog (maintainer timeout)
Notes:
svn path=/head/; revision=166118
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154141
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
tests). The original Makefile built only the tests.
This solves a problem with (only slightly) older versions of FreeBSD
which don't have libpthreads. This is required for the tests, and
since there are other issues, it doesn't seem to be worthwhile trying
to fix them. If you want to build the tests on a release older than
5.3, you'll have to play around a bit.
Notes:
svn path=/head/; revision=123982
|
|
|
|
| |
Notes:
svn path=/head/; revision=123980
|
|
a BSD compatible license and outperforms FreeBSD's malloc by an order
of magnitude with some pathological files (notably pthreads and
realloc abuse).
Notes:
svn path=/head/; revision=123979
|