summaryrefslogtreecommitdiff
path: root/usr.bin/sort
AgeCommit message (Expand)Author
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-10Typo.Aaron Campbell
2002-01-24fix the history refsMichael Shalayeff
2002-01-04Align the pointers when splitting up a mallocated area.Artur Grabowski
2001-11-17Repair brain-damaged struct sigaction initialization.Todd C. Miller
2001-05-01Remove completely redundant introductory sentences in ENVIRONMENT sections.Aaron Campbell
2001-03-20Prevent "sort -f /dev/null" from segfaulting.Todd C. Miller
2001-02-04Bring in some recent fixup's from NetBSD. This allows lines longer than 65522Eric Jackson
2001-01-19mark remaining signal races which are difficult to fix, and fix a few partiallyTheo de Raadt
2001-01-12moved stests to src/regress/usr.bin/sort which is more appropriateTodd C. Miller
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-10-18- Section shuffling.Aaron Campbell
2000-07-06Insert more missing .El directives. Our troff really should identify these andAaron Campbell
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-03-24Correct the HISTORY section to note that this command appeared in Version 5Aaron Campbell
2000-03-11Various cleanups and standardizations.Aaron Campbell
2000-03-05Finish standardizing options list introduction.Aaron Campbell
2000-01-05clarify; suggestions from austin@canuck.comPaul Janzen
1999-11-30Using mkstemp to create permanent files is possible, but thenMarc Espie
1999-06-05- remove trailing white spaceAaron Campbell
1999-06-01s/line/record/; phil@athenaeum.jellybaby.netAaron Campbell
1999-05-24Dynamically allocate memory for structures whose sizes are based on theTodd C. Miller
1998-09-27usr.bin/ man page cleanups, n-sAaron Campbell
1998-07-24put -H in synopsis; aaron@ug.cs.dal.caTheo de Raadt
1998-07-20use warnx()Michael Shalayeff
1998-07-20indentTheo de Raadt
1998-07-20fix usage correctlyTheo de Raadt
1998-07-20consolidate printfsMichael Shalayeff
1998-05-02fix yet another malloc problem.Michael Shalayeff
1997-09-21$OpenBSD$Theo de Raadt
1997-06-3064bit fixes. Some of these are a bit bogus as there were "long"sTodd C. Miller
1997-06-30Fix an unaligned access on alpha.Todd C. Miller
1997-06-24Add #include for string.h to get declaration for memcpydgregor
1997-06-16Normalize treatment of -n option. Don't know why it was ever special-casedTodd C. Miller
1997-06-16Cosmetic cleanup, mostly KNF.Todd C. Miller
1997-01-26for implied stdin, do not corrupt argv[0]Theo de Raadt
1997-01-22Fix some err(3) usage and usage string.Todd C. Miller
1997-01-22Fix off-by-one differently--add an extra byte to buffer (ick).Todd C. Miller
1997-01-22Off by one error. Fixes a core dump.Todd C. Miller
1997-01-20sort(1) test suiteTodd C. Miller
1997-01-20sort(1) from 4.4BSD-lite2 with minor tweaks and bug fixes by me.Todd C. Miller