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
/
sort.c
Age
Commit message (
Expand
)
Author
2003-06-10
mostly ansi cleanup; pval ok
Theo de Raadt
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-03-30
Use PATH_MAX, not _POSIX_PATH_MAX for filename buffers.
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-17
Repair brain-damaged struct sigaction initialization.
Todd C. Miller
2001-02-04
Bring in some recent fixup's from NetBSD. This allows lines longer than 65522
Eric Jackson
2001-01-19
mark remaining signal races which are difficult to fix, and fix a few partially
Theo de Raadt
2000-06-30
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
Todd C. Miller
1999-11-30
Using mkstemp to create permanent files is possible, but then
Marc Espie
1999-05-24
Dynamically allocate memory for structures whose sizes are based on the
Todd C. Miller
1998-07-24
put -H in synopsis; aaron@ug.cs.dal.ca
Theo de Raadt
1998-07-20
use warnx()
Michael Shalayeff
1998-07-20
indent
Theo de Raadt
1998-07-20
fix usage correctly
Theo de Raadt
1998-07-20
consolidate printfs
Michael Shalayeff
1997-06-30
64bit fixes. Some of these are a bit bogus as there were "long"s
Todd C. Miller
1997-06-16
Normalize treatment of -n option. Don't know why it was ever special-cased
Todd C. Miller
1997-06-16
Cosmetic cleanup, mostly KNF.
Todd C. Miller
1997-01-26
for implied stdin, do not corrupt argv[0]
Theo de Raadt
1997-01-22
Fix some err(3) usage and usage string.
Todd C. Miller
1997-01-20
sort(1) from 4.4BSD-lite2 with minor tweaks and bug fixes by me.
Todd C. Miller