index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
sort
/
msort.c
Age
Commit message (
Expand
)
Author
2003-10-18
KNF (mostly whitespace)
itojun
2003-10-16
safer use of realloc
itojun
2003-08-07
add TNF copyright
jdolecek
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-03-20
get rid of one memmove() (not very significant)
jdolecek
2002-12-25
make function merge() static in msort.c
jdolecek
2001-02-19
Pull up various cosmetic (mostly whitespace) changes from OpenBSD.
jdolecek
2001-01-19
merge(): use array of buffers instead of one big buffer for all records, and
jdolecek
2001-01-13
when merging stuff from several files, make merge handle records correctly
jdolecek
2001-01-11
general cleanup of file list passing:
jdolecek
2000-10-17
order(): since getline()/getnext() behaviour wrt passed
jdolecek
2000-10-16
constify, rename MAXLLEN to DEFLLEN
jdolecek
2000-10-15
don't use register declarations
jdolecek
2000-10-07
Two classes of changes from the initial OpenBSD commit of this sort(1):
bjh21
2000-10-07
Hit sort(1) with a hammer till it compiles.
bjh21
2000-10-07
4.4BSD-Lite2 contrib/sort
bjh21