Age | Commit message (Collapse) | Author |
|
ok miod
|
|
|
|
initial Path-MTU discovery packet.
OK bluhm@
|
|
|
|
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@
|
|
|
|
e.g. authorized_keys; pointed out by naddy@
|
|
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;
|
|
|
|
|
|
when it's not welcome.
|
|
Requested by guenther@ how is currently off net.
|
|
the end of the commandline. Clean up a few stale comments. Crank boot blocks
version to 0.3.
|
|
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@
|
|
Feedback and ok jmc@
|
|
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
|
|
|
|
|
|
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@
|
|
have been *.core files for a very long time. That's a lot of unlink()
calls saved.
|
|
have been *.core files for a very long time. That's a lot of unlink()
calls saved.
|
|
have been *.core files for a very long time. That's a lot of unlink()
calls saved.
|
|
|
|
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
|
|
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@
|
|
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@
|
|
ok guenther@
|
|
|
|
OK claudio@
|
|
OK claudio@
|
|
OK claudio@
|
|
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@.
|
|
OK claudio@
|
|
on runtime, the ldpd_conf structure used should be passed as an
argument to avoid segfaults.
|
|
instead of binary operators for comparison.
OK krw@
|
|
Add more sanity checks and send proper notification messages on error
conditions.
OK claudio@
|
|
ok miod@
|
|
- 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@
|
|
|
|
|
|
|
|
|
|
|
|
OK claudio@
|
|
|
|
|
|
|
|
|
|
a vxlan(4) interface and convert some splnet() to splsoftnet() when
appropriate.
ok reyk@
|
|
Make the x11/gnome MODULE description a bit easier to read.
|