Commit Graph

223177 Commits

Author SHA1 Message Date
christos
cfda4afeac only prevent autounload, not regular unload when we have exports 2013-12-14 22:04:03 +00:00
tsutsui
612c55f831 Initialize capabilities in struct wsscreen_descr per omrasops settings.
Now REVERSE characters are drawn properly.
2013-12-14 19:51:13 +00:00
tsutsui
b31c3e581b Make omrasops copycols() op work even if columns are not 32 bit aligned.
This means command line editing works properly in any cases.

The bitcopy strategies for 1bpp copycols() op are taken from
recently fixed MI sys/dev/rasops/rasops_bitops.h.
GETBITS() and PUTBITS() m68k asm macro are taken from hp300.

Tested on both 1bpp (on LUNA-II) and 4bpp (on LUNA) framebuffers.
2013-12-14 19:27:41 +00:00
christos
e73d0381b5 It's been many years since realloc(NULL, size) == malloc(size). Also don't
destroy pointers on allocation errors so someone can free them later.
2013-12-14 18:04:56 +00:00
christos
4008ee50a3 knf, reduce pointer gymnastics 2013-12-14 18:04:00 +00:00
njoly
6d25749476 Regen. 2013-12-14 17:35:11 +00:00
njoly
d491161468 Use native/rump syscalls for pread/pwrite instead of linux ones
which only exist to deal with PAD argument.
2013-12-14 17:34:47 +00:00
christos
d956cedc98 don't allow the nfs server module to unload if it has exported filesystems. 2013-12-14 16:19:28 +00:00
jakllsch
1c2bdb3538 In xhci_init() use aprint_debug_dev() instead of device_printf(). 2013-12-14 16:03:04 +00:00
matt
6dbb00d82d If we can't enable VFP/VFP2 via the CPACCESS register, bail since there
isn't a VFP.
2013-12-14 15:47:18 +00:00
njoly
f820357119 Regen. 2013-12-14 10:30:50 +00:00
njoly
3fa945c034 Add syscall wrapper for mknodat(2) to deal with PAD argument difference
between rump and linux versions.
2013-12-14 10:29:45 +00:00
skrll
a07e26d1c4 Comment out unsed variable. Left for reference. 2013-12-14 10:00:42 +00:00
skrll
c329d2d44d Remove unused variables. 2013-12-14 09:58:03 +00:00
skrll
7c36e1d910 Sprinkle __unused. 2013-12-14 09:52:33 +00:00
pgoyette
4a5c98c1a5 Add SYS_compat_60__lwp_park to the list of syscalls that can be resolved by loading kernel modules.
This seems to address my PR kern/48027
2013-12-14 06:27:57 +00:00
nakayama
00399ad2af Remove duplicate/unused declarations. 2013-12-14 05:28:47 +00:00
jakllsch
2b8a2516f8 Put previous (RTK_HWREV_8168F) in numeric sort order like its neighbors. 2013-12-13 20:52:48 +00:00
christos
dd8afc980f time_t_{min,max} are only used in localtime.c 2013-12-13 10:37:24 +00:00
christos
71b51eb841 add a cast for sparc64 where int_fast32_t is long (should it be?), and
time_t is int32_t (for compat)
2013-12-13 10:34:47 +00:00
christos
32742370f4 use CPU_INFO_ITERATOR instead of int. 2013-12-13 10:31:05 +00:00
mrg
5c35f0bcf2 it's called netbsd-INSTALL64.gz for pmax64. 2013-12-13 10:27:56 +00:00
mrg
d5944a5b77 update to reality for gcc 4.8.2. 2013-12-13 10:01:49 +00:00
martin
fe15878cd5 Cosmetics: use "msg" instead of "echo" 2013-12-13 07:37:50 +00:00
pedro
584364e2ea regen 2013-12-13 07:14:13 +00:00
pedro
4cc7c4eb88 Add entries for Atheros AR9462 and a new flavour of Intel Haswell
Integrated Graphics Device; OK rmind@ mbalmer@
2013-12-13 07:11:09 +00:00
matt
a49b15d8d8 Don't strip local symbols for earmv7*eb images since that will break linking. 2013-12-13 02:47:45 +00:00
dsl
25a3e10fc1 Since regs->fxstate is actually of type 'struct fxsave64' use a structure
copy instead of a 'not obviously incorrect' memcpy().
2013-12-12 22:41:03 +00:00
matt
99de37ccf7 Don't define ptrdiff_t since that's done in the NetBSD <sys/types.h> 2013-12-12 18:20:49 +00:00
matt
589d55678c Fix a bug in the divby0 case. 2013-12-12 18:01:14 +00:00
matt
a9c8f9282e Make ptrdiff_t available in the kernel. 2013-12-12 17:53:03 +00:00
nonaka
23185d9d77 regen 2013-12-12 15:08:16 +00:00
nonaka
24fb0dda05 Added some MediaTek wifi adapters. 2013-12-12 15:07:40 +00:00
nonaka
9d6d8d8e31 regen 2013-12-12 15:05:55 +00:00
nonaka
4644af88a5 Added Radeon HD6320 Graphics. 2013-12-12 15:05:07 +00:00
martin
714f2fc9c2 Add stack alignement test for sparc 2013-12-12 11:22:26 +00:00
pooka
f11ea73cc4 regen 2013-12-11 23:14:03 +00:00
pooka
87860d8cc5 need to grab KTRFACv[n] too 2013-12-11 23:13:48 +00:00
dsl
1173bfa79b Remove the fields that were used to save the i387 fp state on interrupt.
They were written but never read.
Possibly they should be saved for 32 bit processes, but that might be a relic
  from real i387 where the fpu was actully asynchronous.
2013-12-11 22:06:51 +00:00
matt
414bfc7e2c Add stack alignment checks for alpha, arm, mips, powerpc, and vax.
Fix makefile to support MACHINE_CPU
2013-12-11 17:31:55 +00:00
dholland
36e28b2b0d remove duplicate 2013-12-11 14:59:47 +00:00
dholland
6a2afd2842 another minor fix 2013-12-11 14:56:10 +00:00
wiz
8883725705 Reinstate typo since kre claims it's by purpose.
Discussion in PR 48442.
2013-12-11 11:52:27 +00:00
wiz
5b306c5f1f Error and typo fixes from OpenBSD and FreeBSD via Henning Petersen
in PR 48443.

While here, remove a duplication, fix another typo, and
don't claim that Mr. Sheperd was the first man in space.
2013-12-11 11:33:49 +00:00
wiz
f309df15dc Error and typo fixes from OpenBSD and FreeBSD via Henning Petersen
in PR 48442.
2013-12-11 11:24:56 +00:00
pooka
ef738750b7 reregengen 2013-12-11 09:45:01 +00:00
pooka
e69be3f980 create rump kernel wrapper for utrace() too 2013-12-11 09:40:56 +00:00
matt
7118e2b334 Make sure the __CTOR_LIST__ is just aligned to a pointer boundary.
By default, mips N32 will aligned to a 64-bit boundary not 32-bit
which causes an extra NULL entry to be added.
2013-12-11 06:55:24 +00:00
dholland
473e706d2d Remove entirely bogus /* NOTREACHED */ annotation. 2013-12-11 06:00:11 +00:00
msaitoh
7abb5a02b6 Make new function named tsc_is_invariant() to avoid code duplication.
The behavior of acpicpu_md_flags() will change on some CPUs because
the detecting code of invariant TSC is replaced with newer code.
2013-12-11 02:14:08 +00:00