openbsd
9 years agoescape "No" when it's not intended as a macro, and zap
jmc [Tue, 13 Jan 2015 07:03:23 +0000 (07:03 +0000)]
escape "No" when it's not intended as a macro, and zap
trailing whitespace;

9 years agoAn article on medium.com highlighted that grep
daniel [Tue, 13 Jan 2015 04:45:34 +0000 (04:45 +0000)]
An article on medium.com highlighted that grep
was available in v4.

To quote Ken Thompson, grep appeared "sometime
before the 4th edition."

ok schwarze@

9 years ago-/* Backwards compatibility. */
deraadt [Tue, 13 Jan 2015 04:19:00 +0000 (04:19 +0000)]
-/* Backwards compatibility.  */
-#ifndef NI_MAXHOST
-#define NI_MAXHOST 1025
-#endif
Disappointing.

9 years ago"wi0" should be "an0" in the EXAMPLES section.
lteo [Tue, 13 Jan 2015 03:43:57 +0000 (03:43 +0000)]
"wi0" should be "an0" in the EXAMPLES section.

9 years agoGive tcpdrop a proper usage() like other programs in the tree.
lteo [Tue, 13 Jan 2015 03:43:18 +0000 (03:43 +0000)]
Give tcpdrop a proper usage() like other programs in the tree.

ok bluhm@

9 years agoImplement more thorough error checks:
lteo [Tue, 13 Jan 2015 03:42:36 +0000 (03:42 +0000)]
Implement more thorough error checks:

- Check the return value of every relevant function call.

- If BIO_new() returns NULL instead of a valid BIO, do not attempt to
  blindly use the NULL value as a BIO throughout the rest of the code.

- Ensure that bio_out is freed by BIO_free_all() at the end of all
  error paths.

ok doug@

9 years agofix some memory leaks in dns handling.
bcook [Tue, 13 Jan 2015 02:28:56 +0000 (02:28 +0000)]
fix some memory leaks in dns handling.

 - Nothing seems to free the result of host_dns(), so add host_dns_free() and
   call after each query.
 - If imsg_add() fails, it frees buf. Avoid subsequently dereferencing the
   freed buf in imsg_close().

ok millert@ deraadt@

9 years agopass the vnd xfer pointer to the tasks callback as part of the
dlg [Tue, 13 Jan 2015 02:24:26 +0000 (02:24 +0000)]
pass the vnd xfer pointer to the tasks callback as part of the
vndbuf allocation.

luke-warm support and ok krw@

9 years agoprefer sizeof(thing) to sizeof(type)
bcook [Tue, 13 Jan 2015 02:23:33 +0000 (02:23 +0000)]
prefer sizeof(thing) to sizeof(type)

ok tedu@ deraadt@

9 years agoEnable snooping on Bay Trail HD Audio.
jsg [Tue, 13 Jan 2015 01:54:19 +0000 (01:54 +0000)]
Enable snooping on Bay Trail HD Audio.
Fixes audio problems on an Asus J1800I-C
reported by Jan Stary.

9 years agoAdd missing Utilite case in imx_platform_init_cons()
jsg [Tue, 13 Jan 2015 01:33:45 +0000 (01:33 +0000)]
Add missing Utilite case in imx_platform_init_cons()
spotted by Patrick Wildt

9 years agofor the install: target, use cmp as a rough attempt for avoiding repeated
deraadt [Tue, 13 Jan 2015 01:12:48 +0000 (01:12 +0000)]
for the install: target, use cmp as a rough attempt for avoiding repeated
make install
from Simon Nicolussi
ok jsing tedu

9 years agosync
deraadt [Tue, 13 Jan 2015 00:45:10 +0000 (00:45 +0000)]
sync

9 years agoinclude NFSCLIENT. ok deraadt
tedu [Mon, 12 Jan 2015 23:39:57 +0000 (23:39 +0000)]
include NFSCLIENT. ok deraadt

9 years agosync
deraadt [Mon, 12 Jan 2015 23:28:04 +0000 (23:28 +0000)]
sync

