Age | Commit message (Expand) | Author |
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 |
2012-07-11 | Simplify guts and calling of getuint(). Eliminate a useless 'help' | Kenneth R Westerback |
2012-07-11 | add uvm_swap_check_range to scan for contig free space at end of swap. | Mike Larkin |
2012-07-11 | Limit "while(setsockopt(..SO_RCVBUF/SO_SNDBUF..))" loops to prevent them | Stuart Henderson |
2012-07-11 | thinko | Marc Espie |
2012-07-11 | Now that socket timeouts don't return early, fix the regress to match | Philip Guenthe |
2012-07-11 | sem_timedwait() needs the struct timespec tag to be pre-declared here. | Philip Guenthe |
2012-07-11 | check that linking with X11 will work, we'll check later exactly what | Marc Espie |
2012-07-11 | exit1(EXIT_THREAD) needs to call single_thread_check() so that it | Philip Guenthe |
2012-07-11 | fix bug for real. Turns out some libraries (xcb...) have NEEDED that go | Marc Espie |
2012-07-11 | do the ldconfig search dir properly | Marc Espie |
2012-07-11 | nit: bless object early so we can use methods on it | Marc Espie |
2012-07-11 | reoder letters to fix piles-o'-typos | Philip Guenthe |
2012-07-11 | Don't skip pipe, kqueue, crypto, or systrace files in pstat -f output | Philip Guenthe |
2012-07-11 | Make command exec functions return an enum rather than -1/0/1 values and | Nicholas Marriott |