]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386
Finally first shot at a driver for the Promise SuperTrak SX6000 ATA RAID
[FreeBSD/FreeBSD.git] / sys / i386 /
2002-07-31 phkThe Elan SC520 MMCR is actually 16bit wide, so u_char...
2002-07-30 iwasakiResolve conflicts arising from the ACPI CA 20020725...
2002-07-30 iwasakiThis commit was generated by cvs2svn to compensate...
2002-07-30 nectarThis commit was generated by cvs2svn to compensate...
2002-07-30 nectarThis commit was generated by cvs2svn to compensate...
2002-07-30 nectarThis commit was generated by cvs2svn to compensate...
2002-07-30 alc o Lock page queue accesses by pmap_release_free_page().
2002-07-29 mikeCreate a new header <machine/_stdint.h> for storing...
2002-07-29 alc o Pass VM_ALLOC_WIRED to vm_page_grab() rather than...
2002-07-28 fennerThis commit was generated by cvs2svn to compensate...
2002-07-28 peterUnwind the syscall_with_err_pushed tweak that jake...
2002-07-27 mikeCatch up to rev 1.339 of src/sys/conf/options (PCI_ENAB...
2002-07-24 julianAdd some locking asserts and some comments
2002-07-24 mpThis commit was generated by cvs2svn to compensate...
2002-07-23 peterde-count pci
2002-07-22 ruThis commit was generated by cvs2svn to compensate...
2002-07-22 bpThis commit was generated by cvs2svn to compensate...
2002-07-21 peterAdd unit counts for the i4b stuff where it still uses...
2002-07-21 peterAdd static unit count for 'card'
2002-07-21 peterAdd static unit count for pci here as well.
2002-07-21 peterAdd explicit unit count on 'device pci' for ahc/ahd
2002-07-21 peterThe following devices do not take a static unit 'count...
2002-07-21 impstyle(9)ize the whole file
2002-07-21 impFix more abuse of __FreeBSD__ to detect version.
2002-07-21 peterStop abusing NPCI for code that doesn't even work....
2002-07-21 peterMove SWTCH_OPTIM_STATS related code out of cpufunc...
2002-07-20 peterInfrastructure tweaks to allow having both an Elf32...
2002-07-19 alc o Use vm_page_alloc(... | VM_ALLOC_WIRED) in place...
2002-07-19 gallatinAdd support for probing secondary buses on the ServerWo...
2002-07-19 markmThis commit was generated by cvs2svn to compensate...
2002-07-18 markmBeautify. This has the side effect of improving portabi...
2002-07-18 phkAdd initialization code for the AMD Elan sc520 which...
2002-07-18 phkAdd an entry for the AMD Elan SC520 hostbridge. I...
2002-07-18 peterUse pmap_kenter() rather than vtopte() and bashing...
2002-07-17 peterAvoid trying to set PG_G on the first 4MB when we set...
2002-07-17 markmClean up the syntax WRT semicolons at the end of functi...
2002-07-17 dillonQualify comment on machdep.cpu_idle_hlt. Turning this...
2002-07-16 jhbVarious comment and minor style fixes. No actual conte...
2002-07-16 markmRetire the perl gethints.conf in favour of an awk versi...
2002-07-15 peterThe pmap_invalidate_all() here is definately not a...
2002-07-15 jhbAdd a new VM options section. Move KSTACK_PAGES there...
2002-07-15 jhbThe EISA_SLOTS option appears to be i386-only.
2002-07-15 jhbCOMPAT_OLDISA is only used on i386.
2002-07-15 jhbmakeLINT.send has been moved to sys/conf so we can...
2002-07-15 jhbMove ACPI device and options from MI NOTES to the i386...
2002-07-15 markmWrap GNU specific code in ifdefs, and help lint out...
2002-07-15 markmCast to prevent "signed/unsigned comparison" warnings.
2002-07-15 markmWarnings and lint-assisting fixes; mark unused function...
2002-07-14 alc o Lock page queue accesses by vm_page_wire().
2002-07-13 bdeQuick fix for high resolution kernel profiling on i386...
2002-07-13 peterTwo invlpg's slipped through that were not protected...
2002-07-13 peterinvlpg() does not work too well on i386 cpus. Add...
2002-07-13 peterDo global shootdowns when switching to/from 4MB pages...
2002-07-13 peterBandaid for SMP. Changing APTDpde without a global...
2002-07-13 alc o Lock some page queue accesses, in particular, those...
2002-07-13 alfredMove COMPAT_FREEBSD4 to arch-neutral sys/conf/NOTES.
2002-07-13 miniAdd additional cred_free_thread() calls that I had...
2002-07-12 dillonRe-enable the idle page-zeroing code. Remove all IPIs...
2002-07-12 jhbSet the thread state of the newly chosen to run thread...
2002-07-12 peterBe specific about which reason caused vm86_addpages...
2002-07-12 peterRevive backed out pmap related changes from Feb 2002...
2002-07-12 alfredIntroduce syscall.master option 'COMPAT4' which allows...
2002-07-12 peterUnexpand a couple of 8-space indents that I added in...
2002-07-11 peterBah, move the invltlb counter to C code and hook a...
2002-07-11 peters/NCPU/MAXCPU/ to try and get this to compile.
2002-07-10 julianfix a comment and note a problem with XXXSMP
2002-07-10 julianThis file has been included en-mass into i386/i386...
2002-07-10 dillonRemove the critmode sysctl - the new method for critica...
2002-07-10 obrienConsistently line-up /**/ comments so they don't cause...
2002-07-10 mikeRemove label_t and physadr, which seem to have never...
2002-07-10 julianInclude all of isa/ipl.s into exception.s as there...
2002-07-09 iwasakiThis commit was generated by cvs2svn to compensate...
2002-07-09 robertEnable emulation of the F_GETLK64, F_SETLK64, and F_SET...
2002-07-09 mikeMove the type definition of ointhand2_t from i386/inclu...
2002-07-08 mikeMove __offsetof() macro from <machine/ansi.h> to <sys...
2002-07-08 markmComment out apm; ACPI is the modern replacement, and...
2002-07-08 peterRemove #define APIC_INTR_HIGHPRI_CLOCK - this is no...
2002-07-08 peterThe clock is already allocated as 'fast' - no need...
2002-07-08 peterCosmetic. Remove #if 0 definition of vtophys() - it...
2002-07-08 peterAdd a special page zero entry point intended to be...
2002-07-08 peters/procrunnable/kserunnable/ in a comment
2002-07-08 peterFix a hideous TLB bug. pmap_unmapdev neglected to...
2002-07-07 peterCollect all the (now equivalent) pmap_new_proc/pmap_dis...
2002-07-07 impMake NEWCARD the default pccard/cardbus system.
2002-07-07 muxOne #include <sys/lock.h> is enough.
2002-07-05 obrienThis commit was generated by cvs2svn to compensate...
2002-07-04 peterDiff reduction (microoptimization) with another WIP...
2002-07-04 julianDon't free pages we never allocated..
2002-07-04 julianSlight restatement of the code and remove some unused...
2002-07-03 julianAdd comments and slightly rearrange the thread stack...
2002-07-03 julianRemove vestiges of old code...
2002-07-01 dougbThis commit was generated by cvs2svn to compensate...
2002-06-30 desThis commit was generated by cvs2svn to compensate...
2002-06-30 desThis commit was generated by cvs2svn to compensate...
2002-06-30 iwasakiResolve conflicts arising from the ACPI CA 20020404...
2002-06-30 iwasakiThis commit was generated by cvs2svn to compensate...
2002-06-30 mikeSince printf(3) now supports the `j' conversion specifi...
2002-06-30 rwatsonRemove ALT_BREAK_TO_DEBUGGER. This was inconsistent...
2002-06-29 julianFix reverse ordering of locks. add a comment about...
2002-06-29 julianPart 1 of KSE-III
next