summaryrefslogtreecommitdiff
path: root/usr.bin/sort
AgeCommit message (Expand)Author
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2001-12-31Change some:thorpej
2001-12-08Punctuation nits, sort SEE ALSO.wiz
2001-05-15Only try to copy the extra incomplete record data if there is anythingjdolecek
2001-05-15fsort(): rearrange the push code to reduce one level of intendation,jdolecek
2001-05-15Make compilable with -Wshadowjdolecek
2001-05-14disable the code which maxes nofiles limit, it should not be normallyjdolecek
2001-05-14Bump the initial record buffer size to 1MB and allow it to grow to 8MB,jdolecek
2001-04-30XXXross
2001-03-16Add cross references for qsort(3), and radixsort(3), per PR 10567fair
2001-02-23Use MAXPATHLEN (which is 1024) instead of _POSIX_PATH_MAX (which is only 255).jdolecek
2001-02-22- use MAXPATHLEN (1024) instead of _POSIX_PATH_MAX (255) for the temporarychristos
2001-02-21Fix problem when using sort >> foochristos
2001-02-20fsort(): don't call append() with zero nelemjdolecek
2001-02-19Pull in various cosmetic changes from OpenBSD version of this manpage - mostlyjdolecek
2001-02-19Pull up various cosmetic (mostly whitespace) changes from OpenBSD.jdolecek
2001-02-19enterfield(): test the buffer size BEFORE assignment also for the other codejdolecek
2001-02-19enterkey():jdolecek
2001-02-19oops - wrong file, backoff local test changejdolecek
2001-02-19enterkey():jdolecek
2001-02-19cosmetic changes - make keylist[] static and remove extern definitionjdolecek
2001-02-19put tmp.c back to Makefile, toojdolecek
2001-02-19document -T and TMPDIR handlingjdolecek
2001-02-19full -T supportjdolecek
2001-02-19resurrect old ftmp() - it supports alternative directory for temporaryjdolecek
2001-02-07move sections so that the order is more like the one specified byjdolecek
2001-02-07use -R instead -w, to be compatible with OpenBSDjdolecek
2001-02-07use -R instead of -w, since that's what OpenBSD is using and there is no reasonjdolecek
2001-02-07s/-T/-w/jdolecek
2001-02-07Since -T is used to select directory for temporary files in other sortjdolecek
2001-02-07use errx(), not err() within section for '-t' flagjdolecek
2001-02-05make sure to initialize malloc'ed region. PR 12138. found by malloc.conf=AJitojun
2001-01-19merge(): use array of buffers instead of one big buffer for all records, andjdolecek
2001-01-19adjust intendationjdolecek
2001-01-19use MERGE_FNUM instead of magic value 16jdolecek
2001-01-19put MERGE_FNUM here, slighly clean up other definesjdolecek
2001-01-18keep bumping the record buffer up to 8 records - this is to avoid makingjdolecek
2001-01-18make DEFLLEN plain 1 << 16, don't substract magic valuejdolecek
2001-01-18makeline(): make the overflow handling code safe vs. buffer realloc, addjdolecek
2001-01-18cosmetic style changejdolecek
2001-01-16- fix alignment problem.shin
2001-01-16set date to when this utility became default system sort(1) on NetBSDjdolecek
2001-01-13note this sort(1) implementation appeared in 4.4BSDjdolecek
2001-01-13And make usage() test for NULL explicitly..soren
2001-01-13usage() expects a NULL when there is no specific error message.soren
2001-01-13makeline(): put back the memmove(3) removed in rev 1.5 in belief it's beenjdolecek
2001-01-13also remove the clpos++ added in rev 1.4jdolecek
2001-01-13undo broken revision 1.4jdolecek
2001-01-13fix few confusing indentation. XXX still brokenitojun
2001-01-13save couple of cycles and bytes by static initialization of sigaction actjdolecek