summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-07-11Separate total block counter (reported to user) from 8-bit block counterNicholas Marriott
2012-07-10backout the:Charles Longeau
2012-07-10In a scalar context, mkstemp should return just the file handlePhilip Guenthe
2012-07-10basic implementation of -Tman .Bl -tagIngo Schwarze
2012-07-10multiple fixes to -Tascii .HP rendering:Ingo Schwarze
2012-07-10Make sure that we don't schedule processes on CPUs that we havetaken out ofMark Kettenis
2012-07-10quick fix ?Marc Espie
2012-07-10support -A to print the ascii text of captured packets. ok deraadt@Stuart Henderson
2012-07-10document recent lua.port.mk changesJasper Lievisse Adriaanse
2012-07-10With address family translation, the ip length of the quoted ipAlexander Bluhm
2012-07-10same code update and fix as for gethostnamadr_asyncEric Faurot
2012-07-10Add a workaround that scapy srp1() cannot detect ICMP6 error repliesAlexander Bluhm
2012-07-10Accounting for page tables, USPACE, and whatever else... as partTheo de Raadt
2012-07-10it seems previous was wrong, so move prio/tos out of OPTIONS,Jason McIntyre
2012-07-10unconfuse myself.Marc Espie
2012-07-10test vertical spacing around filling macros;Ingo Schwarze
2012-07-10Don't release a FILE that wan't allocated. Found by benno@Philip Guenthe
2012-07-10Do not write spaces around = in addr.py so it can also be read byAlexander Bluhm
2012-07-10We should only call need_resched() if the priority is lower than theChristiano F. Haesbaert
2012-07-10Add a subtest to the MTU ping that checks wether the ip length ofAlexander Bluhm
2012-07-10ouch, Rresolved and libsearchdirs no longer live in main, so make themMarc Espie
2012-07-10accept address literal for the recipient domain.Charles Longeau
2012-07-10simplify the code, improve error handling and plug a potential fd leak on errorEric Faurot
2012-07-10Ooops. A debug printf sneaked in. Sorry about that.Paul Irofti
2012-07-10Place declarations for internal radix functions inside radix.c, stopBret Lambert
2012-07-10move some shit around to (more or less) where it belongsMarc Espie
2012-07-10More wraping and style.Paul Irofti
2012-07-10Remove a hack that was intended for groff-1.15 bug compatibility:Ingo Schwarze
2012-07-10WrapPaul Irofti
2012-07-10fix pexpAlexander Hall
2012-07-10fix regexp in pexpAlexander Hall
2012-07-10* implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .ItIngo Schwarze
2012-07-10since disklabel -W is no more, zap it from all the install.md'sAlexander Hall
2012-07-10Rename "life" to "lifetime" to match iked.Lawrence Teo
2012-07-10bye-bye Getopt::LongMarc Espie
2012-07-10Fix usage.Nicholas Marriott