Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-10 | Protect from multiple inclusion. | Alexander Yurchenko | |
2005-07-10 | Add diskarray structure for modern controllers. | Marco Peereboom | |
2005-07-10 | nuke verbosity declaration here too; | Xavier Santolaria | |
2005-07-10 | no need to declare the verbosity var here as it is already done in cvs.h; | Xavier Santolaria | |
2005-07-10 | only display info msg if -q is not specified; | Xavier Santolaria | |
2005-07-10 | Add ubt(4), p/o by jmc@. | Alexander Yurchenko | |
2005-07-10 | Missing Xr ural in SEE ALSO. | Alexander Yurchenko | |
2005-07-10 | allow reading key from a file | Hans-Joerg Hoexer | |
2005-07-10 | .Xr ipsecctl(8) | Hans-Joerg Hoexer | |
ok jmc@ | |||
2005-07-10 | tweaks; | Jason McIntyre | |
ok hshoexer@ | |||
2005-07-10 | add /usr/include/netbt/; | Jason McIntyre | |
2005-07-10 | tweaks; | Jason McIntyre | |
2005-07-10 | Install netbt/ includes. | Alexander Yurchenko | |
ok henning@ | |||
2005-07-10 | remove two unused flags | Brad Smith | |
2005-07-10 | if the Entries file for the parent directory is already open | Joris 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-09 | remove code for TX checksum | Brad Smith | |
2005-07-09 | Implement _bus_dmamem_mmap instead of just calling panic(); | Robert Nagy | |
This is needed by bktr(4). ok mickey@ miod@ | |||
2005-07-09 | Mention tcpmd5, .Xr ipsec(4) and tcp(4). | Hans-Joerg Hoexer | |
2005-07-09 | only receive checksum offload now. | Brad Smith | |
2005-07-09 | don't clear RUNNING here. | Brad Smith | |
2005-07-09 | forgot to .Xr tcp(4) | Hans-Joerg Hoexer | |
2005-07-09 | Do 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-09 | describe how to setup tcpmd5 | Hans-Joerg Hoexer | |
2005-07-09 | remove braces here | Brad Smith | |
2005-07-09 | In the interrupt handlers, clear the interrupt condition explicitely; | Miod Vallat | |
saves us a few unnecessary colormap updates. | |||
2005-07-09 | also match on 82801CA; from mkoc@prime.pl | Michael Shalayeff | |
2005-07-09 | better | Brad 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-09 | make sure, output of -ss is identical to syntax for SA rules | Hans-Joerg Hoexer | |
2005-07-09 | handle 64bit bar; found by mpf@ | Michael Shalayeff | |
2005-07-09 | channel changing is to be handled by radioctl; the rest of it requres use of ↵ | Michael Shalayeff | |
3rd party software | |||
2005-07-09 | it's ok to not specify the key when deleting a tcpmd5 SA | Hans-Joerg Hoexer | |
2005-07-09 | rev 1.34 | Brad Smith | |
for offloc, use MII_OFFSET_ANY rather than abusing MII_PHY_ANY. From yamt NetBSD | |||
2005-07-09 | also bail out when pfkey returns ESRCH (eg. trying to delete a non-existing SA) | Hans-Joerg Hoexer | |
2005-07-09 | ANSI protos | Brad Smith | |
2005-07-09 | small cleanups | Hans-Joerg Hoexer | |
2005-07-09 | add support tcpmd5 | Hans-Joerg Hoexer | |
2005-07-09 | Provide infrastructure for adding/deleting SAs, will be used by tcpmd5 and | Hans-Joerg Hoexer | |
manual keying. Not used yet. | |||
2005-07-09 | fix SIOCSIFMTU | Brad Smith | |
2005-07-09 | - disable TX checksum offload since this chip has a bug where | Brad 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-09 | kill useless "&& r1 == NULL" expression. | Niall O'Higgins | |
ok joris@ | |||
2005-07-09 | explicit casts to const char * | Niall O'Higgins | |
ok joris@ | |||
2005-07-09 | convert snprintf with format string "%s" to an strlcpy. | Niall O'Higgins | |
ok joris@ | |||
2005-07-09 | Clean out a few more unused/uninitialized variables. | Kenneth R Westerback | |
ok millert@ | |||
2005-07-09 | Clean out a few more unused/uninitialized variables. | Kenneth R Westerback | |
ok henning@ | |||
2005-07-09 | Missing pciide_print_modes() in pdc203xx_setup_channel(). fgsch@ ok. | Hakan Olsson | |
2005-07-09 | note that documentation has its own style guide, mdoc.samples(7); | Jason McIntyre | |
suggested by beck@, ok tdeval@ | |||
2005-07-09 | IP-address -> IP address; | Jason McIntyre | |
from tamas tevesz; | |||
2005-07-09 | rev 1.85 | Brad 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-09 | rev 1.45 | Brad Smith | |
Use the length of the interface name, not the length of its address when printing the name. From brooks FreeBSD |