summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-07-10no need to declare the verbosity var here as it is already done in cvs.h;Xavier Santolaria
2005-07-10only display info msg if -q is not specified;Xavier Santolaria
2005-07-10Add ubt(4), p/o by jmc@.Alexander Yurchenko
2005-07-10Missing Xr ural in SEE ALSO.Alexander Yurchenko
2005-07-10allow reading key from a fileHans-Joerg Hoexer
2005-07-10.Xr ipsecctl(8)Hans-Joerg Hoexer
2005-07-10tweaks;Jason McIntyre
2005-07-10add /usr/include/netbt/;Jason McIntyre
2005-07-10tweaks;Jason McIntyre
2005-07-10Install netbt/ includes.Alexander Yurchenko
2005-07-10remove two unused flagsBrad Smith
2005-07-10if the Entries file for the parent directory is already openJoris Vink
2005-07-09remove code for TX checksumBrad Smith
2005-07-09Implement _bus_dmamem_mmap instead of just calling panic();Robert Nagy
2005-07-09Mention tcpmd5, .Xr ipsec(4) and tcp(4).Hans-Joerg Hoexer
2005-07-09only receive checksum offload now.Brad Smith
2005-07-09don't clear RUNNING here.Brad Smith
2005-07-09forgot to .Xr tcp(4)Hans-Joerg Hoexer
2005-07-09Do not #include "foo.h" and keep the whole file between #if NFOO >0 ... #endif,Miod Vallat
2005-07-09describe how to setup tcpmd5Hans-Joerg Hoexer
2005-07-09remove braces hereBrad Smith
2005-07-09In the interrupt handlers, clear the interrupt condition explicitely;Miod Vallat
2005-07-09also match on 82801CA; from mkoc@prime.plMichael Shalayeff
2005-07-09betterBrad Smith
2005-07-09- mbuf external storage is of (caddr_t), not (caddr_t *).Brad Smith
2005-07-09make sure, output of -ss is identical to syntax for SA rulesHans-Joerg Hoexer
2005-07-09handle 64bit bar; found by mpf@Michael Shalayeff
2005-07-09channel changing is to be handled by radioctl; the rest of it requres use of ...Michael Shalayeff
2005-07-09it's ok to not specify the key when deleting a tcpmd5 SAHans-Joerg Hoexer
2005-07-09rev 1.34Brad Smith
2005-07-09also bail out when pfkey returns ESRCH (eg. trying to delete a non-existing SA)Hans-Joerg Hoexer
2005-07-09ANSI protosBrad Smith
2005-07-09small cleanupsHans-Joerg Hoexer
2005-07-09add support tcpmd5Hans-Joerg Hoexer
2005-07-09Provide infrastructure for adding/deleting SAs, will be used by tcpmd5 andHans-Joerg Hoexer
2005-07-09fix SIOCSIFMTUBrad Smith
2005-07-09- disable TX checksum offload since this chip has a bug whereBrad Smith
2005-07-09kill useless "&& r1 == NULL" expression.Niall O'Higgins
2005-07-09explicit casts to const char *Niall O'Higgins
2005-07-09convert snprintf with format string "%s" to an strlcpy.Niall O'Higgins
2005-07-09Clean out a few more unused/uninitialized variables.Kenneth R Westerback
2005-07-09Clean out a few more unused/uninitialized variables.Kenneth R Westerback
2005-07-09Missing pciide_print_modes() in pdc203xx_setup_channel(). fgsch@ ok.Hakan Olsson
2005-07-09note that documentation has its own style guide, mdoc.samples(7);Jason McIntyre
2005-07-09IP-address -> IP address;Jason McIntyre
2005-07-09rev 1.85Brad Smith
2005-07-09rev 1.45Brad Smith
2005-07-09Since we never add more than the default dhcp_universe, expunge theKenneth R Westerback
2005-07-08Don't need to specify MDTERM=vt220. vt220 is the default value.Kenneth R Westerback
2005-07-08Don't mistakenly match groups with partial name matches in "usermod -G".Todd C. Miller