]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
include cdefs.h so as to unbreak the libc build
[FreeBSD/FreeBSD.git] / sys / amd64 /
2003-01-19 marcelo Move the contents of <machine/floatingpoint.h> over to
2003-01-16 murrayThis commit was generated by cvs2svn to compensate...
2003-01-16 obrienThis commit was generated by cvs2svn to compensate...
2003-01-16 samwi now needs wlan
2003-01-16 dillonMerge all the various copies of vm_fault_quick() into...
2003-01-15 dillonMerge all the various copies of vmapbuf() and vunmapbuf...
2003-01-15 murrayThis commit was generated by cvs2svn to compensate...
2003-01-09 jhbRemove earlysetcpuclass() as it has been OBE.
2003-01-09 jhbRework part of the previous processor name changes...
2003-01-08 peterThis commit was generated by cvs2svn to compensate...
2003-01-08 jhbConsistently use spaces in between arguments to strcmp...
2003-01-08 jhb- Use cpu_exthigh instead of executing cpuid again...
2003-01-08 jhb- Add a cpu_exthigh variable to hold the highest extend...
2003-01-08 jhbBah, get the test for more than one logical CPU right...
2003-01-08 jhbEnumerate logical hyperthread CPUs manually if they...
2003-01-08 jhbIf the boot processor supports hyperthreading and conta...
2003-01-08 jhbAdd a cpuid_cpuinfo variable to hold the results of...
2003-01-08 jhb- Fix the name of the hyperthreading cpuid feature...
2003-01-06 desThis commit was generated by cvs2svn to compensate...
2003-01-06 obrienThis commit was generated by cvs2svn to compensate...
2003-01-06 obrienThis commit was generated by cvs2svn to compensate...
2003-01-03 jhbDocument bit 31 of the cpuid features word as PBE ...
2003-01-03 desThis commit was generated by cvs2svn to compensate...
2003-01-01 schweikhCorrect typos, mostly s/ a / an / where appropriate...
2002-12-31 njlReturn an error when r/w is requested on an unsupported...
2002-12-29 rwatsonSynchronize to kern/syscalls.master:1.139.
2002-12-28 scottlAdd the if_bge driver. I can't find any reason why...
2002-12-28 julianAdd code to ddb to allow backtracing an arbitrary thread.
2002-12-28 alcAssert that the page queues lock is held in pmap_testbit().
2002-12-24 alc - Hold the page queues lock around calls to vm_page_wa...
2002-12-23 phkOutdent the string rather than use concatenation.
2002-12-22 tjrMB_LEN_MAX is not MD, move it to the MI limits.h.
2002-12-19 obrienThis commit was generated by cvs2svn to compensate...
2002-12-18 marcelExport the physical address of the RSDP to userland...
2002-12-17 njlBack out 1.19 to rethink approach
2002-12-17 njlAutomatically issue a "continue" along with the "detach...
2002-12-16 julianReformat last change
2002-12-16 julianDon't dump core into a partition that is too small...
2002-12-16 cognetAdd the trm(4) driver.
2002-12-16 desThis commit was generated by cvs2svn to compensate...
2002-12-16 marcelRegen: swapoff
2002-12-16 marcelChange swapoff from MNOPROTO to UNIMPL. The former...
2002-12-15 dillonThis is David Schultz's swapoff code which I am finally...
2002-12-14 phkOnly dump the BIOS geometry table from bootinfo on...
2002-12-14 alcAdd page locking to pmap_mincore().
2002-12-14 alfredSCARGS removal take II.
2002-12-13 alfredBackout removal SCARGS, the code freeze is only "select...
2002-12-13 alfredRemove SCARGS.
2002-12-13 obrienThis commit was generated by cvs2svn to compensate...
2002-12-10 julianUnbreak the KSE code. Keep track of zobie threads using...
2002-12-05 jhbAdd "disabled" hints to all of the uncommon ISA devices...
2002-12-04 alcHold the page queues lock around calls to pmap_remove().
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 desThis commit was generated by cvs2svn to compensate...
2002-12-04 phkUse the correct value when writing the Day Of Week...
2002-12-03 alcAvoid recursive acquisition of the page queues lock...
2002-12-02 deischenAlign the FPU state in the ucontext and sigcontext...
2002-12-02 obrienThis commit was generated by cvs2svn to compensate...
2002-12-02 alcHold the page queues lock when calling pmap_unwire_pte_...
2002-12-02 peterThis commit was generated by cvs2svn to compensate...
2002-12-01 alcAssert that the page queues lock is held in pmap_change...
2002-11-30 alcAssert that the page queues lock is held in pmap_page_e...
2002-11-27 iwasakiThis commit was generated by cvs2svn to compensate...
2002-11-25 alcAssert that the page queues lock is held in pmap_remove...
2002-11-24 alcAdd page queues locking to vunmapbuf(); reduce differen...
2002-11-24 nectarThis commit was generated by cvs2svn to compensate...
2002-11-24 iwasakiAdd `if (!cold)' checkings for functions which is calle...
2002-11-23 alc - Assert that the page queues lock is held in pmap_rem...
2002-11-22 muxUnder certain circumstances, we were calling kmem_free...
2002-11-21 jhb*sigh*. It seems that in the ACPICA code, Intel define...
2002-11-16 deischenRegenerate after adding syscalls.
2002-11-16 deischenAdd *context() syscalls to ia64 32-bit compatability...
2002-11-16 deischenAdd getcontext, setcontext, and swapcontext as system...
2002-11-14 dougbThis commit was generated by cvs2svn to compensate...
2002-11-14 impMFp4:
2002-11-13 peterRecognize the Serverworks CIOB30 host to pci bridge.
2002-11-13 mdoddLoader tunable 'machdep.disable_mtrrs'.
2002-11-13 alcMove pmap_collect() out of the machine-dependent code...
2002-11-12 obrienThis commit was generated by cvs2svn to compensate...
2002-11-11 alc - Clear the page's PG_WRITEABLE flag in the i386's...
2002-11-09 iwasakiAdd a new loader tunable, hw.hasbrokenint12, to indicat...
2002-11-09 desPrint real / avail memory in megabytes rather than...
2002-11-07 tmmMove the definitions of the hw.physmem, hw.usermem...
2002-11-07 alfredProperly parenthesize the DBREG_DRX macro's variables...
2002-11-07 alcSimplify and optimize pmap_object_init_pt(). More...
2002-11-07 davidxu1.Fix smp race between kernel vm86 BIOS calling and...
2002-11-06 jmallettRemove what was a temporary bogus assignment of bits...
2002-11-05 davidxuFix typo. ioport_rid should be irq_rid.
2002-11-04 robertoThis commit was generated by cvs2svn to compensate...
2002-11-02 rwatsonSync to src/sys/kern/syscalls.master
2002-11-02 impMFp4:
2002-11-02 impUse 0xffffffff instead of -1 for id to compare against.
2002-10-29 robertoThis commit was generated by cvs2svn to compensate...
2002-10-29 desThis commit was generated by cvs2svn to compensate...
2002-10-25 jhbNote that the sched_lock protects md_ldt of struct...
2002-10-25 peterFinish fixing the 5.x FPU code for dealing with signal...
2002-10-25 peterSplit 4.x and 5.x signal handling so that we can keep...
next