summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-11syncTodd T. Fries
2012-07-11fix three typos.Igor Sobrado
2012-07-11Respect RFC 5321, section 4.5.3.1.: it reduces our current max size forCharles Longeau
2012-07-11Don't respect RFC 5322, that allows some crazy characters in emailCharles Longeau
2012-07-11fix position and formatting of %UIngo Schwarze
2012-07-11implement res_mkqueryEric Faurot
2012-07-11Make ~~ send a ~, pointed out by naddy.Nicholas Marriott
2012-07-11When copying a file sparsely, truncate the resulting file based on theMatthew Dempsky
2012-07-11Enable the swap checker for hibernateMike Larkin
2012-07-11Basic 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 kernelsMike Larkin
2012-07-11check link is okay tooMarc Espie
2012-07-11duh, idiotMarc Espie
2012-07-11-release 0 is validMarc Espie
2012-07-11must check release is defined, it CAN be 0.Marc Espie
2012-07-11try to make code vaguely saneMarc Espie
2012-07-11- port multiple report ID support for HID parser from FreeBSD codeYojiro Uo
2012-07-11improve messages for suspend/hibernateTheo de Raadt
2012-07-11simplify cache code a bitMarc Espie
2012-07-11sprinkle pthread testsMarc Espie
2012-07-11MBR can't handle the truth.Kenneth R Westerback
2012-07-11no need to trace libtool when executing an external command fails.Marc Espie
2012-07-11If the current offset is strictly less than the process filesizePhilip Guenthe
2012-07-11add a check for the total size of swap, abort if too small.Mike Larkin
2012-07-11first go at a manpageDavid Gwynne
2012-07-11fix getopt to not eat tDavid Gwynne
2012-07-11-t pftag doesnt do anything, trim the getopt side of it until i get to it.David Gwynne
2012-07-11manpage is comingDavid Gwynne
2012-07-11bring in a persistent event driven tftp-proxy to replace the libexecDavid Gwynne
2012-07-11Report ptrace(PT_{GET,SET}XMMREGS) by namePhilip Guenthe
2012-07-11Disable SSLv2 in OpenSSL. No objections from djm.Stuart Henderson
2012-07-11for now, restrict hibernate to root in the acpi ioctl kernel interface.Mike Larkin
2012-07-11catch off-by-one errors in stpncpy(); ok guenther@Christian Weisgerber
2012-07-11fix an off-by-one error where the return value would point to theChristian Weisgerber
2012-07-11Unbreak the tree for gcc2 arches.Peter Hessler
2012-07-11cleanup offset argument in default_print_* functions, pointed out by Mike SmallStuart Henderson
2012-07-11Simplify guts and calling of getuint(). Eliminate a useless 'help'Kenneth R Westerback
2012-07-11add uvm_swap_check_range to scan for contig free space at end of swap.Mike Larkin
2012-07-11Limit "while(setsockopt(..SO_RCVBUF/SO_SNDBUF..))" loops to prevent themStuart Henderson
2012-07-11thinkoMarc Espie
2012-07-11Now that socket timeouts don't return early, fix the regress to matchPhilip Guenthe
2012-07-11sem_timedwait() needs the struct timespec tag to be pre-declared here.Philip Guenthe
2012-07-11check that linking with X11 will work, we'll check later exactly whatMarc Espie
2012-07-11exit1(EXIT_THREAD) needs to call single_thread_check() so that itPhilip Guenthe
2012-07-11fix bug for real. Turns out some libraries (xcb...) have NEEDED that goMarc Espie
2012-07-11do the ldconfig search dir properlyMarc Espie
2012-07-11nit: bless object early so we can use methods on itMarc Espie
2012-07-11reoder letters to fix piles-o'-typosPhilip Guenthe
2012-07-11Don't skip pipe, kqueue, crypto, or systrace files in pstat -f outputPhilip Guenthe
2012-07-11Make command exec functions return an enum rather than -1/0/1 values andNicholas Marriott