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
/
fields.c
Age
Commit message (
Expand
)
Author
2011-01-01
Stop enterfield() from writing beyond the end of the buffer.
Mark Kettenis
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2008-02-22
Fix the processing of numbers containing zeroes in -n (numeric)
Todd C. Miller
2007-08-21
Add a -s option to make the radix sort be a stable sort. Based on
Todd C. Miller
2006-02-14
typo in comment; from ray lai
Jason McIntyre
2004-07-20
ansi; khalek@linuxgamers.net
Theo de Raadt
2003-09-25
don't run out of bounds. fixes david's crash during regress.
Ted Unangst
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
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-02-04
Bring in some recent fixup's from NetBSD. This allows lines longer than 65522
Eric Jackson
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-16
Cosmetic cleanup, mostly KNF.
Todd C. Miller
1997-01-20
sort(1) from 4.4BSD-lite2 with minor tweaks and bug fixes by me.
Todd C. Miller