Commit Graph

224001 Commits

Author SHA1 Message Date
mlelstv
45ab26459f Add igmafb man page. 2014-01-21 16:12:56 +00:00
mlelstv
685334f079 one more file needed 2014-01-21 15:03:31 +00:00
mlelstv
8c1acc4017 wscons driver for Intel Graphics Media Accelerator.
Initial commit that already works for a couple of Notebooks
based on G35, G45, Sandy Bridge and Ivy Bridge chips.

Despite the word 'Accelerator' there is nothing acclerated yet.
2014-01-21 14:52:07 +00:00
christos
7683f26e31 ... if called prior to using_history(). This needed to be worked around
in PHP: http://git.php.net/?p=php-src.git;a=commitdiff;h=31d67bd3

Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1055409
2014-01-21 13:51:44 +00:00
skrll
194648c1a5 Typo in comment 2014-01-21 12:47:20 +00:00
msaitoh
a9a7d73cae Rename 88SE91XX. 2014-01-21 09:26:47 +00:00
msaitoh
b084d18e05 Regen. 2014-01-21 09:26:18 +00:00
msaitoh
edad32d4bb Rename MARVELL2's 0x91a3 entry to 88SE91XX. 2014-01-21 09:25:49 +00:00
hannken
bbb42956e4 Move VOP_UNLOCK() after setting type to VNON like all other UFS file systems. 2014-01-21 07:53:38 +00:00
reed
c872f7bc2e use macro for OS name when first introduced 2014-01-21 02:53:30 +00:00
mlelstv
5fe0c7679f fix build 2014-01-21 00:36:11 +00:00
yamt
eb988d97e6 fix comment typos pointed out by uebayasi 2014-01-21 00:32:16 +00:00
mlelstv
4066bef8de keep track of VCONS_DRAW_INTR screen cache also in erasecols/rows and
copycols/rows methods.
2014-01-21 00:10:46 +00:00
mlelstv
0bc28762a3 add function to detach wscons from a console. This allows to
switch the console to a different driver.
2014-01-21 00:08:27 +00:00
jdc
27e697cae2 Remove the check for (cmdlen > 0) when writing. When i2cscan sends a
quick_write, the command length is 0, so we were previously returning
success for every address in this case.
2014-01-20 22:02:32 +00:00
kardel
70e8e53eb7 fix voluntary self-destruct (kill(0, SIGUP)) after successful int_res run and interface change 2014-01-20 19:03:33 +00:00
joerg
3c3c6b7eef Use fabs_ieee754.c. 2014-01-20 17:14:38 +00:00
tsutsui
bf03bc8b76 Add and enable radeonfb(4) at pci with options RADEONFB_DEPTH_32.
Requested and tested (with wsfb Xorg server) by Naruaki Etomi in PR/48431.
2014-01-20 15:32:23 +00:00
tsutsui
c0061b6a8b Check and set "is_console" property to PCI displays for framebuffer drivers.
Tested on DS15 with radeonfb(4) and XP1000 with vga(4)
by Naruaki Etomi in PR/48431.
2014-01-20 15:05:13 +00:00
yamt
d1e900e606 - fix funopen usage
- some more checks
- remove a bogus test case (bad_eucJP_getwc)  PR/47660 (Julio Merino)
- add XXX comments
2014-01-20 14:14:56 +00:00
yamt
0136449606 vfwprintf: fix error propagation
PR/47660 (Julio Merino)
2014-01-20 14:11:03 +00:00
roy
7969ec4d55 Add wctype(3) support to Shell Patterns.
Obtained from FreeBSD.
2014-01-20 14:05:51 +00:00
apb
07e9f21310 Don't include ${DESTDIR} in -DLIBDIR=..., -DGETTEXTDATADIR=...,
and a few other variables.
2014-01-20 10:57:38 +00:00
apb
6be92fc766 Don't embed ${DESTDIR} in the -DDEBUGDIR=... value.
DEBUGDIR should refer to a directory on the running system,
not the staging area used during a build.
2014-01-20 10:49:33 +00:00
hannken
0fa0d339bd Change cache_prune() to test for end-of-list before testing for an
invalid entry.  Prevents a lifelock when the end-of-list marker
gets invalid while scanning the list and all entries are recent.
2014-01-20 07:47:22 +00:00
christos
de74184385 fix typo 2014-01-20 02:34:20 +00:00
christos
34dcf807f4 add missing. 2014-01-20 02:32:57 +00:00
christos
e3f47911fc gcc-4.1 does not have the pragma diagnostic ignored 2014-01-20 02:08:27 +00:00
christos
b40d27d77a use the old style no-error for gcc-4.1 2014-01-20 01:52:54 +00:00
christos
6bdb9744ad ignore format errors for old gcc 2014-01-20 01:43:34 +00:00
christos
65ad45b7a0 gcc 4.1 does not have -Wno-error 2014-01-20 01:37:53 +00:00
christos
e4e9bd6876 Gcc-4.1 does not have -Wno-error 2014-01-20 01:32:12 +00:00
christos
22bb103ac9 gcc 4.1 does not support pragma diagnostic ignored 2014-01-20 01:15:03 +00:00
msaitoh
152fffcfb5 Fix a bug that EG20T's UARTs from #1 to #3 never match.
Tested with my MinnowBoard.
2014-01-20 01:10:38 +00:00
christos
d04b9aaa55 fix some inlines to make compilable with later versions of gcc 2014-01-20 00:05:57 +00:00
dsl
513bcdce62 Add a couple of __CTASSERT() for the sizes of the fp save structures. 2014-01-19 23:27:30 +00:00
matt
5a355fa389 Rename link to link_pkw to avoid shadowing the link syscall. 2014-01-19 22:31:13 +00:00
apb
2a9bf57a9d Remove -O0 from CPPFLAGS, and instead set
COPTS.testlang_parse.c += -Wno-uninitialized.

