summaryrefslogtreecommitdiff
path: root/usr.bin/sort
AgeCommit message (Expand)Author
2015-04-01Use memcpy() not strncpy() when dynamically allocating and copyingTodd C. Miller
2015-04-01Pass size of sopts buffer in to parse_pos_obs() for a length check andTodd C. Miller
2015-04-01Use mkstemp to generate a new temporary file name.Tobias Stoeckmann
2015-04-01Better range checking for "sort -S" memory size.Todd C. Miller
2015-04-01Use strtonum() to parse argument to --batch-size and document theTodd C. Miller
2015-04-01Remove unused len variable.Todd C. Miller
2015-03-31Remove a useless use of cat.Tobias Stoeckmann
2015-03-31Ignore TMPDIR environment variable if setuid or setgid.Todd C. Miller
2015-03-31There's no good reason to make -m and -c mutually exclusive.Todd C. Miller
2015-03-31Add missing call to atexit() to clean up temp files on error.Todd C. Miller
2015-03-30Use _exit() from signal handler so we don't call atexit handlers orTodd C. Miller
2015-03-30Do not install signal handlers for SIGABRT, SIGBUS or SIGSEGV. AlsoTodd C. Miller
2015-03-30Use sort_asprintf()Todd C. Miller
2015-03-30Add sort_asprintf()Todd C. Miller
2015-03-29Fix build on vax, a problem FreeBSD doesn't have.Miod Vallat
2015-03-21typo/grammar fixes;Jason McIntyre
2015-03-21sort options, and generally shuffle around; do not give "file operands" its ownJason McIntyre
2015-03-21too late, alas, i found one more arc4random Fn that is better as Xr;Jason McIntyre
2015-03-21there is no real need to send readers to arc4random_buf(3) in SEE ALSO, butJason McIntyre
2015-03-21sort ENVIRONMENT;Jason McIntyre
2015-03-20Use the hw.usermem sysctl to determine the amount user (non-kernel)Todd C. Miller
2015-03-20Fix a comment.Todd C. Miller
2015-03-20Remove custom getdelim(3) and fix a small memory leak. From Andre Smagin.Todd C. Miller
2015-03-19Add back len = strlen(...) inadvertantly removed in the last commit.Todd C. Miller
2015-03-19standard sections, and a little more macro stuff;Jason McIntyre
2015-03-19macro fixes;Jason McIntyre
2015-03-19update the note in STANDARDS about which options are extensions; also add -mJason McIntyre
2015-03-19first run through this page. mainly getting SYNOPSIS and usage() orderlyJason McIntyre
2015-03-18Remove useless check for leading blanks in the month name. TheTodd C. Miller
2015-03-18nl_langinfo() cannot return NULL; from Andre SmaginTodd C. Miller
2015-03-17Add sort_calloc() and use it.Todd C. Miller
2015-03-17Initial import of FreeBSD sort.Todd C. Miller
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-10-26Add parentheses to suppress compiler warning.Brad Smith
2014-10-11Userland reallocarray() audit.Doug Hogan
2013-11-28unsigned char for ctypeTheo de Raadt
2013-11-13repair buffer resizing "undershoot", and some minor issues withTheo de Raadt
2013-08-24use MB for megabytes instead of Mb;Jason McIntyre
2012-12-21the gcc bug seems to have been fixed...Theo de Raadt
2012-10-30fdopen(3) return a FILE * not an int, so compare against NULL.Gleydson Soares
2012-09-10The gcc-sh-register-allocator bug may never be fixed. When we move toTheo de Raadt
2011-01-01Stop enterfield() from writing beyond the end of the buffer.Mark Kettenis
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2010-06-28move -H and -s to their own little section, since they did not belong inJason McIntyre
2010-06-11various fixes from Daniel Dickman:Jason McIntyre
2010-05-27"Pa Ar" produces wonky output, and makes no sense;Jason McIntyre
2009-12-22implement -C (silent -c), required by POSIX.1-2008;Ingo Schwarze
2009-10-28Don't catch a signal if we inherited it as ignored. Instigated byPhilip Guenthe
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-08-16replace ".Ar file ..." with ".Ar" whenever possible.Igor Sobrado