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
Age
Commit message (
Expand
)
Author
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
If anyone is stupid enough to feed records longer than 8MB into sort, don't
dsl
2009-10-09
When we need to merge more than 16 files, do them in a hierarchy.
dsl
2009-10-09
Don't give merge an empty file when we detect EOF with nothing in our
dsl
2009-10-07
long align records written to temporary files.
dsl
2009-10-07
When encoding numbers, we can use all 8 bits for exponent values.
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-19
Fix sort -u, PR/42094
dsl
2009-09-16
Minor tweaks to the key generation for numeric fields.
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-09-05
Include a local copy of the sradixsort() code from libc.
dsl
2009-08-23
Fix pasto.
wiz
2009-08-22
Bring nearer to reality.
dsl
2009-08-22
<space> and <tab> at the start of key fields are supposed to be sorted
dsl
2009-08-22
Put radixsort() and sradixsort() the correct way around.
dsl
2009-08-22
Fix generation of unmasked alpha keys.
dsl
2009-08-22
Only process each number digit once.
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-18
The code that attempted to sort large files by sorting each chunk by the
dsl
2009-08-16
'depth' is used for the number of bytes into the key that the pointers
dsl
2009-08-16
Replace all uses of sizeof(TRECHEADER) with REC_DATA_OFFSET - which
dsl
2009-08-15
Always add an REC_D char (usually \n) as the last sort key char - we
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-14
Enable WARNS=4 by default for usr.bin, except for:
lukem
2009-04-13
Fix WARNS=4 issues (-Wcast-qual -Wsign-compare)
lukem
2009-03-11
Don't workaround ancient macro argument limit with .Xo/.Xc.
joerg
2008-11-08
Make -R accept numeric arguments so one can say -R '\0' to be used in
christos
2008-07-21
Remove the \n and tabs from the __COPYRIGHT() strings.
lukem
2008-05-02
Move TNF licenses to 2 clause form
martin
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-02-21
<ctype.h> is unused. What's still needed is <sys/cdefs.h> (which is
hubertf
2006-10-23
fix check for field order to allow .0 form in "-k 1.2,1.0"
jdolecek
2006-10-23
when using -o into file which already exists, copy the permissions
jdolecek
2006-10-23
replace access(2) + /dev/ prefix check with lstat(2) and S_ISCHR()/S_ISBLK()
jdolecek
2006-10-23
use F_OK instead of 0 for second parameter of access(2)
jdolecek
2006-05-11
char -> u_char in a couple of places to match other variables.
mrg
2005-06-10
Init some variables the compiler is complaining about and mark w. XXGCC as it
jmc
2005-06-07
Initialize a local variable to appease -Wuninitialized.
he
2004-11-03
Add (unsigned char) cast to ctype functions
dsl
2004-07-23
Sync usage with man page. From Kouichirou Hiratsuka in PR 26278.
wiz
2004-07-23
Sort options in SYNOPSIS. From Kouichirou Hiratsuka in PR 26278.
wiz
[next]