Commit Graph

209586 Commits

Author SHA1 Message Date
nonaka
678a05a3b2 Note Lemote Yeeloong Notebook and RTL8168E-VL support. 2012-03-02 17:42:13 +00:00
christos
2b01a8ad07 PR/46111: Wolfgang Stukenbrock: Add yp_setbindtries(3) so that yp operations
don't hang forever if requested.
2012-03-02 17:27:48 +00:00
reinoud
88bfa5cb05 Move from pool(9) to kmem_zalloc(9) for L2 page tables. A pool with PAGE_SIZE
elements is accepted but seems to panic now and then claiming it can't find
the header info.

XXX should this be PR'd?
2012-03-02 16:56:32 +00:00
bouyer
d9828676e5 Follow locore.S and move FPU handling from x86_64_switch_context() to
x86_64_tls_switch(); raise IPL to IPL_HIGH in x86_64_switch_context()
and test ci_fpcurlwp to decide to disable FPU or not.
Change the Xen i386 context switch code to be like the amd64 one.
2012-03-02 16:43:30 +00:00
bouyer
89dbd72503 Don't mask out CPUID_FXSR. If not set, the kernel won't handle SSE and SSE2
registers on context switches; leading to data corruption when running
binaries using these instructions (like e.g. binaries built with a
-mcpu newer than pentium 4, which enables theses instruction in gcc).
2012-03-02 16:41:00 +00:00
matt
c706ec8d90 Add bsd_kvm.o 2012-03-02 16:39:26 +00:00
matt
f96b5daea9 target kvm support for mips 2012-03-02 16:38:20 +00:00
bouyer
dfde48d707 Add some more KASSERT() 2012-03-02 16:38:14 +00:00
bouyer
6132369235 MMUEXT_INVLPG_MULTI and MMUEXT_TLB_FLUSH_MULTI use a long as cpu mask,
not uint32_t, so  pass a pointer of the right type.
While there, cleanup includes and delete local, redundant define of PG_k.
2012-03-02 16:37:38 +00:00
matt
82cfc8036f Fix support for .protected symbols. 2012-03-02 16:37:16 +00:00
sborrill
079328a547 Print CPU stepping level 2012-03-02 16:29:31 +00:00
nonaka
445b1d5899 Added RTL8168E/8111E-VL support. 2012-03-02 16:23:40 +00:00
apb
aaa101ee8d remove trailing white space 2012-03-02 16:22:27 +00:00
matt
60d563110f Remove reduntant/conflicting common declarations. 2012-03-02 16:20:55 +00:00
matt
0a68f8f25d Remove conflicting/redundant common declarations. 2012-03-02 16:19:52 +00:00
apb
2953114330 Change CTASSERT to __CTASSERT (the spelling used in <sys/cdefs.h>),
include <sys/cdefs.h> so that it will be defined,
and move it to a better place.

The previous CTASSERT would never have been used because
of the ifdef.  If it had been used, it would have had
unwanted effects from being just after the "static inline"
that appears when BZERO is defined.

Also move the __RCSID to a more conventional location.
2012-03-02 16:19:15 +00:00
matt
83aeaf7ea6 Need to cast to intrptr_t before casting a register_t to void * (since
register_t might be wider than a void *).
2012-03-02 16:17:22 +00:00
nonaka
803036783b regen. 2012-03-02 15:49:26 +00:00
nonaka
010fac9c6c Added Ricoh 5CE823. 2012-03-02 15:47:51 +00:00
joerg
51bb6fdd57 Fix inverted condition when handling stale entries.
From Abhinav Upadhyay.
2012-03-02 15:09:58 +00:00
wiz
d47aeb29ac Use mdoc macros only. 2012-03-02 14:36:04 +00:00
mbalmer
d13b2dd8ad Add msg_printf(fmt, ...), a function to display raw messages without
going through the message catalog.
2012-03-02 14:27:48 +00:00
nonaka
ccf5af0f11 Added Lemote Yeeloong Notebook support. 2012-03-02 13:20:57 +00:00
mbalmer
a4373e9a91 Removing trailing whitespace. 2012-03-02 13:11:57 +00:00
nonaka
2e1dd1ebba fix attach message if wdt isn't attach. 2012-03-02 12:56:51 +00:00
tsutsui
1296da9587 Fix a bug that libsa ls doesn't work in case of filename with directory path.
("ls /path/and/file" always returns not found)  From MINIX via Evgeniy Ivanov.
2012-03-02 12:08:44 +00:00
nonaka
8b18844d0e convert to device_t. 2012-03-02 11:41:36 +00:00
apb
2975b78889 Mention tzdata2012a and tzdata2012b. 2012a has already been pulled
up to netbsd-6 and 2012b will be pulled up soon.
2012-03-02 07:21:49 +00:00
apb
659b930040 tzcode2012b and tzdata2012b ahve been released.
We have updated to tzdata2012b.
2012-03-02 07:06:31 +00:00
apb
e9e794cd61 Import tzdata2012b from ftp://munnari.oz.au/pub/tzdata2012b.tar.gz.
Changes since tzdata2012a:

    Most significantly, summer time in Cuba has been delayed 3 weeks
    (now starts April 1 rather than March 11).  Since Mar 11 (the old
    start date, as listed in 2012a) is just a little over a week away,
    this change is urgent.

    Less importantly, an excess tab in one of the changes in zone.tab
    in 2012a has been removed.
