Displaying 13 results from an estimated 13 matches for "locor".
Did you mean:
loco
2003 Aug 22
2
kernel: locore.s doesn't assemble (fillkpt, $PAGE_SHIFT, $PTESHIFT)
since august 8th, 2003 the kernel on my i386 pentiumIII won't compile.
the problem arises in locore.s with the definition of the constants
$PAGE_SHIFT and $PTESHIFT used in `shr' and `shl' instructions within
the macros `fillkpt' and `fillkptphys'.
i've tried to cvsup(1) RELENG_4 and RELENG_4_8 every day for over a
week now, but kernel builds (as part of a buildworld) don...
2006 Oct 31
0
6286816 page_numtopp_nolock is inefficent
Author: kchow
Repository: /hg/zfs-crypto/gate
Revision: 6c5e7d7096ce47499922b13d2536fb929f6c843f
Log message:
6286816 page_numtopp_nolock is inefficent
6288107 Missing comment terminator in i86pc/ml/locore.s
6290613 high page_get_cachelist failure rate on jurassic
6297005 performance issues with page_nextn()
Files:
update: usr/src/uts/common/os/mem_cage.c
update: usr/src/uts/common/sys/cpuvar.h
update: usr/src/uts/common/vm/page.h
update: usr/src/uts/common/vm/seg_vn.c
update: usr/src/uts/comm...
2013 Oct 28
5
FreeBSD PVH guest support
...uses the PV start sequence, jumping directly
into the kernel entry point in long mode and with page tables set.
The main work of this patch consists in setting the environment as
similar as possible to what native FreeBSD expects, and then adding
hooks to the PV ops when necessary.
sys/amd64/amd64/locore.S:
* Add PV entry point, hypervisor_page and the necessary elfnotes.
sys/amd64/amd64/machdep.c:
* Add hooks to replace bare metal operations that should use a PV
helper, this includes:
- Preload metadata
- i8254_init and i8254_delay
- Fetching the e820 memory map
- Reserve of the...
2006 Oct 31
0
4970475 There should be a stackdepth equivalent for userland
...dt_options.c
update: usr/src/uts/common/dtrace/dtrace.c
update: usr/src/uts/common/dtrace/sdt_subr.c
update: usr/src/uts/common/io/avintr.c
update: usr/src/uts/common/os/modctl.c
update: usr/src/uts/common/sys/dtrace.h
update: usr/src/uts/common/sys/dtrace_impl.h
update: usr/src/uts/i86pc/ml/locore.s
update: usr/src/uts/intel/dtrace/dtrace_isa.c
update: usr/src/uts/sparc/dtrace/dtrace_asm.s
update: usr/src/uts/sparc/dtrace/dtrace_isa.c
2006 Oct 31
0
6188921 - assembly should be evaluated for appropriateness of single-byte ret instructions
Author: kalai
Repository: /hg/zfs-crypto/gate
Revision: 9ce5df2e0d457b2e06ab4cc52f67c2fafc2f16bc
Log message:
6188921 - assembly should be evaluated for appropriateness of single-byte ret instructions
Files:
update: usr/src/uts/i86pc/ml/locore.s
update: usr/src/uts/i86pc/ml/mpcore.s
update: usr/src/uts/intel/ia32/ml/copy.s
update: usr/src/uts/intel/ia32/ml/ddi_i86_asm.s
update: usr/src/uts/intel/ia32/ml/float.s
update: usr/src/uts/intel/ia32/ml/i86_subr.s
2011 Nov 06
1
NetBSD XEN port
...te it
if someone can forward this to the appropriate place.
On Netbsd 5.1, if you turn off DDB in the kernel config file, XEN
domain0 will not build due to an unresolved symbol, cpu_Debugger.
The fix is pretty trivial: (sorry, I didn''t include a diff)
on line 925 of sys/arch/amd64/amd64/locore.S, change from
#ifdef XEN /* XXX debug code */
to
#if defined(XEN) && defined(DDB) /* XXX debug code */
BTW, tuning the kernel to removed unused drivers and options reduces
size from 13meg to 5meg, along with correspondingly faster boot times.
--Dean
___________________________...
2003 Aug 10
2
Heads up: New if_xl committed
As promised, the updated if_xl with full busdma support / other
improvements has been MFC'd to 4.8-stable. While I have put this driver
through extensive testing, it is possible that there may be bugs which are
either present in the -current version or that I added in the MFC process.
So, if you cvsup to -stable anytime in the future and notice problems with
if_xl, please tell me ASAP!
2003 Apr 08
5
Status of SPARC64 port?
I was looking at the Sparc 64 4.7 or 4.8 port, wondering if its in any state
to put on my Solaris v100.
Just need the basics, eide, network, kbm,mouse, graphics (x).
A bonus would be support for the lom (light out management) features and the
flash card.
Reason for change is I HOPE that the math (ssl) performance is better on
FBSD, as well as I am just tired of keeping track of
2003 Aug 22
3
PAE removal patch for testing
...ASSYM(PTESHIFT, PTESHIFT);
-ASSYM(NPGPTD, NPGPTD);
-ASSYM(NPDEPTD, NPDEPTD);
ASSYM(PAGE_SHIFT, PAGE_SHIFT);
ASSYM(PAGE_MASK, PAGE_MASK);
ASSYM(PDRSHIFT, PDRSHIFT);
Only in /usr/src/sys/i386/i386: genassym.c.orig
Only in /usr/src/sys/i386/i386: genassym.c.rej
diff -u -r /usr/src/sys.old/i386/i386/locore.s /usr/src/sys/i386/i386/locore.s
--- /usr/src/sys.old/i386/i386/locore.s Thu Aug 21 18:35:33 2003
+++ /usr/src/sys/i386/i386/locore.s Fri Aug 22 02:14:42 2003
@@ -75,6 +75,15 @@
.set _PTDpde,_PTD + (PTDPTDI * PDESIZE)
/*
+ * APTmap, APTD is the alternate recursive pagemap.
+ * It's used...
2006 Jun 26
0
[klibc 35/43] sparc support for klibc
.../include/arch/sparc/machine/asm.h
new file mode 100644
index 0000000..04fe9b1
--- /dev/null
+++ b/usr/include/arch/sparc/machine/asm.h
@@ -0,0 +1,191 @@
+/* $NetBSD: asm.h,v 1.14 2002/07/20 08:37:30 mrg Exp $ */
+
+/*
+ * Copyright (c) 1994 Allen Briggs
+ * All rights reserved.
+ *
+ * Gleaned from locore.s and sun3 asm.h which had the following copyrights:
+ * locore.s:
+ * Copyright (c) 1988 University of Utah.
+ * Copyright (c) 1982, 1990 The Regents of the University of California.
+ * sun3/include/asm.h:
+ * Copyright (c) 1993 Adam Glass
+ * Copyright (c) 1990 The Regents of the University of...
2005 Oct 26
1
Non-executable stack
Hi all
Does FreeBSD support a non-executable stack on any of the tier 1 and 2
platforms that has this feature?
If not, are there any plans of implementing this and is there a patch I can
use for 6.0 (when it is released)?
Best regards
db
2013 Mar 06
1
Strange reboot since 9.1
Hello,
Since FreeBSD 9.1 I have strange problems with the distribution. Some
servers are rebooting without any kernel panic, instanly. First i
thought it's a problem with my KVM system, but one of my FreeBSD under a
Dell R210 have the same problem.
The servers concerned are now:
- Monitoring server
- LDAP test server
- Some other servers, randomly (not in production).
First i thought it's
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In
particular, the patchset has been reorganized so as not to break
git-bisect.
Additionally, this updates the patch base to 2.6.17-git12
(d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main
difference on the klibc side is removal of obsolete code.
This is also available as a git tree at: