summaryrefslogtreecommitdiffstats
path: root/usr.bin/sort/msort.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-1/+3
* repair buffer resizing "undershoot", and some minor issues withderaadt2013-11-131-2/+2
* implement -C (silent -c), required by POSIX.1-2008;schwarze2009-12-221-6/+13
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* Add a -s option to make the radix sort be a stable sort. Based onmillert2007-08-211-3/+3
* Use separate buffers in fsort.c and msort.c. Fixes a problem withmillert2007-03-131-27/+17
* some bug (in sort? or compiler) gets hit too late in the release cycle.deraadt2007-03-111-17/+27
* Use separate buffers in fsort.c and msort.c. Fixes a problem withmillert2007-03-071-27/+17
* Remove useless code that can cause a SEGV if a buffer is realloc()ed.millert2006-10-291-15/+15
* revert previous change; causes segfault when called fromnaddy2006-10-281-13/+15
* Remove useless code that can cause a SEGV if a buffer is realloc()ed.millert2006-10-181-15/+13
* ansi; khalek@linuxgamers.netderaadt2004-07-201-24/+14
* protosderaadt2003-06-261-7/+6
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-4/+4
* Align the pointers when splitting up a mallocated area.art2002-01-041-6/+7
* Bring in some recent fixup's from NetBSD. This allows lines longer than 65522ericj2001-02-041-13/+21
* warnx?/errx? paranoia (use "%s" not a bare string unless it is amillert2000-06-301-3/+3
* Dynamically allocate memory for structures whose sizes are based on themillert1999-05-241-9/+18
* 64bit fixes. Some of these are a bit bogus as there were "long"smillert1997-06-301-9/+9
* Fix an unaligned access on alpha.millert1997-06-301-3/+3
* Cosmetic cleanup, mostly KNF.millert1997-06-161-23/+25
* Fix some err(3) usage and usage string.millert1997-01-221-3/+3
* Fix off-by-one differently--add an extra byte to buffer (ick).millert1997-01-221-17/+20
* sort(1) from 4.4BSD-lite2 with minor tweaks and bug fixes by me.millert1997-01-201-0/+310