summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2006-06-01call get_remote_ipaddr() early; fixes logging after client disconnects;Markus Friedl
report mpf@; ok dtucker@
2006-06-01formattingBrad Smith
2006-06-01add bit defns for [UE]FARJason Wright
2006-06-01Display line number in the mg statusbar. Yes, it seems like a fuglyKjell Wooding
way to do it, but all the clever and pretty ways utterly failed. Basic use seems fine. We'll turdshine the special cases later. If it bothers you, use M-x line-number-mode, or put same in your ~/.mg file to disable. ok cloder, jason
2006-06-01Correct IRQ mappings for thecus devices.Dale Rahn
2006-06-01current_ipl_level is a value, not a mask, do not '|=' into it.Dale Rahn
2006-06-01tidy up the "tao" section;Jason McIntyre
diff from deraadt or mjc, i'm not sure; tweaks by me ok deraadt
2006-06-01enable error interrupts and install handlers for same (the handlers don't do ↵Jason Wright
much yet)
2006-06-01minor tweaksTheo de Raadt
2006-06-01add checks for disc size before we set out trying to burn 4gbMichael Coulter
onto an unsuspecting cdr
2006-06-01observed by Naddy, found by claudio, strange constructs require strange definesTodd T. Fries
.. fixes proto display for the non zero case ok claudio@
2006-06-01spacingTheo de Raadt
2006-06-01knfHans-Joerg Hoexer
2006-06-01better command line usage as suggested by deraadt@Michael Coulter
ok @deraadt
2006-06-01CACHE_GLOBAL is enforced at the APR level, no need to propagate it intoMiod Vallat
the individual PTEs. No functional change.
2006-06-01Better test for cacheability of the previous mapping in pmap_cache_ctrl()Miod Vallat
2006-06-01correct error messages to match calloc where appropriateTodd T. Fries
ok hshoexer@
2006-06-01permit feeding isakmpd.fifo IPv6 addressesTodd T. Fries
ok hshoexer@
2006-06-01even though the bounds are long long having an upper bound ofOtto Moerbeek
ULONG_MAX does not work; the max upper bound is LONG_MAX, since LONG_MAX == LLONG_MAX on 64bit archs. ok deraadt@ henning@
2006-06-01Sort options in usage. From jmc.Chris Kuethe
ok henning@
2006-06-01When expanding servers, do not forget to copy weight. ok henning@Otto Moerbeek
2006-06-01Change spl4() to spl7() to raise-only semantics.Miod Vallat
2006-06-01fix styleKjell Wooding
2006-06-01Bring man page into closer correspondance with current reality. Tweaks byKenneth R Westerback
jmc@. ok beck@ jmc@
2006-06-01knfHans-Joerg Hoexer
2006-06-01oops, i dont know how to count bits. fix the OFFSET bitmasks in the deviceDavid Gwynne
config pages.
2006-06-01add more v6 support, this round `any' expands additionally to ::/0Todd T. Fries
skip link-locals for now, to be handled separately later ok hshoexer@
2006-06-01add spi device configuration pages 0 and 1David Gwynne