Without the old -O0, and without the new -Wno-uninitialized,
gcc issues this bogus error:
testlang_parse.y:1400:8: error: 'cmd' may be used uninitialized in this function
2014-01-19 22:09:34 +00:00
apb
20cabc6645 Remove "-g" from CPPFLAGS and LDFLAGS in curses tests.
The debug information contains embedded references to the src directory,
which is bad for reproducible builds.
2014-01-19 21:50:17 +00:00
christos
f317bf09bc bail out unloading for now 2014-01-19 18:16:13 +00:00
dsl
751a051f72 Flatten the floating point register structures bu moving the
'environment' registers into the main strcuture.
There are x87 instructions that only affect the environment, but that
  is no real excuse for all the sub-structures.
Rename fields so that there are far fewer collisions between the two
  sets of field names.
2014-01-19 14:30:37 +00:00
pgoyette
0746ac4120 Sprinkle in some UNCONST() 2014-01-19 13:40:59 +00:00
dsl
5d0abe175a No longer used. 2014-01-19 13:36:40 +00:00
dsl
06a21d98cb Rip out the code that might once have supported the freebsd ptrace
system calls.
Removes some very dodgy conversions of FP register layouts.
Most of it has been disabled since 2007 when I removed the stackgap.
2014-01-19 13:35:58 +00:00
apb
f500068b4e If MKREPRO=yes, make the tags file refer to /usr/src
instead of referring to the actual source directory ${NETBSDSRC}.
2014-01-19 11:36:45 +00:00
dsl
325382643f Remove the unused 'struct md_coredump'. 2014-01-19 10:30:19 +00:00
apb
8d32845036 Emphasise the fact that the regexp and replacement in :C/// are
subjected to variable expansion before regexp parsing.  This was already
documented if you read carefully enough, but more emphasis would have
helped me to figure out why I needed three or four backslashes where I
expected to need only two.
2014-01-19 10:23:29 +00:00
martin
4fee85be61 Make IPL_ values different.
This makes ni real difference for rump, but avoods
KASSERTs in common code when we try to assert
"ipl not higher as...".
Suggested by riastradh, OK: pooka.
2014-01-19 07:01:55 +00:00
tsutsui
183c2ca81d Set a proper address for PCI memspace to make bus_space_mmap(9) work correctly.
Reported and confirmed with radeonfb(4) by Naruaki Etomi in PR port-48431.
2014-01-19 03:44:13 +00:00
mrg
2141bdc7f5 make this look more like the latest elf32ppc.x. tested on pegasosII. 2014-01-19 02:32:21 +00:00