Commit Graph

210458 Commits

Author SHA1 Message Date
jruoho 68f1ec4f2e Point to PR port-alpha/46301 when failing on Alpha. 2012-04-06 08:07:32 +00:00
jruoho 018955d46b Adjust. 2012-04-06 07:53:10 +00:00
mrg 5e93f75a8a don't hold the thread lock while calling allocm() or freem(). fixes PR#46121 2012-04-06 06:15:13 +00:00
riz 2658d1ab38 Retrive and print the hypervisor "extra" (teeny) version.
From Manuel Bouyer.
2012-04-06 03:20:43 +00:00
isaki 5c9d9eaa20 Fix a typo (that I found 5 years ago). Though the definition of
atabusiodetach_args is the same as atabusioscan_args (at the moment).
2012-04-06 02:52:00 +00:00
isaki 29429d9d97 put library first. 2012-04-06 02:51:03 +00:00
bsh cb55528a80 avoid warning with options PLCOM_DEBUG for INTEGRATOR. 2012-04-06 01:47:15 +00:00
bsh 9d761fb9c6 don't mix #define<TAB> and #define<SPACE> in a file. 2012-04-06 01:35:58 +00:00
mrg 829e755fe2 rerun mknative-gcc:
- turn off <fenv.h> on platforms that don't have it
2012-04-05 21:09:20 +00:00
skrll 595dd83961 Split out cpu_softc into cpuvar.h
Split out the interrupt definitions into intrdefs.h and add the IPI
definitions

Add the required field to cpu_info for the IPI functions.

Makes a MULTIPROCESSOR kernel compiles.
2012-04-05 21:00:29 +00:00
plunky 490bfa094b midi_attach() does not actually ever use the parent device
pointer, so no need to store it in sc_dev. Further, remove
the sc_dev field entirely since it is easily confused with
the dev field, which is the 'self' device pointer. Fix the
comment.
2012-04-05 20:25:53 +00:00
skrll ae39027a6d Add the IPI routinte prototypes. 2012-04-05 20:17:24 +00:00
plunky 6948556de5 move the pmf_device_register() for midi.c and midi_pcppi.c to midi_attach()
for symmetry, since it is removed in midi detach code

and don't need to call device_pmf_is_registered() before registering it
2012-04-05 20:13:34 +00:00
skrll b804ec8138 Replace #ifdef DEBUG/BTLBDEBUG with DPRINTF{,N} 2012-04-05 20:12:09 +00:00
skrll 5324cc0cf6 Hook in ipifuncs.c 2012-04-05 19:53:35 +00:00
skrll 8adf8a7afe Whitespace in previous 2012-04-05 19:44:29 +00:00
skrll cda03d7044 Use CR_ control regsiter definition for consistency. 2012-04-05 19:42:13 +00:00
plunky 38c4ee0750 no need to device_pmf_is_registered() before unregister 2012-04-05 16:31:53 +00:00
skrll 5e6662c58c bah, remove a load of old (debug) code. 2012-04-05 16:16:01 +00:00
skrll d70ce57f08 Commit work in progress ipi functions. 2012-04-05 16:13:46 +00:00
isaki 384a5de322 mboot now depends on libiocs. noticed by tsutsui@. 2012-04-05 12:12:57 +00:00
isaki 104fcce8a5 Use common library libiocs.a. suggested by tsutsui@.
o Originally, mboot had an IOCS_S_READEXT() inline function but
  its expansion corrupted (from somewhere after branching netbsd-5).
  This solves PR#46293 by using the common library.
  This problem was reported by Y.Sugahara at NetBSD booth at
  Open Source Conference (OSC) 2012 Ehime in March.
o As a side effect, it also correct the different problem that
  IOCS_S_READ() calls _S_READEXT not _S_READ.
Should be pulled up to netbsd-6.
2012-04-05 12:01:36 +00:00
cegger 135e6a1977 report l3 cache information on AMD Family 10h and newer processors 2012-04-05 11:05:53 +00:00
wiz 2b389a012a Bump date for previous. 2012-04-05 09:15:56 +00:00
spz aca1a7df56 add a description for the new check_passwd_permit_dups variable 2012-04-05 09:10:21 +00:00
spz c6302b7410 change security so that there is a configuration value for the list of
users who will not be considered for duplicate uid check.
Seed it with 'toor' in defaults/security.conf.
2012-04-05 09:09:27 +00:00
hannken ab3e9955f7 Fix vn_lock() to return an invalid (dead, clean) vnode
only if the caller requested it by setting LK_RETRY.

