233755 Commits

Author SHA1 Message Date
martin
79db564711 Handle EINVAL in the fault path and send SIGBUS on mmap'd access past EOF 2015-03-04 20:29:59 +00:00
mlelstv
a5c8e347b5 Handle EINVAL in the fault path and send SIGBUS on mmap'd access past EOF.
From martin@
2015-03-04 19:56:24 +00:00
mlelstv
e09a8fe332 amidisplaycc requires vcons 2015-03-04 19:10:20 +00:00
jmcneill
f0628a3a2a IST_EDGE for eth 2015-03-04 18:40:06 +00:00
jmcneill
b28c0b76b5 add RTL8211F support 2015-03-04 18:21:00 +00:00
riastradh
7582f7f3c9 CLFLUSH needs to be surrounded by membars.
While here, round everything to a multiple of the cache line size.
2015-03-04 18:19:27 +00:00
skrll
5b9b796bff Spin up the non-boot CPUs, but don't allow cpu_boot_secondary_processors
to see them for now.

RPI2 nows works well with only the boot cpu.
2015-03-04 17:02:17 +00:00
nonaka
383a637dd1 stop the calibration timeout when stopping the interface.
From OpenBSD rev.1.35.
2015-03-04 16:55:11 +00:00
nonaka
efa4975d06 Set/clear the IWM_MAC_FILTER_IN_BEACON flag under conditions that match what
Linux does.

From OpenBSD rev.1.34.
2015-03-04 16:53:32 +00:00
christos
b52075bfab add flag that let's you not wait for all the processes specified. 2015-03-04 16:36:12 +00:00
christos
071faa13f8 add a shm example 2015-03-04 16:18:04 +00:00
christos
bef8765f0a there is no more makewhatis 2015-03-04 14:54:38 +00:00
christos
ee9a5a1870 PR/49716: Henning Petersen: Use false and true on bool, fix sign in printf
formats.
2015-03-04 13:34:49 +00:00
christos
72566f3f96 PR/49715: Henning Petersen: Missing _*_DECLS in stdio.h around popenve. 2015-03-04 13:33:19 +00:00
christos
dacc247666 PR/49714: Henning Petersen: Change NULL in EV_SET to 0. 2015-03-04 13:31:53 +00:00
jmcneill
aaff7bb5e1 ODROID-C1 onboard ethernet support. 2015-03-04 12:36:12 +00:00
knakahara
908dd87bb3 regen. 2015-03-04 11:35:59 +00:00
palle
fb95fff830 sun4v: revert some of the logic introduced in revision 1.378 - flushw is not necessary on sun4v (OpenBSD patches the flushw instruction to a nop instruction) - with these changes the kernel reaches cpu_boot_secondary_processors() when running in the Legion simulator (crashes due to missing handling of cpu_mondo_trap) 2015-03-04 11:32:31 +00:00
knakahara
d2ad825f51 add nForce Host Bridges. 2015-03-04 11:31:58 +00:00
riastradh
7bdeaa6116 Return current pid and current euid from drm_getclient to fool libva. 2015-03-04 11:00:15 +00:00
skrll
e66946542b Handle EINVAL in the fault path and send SIGBUS on mmap'd access past EOF.
From martin@
2015-03-04 09:39:26 +00:00
knakahara
4118695e73 add a comment for pci_intr_handle_t. 2015-03-04 05:35:50 +00:00
christos
704de17457 - handle section numbers that are not single digits
- don't allocate and free needlessly
2015-03-04 02:02:15 +00:00
jmcneill
202e0dad30 cache type 12 is "write-back", from matt 2015-03-03 23:42:47 +00:00
jmcneill
f7487ce3ce fix build without VERBOSE_INIT_ARM 2015-03-03 23:20:04 +00:00
jmcneill
df09e41367 cleanup, copy in boot args from uboot 2015-03-03 23:14:41 +00:00
jmcneill
0232d24f05 use irq instead of polling hack now that gic is fixed 2015-03-03 21:56:25 +00:00
jmcneill
55f355221e in armgic_establish_irq, make sure to write the new value to GICD_ICFGRn when setting irq type (IST_LEVEL/IST_EDGE) 2015-03-03 21:53:12 +00:00
martin
c39c2a5c70 Handle EINVAL in the fault path and send SIGBUS on mmap'd access past EOF. 2015-03-03 20:36:31 +00:00
christos
1fddf0eec4 Add a timeout parameter. 2015-03-03 19:59:48 +00:00
christos
ce5cbf49e1 mention that this replaces makewhatis(8) 2015-03-03 18:04:33 +00:00
christos
c7da06e6d1 there is no more makewhatis; it has been replaced by makemandb 2015-03-03 17:59:32 +00:00
maxv
c84267386a ffs_reload(): release 'bp' earlier 2015-03-03 17:56:51 +00:00
maxv
e6e56ce208 ffs_reload(): the current implementation blindly guesses critical fields
of the superblock didn't change. Add checks to ensure they didn't change
for real. This prevents several memory corruptions.
2015-03-03 17:46:39 +00:00
riastradh
bdd8b1b6ce Re-enable prints to diagnose PR 49195.
I believe I fixed this problem by fixing __wait_seqno, but before I
remove the workaround I'll try to make sure it's not getting hit any
more.
2015-03-03 14:31:48 +00:00
riastradh
d6dfcdeae7 radeon_fence_wait returns 0, not positive, on success. 2015-03-03 13:57:20 +00:00
martin
2135edf023 Handle EINVAL in the fault path and send SIGBUS on mmap'd access past EOF 2015-03-03 13:23:48 +00:00
martin
10f554c473 sort 2015-03-03 11:06:47 +00:00
martin
7187af4261 Add pwait 2015-03-03 11:01:20 +00:00
nonaka
55d019c062 fix typo. 2015-03-03 09:59:20 +00:00
nonaka
70ec34259d Fix 11a support.
From OpenBSD rev.1.33.
2015-03-03 09:54:55 +00:00
nonaka
a34f8f2de1 Make setting the MAC context bit for 11g protection when transmitting
OFDM frames conditional on the node via IEEE80211_F_USEPROT.

