summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-07-10Protect from multiple inclusion.Alexander Yurchenko
2005-07-10Add diskarray structure for modern controllers.Marco Peereboom
2005-07-10nuke verbosity declaration here too;Xavier Santolaria
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
ok jmc@
2005-07-10tweaks;Jason McIntyre
ok hshoexer@
2005-07-10add /usr/include/netbt/;Jason McIntyre
2005-07-10tweaks;Jason McIntyre
2005-07-10Install netbt/ includes.Alexander Yurchenko
ok henning@
2005-07-10remove two unused flagsBrad Smith
2005-07-10if the Entries file for the parent directory is already openJoris Vink
when receiving a Clear-sticky / Set-sticky response from the server, don't re-open it again and invalidate the open list, but instead use the already opened Entries file. solves our missing directory problem.
2005-07-09remove code for TX checksumBrad Smith
2005-07-09Implement _bus_dmamem_mmap instead of just calling panic();Robert Nagy
This is needed by bktr(4). ok mickey@ miod@
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
config(8) will not bring us into play unless NFOO > 0 anyway.
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
saves us a few unnecessary colormap updates.
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
- simplify code a bit and use MEXTADD macro.
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
3rd party software
2005-07-09it's ok to not specify the key when deleting a tcpmd5 SAHans-Joerg Hoexer
2005-07-09rev 1.34Brad Smith
for offloc, use MII_OFFSET_ANY rather than abusing MII_PHY_ANY. From yamt NetBSD
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
manual keying. Not used yet.
2005-07-09fix SIOCSIFMTUBrad Smith
2005-07-09- disable TX checksum offload since this chip has a bug whereBrad Smith
it'll wedge if you try to transmit a Jumbo frame larger than 8152 bytes. - Rip out VLAN stripping support. From camiel@ - Only set Ok flags for receive checksum offload otherwise fallback on software.
2005-07-09kill useless "&& r1 == NULL" expression.Niall O'Higgins
ok joris@
2005-07-09explicit casts to const char *Niall O'Higgins
ok joris@
2005-07-09convert snprintf with format string "%s" to an strlcpy.Niall O'Higgins
ok joris@
2005-07-09Clean out a few more unused/uninitialized variables.Kenneth R Westerback
ok millert@
2005-07-09Clean out a few more unused/uninitialized variables.Kenneth R Westerback
ok henning@
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
suggested by beck@, ok tdeval@
2005-07-09IP-address -> IP address;Jason McIntyre
from tamas tevesz;
2005-07-09rev 1.85Brad Smith
Ignore case when comparing CHAP/CHAP81 responses rev 1.84 Do a case insensitive comparison when comparing the ms-chap response string. From brian FreeBSD ok canacar@
2005-07-09rev 1.45Brad Smith
Use the length of the interface name, not the length of its address when printing the name. From brooks FreeBSD