9 years agothe BUG described at the bottom is not a bug. It is how it is supposed to
deraadt [Mon, 12 Jan 2015 21:42:53 +0000 (21:42 +0000)]
the BUG described at the bottom is not a bug.  It is how it is supposed to
work.  Move it up into the main body.
ok tedu millert

9 years agolager -> larger (no beer involved)
miod [Mon, 12 Jan 2015 21:34:15 +0000 (21:34 +0000)]
lager -> larger (no beer involved)

9 years agoFix two 19 years old (since day one) bug in bad144 sector reassignment logic:
miod [Mon, 12 Jan 2015 21:31:06 +0000 (21:31 +0000)]
Fix two 19 years old (since day one) bug in bad144 sector reassignment logic:
- when entering bad144 mode, correctly compute the actual C/H/S values for the
  logical block number.
- when leaving bad144 mode and resuming normal I/O operation, when computing
  back the C/H/S values for the next logical block number, compute the
  sector number correctly.

9 years agoAdd fgetwln(3) from FreeBSD and bump libc minor revision.
millert [Mon, 12 Jan 2015 20:58:07 +0000 (20:58 +0000)]
Add fgetwln(3) from FreeBSD and bump libc minor revision.

9 years agoDocumentation for postgresql.port.mk.
zhuk [Mon, 12 Jan 2015 20:56:20 +0000 (20:56 +0000)]
Documentation for postgresql.port.mk.

9 years agoMake putting a breakpoint on the first instruction of a program work.
kettenis [Mon, 12 Jan 2015 20:27:09 +0000 (20:27 +0000)]
Make putting a breakpoint on the first instruction of a program work.
Previously a breakpoint at the first instruction would force us to
single-step.  Depending on the single-step implementation this would make us
step over the breakpoint and continue in many cases.  Fix this by passing the
address of the current instruction pointer which will skip the code that
checks if we need to step over a breakpoint.  A similar fix has been made
upstream many moons ago.  Fixes debugging static PIE on sparc64 and probably
others that use some sort of software single-stepping.

9 years agounbreak parsing of pubkey comments; with gerhard; ok djm/deraadt
markus [Mon, 12 Jan 2015 20:13:27 +0000 (20:13 +0000)]
unbreak parsing of pubkey comments; with gerhard; ok djm/deraadt

9 years agorevert the namecache embiggening since it seems to cause hangs at reboot.
tedu [Mon, 12 Jan 2015 20:00:11 +0000 (20:00 +0000)]
revert the namecache embiggening since it seems to cause hangs at reboot.
reported and revert tested by krw

9 years agomissing error assigment on sshbuf_put_string()
markus [Mon, 12 Jan 2015 19:22:46 +0000 (19:22 +0000)]
missing error assigment on sshbuf_put_string()

9 years agooops, don't load quirks prematurely. noticed by many, myself included
espie [Mon, 12 Jan 2015 18:27:33 +0000 (18:27 +0000)]
oops, don't load quirks prematurely. noticed by many, myself included

9 years agoFix axen(4) build with AXEN_DEBUG defined. From Fabien Raetz.
stsp [Mon, 12 Jan 2015 18:18:42 +0000 (18:18 +0000)]
Fix axen(4) build with AXEN_DEBUG defined. From Fabien Raetz.

9 years agoexphy and ciphy are not needed with this list of network devices
deraadt [Mon, 12 Jan 2015 17:25:03 +0000 (17:25 +0000)]
exphy and ciphy are not needed with this list of network devices
thanks jsg

9 years agoDue to recent savings with instbin, we can take i386 to one install
deraadt [Mon, 12 Jan 2015 17:10:36 +0000 (17:10 +0000)]
Due to recent savings with instbin, we can take i386 to one install
floppy. A few drivers are missing, but the world has moved on (the drivers
included are always a work in progress)
Speeds up make release substantially, of course.

9 years agoEnable lid suspends by default in the kernel, and remove the question from
deraadt [Mon, 12 Jan 2015 16:33:31 +0000 (16:33 +0000)]
Enable lid suspends by default in the kernel, and remove the question from
the installer.  We used a full release cycle to learn that suspend/resume
is reliable enough for this default.  Personal policy can disable this using
machdep.lidsuspend=0 in /etc/sysctl.conf
ok more people begging, and less people whining

