Searched hist:233307 (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/libexec/rtld-elf/
H A Dxmalloc.cdiff 233307 Thu Mar 22 12:26:20 MDT 2012 kib Use xmalloc() instead of malloc() in the places where malloc() calls
are assumed to not fail.

Make the xcalloc() calling conventions follow the calloc(3) calling
conventions and replace unchecked calls to calloc() with calls to
xcalloc().

Remove redundand declarations from xmalloc.c, which are already
present in rtld.h.

Reviewed by: kan
Discussed with: bde
MFC after: 2 weeks
H A Drtld.hdiff 233307 Thu Mar 22 12:26:20 MDT 2012 kib Use xmalloc() instead of malloc() in the places where malloc() calls
are assumed to not fail.

Make the xcalloc() calling conventions follow the calloc(3) calling
conventions and replace unchecked calls to calloc() with calls to
xcalloc().

Remove redundand declarations from xmalloc.c, which are already
present in rtld.h.

Reviewed by: kan
Discussed with: bde
MFC after: 2 weeks
H A Drtld.cdiff 233307 Thu Mar 22 12:26:20 MDT 2012 kib Use xmalloc() instead of malloc() in the places where malloc() calls
are assumed to not fail.

Make the xcalloc() calling conventions follow the calloc(3) calling
conventions and replace unchecked calls to calloc() with calls to
xcalloc().

Remove redundand declarations from xmalloc.c, which are already
present in rtld.h.

Reviewed by: kan
Discussed with: bde
MFC after: 2 weeks
/freebsd-10.1-release/libexec/rtld-elf/powerpc64/
H A Dreloc.cdiff 233307 Thu Mar 22 12:26:20 MDT 2012 kib Use xmalloc() instead of malloc() in the places where malloc() calls
are assumed to not fail.

Make the xcalloc() calling conventions follow the calloc(3) calling
conventions and replace unchecked calls to calloc() with calls to
xcalloc().

Remove redundand declarations from xmalloc.c, which are already
present in rtld.h.

Reviewed by: kan
Discussed with: bde
MFC after: 2 weeks
/freebsd-10.1-release/libexec/rtld-elf/ia64/
H A Dreloc.cdiff 233307 Thu Mar 22 12:26:20 MDT 2012 kib Use xmalloc() instead of malloc() in the places where malloc() calls
are assumed to not fail.

Make the xcalloc() calling conventions follow the calloc(3) calling
conventions and replace unchecked calls to calloc() with calls to
xcalloc().

Remove redundand declarations from xmalloc.c, which are already
present in rtld.h.

Reviewed by: kan
Discussed with: bde
MFC after: 2 weeks

Completed in 169 milliseconds