Commit Graph

214507 Commits

Author SHA1 Message Date
skrll
0228517d04 Fix function name in DPRINTF 2012-11-14 13:53:23 +00:00
rkujawa
41e877e706 Nuke unused clock struct, was used by a2kbbc before conversion to MI msm6242b
driver.
2012-11-14 13:36:02 +00:00
pooka
2b783d7193 Check return value of ftruncate(). Some versions of gcc give
warnings if I don't.
2012-11-14 09:22:58 +00:00
njoly
856537a70d Use mdoc macro for literal block display. 2012-11-14 08:26:29 +00:00
wiz
7624d5cde4 Remove trailing whitespace. 2012-11-14 07:49:34 +00:00
msaitoh
7a1bc3ccf8 Add note about lib/libc/softfloat/Makefile.inc hack for arm.
Gcc has a bug in tree optimization. For adddf3, -INF + -INF returns 0 without
  -fno-tree-vrp. Debugging with -fdump-tree-all shows that
  softfloat.c.021t.cleanup_cfg is ok but softfloat.c.023t.ssa is broken.
2012-11-14 04:13:44 +00:00
msaitoh
71f1d3fc0f For arm, add -fno-tree-vrp to COPTS when compiling softfloat.c.
Without -fno-tree-vrp, -INF + -INF returns 0 by adddf3.
Fixes PR#46953.
2012-11-14 03:47:30 +00:00
rkujawa
87eecda342 Add msm6242b(4) page to mi distribution list. 2012-11-14 02:36:53 +00:00
rkujawa
664c247396 Add man page for recently added msm6242b driver. 2012-11-14 02:29:10 +00:00
rkujawa
f7694e58b5 Note MSM6242B driver. 2012-11-14 02:26:15 +00:00
rkujawa
aadff9d116 Define msm6242b driver. 2012-11-14 02:03:25 +00:00
rkujawa
15d04dfed0 The a2kbbc is now based on MI MSM6242B driver. 2012-11-14 01:55:25 +00:00
rkujawa
3314cd850a Add MI OKI MSM6242B RTC driver. 2012-11-14 01:52:48 +00:00
jakllsch
419a240ec0 enable the generic pciide detach function in piixide(4) 2012-11-14 01:05:49 +00:00
jakllsch
8ec6a2025c don't attempt to re-unmap the interrupt on detach 2012-11-14 01:04:45 +00:00
pooka
813e9ae68d Make it easier build binaries against the host's libs, e.g.
libpthread which might be in /lib/x86_64-linux-gnu/libpthread.so.0
or some other unholy place.
2012-11-13 22:30:38 +00:00
macallan
880c7720a7 don't claim alpha font support unless we have enough off-screen memory to
cache a useful number of glyphs
this should probably be CPU speed dependent, most UltraSPARCs can likely
render anti-aliased fonts fast enough on the fly
2012-11-13 20:47:58 +00:00
macallan
9622d8acf1 glyphcache_init(): bail if we don't have enough off-screen memory to be useful 2012-11-13 20:29:03 +00:00
pooka
e51fe9c308 kill some -Wunused-but-set-variable warnings 2012-11-13 20:10:02 +00:00
pooka
ee0fcc872d add some -U's for linux builds 2012-11-13 19:12:42 +00:00
njoly
b8ea928f69 Use mdoc macros for literal display block. 2012-11-13 17:40:56 +00:00
chs
f5b8ae644b bump VM_PHYSSEG_MAX to 32, we've seen a system where 16 wasn't enough. 2012-11-13 14:10:24 +00:00
chs
ad0d9d79c0 fix operation on core files: cur_drive.io_name is an embedded array
in the structure we already fetched, not a pointer, so don't try to
dereference its address as a kernel address.
2012-11-13 14:09:58 +00:00
chs
6180e846ae fix sparse crash dumps to contain enough data to be useful,
in particular the top-level page table pages.
use pmap_kremove_local() while writing crash dumps
to avoid spurious warning messages.
2012-11-13 14:09:36 +00:00
chs
b88949941d in pmf_system_shutdown(), don't do anything if we're panicing.
this prevents a hang trying to shut down other CPUs on x86,
and in general we could be called in any context from a panic
so it's best to skip unnecessary operations in that case.
2012-11-13 14:08:07 +00:00
chs
33461af284 add a pmap_kremove_local() that doesn't do TLB invalidations
on other CPUs.  this is only intended for use while writing
kernel crash dumps.  remove unused pmap_map().
2012-11-13 14:07:42 +00:00
apb
9b27f22c34 zoneinfo: Import tzdata2012j. [apb 20121113] 2012-11-13 11:03:50 +00:00
apb
2d8e40a8cf tzcode2012j and tzdata2012j have been released.
We have updated to tzcode2012j.
2012-11-13 11:03:31 +00:00
apb
981f0e6010 Merge tzdata2012j from ftp://ftp.iana.org/tz/releases/tzdata2012j.tar.gz
Changes from tzdata2012i to tzdata2012j:

  Libya moved to CET this weekend, but with DST planned next year.
  (Thanks to Even Scharning, Steffen Thorsen, and Tim Parenti.)

  Various fixes to documentation and commentary.
