Age | Commit message (Expand) | Author |
2015-03-21 | when there is no -m, no -M, no MANPATH and no /etc/man.conf, | Ingo Schwarze |
2015-03-20 | Use the hw.usermem sysctl to determine the amount user (non-kernel) | Todd C. Miller |
2015-03-20 | POSIX says the renice -n flag is an increment, not an absolute | Todd C. Miller |
2015-03-20 | Fix a comment. | Todd C. Miller |
2015-03-20 | The .PD macro can occur in next-line scope. Fixes zshmisc(1). | Ingo Schwarze |
2015-03-20 | Simplify by almost halving the number of macro flags: | Ingo Schwarze |
2015-03-20 | Remove custom getdelim(3) and fix a small memory leak. From Andre Smagin. | Todd C. Miller |
2015-03-19 | More unifdef cleanup: | Brian Callahan |
2015-03-19 | Clean up the includes in mg. | Brian Callahan |
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-18 | Convert -static -> ${STATIC} to make man.cgi static PIE. | Pascal Stumpf |
2015-03-18 | Clean up a pair of sentences that aren't true anymore for mg while keeping | Brian Callahan |
2015-03-18 | KRL support doesn't need OpenSSL anymore, remove #ifdefs | Damien Miller |
2015-03-17 | Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@ | Todd C. Miller |
2015-03-17 | It is impossible to build mg without both -DFKEYS and -DXKEYS. So let's | Brian Callahan |
2015-03-17 | Add sort_calloc() and use it. | Todd C. Miller |
2015-03-17 | Initial import of FreeBSD sort. | Todd C. Miller |
2015-03-17 | correct command name; from kaspars bankovskis | Jason McIntyre |
2015-03-17 | Simplify: Now that rc is global anyway, no need to pass it around | Ingo Schwarze |
2015-03-17 | Don't use the wrong escape for < and >. Tweak wording to match the page. | Anthony J. Bentley |
2015-03-17 | When the user exits the pager before the pager has drained all input | Ingo Schwarze |
2015-03-16 | Change the internal name of the newline function to deconflict with a | Brian Callahan |
2015-03-16 | Don't include limits.h or sys/limits.h since grep.h already does it | Todd C. Miller |
2015-03-16 | Include limits.h, not sys/limits.h and include stdint.h for SIZE_MAX. | Todd C. Miller |
2015-03-16 | #if 0 some more arrays used only for decrypting (we don't use | Damien Miller |
2015-03-16 | Merge conflicts | James Turner |
2015-03-15 | Avoid off-by-one read access to the termacts array, which could | Ingo Schwarze |
2015-03-15 | tzfile.h is an internal header that should never have been installed. | Todd C. Miller |
2015-03-14 | Use xstrdup(), from Michael W. Bombardieri | Todd C. Miller |
2015-03-14 | Delete the separate and incomplete whatis(1) manual | Ingo Schwarze |
2015-03-14 | use ctime_r to avoid a re-entrancy signal race | Theo de Raadt |
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre |
2015-03-13 | "It is often said that before you die your life passes before your eyes. | Stuart Henderson |
2015-03-13 | bye Daevid Allen | Stuart Henderson |
2015-03-13 | no need for double macro; ok schwarze | Jason McIntyre |
2015-03-13 | Fix hardlink detection on platforms having padding in struct inodev, | Ingo Schwarze |
2015-03-12 | Switch the netstat view of systat to use the same kvm_getfiles() | Claudio Jeker |
2015-03-11 | do not enter tcopy; spotted by tedu | Theo de Raadt |
2015-03-11 | tcopy goes to the attic | Theo de Raadt |
2015-03-11 | When interpreting the -O argument as a macro name fails, | Ingo Schwarze |
2015-03-11 | Fix previous: size_t is often narrower than off_t. | Ingo Schwarze |
2015-03-11 | set-titles-string now uses formats, not the status bits (so no #() for | Nicholas Marriott |
2015-03-11 | add back the changes from rev 1.206, djm reverted this by mistake in | Jonathan Gray |
2015-03-10 | The st_size member of struct stat is off_t, which is signed, | Ingo Schwarze |