Commit Graph

172773 Commits

Author SHA1 Message Date
rtr
8e6f40cefd fix CPPFLAGS for module builds 2008-08-26 04:05:35 +00:00
jmcneill
7cc899257c Match on Rage Mobility M3 (AGP) 2008-08-25 23:09:23 +00:00
martin
6d59516d22 Deal with kernels that have a combined text/data segment. Output a big
warning when booting them.
2008-08-25 22:31:12 +00:00
joerg
8609f98c0c mpool.libtp seems to be an ancient copy of mpool.c, nuke it. 2008-08-25 21:24:07 +00:00
tsutsui
06d66ac704 Misc cosmetics for www changes page:
- add some man page suffix
- fix a wrong year
- wrap some long lines
2008-08-25 17:19:59 +00:00
cegger
17301e4460 GENERIC: add auacer(4) which is already in XEN3_DOM0
XEN3_DOM0: add azalia(4) which is already in GENERIC
2008-08-25 15:27:47 +00:00
hannken
86492b8668 Sync the just created snapshot to disk.
Invalidate short ( < fs_bsize ) buffers.  We will always read full
size buffers later.

Should fix PR #39402
2008-08-25 13:34:53 +00:00
wiz
8ff1fd42f2 Correction for previous from dillo: it is a backquote, not a single quote. 2008-08-25 09:36:24 +00:00
cegger
2dd3a5d650 Add machine check hypercall.
There will be one file where this will be used. In the initialization a hypervisor version check will verify, if this feature is usable or not.
2008-08-25 09:21:45 +00:00
cegger
53b48ae5a7 bge(4) supports BCM5906(M) chips 2008-08-25 08:26:33 +00:00
cegger
0595bfb803 Mention support for BCM5906 chip. Bump date. 2008-08-25 08:23:00 +00:00
cegger
79670c1773 regen. for PR 39241: Add support for Broadcom BCM5906(M) from Karl Uwe Lockhoff 2008-08-25 08:15:46 +00:00
cegger
bdc28ede37 PR 39241: Add support for Broadcom BCM5906(M) from Karl Uwe Lockhoff 2008-08-25 08:15:05 +00:00
lukem
aa9ba46b38 Change the message when creating BUILDSYMLINKS from "create" to "symlink".
(Arguably more meaningful)
2008-08-25 08:11:04 +00:00
lukem
6cedae1847 Always link with: -Wl,-rpath-link,${DESTDIR}/usr/lib -L${DESTDIR}/usr/lib
Fixes problem with MKDYNAMICROOT=no triggered by libraries that depend
on other libraries.
Related to PR 33503.

Clean up setting of _CCLINK to always add the appropriate -B options.

Simplify the link rule for a program.
2008-08-25 08:03:14 +00:00
lukem
421b8d4ecc Add "dynamicroot" keyword to various entries in /lib and /libexec.
PR 33503
2008-08-25 07:58:37 +00:00
lukem
909a499e2a Support dynamicroot keyword, keyed off MKDYNAMICROOT!=no.
Sort some entries.
Document some keywords.
2008-08-25 07:27:27 +00:00
dholland
992b45040f Add two missing SMART attributes; PR 37967 from Henry Bent. Also add a
third I found while digging around, and fix one whose name was typoed.
2008-08-25 00:45:56 +00:00
dholland
79cfdc5aec Clarify message that says the map isn't shown when -a is given.
Resolves PR 32436 from Igor Sobrado based on a suggestion by
Dieter Roelants, except I expanded the message further.
2008-08-25 00:14:46 +00:00
dholland
4c1ae597f5 Some additions of mine prompted by the other commit of additions to acronyms. 2008-08-24 23:13:07 +00:00
dholland
3d35829b94 Some additions from Jeremy Olexa in PR misc/39282. 2008-08-24 23:12:10 +00:00
pgoyette
1251031ee5 Shorten SYSCALL/SYSRET to SCALL/RET bit definition so it fits on one line. 2008-08-24 22:04:21 +00:00
bouyer
3d5ae4c8b2 Defer xbdback_do_io() to a workqueue; which allow us to take the
xbd_io->xio_buf.b_vp->v_interlock mutex before v_numoutput++;
which should fix the "vwakeup: neg numoutput" panic.
2008-08-24 21:00:49 +00:00
bouyer
fd284864b3 privcmd_xen2bsd_errno(): 0 is also a valid error code. 2008-08-24 20:35:43 +00:00
pgoyette
22720d94e4 1. For non-Intel vendors, don't overload cpuflags with the extended
flags from CPUID 80000001_EDX.  Instead, keep the extended flags
   separate, in ci_feature3_flags (Intel processors already kept a
   separate ci_feature3_flag value).

2. Decode/display ci_feature3_flag in a vendor-specific manner, since
   the definitions are vendor-specific.

