avg
489e919946
MFC r260185: MFV r260155: 4391 panic system rather than corrupting pool if we hit bug 4390
2014-02-17 18:25:41 +00:00
avg
b0a4129370
MFC r260835: MFV r260834: Fix memory leak of compressed buffers in l2arc_write_done
2014-02-17 18:16:25 +00:00
avg
c448604d7f
MFC r260704,260717: zfs: getnewvnode_reserve must be called outside of a
...
zfs transaction
2014-02-17 18:00:24 +00:00
avg
f48946d7a0
MFC r260812: traverse_visitbp: visit DMU_GROUPUSED_OBJECT before DMU_USERUSED_OBJECT
2014-02-17 17:51:50 +00:00
avg
444af87821
MFC r260811: zdb -R: do not treat numeric parameters to a flag as more flags
2014-02-17 17:48:38 +00:00
avg
e67db98e94
MFC r260703: zinject must use ioctl(2) compatibility wrapper
2014-02-17 17:46:15 +00:00
avg
1aeb2280bb
MFC r260706: zfs_deleteextattr: name buffer from namei is needed by zfs_remove
2014-02-17 17:27:52 +00:00
avg
51714698c3
MFC r258717: MFV r258371,r258372: 4101 metaslab_debug should allow for
...
fine-grained control
2014-02-17 17:11:38 +00:00
bdrewery
92000681d7
MFC r261401:
...
Fix newsyslog(8) to use the size of the file instead of the blocks it
takes on disk, as advertised in newsyslog.conf(5).
Approved by: bapt (mentor, implicit)
2014-02-17 15:57:16 +00:00
avg
370f4beb8b
MFC r258715: opensolaris compat: add taskq_wait emulation
2014-02-17 15:38:10 +00:00
avg
6f834c6747
MFC r261122: dtrace: remove unexplained 16MB limitation from dt_alloc/dt_zalloc
2014-02-17 15:35:11 +00:00
avg
22073dc5fc
MFC r258713,262062: add taskqueue_drain_all
2014-02-17 15:32:08 +00:00
markj
9a6dcea530
MFC r260051:
...
When clearing relocations to __dtrace* symbols, handle both SHT_REL and
SHT_RELA sections properly instead of assuming that the relocation section
is of type SHT_REL.
2014-02-17 14:51:02 +00:00
avg
cc43c81b03
MFC r258625: sdt: add support for solaris/illumos style DTRACE_PROBE macros
...
Note: in head KDTRACE_HOOKS is defined in opt_global.h and thus there is
no need to explicitly include any header to check that option.
In this branch we have to include opt_kdtrace.h and, so, this commit
carries additional changes to accomodate for that difference.
Sponsored by: HybridCluster
2014-02-17 14:47:52 +00:00
avg
ad9d45d427
MFC r260132: Allocate the probe ID unrhdr before the DTrace kld_* event
...
handlers are registered
2014-02-17 13:36:35 +00:00
avg
5add2c7be7
MFC r258291: change the ioctl definition so that the fasttrap ioctl
...
handler is responsible for copying in userland data
2014-02-17 13:11:15 +00:00
avg
3321f13499
MFC r257679: Use suword32 and suword64 instead of copyout(9) in fasttrap
2014-02-17 13:08:20 +00:00
avg
0c979fc23f
MFC r257143: Fix a couple of bugs in the fasttrap emulation of a "push %rbp"
2014-02-17 13:02:09 +00:00
avg
b46715eb45
MFC r257417: Remove references to an unused fasttrap probe hook
2014-02-17 12:57:13 +00:00
avg
1e63cd3ce5
MFC r257152: Do some cleanup of the SDT code
2014-02-17 12:48:05 +00:00
avg
8fc9b71c18
MFC r259587: Invoke the kld_* event handlers from linker_load_file() ...
2014-02-17 12:45:35 +00:00
mav
3d0e3b0c68
MFC r261719:
...
Fix wrong device name in example.
PR: docs/185602
Submitted by: koitsu
2014-02-17 09:35:30 +00:00
markj
b9d68c0ed1
MFC r260043:
...
The arguments to sched:::off-cpu are the thread and associated process of
the thread selected to run, not the currently running thread.
2014-02-17 05:07:43 +00:00
kevlo
2c763931e1
MFC r261506:
...
Correct setting R92C_TXAGC_MCS11_MCS08 register.
2014-02-17 01:40:33 +00:00
kevlo
5da395405c
MFC r260463:
...
Replace deprecated M_DONTWAIT with M_NOWAIT.
2014-02-17 01:39:03 +00:00
kevlo
ecbaab7887
MFC r260444:
...
Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.
The origin of WEP comes from IEEE Std 802.11-1997 where it defines
whether the frame body of MAC frame has been encrypted using WEP
algorithm or not.
IEEE Std. 802.11-2007 changes WEP to Protected Frame, indicates
whether the frame is protected by a cryptographic encapsulation
algorithm.
Reviewed by: adrian, rpaulo
2014-02-17 01:36:53 +00:00
marcel
4bb58e4f5d
MFC r260175:
...
Implement atomic_swap_<type>.
2014-02-16 23:08:21 +00:00
marcel
2aad389c5a
MFC r260914:
...
In pmap_set_pte(), make sure to enforce ordering by inserting a memory fence.
2014-02-16 22:12:13 +00:00
marcel
4262006891
MFC r260666:
...
In the nested TLB fault handler, for a direct-mapped address, make
sure to clear the lower 12 bits.
2014-02-16 22:01:44 +00:00
marcel
60764eb6dd
MFC r259908:
...
For ia64, use pmap_remove_pages() and not pmap_remove().
2014-02-16 20:54:26 +00:00
marcel
3869d9ba69
MFC r259838:
...
Add another HP iLO serial (console) port, found on Itanium servers.
2014-02-16 20:45:12 +00:00
marcel
091cb7eeea
MFC r259441:
...
Properly drain the TTY when both revoke(2) and close(2) end up closing
the TTY.
2014-02-16 20:37:39 +00:00
marcel
6c90e2f6f5
MFC r259244:
...
Allow pmap_remove_pages() to be called for physical maps not
associated with the current thread.
2014-02-16 20:26:22 +00:00
marcel
a0e0e5fec0
MFC r259057:
...
Remove "Warning: file \"%s\" unreadable". It was introduced with revision
44599 and turned less than useful ever since fortunes-o.dat got removed.
2014-02-16 20:13:18 +00:00
marcel
ad410a47a2
MFC r259056:
...
Fix r203922 for "fortune -o".
2014-02-16 20:02:29 +00:00
marcel
035a990673
MFC r258448:
...
Have the GPT probe return a lower priority when the MBR is not a PMBR.
2014-02-16 19:46:20 +00:00
brueffer
9940d9e0d8
Direct commit to stable/10 to note that the nve(4) driver has been
...
deprecated.
2014-02-16 19:38:17 +00:00
marcel
0ab80a1194
MFC r257910:
...
Don't enable interrupts before we call sched_throw().
2014-02-16 19:20:13 +00:00
marcel
f00acf1f3c
MFC r257487:
...
Use LOG2_ID_PAGE_SIZE again for the identity mapping in regions 6 & 7.
2014-02-16 19:12:50 +00:00
brueffer
2aa710b77c
MFC: r261838
...
Add a deprecation notice to nve.4 and Xref nfe.4.
2014-02-16 11:13:14 +00:00
brueffer
3d4647ec06
MFC: r261702
...
Update and sort the list of iwn(4) firmware.
2014-02-16 11:11:41 +00:00
brueffer
bf6fcd38ee
MFC: r261701
...
Allow iwn2000 and iwn2030 firmware to be linked into the kernel.
PR: 184631
Submitted by: Oliver Pinter
2014-02-16 10:39:29 +00:00
brueffer
7a5c4e8898
Refer newfs and growfs users to fsck_ffs instead of
...
fsck, the latter does not accept the referred to "-b" flag.
PR: 82720
Submitted by: David D.W. Downey
2014-02-16 10:16:07 +00:00
rpaulo
765f19d46b
MFC r261863
...
Add urtwn_start_locked() to avoid unlocking during TX.
2014-02-16 08:35:33 +00:00
eadler
b16d23de19
MFC r261824:
...
libutil/pw_util.3: Fix two prototypes.
2014-02-16 02:33:59 +00:00
brueffer
96706ee32d
MFC: r261611
...
Add some context for the "kldload sem" command; minor other improvements.
PR: 183650
Submitted by: Bjorn Heidotting
2014-02-14 08:29:00 +00:00
brueffer
498a399b3a
MFC: r261584
...
In IPv6 code examples, use the correct v6 socket.
2014-02-14 08:20:32 +00:00
hselasky
eedfb76d37
MFC r261597, r261598 and r261599:
...
Apple touchpad manual page fixes:
- Add manual page for wsp driver
- Update atp driver manual page
- Install atp manual page for all platforms
2014-02-14 07:30:59 +00:00
kevlo
f6e16ffb73
MFC r259544, r259545, r259546, r259547, r259812, r259939, r260219, r260542,
...
r261118, r261124, r261330:
- Add support for the MediaTek/Ralink RT3593 chipset.
- Various minor USB WLAN fixes and improvements.
2014-02-14 03:45:49 +00:00
davidcs
be70101ca8
MFC 261861
...
check for defrag only when bus_dmamap_load_mbuf_sg() returns EFBIG. Comment in
qla_hw_send is moot.
2014-02-14 02:48:14 +00:00