summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-06Add syslogd tests for dropped messages.Alexander Bluhm
2015-02-06To get reliable TCP and TLS logging, report when messages get lost.Alexander Bluhm
2015-02-05Use sizeof(struct X) rather than sizeof(*p) in calloc() invocations.Kenneth R Westerback
2015-02-05Remove some unneeded <uvm/uvm_extern.h> inclusions.Martin Pieuchot
2015-02-05Whitespace.Masao Uebayashi
2015-02-05Use octeon_xkphys_*_8().Masao Uebayashi
2015-02-05Expand STACKGAP_RANDOM to 2MB on machines with large user VATheo de Raadt
2015-02-05backout previous for now; issues seen with "tar: Directory vanished beforeStuart Henderson
2015-02-05snippit/snippetStuart Henderson
2015-02-05tweak previousIngo Schwarze
2015-02-05Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@Todd C. Miller
2015-02-05Include sys/stdint.h for SIZE_MAX. OK deraadt@ miod@Todd C. Miller
2015-02-05Add missing check for stdint.h, needed for SIZE_MAX in xsize.h.Todd C. Miller
2015-02-05unbreak after previous macro removal.Martin Pieuchot
2015-02-05Do what the comments suggest and check for port-[ab]-ignore-cd properties,Miod Vallat
2015-02-05Reset bracket paste mode on detach.Nicholas Marriott
2015-02-05Fix potential NULL pointer dereference.Reyk Floeter
2015-02-05compat for check-lib-dependsMarc Espie
2015-02-05Add missing error case to free allocated server_config on failure.Reyk Floeter
2015-02-05add some (untested) examples of usePeter Hessler
2015-02-05Remove a couple of now-unused variables.Nicholas Marriott
2015-02-05implement "ifconfig <if> -inet", removing all inet addressesHenning Brauer
2015-02-05Wrap all the individual format_* calls in a single format_defaultsNicholas Marriott
2015-02-05implement SIOCIFAFATTACH and SIOCIFAFDETACH for AF_INETHenning Brauer
2015-02-05There is no need to save the guard state because the function checks itNicholas Marriott
2015-02-05typosStuart Henderson
2015-02-05The pf table process should die if the pipe to the dhcpd process isKenneth R Westerback
2015-02-05unbreak the tree, oupsPeter Hessler
2015-02-05start documenting routing tables and routing domainsPeter Hessler
2015-02-05For directories whose times or mode will be fixed up in the clean-up pass,Philip Guenther
2015-02-05Convert various rtrequest1(RTM_DELETE,...) calls to rtdeletemsg(9).Martin Pieuchot
2015-02-05macro fixes from Kaspars at Bankovskis dot net;Ingo Schwarze
2015-02-05fix handling of empty .An macrosIngo Schwarze
2015-02-05Declare the x509_(mem|file|dir)_lookup symbols as static because theyReyk Floeter
2015-02-05Make sure pf(4) does not see embedded scopes.Martin Pieuchot
2015-02-05Simplify by deleting the "lastline" member of struct mdoc_node.Ingo Schwarze
2015-02-04potential double free in while-loopHenning Brauer
2015-02-04Discard excess head arguments for .Bd .Bl .Bk and delete hwarn_eq0().Ingo Schwarze
2015-02-04Replace realloc() with reallocarray() in libkeynote. Do not freeAlexander Bluhm
2015-02-04Fix potentional double free in do-while-loop.Alexander Bluhm
2015-02-04improve diagnostics regarding arguments of .An .Pp .Lp .br .spIngo Schwarze
2015-02-04fix column numbers of macro arguments in messagesIngo Schwarze
2015-02-04discard .Rs head arguments and improve .Rs diagnosticsIngo Schwarze
2015-02-04more specific .Nd diagnostics, allowing to get rid of enum check_lvlIngo Schwarze
2015-02-04TypoFlorian Obser
2015-02-04Kill annoying comments about ether_input()Martin Pieuchot
2015-02-04Return the correct report ID when hitting a "collection" item.Martin Pieuchot
2015-02-03fix odd error recovery (noticed by kili@): fw_update -d with !installedMarc Espie
2015-02-03Make the mandoc test suite completely silent.Ingo Schwarze
2015-02-03reduce indentation for better readabilityIngo Schwarze