From OpenBSD rev.1.31.
2015-03-03 09:45:58 +00:00
nonaka
f09c24be91 Don't set CTS to self. Linux stopped setting this back in
dc271ee0d04d12d6bfabacbec803289a7072fbd9 as it is known
to cause problems.

From OpenBSD rev.1.30.
2015-03-03 09:41:31 +00:00
nonaka
b0ceebdce6 sc_fixed_ridx is initialised to 0 but tested as it it were initialised
to -1.  The result of this is tx frames were always sent out at fixed
rate 0 instead of ni_txrate.

Match the iwn behaviour and test ic_fixed_rate for -1 instead.

From OpenBSD rev.1.29.
2015-03-03 09:34:40 +00:00
nonaka
99577c7378 Correctly set lowest_present_ofdm in iwm_mvm_ack_rates().
From OpenBSD rev.1.28.
2015-03-03 09:27:35 +00:00
martin
2a9d1bb24d Put -fno-unwind-tables into CFLAGS instead of COPTS - the old version caused
DEFCOPTS not to be propagated into COPTS, which means no optimization
for the kernel - ooops!
2015-03-03 09:23:02 +00:00
nonaka
e295104504 init error to 0 in iwm_send_cmd().
From OpenBSD rev.1.27.
2015-03-03 09:22:06 +00:00
nonaka
7771544d24 match iwn and init txrate at lowest available bit-rate.
From OpenBSD rev.1.26.
2015-03-03 09:16:56 +00:00
nonaka
b72eac57df workaround for interrupt coalescing bug not needed on 7265.
From OpenBSD if_iwm.c rev.1.25, if_iwmvar.h rev.1.7.
2015-03-03 09:10:45 +00:00
tron
0b0e94888c Postfix 2.11.4 will ship with NetBSD 7.0. 2015-03-03 07:32:56 +00:00