2012-11-13 10:59:58 +00:00
apb
1c2c2f60f8 Import tzdata2012j from ftp://ftp.iana.org/tz/releases/tzdata2012j.tar.gz
Changes from tzdata2012i to tzdata2012j:

  Libya moved to CET this weekend, but with DST planned next year.
  (Thanks to Even Scharning, Steffen Thorsen, and Tim Parenti.)

  Various fixes to documentation and commentary.
2012-11-13 10:57:32 +00:00
kefren
27b5caabc1 Use local-link address as source for hellos 2012-11-13 06:58:58 +00:00
pgoyette
76b8726c47 Repair another %lu --> %zd - this one was caught by building for
evbmips port
2012-11-13 01:08:51 +00:00
jdf
6b5ffe485d Change home page of 'expat' package (see xmlwf(1) or
http://sourceforge.net/projects/expat/ for reference).
On behalf of Bug Hunting.
2012-11-13 00:57:55 +00:00
jnemeth
9c9bc8b879 fix typo 2012-11-13 00:49:08 +00:00
uwe
ed34834025 Mark up (unsupported) PTHREAD_PROCESS_SHARED with .Dv macro. 2012-11-12 23:34:50 +00:00
uwe
7fe27706ff Refer to init_routine in the DESCRIPTION section with .Fa instead of .Fn 2012-11-12 23:28:11 +00:00
uwe
b5c99d4306 Use
.Vt type var No = Dv INITIALIZER;

to provide examples of static initialization in SYNOPSIS section.
.Va macro does the wrong thing (check groff PostScript output) and the
need for .Pp kludge (now dropped) should have been an indication too.

While here move static initialization example to be right after the
declaration of *_init().
2012-11-12 23:11:05 +00:00
christos
c0b74ca714 fix the build; ssize_t is %zd not %lu 2012-11-12 22:51:42 +00:00
wiz
54f8ce07cd New sentence, new line. Bump date for previous. 2012-11-12 22:46:59 +00:00
kefren
6cb0642362 * add initial IPv6 support - still incomplete at this moment, but it sends
out there IPv6 hellos. Interoperability not yet tested.
* sync man page with reality
2012-11-12 18:39:00 +00:00
skrll
08a4aba755 C99 types 2012-11-12 18:00:34 +00:00
hannken
a672ee4873 Bring back Manuel Bouyers patch to resolve races between vget() and vrelel()
resulting in vget() returning dead vnodes.
It is impossible to resolve these races in vn_lock().

Needs pullup to NetBSD-6.
2012-11-12 11:00:07 +00:00
njoly
a02a44ee48 Adjust for tests/lib/{libbpfjit,libsljit} debug entries. 2012-11-12 09:03:52 +00:00
christos
bad5c3b320 Fix typo, from Kevin Lo 2012-11-12 05:13:28 +00:00
alnsn
465b9b9fbb Document sljit. 2012-11-11 21:03:21 +00:00
mbalmer
022a461990 It's Henry _Morton_ Stanley and Dr. Livingston_e_. Unfortunately. they did
not meet at an airport.
2012-11-11 20:25:19 +00:00
alnsn
062bf78a84 Build libbpfjit test to the build. 2012-11-11 17:41:31 +00:00
alnsn
65b4b42177 Add libbpfjit test. 2012-11-11 17:37:34 +00:00
alnsn
292a31115c Add libbpfjit library. 2012-11-11 17:34:06 +00:00
uwe
b89e4203ae Each get function "has" a set counterpart, it doesn't "contain" it. 2012-11-10 23:12:36 +00:00