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
/
tmp.c
Age
Commit message (
Expand
)
Author
2009-11-06
Retire __SCCSID. It has only archeological value now. Also retire lint
joerg
2009-09-26
Move all the fopen() calls out of the record read routines into the callers.
dsl
2009-08-15
Ansify.
dsl
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
2003-08-07
add TNF copyright
jdolecek
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2002-12-23
simplify a bit (no need for separate 'char *path')
jdolecek
2001-02-23
Use MAXPATHLEN (which is 1024) instead of _POSIX_PATH_MAX (which is only 255).
jdolecek
2001-02-19
resurrect old ftmp() - it supports alternative directory for temporary
jdolecek
2001-01-08
make ftmp() wrapper aroung tmpfile(), there is no need to reimplement it
jdolecek
2000-10-16
include a bit more information in error messages
jdolecek
2000-10-11
Format string fixes.
thorpej
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