Should fix PR #46221: Kernel panic in NFS server code
2012-04-05 07:26:36 +00:00
macallan 32d7b2d780 abort attach if memory access is not enabled
this avoids a panic later on when trying to attach to an unconfigured ohci
found for example in later iBooks when DIAGNOSTIC is set
2012-04-05 04:04:05 +00:00
macallan 89fafab322 remove the FreeMono font for licensing reasons 2012-04-05 02:46:21 +00:00
jmmv a2edf997c0 Fix retry logic to avoid triggering an assertion. 2012-04-05 01:04:18 +00:00
uwe 04d84125dd Regen for Marvell Yukon 88e8040 ethernet. 2012-04-04 23:00:35 +00:00
uwe 566d60f313 Add Marvell Yukon 88e8040 ethernet. 2012-04-04 22:58:56 +00:00
tron fe27549953 Assert that we can a valid inode when looking up a file handle. 2012-04-04 19:52:48 +00:00
njoly 7e04109e7f New testcase that check file flags with unprivileged credentials. 2012-04-04 18:53:34 +00:00
christos 5662c2716e trailing whitespace police. 2012-04-04 17:47:03 +00:00
njoly 3a994bcc03 For 1's and 2's complement sensor data, convert unsigned raw data to a
signed type before proceeding any computation. Fix handling of
negative temperatures that can be set for critmin/warnmin limits.
2012-04-04 17:44:31 +00:00
christos 49758559c7 - remove unused thread (non-lwp) code.
- make the get method return the value, and only add 1 in the put method.
2012-04-04 13:33:19 +00:00
joerg b757af438b Disable new -Wstring-plus-int warning where needed for now.
Adjust various places that add GCC-only options to check for the active
compiler first.
2012-04-04 10:59:44 +00:00
joerg c25d63d977 -enable-iv-rewrite is neither supported nor needed with LLVM now.
The one case where it was a big win was partially an inliner bug and
the changes to the inline cost estimate are much smaller over all.
2012-04-04 10:54:44 +00:00
joerg be8014a7fa Try fixing t_strtod to not depend on -ffloat-store by adding the
necessary volatiles.
2012-04-04 10:52:59 +00:00
joerg 719fcf70e0 Hook up llvm-readobj for LLVM_DEVELOPER builds. 2012-04-04 10:44:21 +00:00
joerg 103b308da9 Update LLVM/Clang snapshot to r153935. This brings in the new inline
cost analysis.
2012-04-04 10:42:00 +00:00
joerg 3c1c42ed5f Make it easier to specify the list of checkers to enable for the static
analyzer.
2012-04-04 10:37:18 +00:00
joerg 114f211aa1 Be UTF8 clean. 2012-04-04 10:03:53 +00:00
bsh 0e9f71e12b add phony targets to build gzimg files for specified kernels, instead
of building all gzimg files in TARGETS.
2012-04-04 07:32:29 +00:00
agc 76f4f39125 Add a pthread cancel stub for sigwait, following Onno van der Linden's
analysis in PR 45131.  Kindly tested by Hisashi T Fujinaka (using csup
as the test case) with a successful outcome.

OK martin@
2012-04-04 06:29:16 +00:00
bsh fd3bb38e58 support WSDISPLAY_COMPAT_RAWKBD for TWINTAIL's on-board matrix keys. 2012-04-04 01:40:57 +00:00
bsh 87767e019d enable X11 build for evbarm. 2012-04-04 01:23:26 +00:00
riz e2ee1d7c81 s/netbsd.org/NetBSD.org/, per mspo@ 2012-04-03 22:21:13 +00:00
rmind 292c7718d8 npf_tcp_inwindow: in a case of negative skew, bump the maximum seen value of
SEQ+LEN in the receiver's side correctly (using ACK from the sender's side).

PR/46265 from Changli Gao.
2012-04-03 22:14:12 +00:00