summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-06-01Add basic NMEA0183 support as a tty line discipline. The line disciplineMarc Balmer
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@
2006-06-01fix some macrosDavid Gwynne
2006-06-01fix outputJoris Vink
2006-06-01import work on existing repos:Joris Vink
- 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.
2006-06-01major rewrite of some rcs parsing stuff:Joris Vink
- 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.
2006-06-01Clean out more crap. Tweaks by jmc@.Kenneth R Westerback
ok beck@ jmc@
2006-06-01- stop using magic constants for the onboard error INOs (one was wrong anyway)Jason Wright
- setup pci error interrupts and do an interpretive dance with the registers
2006-06-01'-alias' is deprecated. Use 'delete' in ifconfig statements.Kenneth R Westerback
ok beck@
2006-06-01Compile broken ipmi into GENERIC, so it's easy for marco to fixBob 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@
2006-06-01ifconfig should be either deleting an interface address, or adding one in oneBob Beck
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@
2006-06-01After changing J3 to J4 on the thecus board, serial interrupts work justDale Rahn
fine (on XINT1), so remove the poll console hacks and rewire the com irq to the correct value for thecus.
2006-06-01implement adjacent nbr count, needed when we want to decide where to floodEsben Norby
multicast streams.
2006-06-01Like DENIC, DK-HOSTMASTER is requires extra attention. This makes youMichael Knudsen
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).
2006-06-01change the ike regression tests to use the new local-ID formatMathieu Sauve-Frankel
ok hshoexer@
2006-06-01change the local-ID section name to always be unique as we may want to use ↵Mathieu Sauve-Frankel
more than one ISAKMP ID on the local peer. ok hshoexer@
2006-06-01Splraise is strictly to increase spl, do not lower.Dale Rahn
2006-06-01Support flows with port modifiers for proto tcp/udp, e.g.Christian Weisgerber
flow proto udp from 1.2.3.4 port ntp to 5.6.7.8 ok hshoexer@ msf@
2006-06-01slightly better englishMartin Reindl
2006-06-01delintDavid Hill
ok moritz
2006-06-01Pass the captured packet length in addition to the real packet lengthMoritz Jodeit
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@
2006-06-01Better to attach obio devices after pci.Dale Rahn
2006-06-01Proper config attach, not always return 1 from probe.Dale Rahn
2006-06-01syncTheo de Raadt
2006-06-01Make the debug printfs work if RAL_DEBUG is defined.Robert Nagy
2006-06-01syncTheo de Raadt
2006-06-01hook dvmrpctl and dvmrpd into builds.Esben Norby
ok deraadt@
2006-06-01syncTheo de Raadt
2006-06-01add all the goo to hook dvmrp into the systemEsben Norby
ok derradt@
2006-06-01more to free, needed for SA grouping.Hans-Joerg Hoexer
2006-06-01add a sample dvmrpd.confEsben Norby
ok deraadt@
2006-06-01Don't treat the addition of a dhclient.conf 'alias{}' address as anKenneth R Westerback
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@
2006-06-01Add powerhooks for ral(4) cards with RT2561 chipset, and also fixRobert Nagy
builds with RAL_DEBUG, so we have debug information now. ok damien@
2006-06-01convert pfkey to ipsec_rule and use ipsecctl_print_rule() when dumpingMarkus Friedl
the in-kernel SAs. this way we produce the same output as rule loading ok hshoexer
2006-06-01Add members dst2, proto2 and spi2 to struct ipsec_rule and defineHans-Joerg Hoexer
rule type "group". Needed for grouping.
2006-06-01Prepare for SA grouping.Hans-Joerg Hoexer
2006-06-01print actual key size when warning about the wrong key size; ok hshoexerMarkus Friedl
2006-06-01Controller for dvmrpd.Esben Norby
Almost all available information in dvmrpd can be read. Not connected to builds yet. ok claudio@
2006-06-01Welcome dvmrpdEsben Norby
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@
2006-06-01read the full reply from PFKEY even if sadb_errno is set; ok hshoexerMarkus Friedl
2006-06-01add 2 subclasses, subclass storage SAS and subclass system SD Host Controller.Brad Smith
From NetBSD
2006-06-01start sentence with a capital letter;Jason McIntyre
2006-06-01kill another superfluous strlenKjell Wooding
2006-06-01Style. no practical change.Kjell Wooding
2006-06-01enable xge(4) on the CD RAMDISKs.Brad Smith
2006-06-01de-static and formatting.Brad Smith
2006-06-01Fix message on empty goto-line. While here, lose a strlen and KNF.Kjell Wooding
2006-06-01enable hardware RX checksum offload.Brad Smith
2006-06-01simplify the PS1 section somewhat by moving the ! and \! stuff together;Jason McIntyre
ok otto
2006-06-01add another exmaple; stolen from a nick holland email...Jason McIntyre
2006-06-01simplify example, ok grange, jmcMarkus Friedl