jhb
ee403b8a8c
Correct assertion to assert that the existing device VM object uses the
...
same type rather than asserting in the case where we just created a new
VM object.
Reviewed by: kib
2014-02-11 22:05:21 +00:00
jhb
22ac1edc7b
Don't waste a page of KVA for the boot-time memory test on x86. For amd64,
...
reuse the first page of the crashdumpmap as CMAP1/CADDR1. For i386,
remove CMAP1/CADDR1 entirely and reuse CMAP3/CADDR3 for the memory test.
Reviewed by: alc, peter
MFC after: 2 weeks
2014-02-11 22:02:40 +00:00
jhb
57d1391321
Expose OBJT_MGTDEVICE VM objects used for GEM/TTM with drm2 as an
...
explicit object type.
Reviewed by: kib
MFC after: 1 week
2014-02-11 21:57:37 +00:00
ian
74fc279d26
Check in the "real" board_tsc4370 file in place of the stubbed out one.
...
Real means the one TSC / Symmetricom / Microsemi actually uses on their 4370
and other rm9200 boards. This code demonstrates a variety of useful things
board init code can do, including adjusting the master clock frequency.
2014-02-11 21:13:37 +00:00
br
39db181035
Disable debugging by default.
2014-02-11 20:14:54 +00:00
feld
3f843d7a02
Add caveat to zpool manpage indicating that we do not automatically activate
...
hot spares. This should be MFC'd to all STABLE branches.
Upon the availability of zfsd, the zpool manpage on relevant branches should
be updated to remove this caveat and document hot spare's reliance on zfsd.
Approved by: avg
MFC after: 1 week
Sponsored by: SupraNet Communications
2014-02-11 15:38:29 +00:00
brueffer
b14752021b
In acline_init(), initialize ac_line to SRC_UNKNOWN. Previously
...
this could lead to the -n option effectively being ignored (in case
ac_line happened to be 0 aka SRC_AC), or other undefined behaviour.
PR: 169779
Submitted by: Alex Gonzalez <loox at e-shell.net>
Reviewed by: jhb
MFC after: 2 weeks
2014-02-11 15:16:49 +00:00
trasz
22da121a75
Make the debug messages during ctld(8) shutdown less confusing.
...
Sponsored by: The FreeBSD Foundation
2014-02-11 11:38:44 +00:00
trasz
e1b3e5b339
Show proper configuration file line numbers in error messages.
...
Sponsored by: The FreeBSD Foundation
2014-02-11 11:37:49 +00:00
trasz
a0a9d5e257
Make ctld error out on invalid characters in ctl.conf.
...
Sponsored by: The FreeBSD Foundation
2014-02-11 11:36:15 +00:00
trasz
7ca282e9cb
Improve error reporting.
...
Sponsored by: The FreeBSD Foundation
2014-02-11 11:35:26 +00:00
trasz
35478760f6
So, it turns out SIGCHLD is discarded by default, so we have to set up
...
a dummy handler to make it interrupt an ioctl(2) or select(2).
This makes those short-lived ctld(8) zombies disappear.
Sponsored by: The FreeBSD Foundation
2014-02-11 11:33:44 +00:00
trasz
d223366773
Use new auth-type "deny" instead of using "chap" with no chap entries;
...
it's cleaner this way, and gives better feedback to the user.
Sponsored by: The FreeBSD Foundation
2014-02-11 11:32:36 +00:00
trasz
7f7fd0dbc0
Use "default" as default discovery-auth-group, instead of "no-access".
...
It doesn't change visible behaviour, as previously auth-group "default"
wasn't redefinable, so by default access was always denied.
Sponsored by: The FreeBSD Foundation
2014-02-11 11:31:08 +00:00
trasz
87a841d29a
Update manual page to match recent auth-group "default" changes.
...
Sponsored by: The FreeBSD Foundation
2014-02-11 11:29:58 +00:00
trasz
e4d2947104
Add a new auth-group "default", defaulting to deny, and make it possible
...
to redefine it. From now on, assigning auth-group to a target is no longer
mandatory.
Sponsored by: The FreeBSD Foundation
2014-02-11 11:29:05 +00:00
trasz
7dbe2512bb
Make it possible to redefine portal-group "default".
...
Sponsored by: The FreeBSD Foundation
2014-02-11 11:27:25 +00:00
trasz
f5f5c39110
Add auth-type.
...
Sponsored by: The FreeBSD Foundation
2014-02-11 11:26:05 +00:00
trasz
e8652707f0
Rename a variable, no functional changes.
...
Sponsored by: The FreeBSD Foundation
2014-02-11 11:14:50 +00:00
trasz
5f228e3b08
Yacc cleanup; no functional changes.
...
Sponsored by: The FreeBSD Foundation
2014-02-11 11:11:37 +00:00
trasz
760495fbd7
Make function ordering slightly more logical; no functional changes.
...
Sponsored by: The FreeBSD Foundation
2014-02-11 11:10:01 +00:00
trasz
fec3636fbd
Implement initiator-name and initiator-portal restrictions.
...
Sponsored by: The FreeBSD Foundation
2014-02-11 11:08:04 +00:00
trasz
b84432b20c
Daemonize after applying configuration, not before, so that
...
any problems - including "daemon already running" - are visible
on the terminal and not just in logs.
Sponsored by: The FreeBSD Foundation
2014-02-11 10:59:57 +00:00
trasz
e4b6e911a2
Empty data segment during Login Phase is rather unlikely, but it's
...
not, by itself, a protocol error. This fixes interoperability with
OpenBSD initiator.
Sponsored by: The FreeBSD Foundation
2014-02-11 10:58:32 +00:00
trasz
1d16ec7cee
The log_whatever() routines don't accept NULL for format strings,
...
so mark them as __printflike instead of__printf0like.
Sponsored by: The FreeBSD Foundation
2014-02-11 10:56:43 +00:00
trasz
f0306f793f
Improve check for duplicated paths. It shows the warning twice for
...
every path (once for each duplicate found), but it should do for now.
Sponsored by: The FreeBSD Foundation
2014-02-11 10:55:32 +00:00
trasz
942aab7c51
Refactor.
...
Sponsored by: The FreeBSD Foundation
2014-02-11 10:53:08 +00:00
trasz
14f5d801bf
So, it turns out SIGCHLD is discarded by default, so we have to set up
...
a dummy handler to make it interrupt an ioctl(2) or select(2).
This makes those short-lived iscsid(8) zombies disappear.
Sponsored by: The FreeBSD Foundation
2014-02-11 10:47:28 +00:00
trasz
39c661e770
Empty data segment during Login Phase is rather unlikely, but it's not
...
a protocol error.
Sponsored by: The FreeBSD Foundation
2014-02-11 10:45:20 +00:00
pjd
1df3a6bf79
Add missing libraries here as well, so a warning is not printed when one
...
tries to view their manual pages.
Reported by: rwatson
Explained by: pluknet
2014-02-11 09:17:17 +00:00
marcel
62b8fcb09a
Fix spelling of eight (was spelled eigth) in struct pkthdr.
2014-02-11 04:16:32 +00:00
glebius
665c1c0919
Expose real size of UMA allocations via libmemstat(3).
...
Sponsored by: Nginx, Inc.
2014-02-10 20:09:10 +00:00
glebius
45bf1cc683
Create two public UMA_ZONE_PCPU zones: 64 bit sized and pointer sized.
...
Sponsored by: Nginx, Inc.
2014-02-10 19:59:46 +00:00
glebius
613c5f4e53
Style.
2014-02-10 19:51:15 +00:00
glebius
1861286fed
Make M_ZERO flag work correctly on UMA_ZONE_PCPU zones.
...
Sponsored by: Nginx, Inc.
2014-02-10 19:48:26 +00:00
glebius
855454fa07
Add zpcpu_get_cpu() that converts base pointer of UMA_ZPCPU_ZONE
...
to a pointer private to a given cpuid.
Sponsored by: Nginx, Inc.
2014-02-10 19:47:14 +00:00
mav
6e1e57220f
Fix wrong device name in example.
...
PR: docs/185602
Submitted by: koitsu
MFC after: 1 week
2014-02-10 16:40:13 +00:00
trasz
a2246187e5
The log_whatever() routines don't accept NULL for format strings,
...
so mark them as __printflike instead of __printf0like.
Sponsored by: The FreeBSD Foundation
2014-02-10 15:12:59 +00:00
trasz
681aea1f2d
Make iscsictl(8) properly handle (optional) semicolons in iscsi.conf,
...
instead of ignoring them and echoing them to stdout.
Sponsored by: The FreeBSD Foundation
2014-02-10 15:04:59 +00:00
trasz
5ac128b24d
Simplify.
...
Sponsored by: The FreeBSD Foundation
2014-02-10 15:03:08 +00:00
trasz
80d1527cef
Remove unused variable.
...
Sponsored by: The FreeBSD Foundation
2014-02-10 15:02:02 +00:00
trasz
68e8e16a48
Yacc cleanup; no functional changes.
...
Sponsored by: The FreeBSD Foundation
2014-02-10 15:01:24 +00:00
brueffer
b55833da5c
Only count table lookups when we're actually processing packets.
...
PR: 183462
Submitted by: Sven-Thorsten Dietrich <thebigcorporation at gmail.com>
Reviewed by: bms
MFC after: 1 month
2014-02-10 14:47:51 +00:00
brueffer
576b9091dd
For IPv6, return the same error code as IPv4 when mrouter is not initialized.
...
PR: 178472
Submitted by: Sven-Thorsten Dietrich <sven at vyatta.com>
Reviewed by: bms
2014-02-10 14:36:51 +00:00
melifaro
0525ade939
Simplify nd6_output_lle:
...
* Check ND6_IFF_IFDISABLED before acquiring any locks
* Assume m is always non-NULL
* remove 'bad' case not used anymore
* Simply if_output conditional
MFC after: 2 weeks
Sponsored by: Yandex LLC
2014-02-10 12:52:33 +00:00
brueffer
a61c693265
Update and sort the list of iwn(4) firmware.
...
MFC after: 1 week
2014-02-09 22:43:16 +00:00
brueffer
ebc5cbea42
Allow iwn2000 and iwn2030 firmware to be linked into the kernel.
...
PR: 184631
Submitted by: Oliver Pinter
MFC after: 1 week
2014-02-09 22:42:14 +00:00
ian
0b5f9c7142
Update legacy platforms to use new arm_physmem helper routines.
2014-02-09 22:10:14 +00:00
pjd
01fe85d1ed
Fix descriptor leak.
2014-02-09 21:47:46 +00:00
pjd
9fa72e7466
If the main casperd process exits, zygote process should exit as well
...
instead of spinning.
Reported by: Mikhail <mp@lenta.ru>
2014-02-09 21:42:01 +00:00