summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Add a comment to note that pseudo-device bpf is required for DHCP.murray2005-03-181-0/+1
* s/SLIST/STAILQ/phk2005-03-181-1/+1
* Remove comments relevant only to pc98 as there are no amd64 pc98 machines.imp2005-03-161-11/+1
* Make it clear nve needs mii, and shorten long comment line.obrien2005-03-161-2/+2
* Enable ehci by default on i386 and amd64. It had got to the stageiedowse2005-03-161-0/+1
* Remove fpsetsticky(). This was added for SysV compatibility, but duedas2005-03-151-20/+0
* Refactor the bus_dma header files so that the interface is described inscottl2005-03-141-247/+13
* MFCi386: Prevent integer underflow that could result in all memory beingscottl2005-03-121-3/+9
* FreeBSD consumer bits of the nForce MCP NIC binary blob.obrien2005-03-121-0/+1
* Remove diffs to i386 version that came in via the compiler support ifdefs.peter2005-03-1110-28/+37
* MFi386: reduce apic clock interrupt ratepeter2005-03-111-15/+5
* Fix a mismerge of i386 rev 1.209peter2005-03-111-1/+1
* Match i386 rev 1.38 with __cplusplus supportpeter2005-03-111-0/+8
* Fixup KTR traces.mux2005-03-081-18/+18
* Use __func__ in the KTR_BUSDMA traces. This avoids copy and pastemux2005-03-081-35/+33
* Remove dead code.scottl2005-03-071-17/+0
* Regen after addition of linux_nosys handler.sobomax2005-03-073-3/+9
* Handle unimplemented syscall by instantly returning ENOSYS instead of sendingsobomax2005-03-071-0/+4
* MFi386: use TUNABLE_ULONG_FETCH to retrieve hw.physmem.des2005-03-051-35/+3
* Replace goto with continue.des2005-03-051-2/+1
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-0215-84/+122
* Catch up with the "physical memory" sysctl change.obrien2005-03-011-0/+2
* MFi386: Sync whitespace and an abbreviationpeter2005-02-281-4/+4
* MFi386: Update alc's copyright noticepeter2005-02-281-1/+1
* MFi386: Bring over John's local apic timer codepeter2005-02-288-89/+219
* Typo.pjd2005-02-281-1/+1
* Spell "options" correctly as "options ".obrien2005-02-281-7/+7
* Connect "options MP_WATCHDOG" to the LINT builds.obrien2005-02-281-0/+5
* MFi386: rev 1.3:obrien2005-02-271-20/+31
* Remove recently added note about DEVICE_POLLING not working with SMP.trhodes2005-02-251-1/+0
* Remove acpi_perf from {ARCH}/conf/NOTES, to make tinderbox happy.delphij2005-02-251-3/+0
* According to kern_poll.c, you cannot use DEVICE_POLLING with SMP. Add atrhodes2005-02-231-0/+1
* MFi386: r1.17: Treat pin 0 as IRQ 0 rather than ExtINT if mixed mode is notjhb2005-02-221-2/+3
* - Add a new quirk to indicate that pin 0 of the first I/O APIC is reallyjhb2005-02-221-2/+8
* Use a common multi-inclusion protection, and add such aru2005-02-191-4/+4
* - Add a custom version of exec_copyin_args() to deal with the 32-bitjhb2005-02-182-84/+118
* MFi386 rev 1.61: Fix a few bugs in the legacy cpu attachment ivars.njl2005-02-151-3/+2
* MFi386: read from RTC_INTR after writing to RTC_STATUSBpeter2005-02-081-0/+2
* Since we are quite unlikely to ever face another platform whichphk2005-02-061-16/+13
* Staticize the legacy cpu devclasses and revert the name for the acpi_cpunjl2005-02-061-1/+1
* Finish the job of sorting all includes and fix the build by includingnjl2005-02-061-18/+15
* Make cpu_est_clockrate() more accurate by disabling interrupts for thenjl2005-02-051-2/+10
* Build cpufreq and acpi_perf on platforms that are likely to be able tonjl2005-02-051-0/+3
* Implement proper handling of PG_G mappings in pmap_protect(). (I don'talc2005-02-051-1/+4
* MFi386: Merge updates to the cpu pseudo-driver. Compile, not runtimenjl2005-02-041-26/+64
* Add an implementation of cpu_est_clockrate(9). This function estimates thenjl2005-02-041-7/+47
* o Split out kernel part of execve(2) syscall into two parts: one thatsobomax2005-01-291-9/+9
* JumboMFi386: use bitmapped IPI handler. Update elcr and default mptablepeter2005-01-2113-138/+298
* MFi386: handle PSL_T properly across fork. Typo fix.peter2005-01-211-1/+13
* MFi386: whitespace, copyright header, etc updatespeter2005-01-216-7/+3
OpenPOWER on IntegriCloud