aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Fix module builds for i386 and amd64.Mark Murray2004-08-042-37/+9
* Post-locking clean up/simplification, particularly, the elimination ofAlan Cox2004-08-041-71/+61
* Making a loadable null.ko for /dev/(null|zero) proved ratherMark Murray2004-08-031-1/+0
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__Maxime Henrion2004-08-031-2/+3
* Add style(9) foolishness.Doug Rabson2004-08-031-8/+8
* Diff reduction WRT i386 version.Mark Murray2004-08-021-11/+12
* Add definitions for TLS relocations.Doug Rabson2004-08-021-2/+10
* Fix the build by providing 'PHYS_TO_DMAP' and 'M_MEMDESC'.David E. O'Brien2004-08-021-0/+6
* Add the I/O device for those architectures that have it.Mark Murray2004-08-011-0/+1
* Turn off PREEMPTION by default while it gets debugged. It's been causingScott Long2004-08-011-0/+3
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intoMark Murray2004-08-016-142/+182
* Turn on PCB_FULLCTX for set_mcontext, functions like kse_switchinDavid Xu2004-07-311-0/+1
* Add pmap locking to pmap_object_init_pt().Alan Cox2004-07-311-1/+6
* MFia64:Paul Saab2004-07-301-17/+1
* Advance the state of pmap locking on alpha, amd64, and i386.Alan Cox2004-07-291-20/+26
* Use newly added __used attribute to keep static function symbol fromAlexander Kabaev2004-07-291-1/+1
* Move a relic to its correct location(s): Put nfs diskless initializationPoul-Henning Kamp2004-07-281-25/+0
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanRobert Watson2004-07-271-6/+7
* Remove ahb, aha, ie, le and wl devices. They are all ISA/EISA only.Warner Losh2004-07-221-8/+0
* There is no pcic device on amd64. OLDCARD isn't supported, andWarner Losh2004-07-221-9/+0
* Unify db_stack_trace_cmd(). All it did was look up the thread givenMarcel Moolenaar2004-07-211-14/+0
* Remove the allpmaps list. It's unused.Alan Cox2004-07-202-19/+0
* As a temporary hack, turn off deferred preemptions that are the result ofJohn Baldwin2004-07-191-0/+2
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.David Schultz2004-07-191-1/+5
* Enable ADAPTIVE_MUTEXES by default by changing the sense of the option toScott Long2004-07-181-1/+0
* In -CURRENT pseudo devices are not statically assigned at compile time,Maxim Konovalov2004-07-181-1/+1
* Fix the build. pcm is no more.Paul Saab2004-07-161-4/+0
* Push down the acquisition and release of the page queues lock intoAlan Cox2004-07-151-2/+7
* Like on i386, eliminate pv_ptem (which was suggested by alc). ThisPeter Wemm2004-07-142-30/+58
* Add ptrace_clear_single_step(), alpha already has it for years, the functionDavid Xu2004-07-131-0/+7
* Push down the acquisition and release of the page queues lock intoAlan Cox2004-07-131-1/+2
* MFi386: rev 1.213 -- fix DELAY while the debugger is active.Marcel Moolenaar2004-07-111-12/+23
* Add options KDB and GDB. KDB takes on the function of what DDB usedMarcel Moolenaar2004-07-111-1/+3
* Remove the now unused GDB stubs. See src/sys/gdb/* for the new KDBMarcel Moolenaar2004-07-111-614/+0
* Mega update for the KDB framework: turn DDB into a KDB backend.Marcel Moolenaar2004-07-103-488/+259
* MFi386: don't fake the time counter when the debugger is active.Marcel Moolenaar2004-07-101-20/+12
* Remove obsolete prototype of kdb_trap().Marcel Moolenaar2004-07-101-2/+0
* Update for the KDB framework:Marcel Moolenaar2004-07-103-45/+33
* Implement makectx(). The makectx() function is used by KDB to createMarcel Moolenaar2004-07-102-0/+24
* Introduce the KDB debugger frontend. The frontend provides a frameworkMarcel Moolenaar2004-07-101-0/+52
* Introduce the GDB debugger backend for the new KDB framework. TheMarcel Moolenaar2004-07-102-0/+141
* Change the following environment variables to kernel options:Brian Somers2004-07-081-11/+8
* Change the following kernel options to environment variables:Brian Somers2004-07-081-8/+11
* MFi386: various io apic cleanupsPeter Wemm2004-07-083-54/+147
* MFi386: use rman access methods instead of groping around insidePeter Wemm2004-07-081-4/+5
* MFi386: whitespace nit fix (spare blank line)Peter Wemm2004-07-081-1/+0
* MFi386: fix up CR0 settingsPeter Wemm2004-07-081-23/+7
* MFi386: 1.57: transparently respect alignment/boundary tagsPeter Wemm2004-07-081-11/+47
* Simplify the control flow in pmap_extract(), enabling the elimination of aAlan Cox2004-07-071-4/+3
* White space and style changes only.Alan Cox2004-07-071-4/+1