Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-19 | Instead of fiddling about the kame hack here and there, implement | Alexander Bluhm | |
the functions embedscope(), recoverscope(), clearscope(). ok claudio@ | |||
2012-09-19 | Do not care about the kame hack when logging a link local address. | Alexander Bluhm | |
The scope should have been converted when we received it from kernel. Remove log_in6addr_scope(), it is not used. ok claudio@ | |||
2012-09-19 | tweak man pages. | YASUOKA Masahiko | |
- add missing copyright - delete comment lines from the template - new sentence, new line - on npppd.8 BUGS section, clarified that what is dropped is L2TP/IPsec packets | |||
2012-09-19 | add pipex(4) man page. | YASUOKA Masahiko | |
2012-09-19 | Remove DF_ENQUEUE flag. It is mostly unused and logically broken. | Eric Faurot | |
Ignore it in existing envelopes until it gets completely dropped. Change "smtpctl show queue" to display the address family of the envelope source instead of the ENQUEUE flag. ok gilles@ | |||
2012-09-19 | cleanup around the pipex. naming style, delete or update comments. | YASUOKA Masahiko | |
no functional changes. | |||
2012-09-19 | fix SEE ALSO; | Jason McIntyre | |
2012-09-19 | match some more LAN95xx device ids | Jonathan Gray | |
2012-09-19 | SMSC LAN95xx 10/100 USB Ethernet driver, ported from FreeBSD. | Jonathan Gray | |
'turbo mode' having multiple rx packets in a single usb transaction similiar to what newer asix chips do is disabled as it seems to cause many rx errors and breaks fragmentation. checksum offloading while apparently supported by the hardware is currently disabled. | |||
2012-09-19 | clarify which process writes out stats upong SIGINFO reception. | Henning Brauer | |
pointed out by Frank Brodbeck <fab at guug.de>, actual change with & ok jmc | |||
2012-09-19 | Make rt_lookup return a pointer to an rtentry struct instead of | Bret Lambert | |
to a radix_node struct. The radix tree pushdown continues. ok claudio@ | |||
2012-09-19 | Show which limit cannot be set. idea mikeb | Camiel Dobbelaar | |
ok mikeb henning beck | |||
2012-09-19 | inherit IFCAP_CSUM_* from the parent interface | Henning Brauer | |
in my tree for a while and I forgot what exactly triggered it, but in one way or another this comes from the netbsd camp ok benno mpf | |||
2012-09-19 | defina an IFCAP_CSUM_MASK, covering IFCAP_CSUM_*, and use it in if_vlan.c | Henning Brauer | |
to replace the list of them. this actually makes vlan inherit the IPv6 CSUM flags from it's parent, that had been commented out since this code was committed back in 2001. ok benno mpf | |||
2012-09-19 | replay counter was bumped a while ago, update byte order conversion; | Mike Belopuhov | |
while here, improve the way information is printed out a bit. with input and ok camield, mpf | |||
2012-09-19 | update the tdb replay counter endian conversion to 64 bits; | Mike Belopuhov | |
ok camield mpf | |||
2012-09-19 | expandnodes must be bzero()'d before parsing to be sure there is no bogus | Eric Faurot | |
data left on return, since the RB compare functions uses memcmp(). While there, remove all calls to bzero() before alias_parse(). ok gilles@ | |||
2012-09-19 | rename variables for consistency | Eric Faurot | |
ok gilles@ | |||
2012-09-19 | More radix internals pushdown; place rn_mpath_next, which accepts and | Bret Lambert | |
returns radix_node pointers, inside a new rt_mpath_next, which accepts and returns rtentry pointers, and start using that instead. ok claudio@ | |||
2012-09-19 | remove IS_RELAY and IS_MAILBOX macros. | Eric Faurot | |
ok gilles@ | |||
2012-09-19 | Remove aliases_exists() and aliases_virtual_exists(). The corresponding | Eric Faurot | |
*_get() functions can be called directly. ok gilles@ | |||
2012-09-19 | Copy the host id value to the ICMP echo payload in network byte order and | Reyk Floeter | |
in a nicer way that silences the compiler. ok benno@ | |||
2012-09-19 | Use TAILQ_FOREACH macro for loops. No binary diff. | Alexander Bluhm | |
OK henning@ | |||
2012-09-19 | Fix ICMP checks by setting the socklen correctly before calling recvfrom(). | Reyk Floeter | |
ok benno@ | |||
2012-09-19 | start cleaning the expansion code: | Eric Faurot | |
- change expandtree_* prefix to expand_ for better readability and because the structure might change at some point - rename <>_free_nodes() to <>_free() - remove unused <>_remove_node() - refcounting has no purpose at all; just remove it as well as the decrement/increment functions, and replace the latter with <>_insert - expandnode flags is only used to know if it's been processed or not, don't make it a flag but a simple field with clear name. ok gilles@ chl@ | |||
2012-09-19 | remove files that became unused by new configuration syntax. | YASUOKA Masahiko | |
2012-09-19 | no more PKG_ARCH messin' around in lua.port.mk | Jasper Lievisse Adriaanse | |
2012-09-19 | vhold() and vdrop() are prototyped in vnode.h, so don't repeat them here | Philip Guenthe | |
ok beck@ | |||
2012-09-18 | several tweaks to make mpi(4) work for vmware emulated sas adapters. | David Gwynne | |
1. vmware advertises more scsi targets than command slots, so the maths we did for openings gave each target 0 openings. always advertise at least 16 openings. 2. if we cant configure the ATA queue depth, dont fail to attach the controller whole. finally, improve the error reporting during attach so its more obvious where things fail. mostly figured out by jmatthew@ | |||
2012-09-18 | The if (!better && !equal) check is redundant as the same condition | Alexander Bluhm | |
is checked a few lines below again. Fewer checks make the code more readable. ok stsp@ | |||
2012-09-18 | Once resolv.conf.saved has been copied back as resolv.conf, delete it so | Kenneth R Westerback | |
it isn't copied again the next time a dhclient goes away. Do the resolv.conf.saved restore for v6 as well since v6 goes through the trouble to create resolv.conf.saved. ok beck@ | |||
2012-09-18 | The place name we visited was not "sake" but "Sakae". | YASUOKA Masahiko | |
ok claudio henning | |||
2012-09-18 | the 'WIDE' was dropped | Jasper Lievisse Adriaanse | |
2012-09-18 | support the Lenovo ThinkVision LT1421 | Jasper Lievisse Adriaanse | |
ok mglocker@ | |||
2012-09-18 | regen | Jasper Lievisse Adriaanse | |
2012-09-18 | add Lenovo ThinkVision LT1421 (portable displaylink monitor) | Jasper Lievisse Adriaanse | |
2012-09-18 | add support for 1366x768 widescreen displays; tested on the Lenovo ↵ | Jasper Lievisse Adriaanse | |
ThinkVision LT1421. feedback and ok mglocker@ | |||
2012-09-18 | make use of expandtree_free_nodes() in lka_session_destroy(). | Eric Faurot | |
change to a simpler implementation for it while there. ok gilles@ | |||
2012-09-18 | Wait until all xfers have finished before giving up DMA buffer mappings. | Gerhard Roth | |
ok deraadt@, mikeb@ | |||
2012-09-18 | - add xmemdup() helper. | Eric Faurot | |
- remove useless block in switch. ok gilles@ | |||
2012-09-18 | simple lka cleanups: | Eric Faurot | |
- fix lka* function prototypes in smtpd.h - make static functions static - merge lka_session_init() into lka_session() - make lka_session.c use tree.c to store sessions ok gilles@ | |||
2012-09-18 | fix mandoc -Tlint warnings. | YASUOKA Masahiko | |
2012-09-18 | New configuration syntax for npppd(8). `npppd.conf' will be based on | YASUOKA Masahiko | |
parse.y and `npppd-users' will be based on getcap(3). Add man pages. feedback from giovanni | |||
2012-09-18 | this structure is not useful and ill-named. remove it. | Eric Faurot | |
ok gilles@ | |||
2012-09-18 | a few cleanups: | Eric Faurot | |
- make static functions static - pass const char * rather than char * when we mean that - make parse_alias() more straightforward ok gilles@ | |||
2012-09-18 | sysctl calls shouldn't clobber route timers without spl protection | Bret Lambert | |
the spl call in the icmp case may be too aggressive, but better safe than sorry ok claudio@ | |||
2012-09-18 | remove C_NET. it's not used and there is no plan for it at the moment. | Eric Faurot | |
ok gilles@ | |||
2012-09-18 | update email addresses to match reality. | Reyk Floeter | |
sure jsg@ mikeb@ | |||
2012-09-18 | - use nitems() here; no binary change. | Jasper Lievisse Adriaanse | |
ok mglocker@ | |||
2012-09-18 | update the standards and RFCs | Reyk Floeter | |