aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* If trap() is called when ddb is active, then go directly to trap_fatal();Bruce Evans2002-06-121-2/+9
* - Fixup / remove obsolete comments.John Baldwin2002-06-071-34/+22
* Hook up the ahd driver.Justin T. Gibbs2002-06-061-0/+1
* Silence preprocessor warning, No need to use CONCAT with "," and "word".Alfred Perlstein2002-06-011-1/+1
* Fixed the return value of fpsetmask(). The API requires inversion of theBruce Evans2002-06-011-1/+2
* Fixed style bugs in rev.1.9.Bruce Evans2002-06-011-9/+17
* Use a common function to map the bogus intlines.Warner Losh2002-06-011-11/+17
* Move the definition of ElfN_Hashelt to common headers. The only platformDoug Rabson2002-05-301-11/+0
* Do not refer to the Intel PRO/1000 by its internal name.David E. O'Brien2002-05-291-1/+1
* Restore the irq=0 => irq=255 hack to pci_cfgintr_search(). Just havingBrooks Davis2002-05-291-0/+8
* Add declarations of suword32 and suword64. Add implementations of one orDoug Rabson2002-05-262-0/+12
* Make the run queue parameters machine dependent. Optimize 64 bitJake Burkholder2002-05-251-0/+46
* Rename pause() to ia32_pause() so it doesn't conflict with the pause()John Baldwin2002-05-221-2/+2
* Restore us back to the rev 1.324 level of having an Intel gigE driver.David E. O'Brien2002-05-221-0/+1
* Debug registers aren't selectors, so use saner names for the variables inJohn Baldwin2002-05-221-24/+24
* - Sort the pause() inline into the appropriate location.John Baldwin2002-05-221-6/+25
* Rename cpu_pause() to pause(). Originally I was going to make this anJohn Baldwin2002-05-221-1/+1
* Permit alternative break sequence to break to debugger in GENERIC. BreakageRobert Watson2002-05-211-0/+1
* Add an inline function cpu_pause() for the IA32 'pause' instruction.John Baldwin2002-05-211-0/+6
* Make this compile with gcc-3.1, which objects to the multi-line string.Peter Wemm2002-05-191-64/+64
* Fixed a semantic error. va_arg(ap, u_short) is nonsense except on i386'sBruce Evans2002-05-131-5/+5
* Fixed a syntax error (a label not followed by a statement).Bruce Evans2002-05-131-1/+1
* Gcc 3.1 varargs support.David E. O'Brien2002-05-101-0/+18
* Restore the ability interrupt dumps on i386, based onBill Fenner2002-05-041-0/+7
* Typo fix: detects -> detect.Juli Mallett2002-05-031-1/+1
* Join the pissing contest: generate LINT with a single sed(1) command.Dag-Erling Smørgrav2002-05-021-2/+2
* Use shell script version (using awk and sed) of makeLINT.pl.Jun Kuriyama2002-05-021-2/+2
* Don't export timecounter structures under debug. with sysctl, theyPoul-Henning Kamp2002-04-302-12/+0
* Tidy up some loose ends.Peter Wemm2002-04-293-57/+7
* For what it's worth, fix the compilation of an I386_CPU-only kernelAlan Cox2002-04-271-1/+8
* Don't call vm_map_growstack() from trapwrite() as vm_fault() now performsAlan Cox2002-04-271-7/+4
* Add a CAM interface to the aac driver. This is useful in case you shouldScott Long2002-04-271-0/+1
* Remove the tc_update() function. Any frequency change to thePoul-Henning Kamp2002-04-262-4/+0
* Don't use the symbol name to lookup the symbol value when we can useMarcel Moolenaar2002-04-251-11/+7
* o Work around bugs in the powerof2 macro: It thinks that 0 is a power ofWarner Losh2002-04-241-12/+18
* Fix a PNPID in a commentWarner Losh2002-04-241-1/+1
* Don't free(9) a pointer which has been modified.Poul-Henning Kamp2002-04-231-6/+7
* Stylify (mainly line up macro EOL-continuation \'s), and add a dummyMark Murray2002-04-211-21/+28
* Clean up:Alfred Perlstein2002-04-191-4/+10
* Since WITNESS doesn't just do mutexes, remove "mutex" from the WITNESSRobert Watson2002-04-181-1/+1
* o Call vm_map_growstack() from vm_fault() if vm_map_lookup() has failedAlan Cox2002-04-181-17/+2
* Fix typo in adjusted panic message.Tor Egge2002-04-173-3/+3
* Update io_apic_ints array properly when revoking an irq mapping.Tor Egge2002-04-173-6/+6
* Rework the kernel environment subsystem. We now convert the staticMaxime Henrion2002-04-173-8/+32
* Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]()Peter Wemm2002-04-151-9/+11
* Make the MTRR code a bit more defensive - this should help peopleDavid Malone2002-04-141-30/+51
* Move do_cpuid into the correct place in this file and makeDavid Malone2002-04-101-10/+8
* o In osigreturn(), restore all of the registers in one place.Alan Cox2002-04-101-5/+9
* Initial support for executing IA-32 binaries. This will not compileDoug Rabson2002-04-106-0/+2839
* GC various bits and pieces of USERCONFIG from all over the place.Poul-Henning Kamp2002-04-093-9/+0