9 years agoFetching port distfiles with the ftp command from githup did not
bluhm [Mon, 12 Jan 2015 15:46:55 +0000 (15:46 +0000)]
Fetching port distfiles with the ftp command from githup did not
work when using a https proxy because of a missing host header.
Remember the host form the url and write it into the http request.
Fix the format string when using Proxy-Authorization together with
Cookie.  Also write the http request to the debugging output to
see what is going on.
input jca@; OK sthen@ mpi@

9 years agoapparently memcpy(x, NULL, 0) is undefined behaviour according to
djm [Mon, 12 Jan 2015 15:18:07 +0000 (15:18 +0000)]
apparently memcpy(x, NULL, 0) is undefined behaviour according to
C99 (cf. sections 7.21.1 and 7.1.4), so check skip memcpy calls when
length==0; ok markus@

9 years agoMake sure the given user exists.
ajacoutot [Mon, 12 Jan 2015 14:40:35 +0000 (14:40 +0000)]
Make sure the given user exists.

"I like it" sthen@
ok robert@

9 years agoUse proper casts for ctype functions. This is already fixed in nsd
millert [Mon, 12 Jan 2015 14:36:48 +0000 (14:36 +0000)]
Use proper casts for ctype functions.  This is already fixed in nsd
trunk.  OK doug@

9 years agofree->sshkey_free; ok djm@
markus [Mon, 12 Jan 2015 14:05:19 +0000 (14:05 +0000)]
free->sshkey_free; ok djm@

9 years agoKill the global list of IPv4 addresses.
mpi [Mon, 12 Jan 2015 13:51:45 +0000 (13:51 +0000)]
Kill the global list of IPv4 addresses.

ok claudio@, mikeb@, bluhm@

9 years agoMake it possible to reset "timeout" to the default value.
ajacoutot [Mon, 12 Jan 2015 13:51:20 +0000 (13:51 +0000)]
Make it possible to reset "timeout" to the default value.

9 years ago"timeout" must be a positive integer.
ajacoutot [Mon, 12 Jan 2015 13:40:12 +0000 (13:40 +0000)]
"timeout" must be a positive integer.

9 years agoallow WITH_OPENSSL w/o WITH_SSH1; ok djm@
markus [Mon, 12 Jan 2015 13:29:27 +0000 (13:29 +0000)]
allow WITH_OPENSSL w/o WITH_SSH1; ok djm@

9 years agoregen
jsg [Mon, 12 Jan 2015 12:41:30 +0000 (12:41 +0000)]
regen

9 years agoadd some E5 v3 PCIE and Bay Trail ids
jsg [Mon, 12 Jan 2015 12:40:41 +0000 (12:40 +0000)]
add some E5 v3 PCIE and Bay Trail ids