2012-03-02 07:01:46 +00:00
apb
63809dc566 Add usr/share/zoneinfo/America/Creston to set lists,
after tzdata2012a update.
2012-03-02 06:07:24 +00:00
jakllsch
c9ef4e8cc7 Don't match on idVendor=0x0000 && idProduct=0x0000.
OpenBSD usb_lookup() might need this as a terminating entry,
but we don't at this point.

Repulsively enough, something that should be a uhidev(4),
ServerEngines SE USB Device, rev 1.10/0.01
has these ID numbers.
2012-03-02 04:22:57 +00:00
joerg
0be065ab9f More time_t fallout. 2012-03-02 02:58:46 +00:00
joerg
d7b8dc5f76 Fix format string. Make sure it doesn't reappear by using __printf_like
as appropiate.
2012-03-01 22:38:31 +00:00
joerg
4c7714ac9f Fix format strings to deal with 64bit time_t. 2012-03-01 22:31:48 +00:00
apb
4a8d982524 tzcode2012a and and tzdata2012a have been released.
We have updated to tzdata2012a but still have tzcode2011i.
Add "Home Page: http://www.iana.org/time-zones".
Add apb to "Responsible".
2012-03-01 22:30:40 +00:00
wiz
e5899dd0ea Fix punctuation markup. 2012-03-01 21:31:10 +00:00
apb
0773013243 Merge tzdata2012a from ftp://munnari.oz.au/pub/tzdata2012a.tar.gz.
Major changes since tzdata2011n:
    Chile 2011/2012 and 2012/2013 summer time date adjustments.
    Falkland Islands onto permanent summer time (we're assuming for the
	    foreseeable future, though 2012 is all we're fairly certain of.)
    Armenia has abolished Summer Time.
    Tokelau jumped the International Date Line back last December
	    (just the same as their near neighbour, Samoa).
    America/Creston is a new zone for a small area of British Columbia
    There will be a leapsecond 2012-06-30 23:59:60 UTC.
2012-03-01 21:19:03 +00:00
skrll
8044c736c0 Use __func__ in panic messages. 2012-03-01 21:10:00 +00:00
jakllsch
bbe216bf25 slightly rework pcim1_quirk_tbl[]-related bits:
- put patchable entry first so finding it with gdb/ddb is more trivial
 - use pcitag_t instead of uint32_t for tag
 - make this table const
 - drop old #undef
 - use NULL instead of 0 where appropriate.
2012-03-01 20:16:27 +00:00
tsutsui
e4fbe1f59d Remove trailing spaces not in message format. 2012-03-01 18:08:56 +00:00
matt
e2862432f7 kernelstack is declared in arm32_machdep.c 2012-03-01 17:59:37 +00:00
tsutsui
9db2bcabd6 Remove trailing spaces not in message format. 2012-03-01 17:40:31 +00:00
tsutsui
a77ac84a0c Put back more spaces at EOL for line breaks. 2012-03-01 17:27:29 +00:00
mbalmer
2e5c623416 Put back spaces at EOL where needed (in a message file, a space at EOL
means a line break, a line break means a space...)
This should fix PR 46042.
2012-03-01 16:22:13 +00:00
wiz
7aa1112613 openldap-2.4.30 out. 2012-03-01 14:13:10 +00:00
wiz
f218604617 Some updates, from Bug Hunting in private email. 2012-03-01 09:50:39 +00:00
wiz
3d46a78f7d Fix typo. 2012-03-01 09:08:19 +00:00
joerg
19e5019315 Update to LLVM/Clang snapshot r151769 to get much better code for __BIT
on i386.
2012-03-01 01:12:48 +00:00
joerg
efa013cb75 Fix format string usage. 2012-02-29 23:42:28 +00:00