Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-01 | more to free, needed for SA grouping. | Hans-Joerg Hoexer | |
2006-06-01 | add a sample dvmrpd.conf | Esben Norby | |
ok deraadt@ | |||
2006-06-01 | Don't treat the addition of a dhclient.conf 'alias{}' address as an | Kenneth 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-01 | Add powerhooks for ral(4) cards with RT2561 chipset, and also fix | Robert Nagy | |
builds with RAL_DEBUG, so we have debug information now. ok damien@ | |||
2006-06-01 | convert pfkey to ipsec_rule and use ipsecctl_print_rule() when dumping | Markus Friedl | |
the in-kernel SAs. this way we produce the same output as rule loading ok hshoexer | |||
2006-06-01 | Add members dst2, proto2 and spi2 to struct ipsec_rule and define | Hans-Joerg Hoexer | |
rule type "group". Needed for grouping. | |||
2006-06-01 | Prepare for SA grouping. | Hans-Joerg Hoexer | |
2006-06-01 | print actual key size when warning about the wrong key size; ok hshoexer | Markus Friedl | |
2006-06-01 | Controller for dvmrpd. | Esben Norby | |
Almost all available information in dvmrpd can be read. Not connected to builds yet. ok claudio@ | |||
2006-06-01 | Welcome dvmrpd | Esben 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-01 | read the full reply from PFKEY even if sadb_errno is set; ok hshoexer | Markus Friedl | |
2006-06-01 | add 2 subclasses, subclass storage SAS and subclass system SD Host Controller. | Brad Smith | |
From NetBSD | |||
2006-06-01 | start sentence with a capital letter; | Jason McIntyre | |
2006-06-01 | kill another superfluous strlen | Kjell Wooding | |
2006-06-01 | Style. no practical change. | Kjell Wooding | |
2006-06-01 | enable xge(4) on the CD RAMDISKs. | Brad Smith | |
2006-06-01 | de-static and formatting. | Brad Smith | |
2006-06-01 | Fix message on empty goto-line. While here, lose a strlen and KNF. | Kjell Wooding | |
2006-06-01 | enable hardware RX checksum offload. | Brad Smith | |
2006-06-01 | simplify the PS1 section somewhat by moving the ! and \! stuff together; | Jason McIntyre | |
ok otto | |||
2006-06-01 | add another exmaple; stolen from a nick holland email... | Jason McIntyre | |
2006-06-01 | simplify example, ok grange, jmc | Markus Friedl | |
2006-06-01 | call get_remote_ipaddr() early; fixes logging after client disconnects; | Markus Friedl | |
report mpf@; ok dtucker@ | |||
2006-06-01 | formatting | Brad Smith | |
2006-06-01 | add bit defns for [UE]FAR | Jason Wright | |
2006-06-01 | Display line number in the mg statusbar. Yes, it seems like a fugly | Kjell 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-01 | Correct IRQ mappings for thecus devices. | Dale Rahn | |
2006-06-01 | current_ipl_level is a value, not a mask, do not '|=' into it. | Dale Rahn | |
2006-06-01 | tidy up the "tao" section; | Jason McIntyre | |
diff from deraadt or mjc, i'm not sure; tweaks by me ok deraadt | |||
2006-06-01 | enable error interrupts and install handlers for same (the handlers don't do ↵ | Jason Wright | |
much yet) | |||
2006-06-01 | minor tweaks | Theo de Raadt | |
2006-06-01 | add checks for disc size before we set out trying to burn 4gb | Michael Coulter | |
onto an unsuspecting cdr | |||
2006-06-01 | observed by Naddy, found by claudio, strange constructs require strange defines | Todd T. Fries | |
.. fixes proto display for the non zero case ok claudio@ | |||
2006-06-01 | spacing | Theo de Raadt | |
2006-06-01 | knf | Hans-Joerg Hoexer | |
2006-06-01 | better command line usage as suggested by deraadt@ | Michael Coulter | |
ok @deraadt | |||
2006-06-01 | CACHE_GLOBAL is enforced at the APR level, no need to propagate it into | Miod Vallat | |
the individual PTEs. No functional change. | |||
2006-06-01 | Better test for cacheability of the previous mapping in pmap_cache_ctrl() | Miod Vallat | |
2006-06-01 | correct error messages to match calloc where appropriate | Todd T. Fries | |
ok hshoexer@ | |||
2006-06-01 | permit feeding isakmpd.fifo IPv6 addresses | Todd T. Fries | |
ok hshoexer@ | |||
2006-06-01 | even though the bounds are long long having an upper bound of | Otto 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-01 | Sort options in usage. From jmc. | Chris Kuethe | |
ok henning@ | |||
2006-06-01 | When expanding servers, do not forget to copy weight. ok henning@ | Otto Moerbeek | |
2006-06-01 | Change spl4() to spl7() to raise-only semantics. | Miod Vallat | |
2006-06-01 | fix style | Kjell Wooding | |
2006-06-01 | Bring man page into closer correspondance with current reality. Tweaks by | Kenneth R Westerback | |
jmc@. ok beck@ jmc@ | |||
2006-06-01 | knf | Hans-Joerg Hoexer | |
2006-06-01 | oops, i dont know how to count bits. fix the OFFSET bitmasks in the device | David Gwynne | |
config pages. | |||
2006-06-01 | add more v6 support, this round `any' expands additionally to ::/0 | Todd T. Fries | |
skip link-locals for now, to be handled separately later ok hshoexer@ | |||
2006-06-01 | add spi device configuration pages 0 and 1 | David Gwynne | |