]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Drag cat(1) kicking and screaming into the late 1980's:
[FreeBSD/FreeBSD.git] / sys / amd64 /
2002-02-01 obrienThis commit was generated by cvs2svn to compensate...
2002-02-01 sobomaxThis commit was generated by cvs2svn to compensate...
2002-02-01 bdeCompile osigreturn() unconditionally since it will...
2002-01-31 bdeFinish revs.1.23 and 1.24 so that MCOUNT_ENTER really...
2002-01-31 sheldonhThis commit was generated by cvs2svn to compensate...
2002-01-30 bdeBacked out the main part of revs.1.14-16. Don't disabl...
2002-01-30 bdeBacked out the last vestiges of rev.1.51. Don't enter...
2002-01-30 bdeCleaned up the 0ldSiG magic check before removing it...
2002-01-30 bdeDon't include <isa/isavar.h> or compile code depending...
2002-01-30 bdeRemoved unused includes. In particular, don't include...
2002-01-27 obrienThis commit was generated by cvs2svn to compensate...
2002-01-27 krisThis commit was generated by cvs2svn to compensate...
2002-01-24 dwmaloneThis commit was generated by cvs2svn to compensate...
2002-01-22 peterList bit 18 (reserved, apparently present on thunderbir...
2002-01-20 msmithAdd the 'iir' driver, for the Intel Integrated RAID...
2002-01-20 impThe Libretto L series has no $PIR table, but does have...
2002-01-18 ruThis commit was generated by cvs2svn to compensate...
2002-01-18 peterAvoid __func__ string concatenation
2002-01-17 bdeChanged the type of pcb_flags from u_char to u_int...
2002-01-16 peterChange <b28> to HTT (Hyperthreading technology). If...
2002-01-16 peterEnsure that we set all the %cr0 bits to a known state...
2002-01-15 nectarThis commit was generated by cvs2svn to compensate...
2002-01-15 ruThis commit was generated by cvs2svn to compensate...
2002-01-14 acheThis commit was generated by cvs2svn to compensate...
2002-01-10 ruThis commit was generated by cvs2svn to compensate...
2002-01-10 bdeClear the single-step flag for signal handlers. This...
2002-01-10 wesFix typo in function name.
2002-01-10 deischenUse a spare slot in the machine context for a flags...
2002-01-09 takawataFix S3 breakage.
2002-01-08 msmithStaticise devclasses and some unnecessarily global...
2002-01-07 psThis commit was generated by cvs2svn to compensate...
2002-01-07 sheldonhThis commit was generated by cvs2svn to compensate...
2002-01-05 peterConvert a bunch of 1 << PCPU_GET(cpuid) to PCPU_GET...
2002-01-05 jhbChange the preemption code for software interrupt threa...
2002-01-03 peterAllow a specific setting for pv entries. This avoids...
2001-12-31 dillonGrrr. The tlb code is strewn over 3 files and I misrea...
2001-12-31 dillonYou know those 'XXX what about SMP' comments in pmap_ke...
2001-12-30 phkGC an alternate trap_pfault() which has rotted away...
2001-12-26 sheldonhThis commit was generated by cvs2svn to compensate...
2001-12-21 tmmUse the new resource_list_print_type() function.
2001-12-21 ruThis commit was generated by cvs2svn to compensate...
2001-12-20 jhbIntroduce a standard name for the lock protecting an...
2001-12-20 sheldonhThis commit was generated by cvs2svn to compensate...
2001-12-20 peterReplace a bunch of:
2001-12-20 peterFix some whitespace nits, and a minor error that I...
2001-12-20 peterThis commit was generated by cvs2svn to compensate...
2001-12-18 jhbAxe stale extern for a non-existent variable.
2001-12-18 julianIn a couple of places, we recalculated addresses we...
2001-12-18 jhbVarious assembly fixes mostly in the form of using...
2001-12-18 jhbAllow the ATOMIC_ASM() macro to pass in the constraints...
2001-12-18 obrienThis commit was generated by cvs2svn to compensate...
2001-12-18 jhbModify the critical section API as follows:
2001-12-17 jhbSmall cleanups to the SMP code:
2001-12-14 luigiDevice Polling code for -current.
2001-12-14 iedowseEnable UFS_DIRHASH in the GENERIC kernel.
2001-12-14 nyanFixed to draw mouse cursor. The syscons driver for...
2001-12-14 sheldonhThis commit was generated by cvs2svn to compensate...
2001-12-12 jhbAxe an unneeded PCPU_SET(spinlocks, NULL) that I missed...
2001-12-11 jhbOverhaul the per-CPU support a bit:
2001-12-11 peterDelete some leftover code from a bygone age. We dont...
2001-12-10 guidoAdd new boot flag to i386 boot: -p.
2001-12-10 murrayAdd identification string for AMD-761 host to PCI bridge.
2001-12-09 dillonAllow maxusers to be specified as 0 in the kernel confi...
2001-12-05 mckusickUpdate pathnames for creation of tags file.
2001-12-04 desPROCFS requires PSEUDOFS. I forgot that GENERIC didn...
2001-12-04 jhbAdd a missing open paren to a macro that's been broken...
2001-11-30 petercpuid bit 30 is 'IA64', for when you're running in...
2001-11-28 msmithThis commit was generated by cvs2svn to compensate...
2001-11-26 impMFS: I was confused. This code wasn't in -current...
2001-11-19 greenThis commit was generated by cvs2svn to compensate...
2001-11-19 greenThis commit was generated by cvs2svn to compensate...
2001-11-18 iwasakiYet another verbose printing cleanup. Remove debug_wak...
2001-11-17 peterFix the non-KSTACK_GUARD case.. It has been broken...
2001-11-17 peterStart bringing i386/pmap.c into line with cleanups...
2001-11-16 peterOops, I accidently merged a whitespace error from the...
2001-11-16 peterConverge/fix some debug code (#if 0'ed on alpha, but...
2001-11-15 sobomaxAllow bit 21 of EFLAGS register (PSL_ID) be changed...
2001-11-15 jhb- Don't enable interrupts in trap() if we trapped while...
2001-11-12 jhbUse newer constraints for atomic_cmpset().
2001-11-12 jhbUse newer constraints for inline assembly for an operan...
2001-11-11 iwasakiAdd two minor changes.
2001-11-09 wollmanThis commit was generated by cvs2svn to compensate...
2001-11-09 wollmanThis commit was generated by cvs2svn to compensate...
2001-11-08 peterThis commit was generated by cvs2svn to compensate...
2001-11-06 obrienFix tab damage in rev 1.326.
2001-11-06 iwasakiAdd S4BIOS sleep (BIOS hibernation) and DSDT overriding...
2001-11-02 obrienThis commit was generated by cvs2svn to compensate...
2001-11-02 obrienThis commit was generated by cvs2svn to compensate...
2001-11-02 mikeo Add new header <sys/stdint.h>.
2001-11-01 iwasakiSome fix for the recent apm module changes.
2001-11-01 obrienThis commit was generated by cvs2svn to compensate...
2001-11-01 peterSkip PG_UNMANAGED pages when we're shooting everything...
2001-10-31 mjacobRemove previous revision. smp_started back in subr_smp...
2001-10-31 mjacobMake the actual volatile int smp_started live *somewher...
2001-10-31 rwatsonSpell deivces as devices.
2001-10-31 dillonDon't let pmap_object_init_pt() exhaust all available...
2001-10-31 msmithDon't try to probe the PnP BIOS if ACPI is active.
2001-10-31 msmithThis commit was generated by cvs2svn to compensate...
2001-10-31 msmithThis commit was generated by cvs2svn to compensate...
2001-10-30 greenAdd kmupetext(), a function that expands the range...
next