Commit Graph

200012 Commits

Author SHA1 Message Date
macallan cadb3c7fcd add cg14_cursor.c 2011-04-14 16:50:05 +00:00
yamt 97023e2700 - adapt to the kernel
- add some options
2011-04-14 16:27:17 +00:00
yamt 28e47a3677 don't link unused library. 2011-04-14 16:25:58 +00:00
yamt 83fb606c68 for each samples, record and report cpuid and lwpid. 2011-04-14 16:23:59 +00:00
yamt 6809106b9e comment 2011-04-14 16:20:52 +00:00
yamt 34a7fe34ab bluntly balance estcpu decay for ncpu > 1. PR/31966. 2011-04-14 16:19:35 +00:00
yamt e3f6054711 simplify a compile-time assertion 2011-04-14 16:08:53 +00:00
yamt ce08932414 fix backtrace of interrupt 2011-04-14 16:05:59 +00:00
yamt 58024e6af5 comments 2011-04-14 16:04:12 +00:00
yamt 35b7a20bf6 don't bother to register kernel ptp to uvm_object. from yamt-vmem branch. 2011-04-14 16:00:21 +00:00
yamt 41529ab272 - comments
- g/c stale extern
2011-04-14 15:57:02 +00:00
yamt 37494bba21 comments 2011-04-14 15:55:46 +00:00
yamt c9cf49ace7 - comments
- whitespace
2011-04-14 15:54:31 +00:00
yamt 3695fc890a after ip_input.c rev.1.285 and 1.286, restore kernel_lock for if_output. 2011-04-14 15:53:36 +00:00
yamt 0b881f8c57 comments 2011-04-14 15:48:48 +00:00
yamt efc12d7878 re-enable tprof_amdpmi 2011-04-14 15:45:27 +00:00
matt f58d75b343 Only set userlocal register if l == curlwp in cpu_set_lwpprivate. 2011-04-14 15:44:39 +00:00
yamt 714ba23ee1 - fix _STANDALONE build.
- use __CTASSERT instead of CTASSERT.  enable it for userland.
- __read_mostly.
2011-04-14 15:42:02 +00:00
yamt 949aabf781 fix _STANDALONE build 2011-04-14 15:31:20 +00:00
yamt 055be2ef63 assertions 2011-04-14 15:29:25 +00:00
elric b40995a48b Reimport Heimdal dist converted into NetBSD dist format. The prior
import did not catch all of the $Id$ tags because many of them are
unexpanded and the RE was only looking for expanded keywords.
2011-04-14 14:08:03 +00:00
he d6f2b33ab3 Fix this so that it builds (missing "struct" keyword). 2011-04-14 11:17:47 +00:00
mrg b8e8be65a9 add sparc64/intr.h 2011-04-14 10:07:49 +00:00
plunky a97ff97089 use HOSTPROG to build the mkext program (which creates external.c and
external.h for ccom) rather than HOST_CC directly.

because PROG and HOSTPROG don't play nicely together, put mkext in its
own SUBDIR
2011-04-14 09:31:25 +00:00
matt e75727fd61 Use .set arch=xlr to access RMI specific instructions. 2011-04-14 09:25:05 +00:00
wiz ab97404ead xz-5.0.2 out. 2011-04-14 09:16:23 +00:00
mrg 0c3d43f80c port to userspace. 2011-04-14 08:59:09 +00:00
mrg e813220ee8 enable crash(8) for sparc64. it's still sort of minimal and segvs
on some commands, but it sort of works and isn't useless.
2011-04-14 08:21:06 +00:00
matt bb186500b2 Add L_PRIVATE 2011-04-14 08:17:42 +00:00
matt 02be76bc53 Support LWP_PC 2011-04-14 08:17:27 +00:00
matt 1b9f0bef5f Remove old mfcr/mtcr definitions 2011-04-14 08:05:00 +00:00
matt 1483d2e256 Add bfd_mach_mips_xlr 2011-04-14 08:04:20 +00:00
matt 91f4e65a42 Pull in MIPS XLR (XLS) support from patch in
http://sourceware.org/ml/binutils/2009-01/msg00383.html
This replaces local changes to support some xlr instructions.
2011-04-14 07:49:48 +00:00
jruoho f7681ae9ed Simplify a little. No functional change. 2011-04-14 07:06:52 +00:00
wiz 716425e6ac No need to use \*[q], use plain double quotes instead. 2011-04-14 06:56:28 +00:00
cliff 2dd72524a3 cpuwatch_* stuff is #if (MIPS32 + MIPS32R2 + MIPS64 + MIPS64R2) > 0
now cobalt can build
2011-04-14 06:54:57 +00:00
jruoho 1e511da05c Use the common power resource code. Also add a comment explaining
what can happen if we do not power on the resource upon resume from S3.
2011-04-14 06:37:13 +00:00
jruoho 43337e89a7 Simplify by using a static array for the reference counting. 2011-04-14 06:25:25 +00:00
cliff b4ba6c18cd - fix comment at cpucore_rmixl_run() 2011-04-14 06:12:21 +00:00
matt 521a86d55d rearrange some common code in lockdebug_unlocked.
When printing a lockdebug error, add a '*' to indicate whether lock or
unlock was performed.
2011-04-14 06:12:02 +00:00
cliff 6b7fbe4fe7 - no need to check lsw_cpu_run != NULL before calling, nullop is default 2011-04-14 05:54:24 +00:00
matt fdd122f0c1 Add a KASSERT 2011-04-14 05:53:53 +00:00
cliff d4d5ab9fa6 - add loocoresw slot for lsw_cpu_run
- fix comments for locoresw fields
2011-04-14 05:51:27 +00:00
jruoho ff8dfca355 Xref tm(3). 2011-04-14 05:50:49 +00:00
cliff 359a246a0b - add loocoresw slot for lsw_cpu_run
- fix comments for locoresw entries
2011-04-14 05:50:43 +00:00
jruoho 2619753dbd Improve as per discussion on source-changes. 2011-04-14 05:45:34 +00:00
matt 05f173a862 Add an assert to make sure no unexpected spinlocks are held in mi_switch 2011-04-14 05:33:20 +00:00
cliff 371b6bc22e - in rmixl_pcix_intr_string() convert irq to vector when calling
rmixl_intr_string()
- in rmixl_pcix_intr_establish(), initialize dispatch data 'counts' pointer
- in rmixl_pcix_pip_add_1(), zero out pip_new after allocated.
2011-04-14 05:22:47 +00:00
cliff 2ae1290cdd - in rmixl_pcie_intr_string(), convert irq to vector when calling
rmixl_intr_string()
2011-04-14 05:22:03 +00:00
cliff 9f7dc766b8 - add prototype for rmixl_eirr_ack() 2011-04-14 05:21:22 +00:00