freebsd-dev/usr.bin/grep
Conrad Meyer 5dc41cb0f2 bsdgrep(1): Rip out "xmalloc" bits
xmalloc was a debug malloc implementation, but the x{malloc,calloc,free}
functions default to calling the malloc(3) equivalents.

Instead of relying on this malloc shim, we can devise better ways to debug
malloc issues that aren't misleading upon initial inspection.  (I.e., using
jemalloc's various built-in debugging capabilities.)

Submitted by:	Kyle Evans <kevans91 at ksu.edu>
Reviewed by:	emaste, cem
Differential Revision:	https://reviews.freebsd.org/D10269
2017-04-04 16:08:51 +00:00
..
nls Add Simplified Chinese messages for BSD grep. 2010-09-20 19:42:52 +00:00
regex bsdgrep(1): Rip out "xmalloc" bits 2017-04-04 16:08:51 +00:00
tests Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed 2016-05-04 23:20:53 +00:00
file.c bsdgrep: fix EOF handling with --mmap 2017-02-19 17:23:27 +00:00
grep.1 bsdgrep(1): create rgrep link 2017-04-04 05:56:42 +00:00
grep.c bsdgrep: treat rgrep as grep -r 2017-04-03 21:10:02 +00:00
grep.h Various style(9) fixes and typos in grep, sort and patch. 2014-04-21 22:52:18 +00:00
Makefile bsdgrep(1): Rip out "xmalloc" bits 2017-04-04 16:08:51 +00:00
Makefile.depend new depends 2015-06-16 23:37:19 +00:00
queue.c grep: fix some memory leaks. 2014-07-17 15:59:13 +00:00
util.c bsdgrep: revert color changes from r316477 2017-04-04 14:17:50 +00:00