9 years agofatal if soft-PKCS11 library is missing rather (rather than continue
djm [Mon, 12 Jan 2015 11:46:32 +0000 (11:46 +0000)]
fatal if soft-PKCS11 library is missing rather (rather than continue
and fail with a more cryptic error)

9 years agoDon't forget about protocol specification when configuring flows.
mikeb [Mon, 12 Jan 2015 11:24:58 +0000 (11:24 +0000)]
Don't forget about protocol specification when configuring flows.

Tested by and OK claudio.

9 years agolet this test all supporte key types; pointed out/ok markus@
djm [Mon, 12 Jan 2015 11:12:38 +0000 (11:12 +0000)]
let this test all supporte key types; pointed out/ok markus@

9 years agoWhen setting up advanced TX descriptor use m_getptr to locate the IP
mikeb [Mon, 12 Jan 2015 10:40:51 +0000 (10:40 +0000)]
When setting up advanced TX descriptor use m_getptr to locate the IP
or IPv6 header instead of assuming contiguousness of the target buffer
across Ethernet and IP/IPv6 headers.

Tested by Kapetanakis Giannis <bilias at edu ! physics ! uoc ! gr>,
thanks!  Problem analysis and initial diff by dlg@.

9 years agoAdd a note that HOST_NAME_MAX does not include a terminating \0, unlike
nicm [Mon, 12 Jan 2015 10:11:07 +0000 (10:11 +0000)]
Add a note that HOST_NAME_MAX does not include a terminating \0, unlike
MAXHOSTNAMELEN.

ok deraadt guenther

9 years agopretty up some malloc() calls
deraadt [Mon, 12 Jan 2015 07:12:58 +0000 (07:12 +0000)]
pretty up some malloc() calls

9 years agohibernate_suspend() should not pmap_kremove by itself; hibernate_free()
deraadt [Mon, 12 Jan 2015 07:11:41 +0000 (07:11 +0000)]
hibernate_suspend() should not pmap_kremove by itself; hibernate_free()
must do that.  otherwise, pmap_kremove is called twice.  i386 in particular
does not tolerate that, found by sebastia
ok mlarkin kettenis

9 years agoSome fixes and tidying up of the receive filter handling bits.
brad [Mon, 12 Jan 2015 04:49:41 +0000 (04:49 +0000)]
Some fixes and tidying up of the receive filter handling bits.

9 years agorename blocks to words. bcrypt "blocks" are unrelated to blowfish blocks,
tedu [Mon, 12 Jan 2015 03:20:04 +0000 (03:20 +0000)]
rename blocks to words. bcrypt "blocks" are unrelated to blowfish blocks,
nor are they the same size.

9 years agoFix a memory leak in bss_dgram.
doug [Mon, 12 Jan 2015 02:15:23 +0000 (02:15 +0000)]
Fix a memory leak in bss_dgram.

Free data->saved_message.data.  Based on OpenSSL commit:
41cd41c4416f545a18ead37e09e437c75fa07c95 except this version sets a->ptr
to NULL to avoid accidental reuse and handles malloc failing.

ok beck@, input + ok miod@

9 years agostash the softc in the memory allocated for setting up a task for
dlg [Mon, 12 Jan 2015 00:07:55 +0000 (00:07 +0000)]
stash the softc in the memory allocated for setting up a task for
creating sensors.

9 years agoreplace fw_update (shell script) with a specialized version of pkg_add.
espie [Sun, 11 Jan 2015 22:34:08 +0000 (22:34 +0000)]
replace fw_update (shell script) with a specialized version of pkg_add.
This has numerous advantages, in terms of speed and control.
Initial version should be (mostly) identical to the old one.

thanks to rpe@ and sthen@ for tests.

9 years agoRemove orphaned defines.
miod [Sun, 11 Jan 2015 21:24:32 +0000 (21:24 +0000)]
Remove orphaned defines.

9 years agoNo more etc set, also sparc nowadays needs more than 16MB to boot multiuser.
miod [Sun, 11 Jan 2015 21:02:55 +0000 (21:02 +0000)]
No more etc set, also sparc nowadays needs more than 16MB to boot multiuser.

9 years agoTolerate checksum errors in ACPI tables (but complain about them). Apparently
kettenis [Sun, 11 Jan 2015 19:59:56 +0000 (19:59 +0000)]
Tolerate checksum errors in ACPI tables (but complain about them).  Apparently
there are machines out there with broken BIOSen with such checksum errors in
thier RSDT tables.  Windows runs fine on these machines, so it probably does
not check.  Linux ignores checksum errors as well (and prints a warning).

ok deraadt@, krw@

9 years agoLOCKDEBUG is dead; perform the funeral rites
guenther [Sun, 11 Jan 2015 19:34:52 +0000 (19:34 +0000)]
LOCKDEBUG is dead; perform the funeral rites

pointed out by Helg (xx404 (at) msn.com)
ok deraadt@ miod@

9 years agoswitch prototype warnings to implicit-declaration warnings.
tedu [Sun, 11 Jan 2015 19:25:13 +0000 (19:25 +0000)]
switch prototype warnings to implicit-declaration warnings.
This should catch all the same bad cases, but be a little less aggravating
in circumstances where a prototype isn't necessary
ok deraadt

9 years agorevert two latest commits until a crash is fixed
gilles [Sun, 11 Jan 2015 18:25:54 +0000 (18:25 +0000)]
revert two latest commits until a crash is fixed

9 years agoWhen using sun4 PROM I/O routines, make sure we never attempt to transfer more
miod [Sun, 11 Jan 2015 18:10:33 +0000 (18:10 +0000)]
When using sun4 PROM I/O routines, make sure we never attempt to transfer more
than the maximum DMA transfer size the PROM reports.

Crank version to 2.9.

9 years agoThere's no simple way so check for DMA buffer overrun with isochronous
mpi [Sun, 11 Jan 2015 15:41:16 +0000 (15:41 +0000)]
There's no simple way so check for DMA buffer overrun with isochronous
transfers, so skip the check for such xfers for the moment.

Issue reported by Ingo Feinerer and fix confirmed by Jan Stary.

9 years agoUse the softc-specific function pointers for bcopy() and bzero() in iestart(),
miod [Sun, 11 Jan 2015 15:35:38 +0000 (15:35 +0000)]
Use the softc-specific function pointers for bcopy() and bzero() in iestart(),
instead of, well, bcopy and bzero. This lets ie@vme transmit packets instead of
panicing due to memset() trying to use 32-bit stores on a device address.

9 years agoMake sure to initialize nbpg to a sensible value in bootxx, when running on
miod [Sun, 11 Jan 2015 15:29:03 +0000 (15:29 +0000)]
Make sure to initialize nbpg to a sensible value in bootxx, when running on
a sun4 system - the prom i/o routines depend on it.

9 years agoUnbreak sun4
miod [Sun, 11 Jan 2015 14:56:23 +0000 (14:56 +0000)]
Unbreak sun4

9 years agoglobal "list" is not the nicest variable name
deraadt [Sun, 11 Jan 2015 13:00:05 +0000 (13:00 +0000)]
global "list" is not the nicest variable name
seen my mlarkin, ok miod

9 years agoadd/fix/extend entries of exUSSR airports I've been to.
kirby [Sun, 11 Jan 2015 12:17:44 +0000 (12:17 +0000)]
add/fix/extend entries of exUSSR airports I've been to.
ok sthen@

9 years agounbreak the delivery_filename backend, now that it no longer prepends the
gilles [Sun, 11 Jan 2015 11:49:36 +0000 (11:49 +0000)]
unbreak the delivery_filename backend, now that it no longer prepends the
From separator line but gets it injected in its iobuf by the mda process,
we need to make sure not to escape the first 'From ' we receive.

spotted by deraadt@

9 years agoarmv6 introduced opcodes for reversing words in registers. we can
dlg [Sun, 11 Jan 2015 11:18:36 +0000 (11:18 +0000)]
armv6 introduced opcodes for reversing words in registers. we can
use these on armv7 as a backend for byteswapping things that endian.h
provide.

i dunno if its faster, but it makes smaller code. saves 30k on
GENERIC-OMAP.

ok jsing@ bmercer@ jsg@

9 years agocorrectly use HOST_NAME_MAX.
deraadt [Sun, 11 Jan 2015 04:14:40 +0000 (04:14 +0000)]
correctly use HOST_NAME_MAX.

Some notes:
POSIX HOST_NAME_MAX doesn't include the NUL.
POSIX LOGIN_NAME_MAX and TTY_NAME_MAX do include the NUL.

BSD MAXHOSTNAMELEN includes the NUL.  Actually, most of the historical
BSD MAX* defines did include the NUL, except for the historical
mistake of utmp fields without NULs in the string, which directly led
to strncpy..  just showing how error prone this kind of accounting is.
CSRG did right.  Somehow POSIX missed the memo on the concepts of
carefulness and consistancy, and we are still paying the price when
people trip over this.  Of course, glibc is even more amazing (that is
a hint to blackhats)

ok guenther

9 years agouse mallocarray(), then set the size afterwards. Prefer if people learn
deraadt [Sun, 11 Jan 2015 03:08:38 +0000 (03:08 +0000)]
use mallocarray(), then set the size afterwards.  Prefer if people learn
and use this idiom everywhere, it is always safest.

9 years agouse mallocarray()
deraadt [Sun, 11 Jan 2015 03:07:44 +0000 (03:07 +0000)]
use mallocarray()

9 years agomallocarray() for the rx_buffer memory
deraadt [Sun, 11 Jan 2015 03:06:19 +0000 (03:06 +0000)]
mallocarray() for the rx_buffer memory

9 years agoCasting a gid_t to gid_t for a gid_t argument is overkill
guenther [Sun, 11 Jan 2015 03:05:03 +0000 (03:05 +0000)]
Casting a gid_t to gid_t for a gid_t argument is overkill

9 years agouse mallocarray() when reallocating the mux table
deraadt [Sun, 11 Jan 2015 03:04:53 +0000 (03:04 +0000)]
use mallocarray() when reallocating the mux table

9 years agoKUE_MCFILTCNT() is non-constant, so use mallocarray()
deraadt [Sun, 11 Jan 2015 02:59:59 +0000 (02:59 +0000)]
KUE_MCFILTCNT() is non-constant, so use mallocarray()

9 years agounnecessary cast
deraadt [Sun, 11 Jan 2015 02:57:09 +0000 (02:57 +0000)]
unnecessary cast

9 years agosnc
deraadt [Sun, 11 Jan 2015 02:35:44 +0000 (02:35 +0000)]
snc

9 years agoGet the MAC address from the PCI ROM on systems without Open Firmware. Code
kettenis [Sat, 10 Jan 2015 22:14:30 +0000 (22:14 +0000)]
Get the MAC address from the PCI ROM on systems without Open Firmware.  Code
largely stolen from cas(4), but with a few tweaks.

9 years agoBye, bye simple_lock.
kettenis [Sat, 10 Jan 2015 19:52:37 +0000 (19:52 +0000)]
Bye, bye simple_lock.

9 years agoDisable (most) interrupts when the interface goes down.
kettenis [Sat, 10 Jan 2015 18:56:55 +0000 (18:56 +0000)]
Disable (most) interrupts when the interface goes down.

9 years agoEnable nep(4).
kettenis [Sat, 10 Jan 2015 17:19:02 +0000 (17:19 +0000)]
Enable nep(4).

9 years agoHook up nep(4).
kettenis [Sat, 10 Jan 2015 17:17:48 +0000 (17:17 +0000)]
Hook up nep(4).

9 years agoA few more loose ends.
kettenis [Sat, 10 Jan 2015 17:02:17 +0000 (17:02 +0000)]
A few more loose ends.

9 years agoRemove debug printfs.
kettenis [Sat, 10 Jan 2015 16:41:04 +0000 (16:41 +0000)]
Remove debug printfs.

9 years agonep(4)
kettenis [Sat, 10 Jan 2015 16:39:12 +0000 (16:39 +0000)]
nep(4)

9 years agoHook up nep(4).
kettenis [Sat, 10 Jan 2015 16:26:17 +0000 (16:26 +0000)]
Hook up nep(4).

9 years agoAdd support for promiscuous mode and multicase.
kettenis [Sat, 10 Jan 2015 16:25:33 +0000 (16:25 +0000)]
Add support for promiscuous mode and multicase.

9 years agotell the truth about DES.
sobrado [Sat, 10 Jan 2015 15:03:50 +0000 (15:03 +0000)]
tell the truth about DES.

joint work with djm@ and jsing@, who suggested stronger words warning people
away from single-DES.

ok djm@

9 years agoProperly stop DMA and tear down the rings when taking the interface down.
kettenis [Sat, 10 Jan 2015 14:55:29 +0000 (14:55 +0000)]
Properly stop DMA and tear down the rings when taking the interface down.

9 years ago1. They're flags, not counters. Set to one instead of incrementing.
tedu [Sat, 10 Jan 2015 13:48:02 +0000 (13:48 +0000)]
1. They're flags, not counters. Set to one instead of incrementing.
2. The G flag is useless and never checked. Remove it.
ok millert

9 years agodon't check for a return value that host() doesn't return, so future
tedu [Sat, 10 Jan 2015 13:47:05 +0000 (13:47 +0000)]
don't check for a return value that host() doesn't return, so future
generations don't try to change any of the values and break the code.
ok deraadt

9 years agoCorrect some comments and merge in6_if_up() into in6_ifattach() to
mpi [Sat, 10 Jan 2015 11:43:37 +0000 (11:43 +0000)]
Correct some comments and merge in6_if_up() into in6_ifattach() to
reflect that IPv6 link-local addresses are no longer automagically
configured the first time an interface is brought up.

ok henning@, stsp@

9 years agoRemove pointless empty 64bit support code stubs from bwi(4).
stsp [Sat, 10 Jan 2015 10:45:46 +0000 (10:45 +0000)]
Remove pointless empty 64bit support code stubs from bwi(4).
It seems no 64bit bus space support is forthcoming. Nothing
has happened in DragonflyBSD for several years and FreeBSD
has a different driver for 64bit chips called bwn(4).
ok mpi@ some time ago

9 years agoMerge two bwi(4) fixes from FreeBSD:
stsp [Sat, 10 Jan 2015 10:38:12 +0000 (10:38 +0000)]
Merge two bwi(4) fixes from FreeBSD:

------------------------------------------------------------------------
r192306 | imp | 2009-05-18 17:31:26 +0200 (Mon, 18 May 2009) | 10 lines

Fix a typo from the original driver.  We need to write ctrl2 into RF
register 0x52, not ctrl1.  This appears to be a mistake in the bcm
reverse engineering page, and has been corrected there.  Tracing
through the code, this is more in keeping with the "documented"
register. Sephe thinks it looks interesting and may be worth
fixing. :)

