NetBSD/usr.bin/sort
dsl 43682b02ee If anyone is stupid enough to feed records longer than 8MB into sort, don't
sit in an infinite loop, instead eat memory until we have read 8 records.
2009-10-09 20:32:57 +00:00
..
Makefile Save length of key instead of relying of the weight of the record sep. 2009-09-10 22:02:40 +00:00
append.c Save length of key instead of relying of the weight of the record sep. 2009-09-10 22:02:40 +00:00
fields.c When encoding numbers, we can use all 8 bits for exponent values. 2009-10-07 21:02:57 +00:00
files.c long align records written to temporary files. 2009-10-07 21:03:29 +00:00
fsort.c If anyone is stupid enough to feed records longer than 8MB into sort, don't 2009-10-09 20:32:57 +00:00
fsort.h Move all the fopen() calls out of the record read routines into the callers. 2009-09-26 21:16:55 +00:00
init.c Save length of key instead of relying of the weight of the record sep. 2009-09-10 22:02:40 +00:00
msort.c When we need to merge more than 16 files, do them in a hierarchy. 2009-10-09 20:29:43 +00:00
pathnames.h
radix_sort.c Fix sort -u, PR/42094 2009-09-19 16:18:00 +00:00
sort.1 Fix pasto. 2009-08-23 15:45:08 +00:00
sort.c Move all the fopen() calls out of the record read routines into the callers. 2009-09-26 21:16:55 +00:00
sort.h Fix borked fix for sort relying on realloc() changing the buffer end. 2009-09-28 20:30:01 +00:00
tmp.c Move all the fopen() calls out of the record read routines into the callers. 2009-09-26 21:16:55 +00:00