Commit Graph

189485 Commits

Author SHA1 Message Date
cegger
c67c15c2cc fix build.sh -N 4 distribution failure:
+ echo 'MKSOLARIS=yes'
xargs: unterminated quote
2010-03-22 12:03:04 +00:00
jruoho
998dd58875 Regen. 2010-03-22 11:16:02 +00:00
jruoho
0a2027602e Add IFX0102 and PNP0C15. Fix INT0800.
Observed from the dmesg of njoly@'s Sony VAIO VGN-BZ12VN.
2010-03-22 11:13:23 +00:00
jruoho
d1a604fd21 Document the questionable ISSET/SET/CLR macros. 2010-03-22 10:32:48 +00:00
wiz
bac138f936 Mark up NULL with Dv, as usual. 2010-03-22 10:15:00 +00:00
jruoho
dd8d793a6d Note that some definitions, such as NULL, were already in v4 UNIX. 2010-03-22 09:46:17 +00:00
pooka
1019474331 Wrap DOCALL and DOCALL_KLOCK in a new block (for easy adding of
debug prints before them.

XXX: can't use the standard do-while0 because lint doesn't like it.
2010-03-22 09:39:02 +00:00
jruoho
72763cb4e7 Set the capacity flags already in the acpibat_get_info(),
instead of acpibat_get_status().
2010-03-22 09:31:24 +00:00
jruoho
6cf60012b8 Small changes to wording and markup. 2010-03-22 08:04:25 +00:00
mrg
eeea16608f add + _SYMQUIRK='|\.(rump|RUMP)' for powerpc64, as recommended by pooka.
it gets rid of many of the warnings trying to link rump_cd9960, but
there are a bunch remaining.  atomic ops seem missing, and some ktrace
points.
2010-03-22 05:39:00 +00:00
mrg
668cb96893 for mips64*, use mips64 subdir, otherwise use $MACHINE_ARCH if exists,
or $MACHINE_CPU.  idea from dennis.c.ferguson@gmail.com in PR#43021.
2010-03-22 05:12:24 +00:00
mrg
5f0f7c9f12 rename text() to wrtext(), aligning it with most other output routines,
and avoiding a compile error on powerpc64.

XXX: this tries to make a ".text" symbol, which already exists...
2010-03-22 05:10:19 +00:00
mrg
8ffc8574e6 fix some powerpc64 build issues. 2010-03-22 05:08:54 +00:00
mrg
a394b5afe8 set MACHINE_CPU to powerpc for MACHINE_ARCH of powerpc64.
from pooka via PR#43021.
2010-03-22 03:35:26 +00:00
mrg
26c2cb31ec define _NOREGNAMES before including <machine/asm.h>, like powerpc does.
from dennis.c.ferguson@gmail.com in PR#43022.
2010-03-22 02:22:32 +00:00
mrg
3bdcb2e4b5 add a nop to provide enough space for the linker and long calls.
fixes link errors with 'cerror' and libposix.

from dennis.c.ferguson@gmail.com in PR#43010.
2010-03-22 02:17:23 +00:00
mrg
b7afc13f58 default powerpc64 mbufs to 512 bytes, like other 64 bit platforms.
from dennis.c.ferguson@gmail.com in PR#43028.
2010-03-22 02:14:28 +00:00
mrg
eaa088bcc1 add powerpc64 support. from dennis.c.ferguson@gmail.com in PR#43029. 2010-03-22 02:00:33 +00:00
mrg
093c642fac replace kernel-only 'stmd' and 'lmd' operations in userland with equivalent
sequences of code, as done in eg, powerpc64/gen/_setjmp.S rev 1.2.

from dennis.c.ferguson@gmail.com in PR#43009.
2010-03-22 01:39:11 +00:00
mrg
4e60bef737 convert -idirafter to -isystem, as recommended by cgd in PR 11843.
most of the list in that PR were already done.
2010-03-22 01:29:29 +00:00
mrg
1314a37a1f fix the dependancy list for this. 2010-03-22 00:23:59 +00:00
mrg
c9757b07d4 since pmap_activate/pmap_deactivate need to not block, but the rest of
pmap is OK, add a new IPL_VM pmap_ctx_lock that is held while allocating
or freeing a context, and revert pmap_lock back to IPL_NONE.

i considered a per-cpu context lock, but that would require locking
each active CPUs lock in turn in pmap_remove_all() and pmap_destroy().


thanks to ad for explaining how these parts interact.
2010-03-21 22:38:08 +00:00
jruoho
08053de4ee Document the weird <iso646.h>. 2010-03-21 21:23:51 +00:00
jklos
054fd02ef5 Reorganizing Chelsio 10 gig files into separate directory. 2010-03-21 21:15:37 +00:00
jklos
86bb752ce4 Reorganizing all Chelsio 10 gig files into separate directory. 2010-03-21 21:11:13 +00:00
jruoho
67dcd1d1f0 Bump date for previous. 2010-03-21 20:38:20 +00:00
jruoho
341372abaa Note inttypes(3) also here. 2010-03-21 20:34:52 +00:00
lukem
f009f7a2e4 Update version to 20100320 for Christos' commit to popen.c 1.37 for:
PR/43023: Bruce Cran: FTPD bug remote crash
2010-03-21 20:27:26 +00:00
plunky
56e30c61a6 send the SET_SCALE11 command before the 'sliced' command as per the
Linux driver (and elantech(4)), via PR kern/42853
2010-03-21 20:04:43 +00:00
plunky
4cac2374d5 Extended capability probes can confuse the passthrough device,
reset the touchpad on enable to cure that.
2010-03-21 19:57:05 +00:00
jruoho
61f4a4ebdc Mention the recommended usage of inttypes(3) when applicable. 2010-03-21 19:55:19 +00:00
plunky
88c4db2ecc some definitions from the Linux driver (via PR kern/42853) 2010-03-21 19:53:52 +00:00
jruoho
09b0a44249 Add inttypes(3). 2010-03-21 19:45:58 +00:00
jruoho
04ca1e2ee6 Document <inttypes.h>. 2010-03-21 19:42:51 +00:00
wiz
be4c6ad05f Remove superfluous Pp. 2010-03-21 15:42:19 +00:00
nonaka
e7cdf99f1a sync with OpenBSD:r1.3
> bus_dmamap_sync fixes to cope with real life.
2010-03-21 14:49:28 +00:00
christos
9a10b49e97 revert for now. 2010-03-21 14:29:04 +00:00
christos
e20b5c4bf4 revert previous for now. 2010-03-21 14:28:15 +00:00
jruoho
ab524958e3 Emphasize imaxint_t. 2010-03-21 13:39:51 +00:00
joerg
5180429ad8 Use \e 2010-03-21 13:34:34 +00:00
nonaka
a6299ff98b more fix. 2010-03-21 13:34:19 +00:00
pooka
3a8a23ba3e don't create obsoleted directories 2010-03-21 13:26:10 +00:00
nonaka
ec54e91092 fix wrong op priority. 2010-03-21 13:10:38 +00:00
yamt
4be7bac241 yamt-nfs-mp: update base tag 2010-03-21 13:04:24 +00:00
jruoho
4b49213e2a Note that some of these were already in ANSI C.
XXX: Maybe someone with insight adds a word or two about the history?
2010-03-21 12:40:51 +00:00
jruoho
1d0ccd97f7 Reference stddef(3). 2010-03-21 12:36:21 +00:00
jruoho
d7219ce78c Add stddef(3). 2010-03-21 12:30:24 +00:00
jruoho
0e1ddcbafa While at it, add also stddef(3). 2010-03-21 12:27:51 +00:00
wiz
1e79755c3b gdb-7.1 out. 2010-03-21 11:24:58 +00:00
jruoho
464601ba7f Add stdbool(3). 2010-03-21 11:14:54 +00:00