Age | Commit message (Expand) | Author |
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 |
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 |