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
/
files.c
Age
Commit message (
Expand
)
Author
2015-08-05
add a description about what was being attempted to failed writes messages.
mrg
2009-11-06
Retire __SCCSID. It has only archeological value now. Also retire lint
joerg
2009-10-07
long align records written to temporary files.
dsl
2009-09-28
Fix borked fix for sort relying on realloc() changing the buffer end.
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
Rework the way sort generates sort keys:
dsl
2009-08-18
The code that attempted to sort large files by sorting each chunk by the
dsl
2009-08-16
Replace all uses of sizeof(TRECHEADER) with REC_DATA_OFFSET - which
dsl
2009-08-15
Remove reference to db.h by using separate ptr+len fields for the only
dsl
2009-08-15
linebuf and linebuf_size are only used inside seq() - which also not
dsl
2009-08-15
Remove the unused 'DBT *key' parameter from seq().
dsl
2009-08-15
In makeline() change 'pos' from 'char *' to 'u_char *' and remove all
dsl
2009-08-15
Ansify.
dsl
2009-04-13
Fix WARNS=4 issues (-Wcast-qual -Wsign-compare)
lukem
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2006-05-11
char -> u_char in a couple of places to match other variables.
mrg
2005-06-07
Initialize a local variable to appease -Wuninitialized.
he
2004-02-15
fix some cases of use of unitialized variables
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
2002-12-24
max_o in struct tempfile needs to be off_t
jdolecek
2001-05-15
Make compilable with -Wshadow
jdolecek
2001-02-19
Pull up various cosmetic (mostly whitespace) changes from OpenBSD.
jdolecek
2001-02-19
resurrect old ftmp() - it supports alternative directory for temporary
jdolecek
2001-01-18
makeline(): make the overflow handling code safe vs. buffer realloc, add
jdolecek
2001-01-13
makeline(): put back the memmove(3) removed in rev 1.5 in belief it's been
jdolecek
2001-01-13
fix few confusing indentation. XXX still broken
itojun
2001-01-13
one more warning to kill
jdolecek
2001-01-13
Since SUS explicitly specifies sort(1) should append a record
jdolecek
2001-01-12
remove #if 0 part
jdolecek
2001-01-11
general cleanup of file list passing:
jdolecek
2001-01-08
make ftmp() wrapper aroung tmpfile(), there is no need to reimplement it
jdolecek
2000-10-17
fix bugs caused by implicit assumption that 'length' and
jdolecek
2000-10-16
enlarge line buffer as necessary, so that it's possible
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