OpenBSD CVS

src/usr.bin/sort/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / sort

Current tag: OPENBSD_6_1_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] TEST/        
[TXT] Makefile  1.6   9 years  millert   Initial import of FreeBSD sort.
[TXT] bwstring.c  1.7   9 years  millert   Use reallocarray instead of malloc.
[TXT] bwstring.h  1.2   8 years  millert   No need for sysexits.h here.
[TXT] coll.c  1.11   8 years  mmcc   Use %zu to print size_t's rather than casting to int. ok millert@
[TXT] coll.h  1.1   9 years  millert   Initial import of FreeBSD sort.
[TXT] file.c  1.21   7 years  lteo   /var/tmp -> /tmp From Jan Stary. "POSIX doesn't restrict us here" and ok schwar...
[TXT] file.h  1.4   9 years  deraadt   murder excessive whitespace
[TXT] mem.c  1.6   9 years  millert   Don't need to include stdint.h
[TXT] mem.h  1.4   9 years  millert   Just use sort_reallocarray() everywhere.
[TXT] radixsort.c  1.5   9 years  tobias   Fixed whitespace issues. ok millert@
[TXT] radixsort.h  1.1   9 years  millert   Initial import of FreeBSD sort.
[TXT] sort.1  1.56   7 years  lteo   /var/tmp -> /tmp From Jan Stary. "POSIX doesn't restrict us here" and ok schwar...
[TXT] sort.c  1.87   7 years  millert   Fix a crash when "sort -m" is given no files. From Julien Ramseier.
[TXT] sort.h  1.10   8 years  millert   No need for sysexits.h here.
[TXT] vsort.c  1.2   9 years  millert   Style nits, remove whitespace at the start of a function.
[TXT] vsort.h  1.1   9 years  millert   Initial import of FreeBSD sort.