Submitted by: ddkprog at yahoo com
Reviewed by: Sepherosa Ziehau

------------------------------------------------------------------------
r192042 | nwhitehorn | 2009-05-13 16:25:55 +0200 (Wed, 13 May 2009) | 4 lines

Add a short delay after programming PHY registers to give some time for
the engine to catch up. This prevents a machine check exception from
illegal memory requests with a BCM4318.

------------------------------------------------------------------------

No regressions observed by myself, miod@, and Vesa Norrman (vesbula at gmail).

9 years agoCorrect reversed test of setmountent() return
guenther [Sat, 10 Jan 2015 07:56:16 +0000 (07:56 +0000)]
Correct reversed test of setmountent() return

Fix from Dennis Lindroos (denafcm (at) gmail.com)

9 years agorevert host() back to correct behavior.
bcook [Sat, 10 Jan 2015 01:56:52 +0000 (01:56 +0000)]
revert host() back to correct behavior.

unbreak config file address parsing

9 years agoreturn -1 on host() address parsing failure, not 1.
bcook [Fri, 9 Jan 2015 23:48:21 +0000 (23:48 +0000)]
return -1 on host() address parsing failure, not 1.

Match what parse.y expects it to return.

ok millert@

9 years agoreturn -1 on host() address parsing failure, not 1.
bcook [Fri, 9 Jan 2015 23:44:07 +0000 (23:44 +0000)]
return -1 on host() address parsing failure, not 1.

Match what parse.y expects it to return.

ok millert@

9 years agoabsurd optimization. reduce initial space by one to avoid leaving one byte
tedu [Fri, 9 Jan 2015 21:49:59 +0000 (21:49 +0000)]
absurd optimization. reduce initial space by one to avoid leaving one byte
hanging off on a page by itself.

9 years agoThe "SunMicro Virtual Eth Device" found on Oracle's more recent SPARC systems
kettenis [Fri, 9 Jan 2015 20:45:40 +0000 (20:45 +0000)]
The "SunMicro Virtual Eth Device" found on Oracle's more recent SPARC systems
claims to support both RNDIS and CDC Ethernet.  However, RNDIS doesn't seem
to work, at least not with our driver.  So blacklist it here such that cdce(4)
takes over.

ok miod@, armani@ (both a while back)

9 years agoregen
kettenis [Fri, 9 Jan 2015 20:42:40 +0000 (20:42 +0000)]
regen