index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
sort
/
msort.c
Age
Commit message (
Expand
)
Author
2013-11-13
repair buffer resizing "undershoot", and some minor issues with
Theo de Raadt
2009-12-22
implement -C (silent -c), required by POSIX.1-2008;
Ingo Schwarze
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2007-08-21
Add a -s option to make the radix sort be a stable sort. Based on
Todd C. Miller
2007-03-13
Use separate buffers in fsort.c and msort.c. Fixes a problem with
Todd C. Miller
2007-03-11
some bug (in sort? or compiler) gets hit too late in the release cycle.
Theo de Raadt
2007-03-07
Use separate buffers in fsort.c and msort.c. Fixes a problem with
Todd C. Miller
2006-10-29
Remove useless code that can cause a SEGV if a buffer is realloc()ed.
Todd C. Miller
2006-10-28
revert previous change; causes segfault when called from
Christian Weisgerber
2006-10-18
Remove useless code that can cause a SEGV if a buffer is realloc()ed.
Todd C. Miller
2004-07-20
ansi; khalek@linuxgamers.net
Theo de Raadt
2003-06-26
protos
Theo de Raadt
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2002-01-04
Align the pointers when splitting up a mallocated area.
Artur Grabowski
2001-02-04
Bring in some recent fixup's from NetBSD. This allows lines longer than 65522
Eric Jackson
2000-06-30
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
Todd C. Miller
1999-05-24
Dynamically allocate memory for structures whose sizes are based on the
Todd C. Miller
1997-06-30
64bit fixes. Some of these are a bit bogus as there were "long"s
Todd C. Miller
1997-06-30
Fix an unaligned access on alpha.
Todd C. Miller
1997-06-16
Cosmetic cleanup, mostly KNF.
Todd C. Miller
1997-01-22
Fix some err(3) usage and usage string.
Todd C. Miller
1997-01-22
Fix off-by-one differently--add an extra byte to buffer (ick).
Todd C. Miller
1997-01-20
sort(1) from 4.4BSD-lite2 with minor tweaks and bug fixes by me.
Todd C. Miller