Age | Commit message (Expand) | Author |
2012-07-11 | Make command exec functions return an enum rather than -1/0/1 values and | Nicholas Marriott |
2012-07-11 | Separate total block counter (reported to user) from 8-bit block counter | Nicholas Marriott |
2012-07-10 | backout the: | Charles Longeau |
2012-07-10 | In a scalar context, mkstemp should return just the file handle | Philip Guenthe |
2012-07-10 | basic implementation of -Tman .Bl -tag | Ingo Schwarze |
2012-07-10 | multiple fixes to -Tascii .HP rendering: | Ingo Schwarze |
2012-07-10 | Make sure that we don't schedule processes on CPUs that we havetaken out of | Mark Kettenis |
2012-07-10 | quick fix ? | Marc Espie |
2012-07-10 | support -A to print the ascii text of captured packets. ok deraadt@ | Stuart Henderson |
2012-07-10 | document recent lua.port.mk changes | Jasper Lievisse Adriaanse |
2012-07-10 | With address family translation, the ip length of the quoted ip | Alexander Bluhm |
2012-07-10 | same code update and fix as for gethostnamadr_async | Eric Faurot |
2012-07-10 | Add a workaround that scapy srp1() cannot detect ICMP6 error replies | Alexander Bluhm |
2012-07-10 | Accounting for page tables, USPACE, and whatever else... as part | Theo de Raadt |
2012-07-10 | it seems previous was wrong, so move prio/tos out of OPTIONS, | Jason McIntyre |
2012-07-10 | unconfuse myself. | Marc Espie |
2012-07-10 | test vertical spacing around filling macros; | Ingo Schwarze |
2012-07-10 | Don't release a FILE that wan't allocated. Found by benno@ | Philip Guenthe |
2012-07-10 | Do not write spaces around = in addr.py so it can also be read by | Alexander Bluhm |
2012-07-10 | We should only call need_resched() if the priority is lower than the | Christiano F. Haesbaert |
2012-07-10 | Add a subtest to the MTU ping that checks wether the ip length of | Alexander Bluhm |
2012-07-10 | ouch, Rresolved and libsearchdirs no longer live in main, so make them | Marc Espie |
2012-07-10 | accept address literal for the recipient domain. | Charles Longeau |
2012-07-10 | simplify the code, improve error handling and plug a potential fd leak on error | Eric Faurot |
2012-07-10 | Ooops. A debug printf sneaked in. Sorry about that. | Paul Irofti |
2012-07-10 | Place declarations for internal radix functions inside radix.c, stop | Bret Lambert |
2012-07-10 | move some shit around to (more or less) where it belongs | Marc Espie |
2012-07-10 | More wraping and style. | Paul Irofti |
2012-07-10 | Remove a hack that was intended for groff-1.15 bug compatibility: | Ingo Schwarze |
2012-07-10 | Wrap | Paul Irofti |
2012-07-10 | fix pexp | Alexander Hall |
2012-07-10 | fix regexp in pexp | Alexander Hall |
2012-07-10 | * implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .It | Ingo Schwarze |
2012-07-10 | since disklabel -W is no more, zap it from all the install.md's | Alexander Hall |
2012-07-10 | Rename "life" to "lifetime" to match iked. | Lawrence Teo |
2012-07-10 | bye-bye Getopt::Long | Marc Espie |
2012-07-10 | Fix usage. | Nicholas Marriott |
2012-07-10 | disable lidsuspend on shutdown | Alexander Hall |
2012-07-10 | make pkill -l print the proper processes also when the invert (-v) | Alexander Hall |
2012-07-10 | Add ~R command to start recording output to a file. | Nicholas Marriott |
2012-07-10 | Kill trailing whitespaces. | Alexander Bluhm |
2012-07-10 | Add a test suite to route ip packets through a box running pf. You | Alexander Bluhm |
2012-07-10 | use the value actually passed to the function | Eric Faurot |
2012-07-10 | clean-up shit, pull some of LT::Util into ltconfig object | Marc Espie |
2012-07-10 | Use function to restore termios and add ~X to help. | Nicholas Marriott |
2012-07-10 | Trim some unused externs. | Nicholas Marriott |
2012-07-10 | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott |
2012-07-10 | Instead of <arpa/inet.h> pulling in <netinet/in.h>, just copy in the | Philip Guenthe |
2012-07-10 | Stop pulling in <sys/param.h> | Philip Guenthe |
2012-07-10 | bsearch() doesn't belong here (it's in <stdlib.h>) | Philip Guenthe |