summaryrefslogtreecommitdiffstats
path: root/usr.bin/sort/sort.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add parentheses to suppress compiler warning.brad2014-10-261-3/+3
* Userland reallocarray() audit.doug2014-10-111-3/+3
* repair buffer resizing "undershoot", and some minor issues withderaadt2013-11-131-3/+4
* fdopen(3) return a FILE * not an int, so compare against NULL.gsoares2012-10-301-2/+2
* implement -C (silent -c), required by POSIX.1-2008;schwarze2009-12-221-6/+12
* Don't catch a signal if we inherited it as ignored. Instigated byguenther2009-10-281-3/+6
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* sort usage();jmc2007-08-221-3/+3
* Add a -s option to make the radix sort be a stable sort. Based onmillert2007-08-211-5/+8
* Use separate buffers in fsort.c and msort.c. Fixes a problem withmillert2007-03-131-6/+3
* some bug (in sort? or compiler) gets hit too late in the release cycle.deraadt2007-03-111-3/+6
* Use separate buffers in fsort.c and msort.c. Fixes a problem withmillert2007-03-071-6/+3
* Remove useless code that can cause a SEGV if a buffer is realloc()ed.millert2006-10-291-2/+10
* revert previous change; causes segfault when called fromnaddy2006-10-281-9/+2
* Remove useless code that can cause a SEGV if a buffer is realloc()ed.millert2006-10-181-2/+9
* remove ellipsis from -k in usage();jmc2005-10-041-3/+3
* sort options and sync usage();jmc2005-09-281-4/+5
* add a -z option that allows you to split records on the nul characterdlg2005-09-271-4/+11
* remove silly optimization which should eventually savemoritz2005-04-111-5/+3
* ARGSUSED before signal handler with unused signoderaadt2004-09-141-2/+3
* do not init SINGL_FLD, SEP_FLAG twice; from robert nagymickey2004-03-171-3/+2
* protosderaadt2003-06-261-3/+3
* mostly ansi cleanup; pval okderaadt2003-06-101-10/+6
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* Use PATH_MAX, not _POSIX_PATH_MAX for filename buffers.millert2003-03-301-4/+4
* 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-5/+5
* Repair brain-damaged struct sigaction initialization.millert2001-11-171-4/+6
* Bring in some recent fixup's from NetBSD. This allows lines longer than 65522ericj2001-02-041-3/+6
* mark remaining signal races which are difficult to fix, and fix a few partiallyderaadt2001-01-191-3/+3
* warnx?/errx? paranoia (use "%s" not a bare string unless it is amillert2000-06-301-8/+8
* Using mkstemp to create permanent files is possible, but thenespie1999-11-301-3/+11
* Dynamically allocate memory for structures whose sizes are based on themillert1999-05-241-9/+21
* put -H in synopsis; aaron@ug.cs.dal.caderaadt1998-07-241-3/+3
* use warnx()mickey1998-07-201-3/+4
* indentderaadt1998-07-201-3/+3
* fix usage correctlyderaadt1998-07-201-5/+7
* consolidate printfsmickey1998-07-201-4/+4
* 64bit fixes. Some of these are a bit bogus as there were "long"smillert1997-06-301-3/+3
* Normalize treatment of -n option. Don't know why it was ever special-casedmillert1997-06-161-11/+5
* Cosmetic cleanup, mostly KNF.millert1997-06-161-9/+28
* for implied stdin, do not corrupt argv[0]deraadt1997-01-261-5/+11
* Fix some err(3) usage and usage string.millert1997-01-221-7/+7
* sort(1) from 4.4BSD-lite2 with minor tweaks and bug fixes by me.millert1997-01-201-0/+297