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
2016-06-01
Add the posix -C option (-c but quieter). Fix -R to work properly when
kre
2010-02-05
Don't touch past the end of allocated region. It results segmentation
enami
2009-11-06
Retire __SCCSID. It has only archeological value now. Also retire lint
joerg
2009-10-09
When we need to merge more than 16 files, do them in a hierarchy.
dsl
2009-09-26
Move all the fopen() calls out of the record read routines into the callers.
dsl
2009-09-10
Save length of key instead of relying of the weight of the record sep.
dsl
2009-09-05
Now we have our own radix_sort() change the interface so that we pass
dsl
2009-08-22
Add some comments and clarifications to this inpeneterable code.
dsl
2009-08-22
Rework the way sort generates sort keys:
dsl
2009-08-20
Delete more unwanted/unused cruft.
dsl
2009-08-16
Replace all uses of sizeof(TRECHEADER) with REC_DATA_OFFSET - which
dsl
2009-08-15
linebuf and linebuf_size are only used inside seq() - which also not
dsl
2009-08-15
Ansify.
dsl
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2004-02-17
initialize malloc()ated memory
jdolecek
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