summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Mark end of frames.davidxu2004-08-111-0/+1
* Add __elfN(dump_thread). This function is called from __elfN(coredump)marcel2004-08-111-0/+8
* As AMD64 architecture volume 1 chapter 3.1.2 says, high 32 bits of %rflagsdavidxu2004-08-101-3/+4
* In syscall, always make a copy of parameters from trapframe, thisdavidxu2004-08-091-12/+9
* With the advent of pmap locking it makes sense for pmap_copy() to be lessalc2004-08-081-3/+3
* Move the definition of M_MEMDESC to a non-optional file. This allowsscottl2004-08-072-5/+5
* Eliminate a variable that became unused in the i386 to amd64 conversion.alc2004-08-071-2/+0
* MFi386: Fix mem device. Grrr.markm2004-08-061-2/+0
* MFi386: sort out the mem device. Grrrr.markm2004-08-061-0/+3
* Fix module builds for i386 and amd64.markm2004-08-042-37/+9
* Post-locking clean up/simplification, particularly, the elimination ofalc2004-08-041-71/+61
* Making a loadable null.ko for /dev/(null|zero) proved rathermarkm2004-08-031-1/+0
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__mux2004-08-031-2/+3
* Add style(9) foolishness.dfr2004-08-031-8/+8
* Diff reduction WRT i386 version.markm2004-08-021-11/+12
* Add definitions for TLS relocations.dfr2004-08-021-2/+10
* Fix the build by providing 'PHYS_TO_DMAP' and 'M_MEMDESC'.obrien2004-08-021-0/+6
* Add the I/O device for those architectures that have it.markm2004-08-011-0/+1
* Turn off PREEMPTION by default while it gets debugged. It's been causingscottl2004-08-011-0/+3
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intomarkm2004-08-016-142/+182
* Turn on PCB_FULLCTX for set_mcontext, functions like kse_switchindavidxu2004-07-311-0/+1
* Add pmap locking to pmap_object_init_pt().alc2004-07-311-1/+6
* MFia64:ps2004-07-301-17/+1
* Advance the state of pmap locking on alpha, amd64, and i386.alc2004-07-291-20/+26
* Use newly added __used attribute to keep static function symbol fromkan2004-07-291-1/+1
* Move a relic to its correct location(s): Put nfs diskless initializationphk2004-07-281-25/+0
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanrwatson2004-07-271-6/+7
* Remove ahb, aha, ie, le and wl devices. They are all ISA/EISA only.imp2004-07-221-8/+0
* There is no pcic device on amd64. OLDCARD isn't supported, andimp2004-07-221-9/+0
* Unify db_stack_trace_cmd(). All it did was look up the thread givenmarcel2004-07-211-14/+0
* Remove the allpmaps list. It's unused.alc2004-07-202-19/+0
* As a temporary hack, turn off deferred preemptions that are the result ofjhb2004-07-191-0/+2
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.das2004-07-191-1/+5
* Enable ADAPTIVE_MUTEXES by default by changing the sense of the option toscottl2004-07-181-1/+0
* In -CURRENT pseudo devices are not statically assigned at compile time,maxim2004-07-181-1/+1
* Fix the build. pcm is no more.ps2004-07-161-4/+0
* Push down the acquisition and release of the page queues lock intoalc2004-07-151-2/+7
* Like on i386, eliminate pv_ptem (which was suggested by alc). Thispeter2004-07-142-30/+58
* Add ptrace_clear_single_step(), alpha already has it for years, the functiondavidxu2004-07-131-0/+7
* Push down the acquisition and release of the page queues lock intoalc2004-07-131-1/+2
* MFi386: rev 1.213 -- fix DELAY while the debugger is active.marcel2004-07-111-12/+23
* Add options KDB and GDB. KDB takes on the function of what DDB usedmarcel2004-07-111-1/+3
* Remove the now unused GDB stubs. See src/sys/gdb/* for the new KDBmarcel2004-07-111-614/+0
* Mega update for the KDB framework: turn DDB into a KDB backend.marcel2004-07-103-488/+259
* MFi386: don't fake the time counter when the debugger is active.marcel2004-07-101-20/+12
* Remove obsolete prototype of kdb_trap().marcel2004-07-101-2/+0
* Update for the KDB framework:marcel2004-07-103-45/+33
* Implement makectx(). The makectx() function is used by KDB to createmarcel2004-07-102-0/+24
* Introduce the KDB debugger frontend. The frontend provides a frameworkmarcel2004-07-101-0/+52
* Introduce the GDB debugger backend for the new KDB framework. Themarcel2004-07-102-0/+141
OpenPOWER on IntegriCloud