summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-17Remove support for a.out and ecoff. We only do elf now.Theo de Raadt
ok miod
2013-10-17tweak previous;Jason McIntyre
2013-10-17Fix run-regress-fragping to use ping(8) instead of ping6(8) to send theLawrence Teo
initial Path-MTU discovery packet. OK bluhm@
2013-10-17rearrange check to reduce diff against -portableDamien Miller
2013-10-17fsync@openssh.com protocol extension for sftp-serverDamien Miller
client support to allow calling fsync() faster successful transfer patch mostly by imorgan AT nas.nasa.gov; bz#1798 "fine" markus@ "grumble OK" deraadt@ "doesn't sound bad to me" millert@
2013-10-16one I missed in previous: s/isation/ization/Damien Miller
2013-10-16s/canonicalise/canonicalize/ for consistency with existing spelling,Damien Miller
e.g. authorized_keys; pointed out by naddy@
2013-10-16tidy up the "modifier" list a little and sync usage();Jason McIntyre
NB: this utility has only one option, and it's not optional! i haven;t marked -s as being mandatory, since hopefully someone will make ntpctl run without arguments do something useful;
2013-10-16some .Pa;Jason McIntyre
2013-10-16no more -r; ok blambertJason McIntyre
2013-10-16Correctly honour spoofonly in readvdmlabel() to avoid reading the on-disk labelMiod Vallat
when it's not welcome.
2013-10-16Revert unintended changes.Florian Obser
Requested by guenther@ how is currently off net.
2013-10-16Support for oaic in the boot blocks. Cope with older prom putting a \r atMiod Vallat
the end of the commandline. Clean up a few stale comments. Crank boot blocks version to 0.3.
2013-10-16 1) move the creation of 'restricted' communication socketsBret Lambert
into snmpd.conf 2) add the ability to specify an alternate 'control' socket location 3) allow for the creation of multiple 'restricted' sockets (but only one control socket, for the time being) Committing slightly ahead of schedule in order to clear the pipeline for a few other upcoming changes. ok reyk@, sthen@
2013-10-16Add a manpage for ommmc(4).Raphael Graf
Feedback and ok jmc@
2013-10-16Prefer ACPI over APM. For years, we had a SMBIOS-probing hack to preferTheo de Raadt
APM on machines where it suspended better. These days, suspend/resume works better in ACPI. Specific machine: x40. There is a class of very early ACPI machines which are going to break, because of buggy AML and bugs in our acpi code. By making this change, we will expose those, and hopefully get them fixed. ok many
2013-10-16Adapt to recent gnome MODULE change.Antoine Jacoutot
2013-10-16tweak previous;Jason McIntyre
2013-10-16Implement client-side hostname canonicalisation to allow an explicitDamien Miller
search path of domain suffixes to use to convert unqualified host names to fully-qualified ones for host key matching. This is particularly useful for host certificates, which would otherwise need to list unqualified names alongside fully-qualified ones (and this causes a number of problems). "looks fine" markus@
2013-10-15We do not produce "core" files, so they do not need to be deleted. theyTheo de Raadt
have been *.core files for a very long time. That's a lot of unlink() calls saved.
2013-10-15We do not produce "core" files, so they do not need to be deleted. theyTheo de Raadt
have been *.core files for a very long time. That's a lot of unlink() calls saved.
2013-10-15We do not produce "core" files, so they do not need to be deleted. theyTheo de Raadt
have been *.core files for a very long time. That's a lot of unlink() calls saved.
2013-10-15remove conditionals for ELF; prodding by patrick keshishianTheo de Raadt
2013-10-15Don't bind a label for the default route.Renato Westphal
After discussing with claudio@ we came to the conclusion that it's more safe to ignore the default route and don't bind a label for it. OK @claudio
2013-10-15Minor fixes on if_del() and nbr_new().Renato Westphal
if_del(): this function is always called after an IF_EVT_DOWN event so there's no need to cleanup things here; nbr_new(): C structs shouldn't be copied directly. OK claudio@
2013-10-15Simplify the lde_nbr_new() function.Renato Westphal
There's no need the pass a whole lde_nbr structure as argument if we want only the neighbor IP address. Also, remove the lde_nbr_del() prototype on lde.h because it's a duplicate. OK claudio@
2013-10-15Remove stray (long) cast of value being assigned to tv_secs.Kenneth R Westerback
ok guenther@
2013-10-15tweak previous;Jason McIntyre
2013-10-15Simplify the code by avoiding direct calls to imsg_compose_event().Renato Westphal
OK claudio@
2013-10-15Improve debug and error logs.Renato Westphal
OK claudio@
2013-10-15Generate the NBR_EVT_PDU_RCVD event in a single point.Renato Westphal
OK claudio@
2013-10-15If the fake target of a port installed an empty (0-byte) file as aIngo Schwarze
manual page, pkg_create(1) asked groff to process the empty file, which failed, and then decided to install the empty file as a source manual page, which later caused mandoc(1) called from man(1) to complain to the end-user. Instead, detect the emptiness in time, skip the formatting attempt, skip the file, process the packing list to its end, then abort pkg_create(1) unsuccessfully such that the porter sees the problem and can fix whatever the root cause is. Problem reported by naddy@ as seen in p5-Carp-Datum during a bulk build, solution is joint work with espie@, again tested in a bulk by naddy@; "please commit" espie@.
2013-10-15Fix whitespace and other style issues.Renato Westphal
OK claudio@
2013-10-15Since a targeted neighbor can be created both by configuration andRenato Westphal
on runtime, the ldpd_conf structure used should be passed as an argument to avoid segfaults.
2013-10-15The disklabel variables aflag and dflag are boolean, use logicalAlexander Bluhm
instead of binary operators for comparison. OK krw@
2013-10-15Improve parsing of LDP messages.Renato Westphal
Add more sanity checks and send proper notification messages on error conditions. OK claudio@
2013-10-15This has been rewritten in perl as parse_structinfo.plPhilip Guenther
ok miod@
2013-10-15Rewrite the awk script that generates the data for option DDB_STRUCT:Philip Guenther
- switch to perl for better data structures and (thus) speed - fix a couple glitches in the interpretation of the stabs output - compress the strings by putting them in one big array and overlaying suffixes - all sizes and offsets are <64k, so use u_short for them This results in ~60% reduction in the resulting text size and it now takes less than a second to create on fast platforms. ok miod@
2013-10-15Remove BUGS section, it got fixed a few months ago.Miod Vallat
2013-10-15steal manpages from mvme88kMiod Vallat
2013-10-15it's supposed to be test first, commit afterwardsMiod Vallat
2013-10-15regenMiod Vallat
2013-10-15ramdisk needs diskmap. Found the hard way.Miod Vallat
2013-10-15Ignore messages that have Unknown flag set.Renato Westphal
OK claudio@
2013-10-15tweak previous;Jason McIntyre
2013-10-15First shot at installation media for aviion, and updated documentation.Miod Vallat
2013-10-15First shot at installation media for aviion, and updated documentation.Miod Vallat
2013-10-15In readvdmlabel(), be sure to have *partoffp initialized in all cases.Miod Vallat
2013-10-15Remove the multicast filter from the ``real'' interface when destroyingMartin Pieuchot
a vxlan(4) interface and convert some splnet() to splsoftnet() when appropriate. ok reyk@
2013-10-15Document MODGNOME_MIME_FILE and MODGNOME_DESKTOP_FILE.Antoine Jacoutot
Make the x11/gnome MODULE description a bit easier to read.