Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-06 | Let -Tascii \(bu (bullet) output agree with groff; | Ingo Schwarze | |
this is now possible because -Tps now handles backspace overstriking. | |||
2014-11-06 | fixup argv handling after getopt conversion. oops. | Ted Unangst | |
2014-11-06 | -l option to create "modern" 80 column cards | Ted Unangst | |
2014-11-06 | basic decode functionality | Ted Unangst | |
2014-11-06 | printf debugging worked! figured out the bug (in free()) just after | Ted Unangst | |
committing the printfs. revert. | |||
2014-11-06 | need to calculate correct size before doing the free checks. the biggest | Ted Unangst | |
malloc bucket isn't precise, it can have anything in it. should fix recent panics. sorry for inconvenience. ok deraadt millert | |||
2014-11-06 | Make better use of the value of psectionslen instead of recomputing | Todd C. Miller | |
it multiple times. Also remove an unused variable. OK deraadt@ tedu@ | |||
2014-11-06 | resort to printf debugging hints until we can figure this out. ok deraadt | Ted Unangst | |
2014-11-06 | TLS is pretty boring without TLS extensions... unifdef OPENSSL_NO_TLSEXT, | Joel Sing | |
which was already done for libssl some time back. | |||
2014-11-06 | fix mac address selection with unnumbered carpdevs | Henning Brauer | |
IP-traffic over a carp interface with the underlaying carpdev being unnumbered (in the numbered case usually the ifp is the carpdev to begin with) went out with the carpdev's mac address istead of the carp interface's one due to a carp hack in ether_output exchanging the carp ifp for its carpdev ones one. move the source mac selection to before that. fixes unnumbered carp use in environments with strict mac address regimes like some exchange points. issue found by your's truly the hard way. ok mpi dlg | |||
2014-11-06 | ssl_sock_init() does nothing, so remove it... | Joel Sing | |
2014-11-06 | i renamed the mbuf pool. | David Gwynne | |
2014-11-06 | Let's just call a rdomain a rdomain. | Martin Pieuchot | |
ok dlg@ | |||
2014-11-06 | Clean up unused header files and docs referring to them. | Anthony J. Bentley | |
From Martin Natano. ok nicm@ | |||
2014-11-06 | Wrap when copy mode is used for output, from Balazs Kezes. | Nicholas Marriott | |
2014-11-06 | Remove old curses support in vi. | Anthony J. Bentley | |
ok nicm@ millert@ plus a comment tweak from nicm@ | |||
2014-11-06 | Add V for select line with vi(1) keys. From Juho Pohjala. | Nicholas Marriott | |
2014-11-06 | since domain appending is handled at the daemon level, don't try to do it | Gilles Chehade | |
in the enqueuer itself, it leads to broken headers | |||
2014-11-06 | mix the rtable into the hash for tcp sequence number generation. | David Gwynne | |
ok tedu@ claudio@ | |||
2014-11-06 | Cleanup whitespace and add 5 series comments. | Doug Hogan | |
ok mlarkin@ | |||
2014-11-06 | Add the required includes for the conditional parts of | Jonathan Gray | |
struct vga_pci_softc in vga_pcivar.h Original diff from guenther@ changed to incorporate feedback from kettenis@ and myself. | |||
2014-11-06 | Remove unneeded netinet6/ip6_divert.h include. | Lawrence Teo | |
ok bluhm@ dlg@ florian@ mpi@ | |||
2014-11-06 | let ramdisks compile | Theo de Raadt | |
2014-11-05 | Tidy up mode-mouse check. | Nicholas Marriott | |
2014-11-05 | Do not put a space between status-left/status-right and the window list, | Nicholas Marriott | |
instead move the space into the defaults for the options (so status-left now defaults to "[#S] ". From Balazs Kezes. | |||
2014-11-05 | need to move lock up to prevent more than one malloc. ok guenther | Ted Unangst | |
2014-11-05 | missing pfd = newp, diagnosed by deraadt@ | Stuart Henderson | |
2014-11-05 | don't deref timeout if null. from theo buehler. | Ted Unangst | |
2014-11-05 | stop prepending the user id in local enqueuing Received line | Gilles Chehade | |
2014-11-05 | sync | Theo de Raadt | |
2014-11-05 | don't use loop variable (i) for not loop things. use a new var. | Ted Unangst | |
2014-11-05 | use memname to print string of type. stolen from deraadt | Ted Unangst | |
2014-11-05 | also print type when free size is wrong | Ted Unangst | |
2014-11-05 | When clearing /tmp, use "-maxdepth -1" instead of "-type d -prune". | Todd C. Miller | |
This is easier to understand and fixes a bug where the "-type d -prune" was misplaced as noticed by pirofti@. OK deraadt@ | |||
2014-11-05 | Implement yet another workaround for the k1 em(4)'s. This time for | Claudio Jeker | |
the i218 which is used in many modern laptops like the X240. This seems to stop the watchdog timeouts triggered by heavy traffic on such systems. Tested by myself, phessler, blambert and Donovan Watteau OK deraadt, brad | |||
2014-11-05 | edns0 is not currently supported: confirmed by sthen and eric | Jason McIntyre | |
diff From: Mike Burns (though my fix differs a bit) | |||
2014-11-05 | Did you ever wonder why loopback's ifas have a destination address? | Martin Pieuchot | |
It is of course not to make your life more complicated when you are dealing with ifa_ifwithaddr()! It was to reuse the point-to-point code to add a route to 127.0.0.1. But now we have local routes and we don't need this hack anymore :) ok mikeb@ as part of a larger diff. | |||
2014-11-05 | Kill in_iawithaddr() and use ifa_ifwithaddr() directly. | Martin Pieuchot | |
Note that ifa_ifwithaddr() might return a broadcast address, so if you don't want one make sure to filter them out. ok mikeb@ | |||
2014-11-05 | sync | Theo de Raadt | |
2014-11-05 | remove uneeded bpf includes | Jonathan Gray | |
ok miod@ | |||
2014-11-05 | zap double word; | Jason McIntyre | |
2014-11-05 | some minor tweaks; | Jason McIntyre | |
2014-11-05 | No reason to have things like the hibernate allocation area and chunk | Mike Larkin | |
ordering regions mapped executable, so remove those permissions. ok deraadt@ | |||
2014-11-05 | Map .rodata RO after boot on amd64. Makefile.amd64 changes from deraadt. | Mike Larkin | |
ok deraadt@ | |||
2014-11-05 | Functions that say they return void should not try to return something. | Daniel Dickman | |
ok deraadt@ "Even though I admire the chutzpah of return(void), I agree". ok krw@ | |||
2014-11-05 | i forgot the :wq bit after applying jmcs tweaks. | David Gwynne | |
2014-11-05 | change the mbuf pool wait channel name from mbpl to mbufpl. "mb" | David Gwynne | |
isnt descriptive enough for me. ok deraadt@ | |||
2014-11-05 | Convert EXAMPLES to IDIOMS and make it a simple select -> poll | Todd C. Miller | |
conversion along with commentary. A more comprehensive sample conversion is needed too. OK deraadt@ | |||
2014-11-04 | document the SipHash24 api. some more could be done for history and | David Gwynne | |
where its appropriate to use it, but that can happen later. discussed with djm@ tweaks from jmc@ | |||
2014-11-04 | explicitly clarify that reading also stops after size-1 bytes | Ted Unangst | |