Commit Graph

224218 Commits

Author SHA1 Message Date
christos
2a3f0c4eca need stride 0x1000 for gayle 2014-01-22 00:24:53 +00:00
christos
b6010fc6fe make code compile again; need stride 0x1000 for gayle 2014-01-22 00:24:39 +00:00
pgoyette
1e5d7f9c10 Implement in-module ref-counting, and do not allow auto-unload if there
are existing references.

Note that manual unloading is not prevented.

OK christos@

XXX Also note that there is still a small window where the ref-count can
XXX be decremented, and then the process/thread preempted.  If auto-unload
XXX happens before that thread can return from the module's code, bad
XXX things (tm) could happen.
2014-01-21 20:33:01 +00:00
apb
dd68def8c5 Remove ".ll 80", so the man page will use the default 78-character
line length.
2014-01-21 20:24:29 +00:00
christos
433a91548a rumpkernel needs ci_pcc_freq 2014-01-21 20:18:46 +00:00
christos
5fecac9d05 Makefile.distrib includes <bsd.files.mk> so put it last to make the uue
rules to work.
2014-01-21 20:12:54 +00:00
christos
fa70b03959 fix unused variables 2014-01-21 19:50:16 +00:00
christos
840acc76b2 fix unused variable 2014-01-21 19:46:45 +00:00
christos
0f9f8c3f05 tuck in variables that are only used in the #if 0 block 2014-01-21 19:31:57 +00:00
christos
79f83ab67e fix unused variables 2014-01-21 19:30:46 +00:00
seanb
0c93806c37 Handle case where a 0 length template string or a template
of all 'X' would dereference, and maybe assign to, memory
before the template.  Simplify.
2014-01-21 19:09:48 +00:00
christos
761b007258 - comment out set but not used variables.
- make commenting out the cpuctrlmask consistent
2014-01-21 19:05:10 +00:00
pgoyette
e28535a6ba knf: Blank line even if no variable declarations. 2014-01-21 18:54:28 +00:00
mlelstv
ad69878653 mention igmafb 2014-01-21 17:50:47 +00:00
christos
002a6c3217 Increment to the value, not the pointer. (Thorsten Brehm) 2014-01-21 17:39:24 +00:00
matt
aab0ce25e7 Make MKGCCCMDS default mirror MKGCC. (if MKGCC is no, MKGCCCMDS must be no). 2014-01-21 16:40:24 +00:00
matt
73db293c7b Add debug entries for libc++
Make libgcc_s depend on gcc
2014-01-21 16:38:29 +00:00
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