Age | Commit message (Expand) | Author |
2012-07-12 | With the -l option, only call time() once per run instead of once per file | Philip Guenthe |
2012-07-12 | remove a double .include | Jasper Lievisse Adriaanse |
2012-07-12 | test .Fn with exactly one argument; | Ingo Schwarze |
2012-07-12 | On i386 gdb failed to display the stack trace of a kernel core dump | Alexander Bluhm |
2012-07-12 | minor fix | Marc Espie |
2012-07-12 | Do not crash in -Tman on: | Ingo Schwarze |
2012-07-12 | add support for maildir tagging/folders. | Charles Longeau |
2012-07-12 | Support NetMos NM9820 cardbus (added to puc as well, for the | Theo de Raadt |
2012-07-12 | Chips which include a card reader (JMC251/JMC261) work as well. | Jonathan Gray |
2012-07-12 | move a bit of stuff around | Marc Espie |
2012-07-11 | Polish -Tman .Rs support. | Ingo Schwarze |
2012-07-11 | Revert the blocked FIFO open fix, as there's either a race in the | Philip Guenthe |
2012-07-11 | enable back = char in address localpart, that is sometimes used by mailing li... | Charles Longeau |
2012-07-11 | make -j# fix, I had this forever actually. | Marc Espie |
2012-07-11 | sync | Todd T. Fries |
2012-07-11 | fix three typos. | Igor Sobrado |
2012-07-11 | Respect RFC 5321, section 4.5.3.1.: it reduces our current max size for | Charles Longeau |
2012-07-11 | Don't respect RFC 5322, that allows some crazy characters in email | Charles Longeau |
2012-07-11 | fix position and formatting of %U | Ingo Schwarze |
2012-07-11 | implement res_mkquery | Eric Faurot |
2012-07-11 | Make ~~ send a ~, pointed out by naddy. | Nicholas Marriott |
2012-07-11 | When copying a file sparsely, truncate the resulting file based on the | Matthew Dempsky |
2012-07-11 | Enable the swap checker for hibernate | Mike Larkin |
2012-07-11 | Basic implementation of -Tman .Bl -column using tbl(7). | Ingo Schwarze |
2012-07-11 | #ifdef the uvm swap checker fn for hibernate only, to save space in kernels | Mike Larkin |
2012-07-11 | check link is okay too | Marc Espie |
2012-07-11 | duh, idiot | Marc Espie |
2012-07-11 | -release 0 is valid | Marc Espie |
2012-07-11 | must check release is defined, it CAN be 0. | Marc Espie |
2012-07-11 | try to make code vaguely sane | Marc Espie |
2012-07-11 | - port multiple report ID support for HID parser from FreeBSD code | Yojiro Uo |
2012-07-11 | improve messages for suspend/hibernate | Theo de Raadt |
2012-07-11 | simplify cache code a bit | Marc Espie |
2012-07-11 | sprinkle pthread tests | Marc Espie |
2012-07-11 | MBR can't handle the truth. | Kenneth R Westerback |
2012-07-11 | no need to trace libtool when executing an external command fails. | Marc Espie |
2012-07-11 | If the current offset is strictly less than the process filesize | Philip Guenthe |
2012-07-11 | add a check for the total size of swap, abort if too small. | Mike Larkin |
2012-07-11 | first go at a manpage | David Gwynne |
2012-07-11 | fix getopt to not eat t | David Gwynne |
2012-07-11 | -t pftag doesnt do anything, trim the getopt side of it until i get to it. | David Gwynne |
2012-07-11 | manpage is coming | David Gwynne |
2012-07-11 | bring in a persistent event driven tftp-proxy to replace the libexec | David Gwynne |
2012-07-11 | Report ptrace(PT_{GET,SET}XMMREGS) by name | Philip Guenthe |
2012-07-11 | Disable SSLv2 in OpenSSL. No objections from djm. | Stuart Henderson |
2012-07-11 | for now, restrict hibernate to root in the acpi ioctl kernel interface. | Mike Larkin |
2012-07-11 | catch off-by-one errors in stpncpy(); ok guenther@ | Christian Weisgerber |
2012-07-11 | fix an off-by-one error where the return value would point to the | Christian Weisgerber |
2012-07-11 | Unbreak the tree for gcc2 arches. | Peter Hessler |
2012-07-11 | cleanup offset argument in default_print_* functions, pointed out by Mike Small | Stuart Henderson |