index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
sort
/
file.c
Age
Commit message (
Expand
)
Author
2016-10-17
/var/tmp -> /tmp
Lawrence Teo
2015-04-03
The combination of -c and -o is not specified by POSIX. In fact, the call
Tobias Stoeckmann
2015-04-02
murder excessive whitespace
Theo de Raadt
2015-04-02
Global variable free_memory is only used in sort.c's set_hw_params,
Tobias Stoeckmann
2015-04-02
No need for the umask() dance now that temp files are created
Todd C. Miller
2015-04-02
When using mmap() we don't need to keep the open fd around, closing
Todd C. Miller
2015-04-02
closefile() already checks for stdin so no need to check in the caller.
Todd C. Miller
2015-04-01
Block signals during tmp_files insertion, so that the signal handler
Theo de Raadt
2015-04-01
Just use sort_reallocarray() everywhere.
Todd C. Miller
2015-04-01
Remove some unneeded NULL checks that don't really help anything.
Todd C. Miller
2015-04-01
Let reallocarray do the multiplication for us.
Todd C. Miller
2015-04-01
Use reallocarray.
Todd C. Miller
2015-04-01
No need for if (x) free(x) style checks, this is not K&R.
Todd C. Miller
2015-04-01
Style nits, remove whitespace at the start of a function.
Todd C. Miller
2015-04-01
Use mkstemp to generate a new temporary file name.
Tobias Stoeckmann
2015-04-01
Remove unused len variable.
Todd C. Miller
2015-03-31
Remove a useless use of cat.
Tobias Stoeckmann
2015-03-30
Use sort_asprintf()
Todd C. Miller
2015-03-20
Remove custom getdelim(3) and fix a small memory leak. From Andre Smagin.
Todd C. Miller
2015-03-17
Add sort_calloc() and use it.
Todd C. Miller
2015-03-17
Initial import of FreeBSD sort.
Todd C. Miller