OK cegger@
2008-08-24 20:27:34 +00:00
pooka
e8a1f963a5 fix tyop in error message, no functional change 2008-08-24 18:26:05 +00:00
kent
ed7dd02a92 * generic_mixer_create_virtual()
Don't track items by pointers because the buffer can be moved by realloc().

PR kern/39382, reported and patch provided by Takahiro Hayashi
2008-08-24 16:12:03 +00:00
hannken
24b2cb27c8 Add missing vput() for logvp.
Fixes PR #39400
2008-08-24 15:33:37 +00:00
rtr
697d639db6 use XORG_VERSION_CURRENT defined in Makefile.serverlib instead of
defining it all over the shop
2008-08-24 13:47:05 +00:00
rtr
209734477b make obsolete MKX11LOADABLE
define XORG_VERSION_CURRENT here instead of ~everywhere else
remove mips specific knob to enable ELF modules we use them everywhere now
2008-08-24 13:43:57 +00:00
rtr
262f055daf * use LIBISPRIVATE instead of MKX11LOADABLE
* reorganize SRCS into SRCS.<lib> to be consistent with other libs
* cleanup CPPFLAGS
2008-08-24 13:40:13 +00:00
rtr
e09e7ba8f4 * use LIBISPRIVATE instead of MKX11LOADABLE
* reorganize SRCS into SRCS.shadow to make them available for the module build
* cleanup CPPFLAGS
* build libshadow.so module with more correct set of SRCS
2008-08-24 13:37:33 +00:00
rtr
7fa94bbc14 * use LIBISPRIVATE instead of MKX11LOADABLE
* reorganize SRCS into SRCS.mfb to make them available for the module build
* cleanup CPPFLAGS
* build libmfb.so module with more correct set of SRCS
2008-08-24 13:30:20 +00:00
rtr
7e73b6b74b * use LIBISPRIVATE instead of MKX11LOADABLE
* reorganize SRCS into SRCS.XTrap to make them available for the module build
* cleanup CPPFLAGS
* build libXTrap.so module with more correct set of SRCS
2008-08-24 13:25:03 +00:00
rtr
ef7ceee5bf * use LIBISPRIVATE instead of MKX11LOADABLE
* reorganize SRCS into SRCS.cfb32 to make them available for the module build
* cleanup CPPFLAGS
* build libcfb32.so module with more correct set of SRCS
2008-08-24 13:24:12 +00:00
rtr
cdac501c2a * use LIBISPRIVATE instead of MKX11LOADABLE
* reorganize SRCS into SRCS.cfb to make them available for the module build
* cleanup CPPFLAGS
* build libcfb.so module with more correct set of SRCS
2008-08-24 13:23:33 +00:00
tsutsui
c0b4306a0b Pacify haltwo audio on shutdown hook to avoid noise on poweroff. 2008-08-24 13:03:39 +00:00
hannken
83fe3aa0dd Merge the _ufs1 and _ufs2 variants of the expunge and accounting functions.
Remove some unneeded UFS_FSNEEDSWAP().

Saves ~250 lines of redundant code.
2008-08-24 09:51:47 +00:00
hannken
982705a478 Destroy cb_buf before pool_put().
Resolves PR #38636
2008-08-24 09:19:03 +00:00
martin
603c49b548 re-mknative after recent gcc configure change for m68k 2008-08-24 08:51:11 +00:00
martin
92ee6fcbd5 Do not completely overwrite tm_defines in m68k specific target selection,
it may have been set globaly before for NETBSD_ENABLE_PTHREADS.
This caused wrong (old, pre NetBSD 2.0) builtin specs for m68k.
Fixes PR toolchain/38931.
2008-08-24 08:38:14 +00:00
gmcgarry
8c48d8690e Remove old pcc import. 2008-08-24 06:37:27 +00:00
gmcgarry
ce206e318d Honour HAVE_PCC 2008-08-24 06:27:00 +00:00
gmcgarry
1dcc3caa38 Build pcc and pcc-based crtstuff if using pcc compiler. 2008-08-24 05:56:20 +00:00
gmcgarry
3d3450222a Build pcc as host tool if requested. 2008-08-24 05:53:36 +00:00
gmcgarry
50f2c2b359 Add pcc build framework. 2008-08-24 05:47:05 +00:00
gmcgarry
775b51a7ac Import pcc-libs 0.9.9 080824 2008-08-24 05:34:44 +00:00
gmcgarry
6e0bca2262 Import pcc 0.9.9 080824 2008-08-24 05:32:48 +00:00
tsutsui
8d58f49e0b If 802.1Q VLAN MTU is enabled, ignore the bad packet errror on RX. 2008-08-23 18:44:51 +00:00
tsutsui
1db87857ed KNF and misc cosmetics. 2008-08-23 17:43:36 +00:00