Age | Commit message (Expand) | Author |
2012-07-12 | remove unused files | Eric Faurot |
2012-07-12 | crazy libtool option non-handling | Marc Espie |
2012-07-12 | match what stupid gnu libtool is doing, namely -o is not a short option | Marc Espie |
2012-07-12 | allow "long options" to be one letter, enforce with ! | Marc Espie |
2012-07-12 | fucking stupid testcases | Marc Espie |
2012-07-12 | later | Marc Espie |
2012-07-12 | match gnu-libtool: error out if -L dir is used instead of -Ldir | Marc Espie |
2012-07-12 | deal with -pthread as a "once on" option. | Marc Espie |
2012-07-12 | more pthread | Marc Espie |
2012-07-12 | ksh does not properly separate the arguments in "$@" if IFS is an | Alexander Hall |
2012-07-12 | Three cases that should be failures, not successes when checking for avail | Mike Larkin |
2012-07-12 | add support to get signed/unsigned HID data | Yojiro Uo |
2012-07-12 | unwanted duplicate | Marc Espie |
2012-07-12 | Enable hibernate (suspend-to-disk) support for i386. | Mike Larkin |
2012-07-12 | Temporarily don't do RLE page encoding in hibernate to fix some unpacking | Mike Larkin |
2012-07-12 | simplify yet a bit more | Marc Espie |
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 |