Age | Commit message (Expand) | Author |
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 |
2012-07-10 | For setsockopt(SO_{SND,RCV}TIMEO), convert the timeval to ticks using | Philip Guenthe |
2012-07-10 | Add builtin XMODEM send support with ~X, only tested with lrz -X so far. | Nicholas Marriott |
2012-07-10 | full support for -static -shared -prefer-pic -prefer-non-pic -fpie* | Marc Espie |
2012-07-10 | pass the option string along as a 4th parameter, in cases canonical is | Marc Espie |
2012-07-10 | nit | Marc Espie |
2012-07-10 | dd all kinds of funky tests for compile mode | Marc Espie |
2012-07-10 | - simplify the scheduler loop logic further, it is ridiculously simple now | Gilles Chehade |
2012-07-10 | +limits.h. | Nicholas Marriott |
2012-07-10 | Once we've set up termios, lines need to be \r\n terminated, and we need | Nicholas Marriott |
2012-07-10 | more config, sort stuff for easier spotting | Marc Espie |
2012-07-10 | move set prio/tos into OPTIONS; ok henning | Jason McIntyre |
2012-07-10 | Try to cleanup the macro magic because of socket spliceing. Since struct | Claudio Jeker |
2012-07-10 | use PFSTATE_SCRUBMASK | Henning Brauer |
2012-07-10 | define a PFSTATE_SCRUBMASK. relying on numeric order of flags is stupid | Henning Brauer |
2012-07-10 | closefrom(STDERR_FILENO + 1) not STDOUT_FILENO so that output actually appear... | Nicholas Marriott |
2012-07-10 | Allow an implicit address family for af-to rules. If the address | Alexander Bluhm |
2012-07-10 | intermediate hack^Wugly "fix" to prevent spurious "scrub ()" prints | Henning Brauer |
2012-07-10 | Better handling of servname in getaddrinfo_async. Do not necessarily | Eric Faurot |
2012-07-10 | set { ... } -> set ( ... ) | Henning Brauer |
2012-07-10 | Implement ~C. | Nicholas Marriott |
2012-07-10 | Restore termios and signal handlers before ~$ so ^C will kill child. | Nicholas Marriott |
2012-07-10 | in_scrubprefix needs the same netmask checking as in_addprefix (which was | Claudio Jeker |
2012-07-10 | Add a ~S escape to change the speed interactively (not using ~s since | Nicholas Marriott |
2012-07-10 | Add first cut of replacement for tip/cu. Not linked to the build. | Nicholas Marriott |
2012-07-10 | fix the last outstanding functionality difference i could find between | David Gwynne |
2012-07-10 | libexec/tftpd handled the case where we'd get an ack for the previous | David Gwynne |
2012-07-10 | Fix an outstanding debian bug: #658539 | lum |
2012-07-10 | Turn on systrace sandboxing of pre-auth sshd by default for new installs | Damien Miller |
2012-07-09 | fix -Tascii .Fd line breaking | Ingo Schwarze |
2012-07-09 | #! stupid test | Marc Espie |
2012-07-09 | --config had better match more stupid shit. | Marc Espie |
2012-07-09 | The linux emulation exit hook needs to be able to sleep, so call it | Philip Guenthe |
2012-07-09 | According to miod, KERNBASE used as a userland symbol should die | Theo de Raadt |
2012-07-09 | implement -Tman .Eo and .Ec | Ingo Schwarze |
2012-07-09 | OpenBSD has two kinds of developers ... | Mike Larkin |
2012-07-09 | longarg: | Marc Espie |
2012-07-09 | sync | Todd T. Fries |
2012-07-09 | resolve conflicts | Stuart Henderson |
2012-07-09 | NSD v3.2.11, ok phessler@ | Stuart Henderson |
2012-07-09 | start ditching Getopt::Long, only LT::Mode::Link uses it, so make it | Marc Espie |
2012-07-09 | extend option parser a bit more: if we pass it a regexp, then we match | Marc Espie |
2012-07-09 | support for -Wc,*,* and -Xcompiler $arg | Marc Espie |
2012-07-09 | Fix typo in warning message. | Lawrence Teo |
2012-07-09 | one more prio -> set prio; ok henning | Jason McIntyre |
2012-07-09 | Implement -Tman .Bf. | Ingo Schwarze |
2012-07-09 | second fuckup in implicit detection | Marc Espie |
2012-07-09 | more compat shit for libtool1/libtool2 schizophrenia | Marc Espie |