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