Doug Rabson
378749743c
Add data serialisations after ptc and mov to rr[] instructions.
2001-10-23 10:20:04 +00:00
Mike Barcroft
3a72286480
Remove funky right justification.
...
Pointed out by: bde
2001-10-23 00:42:15 +00:00
Doug Rabson
ab47b84778
In the signal trampoline, flush the register stack before calling
...
sigreturn. This appears to fix the last set of problems with csh.
2001-10-22 19:43:05 +00:00
David E. O'Brien
283da80631
Setup for a 200MB FS -- 209715200/512= 409600 sectors.
...
(DFR's latest ia64-root-*.tar.gz leaves only 7.7M avail when created by
dd if=/dev/zero of=ia64-root.fs bs=1024k count=200)
2001-10-22 07:33:38 +00:00
Dag-Erling Smørgrav
7c62990641
Move procfs_* from procfs_machdep.c into sys_process.c, and rename them to
...
proc_* in the process; procfs_machdep.c is no longer needed.
Run-tested on i386, build-tested on Alpha, untested on other platforms.
2001-10-21 23:57:24 +00:00
Dag-Erling Smørgrav
1f04261973
[partially forced commit due to pilot error in earlier commit attempt]
...
{set,fill}_{,fp,db}regs() fixup:
- Add dummy {set,fill}_dbregs() on architectures that don't have them.
- KSEfy the powerpc versions (struct proc -> struct thread).
- Some architectures had the prototypes in md_var.h, some in reg.h, and
some in both; for consistency, move them to reg.h on all platforms.
These functions aren't really MD (the implementation is MD, but the interface
is MI), so they should move to an MI header, but I haven't figured out which
one yet.
Run-tested on i386, build-tested on Alpha, untested on other platforms.
2001-10-21 22:16:48 +00:00
Dag-Erling Smørgrav
ef394d81ad
{set,fill}_{,fp,db}regs() fixup:
...
- Add dummy {set,fill}_dbregs() on architectures that don't have them.
- KSEfy the powerpc versions (struct proc -> struct thread).
- Some architectures had the prototypes in md_var.h, some in reg.h, and
some in both; for consistency, move them to reg.h on all platforms.
These functions aren't really MD (the implementation is MD, but the interface
is MI), so they should move to an MI header, but I haven't figured out which
{set,fill}_{,fp,db}regs() fixup:
- Add dummy {set,fill}_dbregs() on architectures that don't have them.
- KSEfy the powerpc versions (struct proc -> struct thread).
- Some architectures had the prototypes in md_var.h, some in reg.h, and
some in both; for consistency, move them to reg.h on all platforms.
These functions aren't really MD (the implementation is MD, but the interface
is MI), so they should move to an MI header, but I haven't figured out which
one yet.
Run-tested on i386, build-tested on Alpha, untested on other platforms.
2001-10-21 22:14:00 +00:00
Doug Rabson
eedecb60e8
Add some more names for bits of trapframe.
2001-10-21 14:03:58 +00:00
Doug Rabson
c623bf3471
We need to save a bit more information in the partial syscall trapframe
...
in case we need to take a signal.
2001-10-21 14:03:25 +00:00
Doug Rabson
3b51c8566c
Set ar.fpsr to something sane before trying to handle a trap - the user
...
might have trashed it.
2001-10-21 14:02:27 +00:00
Doug Rabson
54e594762b
Use ia64_set_fpsr() instead of __asm to set ar.fpsr.
2001-10-21 14:01:48 +00:00
Doug Rabson
f85321667c
Add ia64_set_fpsr().
2001-10-21 14:00:59 +00:00
Marcel Moolenaar
cf1a20ea71
Implement the IPI send functions. No mapping between IPI message
...
Id and interrupt vector has been made yet.
2001-10-21 08:57:02 +00:00
Marcel Moolenaar
2791ddeb6c
Add define for the PIB default address and include a reference to
...
the SDM.
2001-10-21 05:52:54 +00:00
Matt Jacob
8c7c272c5a
Remove wx.
2001-10-20 18:50:31 +00:00
Doug Rabson
2baea57020
Reserve space for signal state.
2001-10-20 15:19:43 +00:00
Marcel Moolenaar
3824d75af1
Save the AP wake-up vector from the SAL descriptor under SMP.
...
Note that the descriptor is optional. Add a comment to indicate
that we want to register the OS_BOOT_RENDEZ here as well.
2001-10-20 03:39:55 +00:00
Marcel Moolenaar
5b8c64dd2c
Make this compile under option SMP.
2001-10-20 03:33:07 +00:00
Doug Rabson
76f7435e6e
Make a start at an unaligned trap handler. Only integer loads and stores
...
are handled so far.
2001-10-19 22:23:51 +00:00
Doug Rabson
c33287f969
Translate various userland traps into SIGBUS (instead of just panicing).
2001-10-19 20:46:12 +00:00
Ruslan Ermilov
8c93e71e33
Try two on the preprocessing logic.
...
Reviewed by: obrien
2001-10-19 20:06:23 +00:00
John Baldwin
e37d2a8c82
Remove unneeded sys/mutex.h includes.
2001-10-19 19:23:32 +00:00
David E. O'Brien
4b16cf4f8a
Blah, fix braino where ru had to remind me of proper preprocessor syntax.
...
Bad fingers, no cookie.
2001-10-19 19:17:11 +00:00
Doug Rabson
5577bd2bca
Rework pmap so that it separates the PTE structure from the pv_entry
...
structure. This makes it possible to pre-allocate PTEs for the kernel,
which is necessary for a reliable implementation of pmap_kenter(). This
also avoids wasting space (about 48 bytes per page) for kernel mappings
and user mappings of memory-mapped devices.
This also fixes a bug with the previous version where the implementation
required the pv_entry structure to be physically contiguous but did not
enforce this (the structure size was not a power of two). This meant
that the pv_entry free list was quickly corrupted as soon as the system
was even mildly loaded.
2001-10-19 09:47:02 +00:00
Doug Rabson
ef826b3ca8
Shift the code which packs and unpacks instruction bundles out of DDB
...
since it is useful for various emulations duties (e.g. unaligned trap
handling).
2001-10-18 16:20:04 +00:00
Marcel Moolenaar
acddfcf3a2
Fix typos in previous commit:
...
o s/sys_narg/sy_narg/
o s/SYS_MPSAFE/SYF_MPSAFE/
2001-10-18 05:21:52 +00:00
David E. O'Brien
4a3391b5a1
Add support for "__gnuc_va_list". Some overly "smart" libraries assume
...
the existence of the __gnuc_va_list type[*] because our compiler is GCC.
[*] __gnuc_va_list is defined in the GCC ginclude/stdarg.h replacement
headerwhich we don't use.
2001-10-18 00:27:39 +00:00
John Baldwin
05724cdd08
- Small cleanups to the Giant handling in trap().
...
- Only release Giant in trap() if we locked it, otherwise we could release
Giant in a kernel trap if we didn't get it for a page fault and the
previous frame had grabbed the lock.
- Only get Giant for !MP safe syscalls.
2001-10-17 22:04:45 +00:00
Matt Jacob
aaeac4f6c3
Make SCSI changer and SES devices standard in generic kernels.
...
Reviewed by: ken@kdm.org
2001-10-16 22:22:58 +00:00
Doug Rabson
ebc26de418
Size the number of pv_entries we use to bootstrap the pv_entry allocator
...
based on the size of physical memory. This should eliminate the tweaking
needed for larger memory configurations.
2001-10-16 08:03:16 +00:00
Marcel Moolenaar
dea969f79f
When compiling with SKI support, create the fake memory regions
...
when either the memory descriptor in the bootinfo is NULL or
the descriptor count is 0.
2001-10-15 07:58:27 +00:00
Doug Rabson
3b7ddc3170
Only the first eight arguments can possibly be in stacked registers.
2001-10-13 08:06:20 +00:00
Doug Rabson
cc6fae1156
Pass the correct trapframe pointer to fork_exit - sp is trapframe-16.
2001-10-12 11:50:09 +00:00
Doug Rabson
5b341f5baf
If the faulting instruction is a cmpxchg, then isr.w and isr.r will both
...
be set. We need to check isr.w before isr.r so that we can correctly
handle a cmpxchg to a copy-on-write page.
This fixes the hang-after-fork problem for dynamically linked programs.
2001-10-12 11:49:11 +00:00
Doug Rabson
47806f084a
Implement MCOUNT hook for assembler. Probably doesn't work right.
2001-10-11 13:35:31 +00:00
Doug Rabson
b4cc6db2df
Implement mcount trampoline (untested).
2001-10-11 13:31:55 +00:00
Doug Rabson
f334c8bff7
* Change the calling convention for execve so that it conforms to normal
...
C calling conventions. This allows crt1.c to be written nearly without
any inline assembler.
* Initialise cpu_model[] so that the hw.model sysctl works properly.
2001-10-11 12:31:50 +00:00
Paul Saab
cbc89bfbfe
Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader
...
tunable.
Reviewed by: peter
MFC after: 2 weeks
2001-10-10 23:06:54 +00:00
Doug Rabson
d91b6696b7
Add a definition for the ia64's special PLT_RESERVE entry in the _DYNAMIC
...
section.
2001-10-10 09:00:27 +00:00
Doug Rabson
7e3e8e556f
Clarify a comment.
...
Requested by: jhb
2001-10-09 19:50:29 +00:00
Doug Rabson
f53482978c
Don't include isavar.h - we don't need it.
2001-10-09 10:24:37 +00:00
Doug Rabson
ac0a5b09e0
Add a minimalist kernel config which can run inside SKI.
2001-10-09 10:14:06 +00:00
Doug Rabson
a3490d55d1
Make printtrap() more informative.
2001-10-08 20:21:04 +00:00
Doug Rabson
e4ef1eb797
Implement inline versions of ntohl etc.
2001-10-07 21:09:35 +00:00
Dag-Erling Smørgrav
3da3249106
Dissociate ptrace from procfs.
...
Until now, the ptrace syscall was implemented as a wrapper that called
various functions in procfs depending on which ptrace operation was
requested. Most of these functions were themselves wrappers around
procfs_{read,write}_{,db,fp}regs(), with only some extra error checks,
which weren't necessary in the ptrace case anyway.
This commit moves procfs_rwmem() from procfs_mem.c into sys_process.c
(renaming it to proc_rwmem() in the process), and implements ptrace()
directly in terms of procfs_{read,write}_{,db,fp}regs() instead of
having it fake up a struct uio and then call procfs_do{,db,fp}regs().
It also moves the prototypes for procfs_{read,write}_{,db,fp}regs()
and proc_rwmem() from proc.h to ptrace.h, and marks all procfs files
except procfs_machdep.c as "optional procfs" instead of "standard".
2001-10-07 20:08:42 +00:00
Doug Rabson
e0e2fed358
* Use srlz.i to serialise changes to psr.ic
...
* Don't enable psr.i at the same time as psr.dt and psr.ic
These changes improve stability considerably.
2001-10-07 18:40:01 +00:00
Doug Rabson
ca11f4e176
Remove bogus include.
2001-10-07 14:20:01 +00:00
Doug Rabson
e2676403d8
Move console probes until after we set boothowto so that 'boot -h' works.
2001-10-06 16:06:48 +00:00
Doug Rabson
d0ad824d68
Assume round-to-nearest mode for floating point.
2001-10-06 15:57:22 +00:00
Doug Rabson
300634ffe0
Delete legacy pcib code - we can't possibly work without acpi on ia64.
2001-10-06 10:09:57 +00:00
Marcel Moolenaar
18819cbb5c
o Change ia64_memory_address to explicitly take a u_int64_t
...
o Add memcpy_fromio, memcpy_io, memcpy_toio, memset_io,
memsetw and memsetw_io. I'm not sure this is the right
place for it, though.
2001-10-06 09:31:43 +00:00
Doug Rabson
f1c1087a06
Add BOOTP support.
2001-10-05 19:03:01 +00:00
Doug Rabson
734047dd77
Fix some dependency violations (don't know why gas didn't catch this).
2001-10-05 19:02:21 +00:00
Doug Rabson
bff497f753
Use physical addresses, not virtual addresses when calling PHYS_TO_VM_PAGE.
2001-10-05 19:00:03 +00:00
Doug Rabson
8540504bac
Eliminate some alpha craziness.
2001-10-05 18:59:02 +00:00
Doug Rabson
9e9ce1b861
In in_cksumdata, len must be a signed type.
2001-10-05 18:58:22 +00:00
Doug Rabson
34c5f03685
Low-level code for programming the I/O SAPIC.
2001-10-05 10:35:42 +00:00
Doug Rabson
7a7029581c
Wire up most of the interrupt handling infrastructure. Not sure it works
...
right yet but its enough for the ATA probe to work. The SCSI probes which
follow are broken though.
2001-10-05 10:30:09 +00:00
Doug Rabson
ae0d75fe5f
Fix typo which meant that we never actually found the ACPI 2.0 table.
2001-10-05 10:29:03 +00:00
Doug Rabson
c3a9c0057f
Disable interrupts when we are in DDB.
2001-10-05 08:23:08 +00:00
Doug Rabson
c7521efc59
Add ia64_get_lid().
2001-10-05 08:20:41 +00:00
Doug Rabson
02c76ceb97
Don't pretend the argument to clockattach is a device - it isn't.
2001-10-04 15:28:27 +00:00
Doug Rabson
a14927b550
* Don't pretend the object passed to clockattach is a device - it isn't.
...
* Declare itc_frequency properly.
2001-10-04 15:27:35 +00:00
Doug Rabson
377fa66e5e
Use EFI (or some reasonable simulation) to read the RTC.
2001-10-04 15:26:05 +00:00
Doug Rabson
94d5f4bfd2
Fake the EFI runtime call GetTime.
2001-10-04 15:24:52 +00:00
Doug Rabson
1676303c5c
Add low-level ACPI support code and make a start on parsing the ACPI
...
interrupt information.
2001-10-04 08:45:19 +00:00
Doug Rabson
712bc4a99a
The encoding for the bus being passed to SAL was completely wrong.
2001-10-03 08:25:58 +00:00
Matt Jacob
22883e3c68
Fix problem where a user buffer outside of the area being tested
...
will be corrupted.
PR: 29194
Obtained from: Tor.Egge@fast.no
MFC after: 2 weeks
2001-10-02 18:34:20 +00:00
Marcel Moolenaar
6b207c0e90
Remove redundant and misplaced "options DDB" line.
2001-10-02 06:18:23 +00:00
Doug Rabson
89dbc365be
Support for SKI is now an option.
2001-09-29 11:45:33 +00:00
Doug Rabson
47d032e595
Make sio0 a console device.
2001-09-29 11:45:07 +00:00
Doug Rabson
f17bd83f5f
Add a couple of arguments to ia64_init. I'll use them later to improve
...
the method of passing bootinfo from the loader.
2001-09-29 11:44:35 +00:00
Doug Rabson
cf1a145b08
Various changes to use the firmware on a real machine.
2001-09-29 11:43:37 +00:00
Doug Rabson
940bcd77bd
* Read parameters for ptc.e instruction from PAL Code.
...
* Add pmap_unmapdev().
2001-09-29 11:41:23 +00:00
Doug Rabson
3ebae4bf00
Fake PAL Code for SKI.
2001-09-29 11:40:32 +00:00
Doug Rabson
625768e4a0
Start hooking up devices.
2001-09-29 11:11:18 +00:00
Doug Rabson
9a6f25fd59
Add pmap_unmapdev().
2001-09-29 11:02:06 +00:00
Doug Rabson
ddead4655a
Fill out the firmware interfaces somewhat.
2001-09-29 11:01:24 +00:00
Doug Rabson
63e057656e
Add code to initialise firmware resources (and to fake them if we are
...
running in simulation).
2001-09-29 11:00:24 +00:00
Doug Rabson
965c805d64
Add shims for calling PAL Code in physical mode.
2001-09-29 10:59:07 +00:00
Doug Rabson
a3c9f0dc11
Add some move definitions.
2001-09-29 10:24:09 +00:00
Doug Rabson
ee82e0d5f8
Call cpu_boot from cpu_reset.
2001-09-29 10:23:21 +00:00
Doug Rabson
f184b2654b
Give up on the backtrace if the calculated pc isn't in region 7.
2001-09-29 10:22:57 +00:00
Doug Rabson
3cf08d5025
Use PAGE_SHIFT instead of a hardcoded constant for log2(PAGE_SIZE).
2001-09-29 09:55:30 +00:00
Doug Rabson
27272270e8
* Preserve ar.rsc in ia64_change_mode.
...
* Convert sp to/from physical in ia64_change_mode.
* Add a shim for calling EFI procedures in virtual mode.
2001-09-29 09:54:42 +00:00
Doug Rabson
0e671be22e
Change END(locorestart) to END(__start).
2001-09-29 09:53:38 +00:00
Robert Watson
b9c6f21493
o Modify the access control checks for the ia64 /dev/mem (and friends)
...
to use securelevel_gt() instead of direct variable checks.
Obtained from: TrustedBSD Project
2001-09-26 20:24:23 +00:00
Doug Rabson
fa129a40db
Tidy up and fix a runtime warning.
2001-09-26 16:15:20 +00:00
Brooks Davis
2f65332817
The faith(4) device is no longer a count device so don't specify a count.
2001-09-25 18:56:40 +00:00
Doug Rabson
3dc2c2d530
Use b6 instead of b1 - b1 is supposed to be preserved and b6 is scratch.
2001-09-24 22:50:20 +00:00
Doug Rabson
f8c1540f3d
Make the Alternate {I,D} TLB vector code actually work for virtual
...
addresses greater than 256M (the page size for region 6 and 7).
2001-09-24 22:49:20 +00:00
Doug Rabson
588154e27b
Don't try to access external files from SKI unless we are actually running
...
in SKI.
2001-09-24 20:01:29 +00:00
Doug Rabson
40aef04652
Increase the number of bootstrap PVs.
2001-09-24 20:00:20 +00:00
Doug Rabson
9324a7e743
Include <machine/pte.h> instead of <machine/pmap.h>
2001-09-24 19:58:15 +00:00
Doug Rabson
32956c3d49
We need different call stubs for static and stacked calling conventions.
2001-09-24 19:41:16 +00:00
Doug Rabson
378482865e
Factor out PTE and related definitions from pmap.h - they are useful in
...
the loader.
2001-09-24 19:27:38 +00:00
Doug Rabson
cdb0e1b453
Fix a few comment typos from the last commit.
2001-09-24 17:38:58 +00:00
Doug Rabson
a7f1f8b902
Add some code which can be used to change to/from physical mode when
...
calling various firmware functions.
2001-09-24 17:07:23 +00:00
David E. O'Brien
090905a55c
+ Fix misplacement of `txp'
...
+ Document our -CURRENT debugging bits
2001-09-24 03:23:48 +00:00
Doug Rabson
3995e0ebca
Add definitions of SAL System Table.
2001-09-23 10:26:20 +00:00
Doug Rabson
568c95f6ca
Don't activate the ssc console unless we are running in SKI.
2001-09-22 19:52:02 +00:00
Doug Rabson
23a7118905
Add implementations of readx() and writex().
2001-09-22 19:51:18 +00:00
Doug Rabson
137fd2af89
Add declaration of ia64_running_in_simulator().
2001-09-22 19:50:54 +00:00
Doug Rabson
b73ef645ae
* Turn off memory descriptor debugging - its served its purpose.
...
* Don't get confused when memory regions don't lie on page boundaries -
remember our page size is typically larger than the firmware's page size.
* Add a function ia64_running_in_simulator() which is intended to detect
whether the kernel is running in SKI or on real hardware.
2001-09-22 19:50:12 +00:00
Doug Rabson
0d1943c9e3
Remove a redundant stop.
2001-09-22 19:46:41 +00:00
Doug Rabson
2290da8ce5
Fix a warning and make sure we flush the cache after writing an
...
instruction bundle otherwise the CPU won't see the changed bundle.
2001-09-21 10:10:15 +00:00
Doug Rabson
85d6f9f7d3
Add ia64_fc().
2001-09-21 10:09:27 +00:00
Doug Rabson
4ef1beb1ea
If two @fptr relocations refer to the same symbol, use the same fptr
...
structure to resolve them. This is necessary to allow code to compare
function pointers.
2001-09-20 16:32:54 +00:00
Doug Rabson
0fda7b2b10
Don't clear the single-step bit after a trap - leave it up to the
...
debugger. The code was broken anyway - it clear every bit *except* the
single-step bit (oops).
2001-09-20 16:30:48 +00:00
Doug Rabson
1e59a2270d
The second instruction in an MLX bundle is slot one, not slot two, even
...
though the actual opcode is stored in the value in slot two.
2001-09-20 16:29:30 +00:00
Doug Rabson
fea451577e
Tidy.
2001-09-20 15:03:28 +00:00
Doug Rabson
3890444abd
Don't include NFS headers. I have no idea why they were here in the first
...
place - NFS has no assembler in it.
2001-09-20 11:02:18 +00:00
Peter Wemm
55f25b39e9
Replicate a change from alpha/genassym.c to other arches. This should
...
fix nfs-related build breakage.
2001-09-20 02:49:59 +00:00
Peter Wemm
eb25edbda3
Cleanup and split of nfs client and server code.
...
This builds on the top of several repo-copies.
2001-09-18 23:32:09 +00:00
John Baldwin
fdca1cb1ef
Whitespace fixes.
2001-09-18 21:52:15 +00:00
John Baldwin
fd54558a83
- If we ever do the per-cpu KTR stuff, the index won't be volatile as it
...
will be private to each CPU.
- Re-style(9) the globaldata structures. There really needs to be a MI
struct pcpu that has a MD struct mdpcpu member at some point.
2001-09-18 21:46:26 +00:00
Doug Rabson
a5e2a508c7
Add ia64_get_cpuid().
2001-09-18 15:21:18 +00:00
Doug Rabson
f0e4f240e7
Flesh out identifycpu().
2001-09-18 13:26:30 +00:00
Doug Rabson
a1fdf50c01
Rearrange so we search for I/O port space as early as possible (i.e.
...
before console probing). Also fix a confusion between EFI's page size
which is fixed at 4096 and our own page size which is variable at compile
time.
2001-09-15 18:31:49 +00:00
Doug Rabson
56f6eed759
Avoid the region used for thread0's trapframe when setting up the stack
...
for ia64_init. If we use this area for ia64_init's stack, it ends up
containing garbage which causes cpu_fork to die horribly later.
2001-09-15 18:23:51 +00:00
Doug Rabson
f544a5b837
Use the MI console code to initialise the console.
2001-09-15 15:31:59 +00:00
Doug Rabson
91a8883e5b
Implement inx() and outx() functions for accessing I/O ports.
2001-09-15 12:30:56 +00:00
Doug Rabson
749520911b
Add ia64_mf_a() which executes an mf.a instruction.
2001-09-15 12:30:19 +00:00
Doug Rabson
3e59bb90d6
* Use Intel's EFI headers instead of home-grown ones.
...
* Use the bootinfo's memory map if present instead of hard-coding SKI's
memory map.
* Record the location of the I/O Port Space if present in the memory map.
2001-09-15 12:29:46 +00:00
Doug Rabson
3a0b4f259c
Fill out some gaps in ia64 DDB support. This involves generalising DDB's
...
breakpoint handling slightly to cope with the fact that ia64 instructions
are not located on byte boundaries.
2001-09-15 11:06:07 +00:00
Doug Rabson
3a1c20e821
Sync the PCI NIC sections with i386.
2001-09-15 09:09:13 +00:00
Doug Rabson
0b02d706db
* Enable dynamically linked kernel. This involves adding a self-relocator
...
to locore to process the @fptr relocations in the dynamic executable.
* Don't initialise the timer until *after* we install the timecounter to
avoid a race between timecounter initialisation and hardclock.
* Tidy up bootinfo somewhat including adding sanity checks for when the
kernel is loaded without a recognisable bootinfo.
2001-09-13 12:39:15 +00:00
Julian Elischer
b40ce4165d
KSE Milestone 2
...
Note ALL MODULES MUST BE RECOMPILED
make the kernel aware that there are smaller units of scheduling than the
process. (but only allow one thread per process at this time).
This is functionally equivalent to teh previousl -current except
that there is a thread associated with each process.
Sorry john! (your next MFC will be a doosie!)
Reviewed by: peter@freebsd.org , dillon@freebsd.org
X-MFC after: ha ha ha ha
2001-09-12 08:38:13 +00:00
Marcel Moolenaar
68a7335b3f
o Fix struct ssc_time and enable the SSC call to get the RTC.
...
o Print a message that the TODR is not set in sscclock_set.
2001-09-12 03:31:26 +00:00
Doug Rabson
e763b778c8
* Make a start on a realistic definition for bootinfo.
...
* Switch to proc0's stack and backing store before calling ia64_init
so that we don't rely on the loader's stack at all.
* Change kernel entry point name from locorestart to __start.
2001-09-10 13:40:00 +00:00
Peter Wemm
eb30c1c0b9
Rip some well duplicated code out of cpu_wait() and cpu_exit() and move
...
it to the MI area. KSE touched cpu_wait() which had the same change
replicated five ways for each platform. Now it can just do it once.
The only MD parts seemed to be dealing with fpu state cleanup and things
like vm86 cleanup on x86. The rest was identical.
XXX: ia64 and powerpc did not have cpu_throw(), so I've put a functional
stub in place.
Reviewed by: jake, tmm, dillon
2001-09-10 04:28:58 +00:00
Peter Wemm
660c5377fd
Missing part of dillon's coredump commit. cpu_coredump() was still
...
passing IO_NODELOCKED to vn_rdwr(), this would cause operations on the
unlocked core vnode and softupdates nastiness if an a.out binary cored.
2001-09-08 22:18:58 +00:00
Doug Rabson
d452f533f7
Add options to select between 4k, 8k and 16k page sizes on ia64. The
...
default is now 8k.
2001-09-07 11:03:39 +00:00
Doug Rabson
b68657dd33
Typo in comment.
2001-09-07 11:01:39 +00:00
Doug Rabson
4411cf6e7d
* Track ref/mod information properly when a mapping changes.
...
* Fix a panic in pmap_remove() for a non-current pmap.
2001-09-07 11:00:21 +00:00
Doug Rabson
9735f1281a
Remove old setjmp/longjmp stubs.
2001-09-07 10:59:05 +00:00
John Baldwin
df53e91c18
Call sendsig() with the proc lock held and return with it held.
2001-09-06 22:20:41 +00:00
Doug Rabson
4ce0b9f86d
Add struct tags to avoid warnings in kernel code.
2001-09-06 18:11:16 +00:00
David E. O'Brien
1792335469
style(9) the structure definitions.
2001-09-05 01:36:46 +00:00
Peter Wemm
b53f9c45f9
Nuke #if 0'ed "setredzone()" stub. We never used it, and probably
...
never will. I've implemented an optional redzone as part of the KSE
upage breakup.
2001-09-04 08:36:46 +00:00
Doug Rabson
093a61588e
Add a working version of setjmp/longjmp.
...
Obtained from: Intel's EFI toolkit.
2001-09-03 13:54:50 +00:00
Peter Wemm
05a806502b
Since we're cross compiling from x86, ignore the x86 CPUTYPE by default.
2001-09-03 07:58:32 +00:00
Peter Wemm
d73178aea8
Dont conflict with sysctl debug.mddebug
2001-09-03 04:49:19 +00:00
Peter Wemm
02de199140
Sync with i386 / alpha. Whitespace unindent / style prep for kse.
2001-09-02 10:07:09 +00:00
Peter Wemm
494e7e3923
Merge from i386: various cleanups including moving the map calculations
...
to MI code. This gets ia64 to compile again.
2001-09-02 07:47:47 +00:00
Peter Wemm
5a4b540da0
Same as i386/i386/pmap.c: clean up some style. This is irrelevant since
...
it is inside #if 0'ed code, but it would be a shame if this stuff got
cut/pasted elsewhere.
2001-08-31 06:25:28 +00:00
Mike Barcroft
03516cfeb0
o Remove some GCCisms in src/powerpc/include/endian.h.
...
o Unify <machine/endian.h>'s across all architectures.
o Make bswapXX() functions use a different spelling of u_int16_t and
friends to reduce namespace pollution. The bswapXX() functions
don't actually exist, but we'll probably import these at some
point. Atleast one driver (if_de) depends on bswapXX() for big
endian cases.
o Deprecate byteorder(3) prototypes from <sys/types.h>, these are
now prototyped indirectly in <arpa/inet.h>.
o Deprecate in_addr_t and in_port_t typedefs in <sys/types.h>, these
are now typedef'd in <arpa/inet.h>.
o Change byteorder(3) prototypes to use standards compliant uint32_t
(spelled __uint32_t to reduce namespace pollution).
o Document new preferred headers and standards compliance.
Discussed with: bde
PR: 29946
Reviewed by: bmilekic
2001-08-30 00:04:19 +00:00
Peter Wemm
76cb0cadf1
Enable hardwiring of things like tunables from embedded enironments
...
that do not start from loader(8).
2001-08-27 05:11:53 +00:00
Peter Wemm
547a9e66fd
vm_page_zero_idle() is no longer MD.
2001-08-25 04:54:25 +00:00
Peter Wemm
95a6562598
Strip out some #if's for old implementations of global data pointers.
2001-08-21 22:14:13 +00:00