Age | Commit message (Collapse) | Author |
|
decodes NMEA messages completely transparent to userland applications, i.e.
userland can still use the NMEA stream and talk to the device. If data
is received, a timedelta sensor suitable for ntpd is created. The timestamp
is not very precise at the moment, use of this is experimental at best.
"get it in or we see how well the swiss people can swim" deraadt@
|
|
|
|
|
|
- make it work (obviously).
- count conflicts and report them at the end of the import.
- add the release tags to the correct revision.
fixes for importing to new repos:
- add the release tags to the correct branch revision
- plug memleak
general import fixes:
- use the correct path in the status messages, this is just
fluffy output but it does make things nicer.
|
|
- rework rcs_getrev() to correctly support branches
- rework rcs_translate_tag() to correctly translate given symbols or
branches into their matching revisions
- rework rcs_rev_add() to correctly update its 'next' pointers
and insert the new revision in the correct place on the list.
- rework rcs_head_get() to return the latest revision on the default
branch if it has been set or the normal HEAD revision otherwise.
- no longer access the rf_head member of the RCSFILE struct manually,
use the rcs_head_get() function which correctly returns the HEAD
revision, there might be a default branch that has to be used.
- for now, when commiting a new revision reset the default branch.
|
|
ok beck@ jmc@
|
|
- setup pci error interrupts and do an interpretive dance with the registers
|
|
ok beck@
|
|
it by enabling it, but leave it disabled by default so it doesn't
screw people over until it is fixed.
ok dlg@, asked for by deraadt@
|
|
invocation, not both.
This change ensures that a delete does not also do an add.
Fixes stupid problem where deleting the last address with
ifconfig delete addr
worked differently than
ifconfig addr delete
where the first way would re-add an address of 0.0.0.0/0 after deleting
the address.
ok claudio@, krw@
|
|
fine (on XINT1), so remove the poll console hacks and rewire the com
irq to the correct value for thecus.
|
|
multicast streams.
|
|
actually get handle information when looking up .dk domains. While
there, make the DENIC stuff use the QNICHOST_TAIL symbol.
Original diff from Soeren Hansen because I was complaining about this,
tweaked by me.
ok beck (holding his nose).
|
|
ok hshoexer@
|
|
more than one ISAKMP ID on the local peer.
ok hshoexer@
|
|
|
|
flow proto udp from 1.2.3.4 port ntp to 5.6.7.8
ok hshoexer@ msf@
|
|
|
|
ok moritz
|
|
to etherip_print() and do all the bounds checking with it. Also add
bounds checks to ether_print(). This fixes even more crashes.
ok canacar@
|
|
|
|
|
|
|
|
|
|
|
|
ok deraadt@
|
|
|
|
ok derradt@
|
|
|
|
ok deraadt@
|
|
external modification when the RTM_NEWADDR message arrives from the
routing socket. Now dhclient will not exit if 'alias{}' is specified
in dhclient.conf.
Mentioned many times, most recently by Matthias Bertschy on misc@.
ok henning@ beck@
|
|
builds with RAL_DEBUG, so we have debug information now.
ok damien@
|
|
the in-kernel SAs. this way we produce the same output as rule loading
ok hshoexer
|
|
rule type "group". Needed for grouping.
|
|
|
|
|
|
Almost all available information in dvmrpd can be read.
Not connected to builds yet.
ok claudio@
|
|
started by Esben Norby some time ago by using the imsg/three process framework
of ospfd.
Right now it is not particularly useful, major parts are still missing but is
imported to allow more people to work on it.
Status:
The IGMP part is mostly complete, allowing clients to join and leave groups.
Election the IGMP querier of a network is also functional, only thing missing is
some corner cases when going from non-querier to querier.
About half of the DVMRP is functional, probes and route reports are functional.
Multicast streams can be detected and the MFC can be manipulated.
The RIB is not complete but operational.
Not yet connected to the builds.
OK claudio@
|
|
|
|
From NetBSD
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ok otto
|
|
|
|
|