]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386/i386
Fix from Tor so that if we enter the debugger in the tristate going to
[FreeBSD/FreeBSD.git] / sys / i386 / i386 /
1999-09-25 mjacobFix from Tor so that if we enter the debugger in the...
1999-09-25 phkRemove five now unused fields from struct cdevsw. ...
1999-09-23 jhayMake the frequency tuneable via a sysctl.
1999-09-23 obrienThis commit was generated by cvs2svn to compensate...
1999-09-22 luoqiDisplay CPU (BSP) clock speed on SMP systems.
1999-09-22 wpaulSpruce up the ADMtek driver: conver to newbus, miibus...
1999-09-20 dillon Fix bug in pipe code relating to writes of mmap...
1999-09-20 phkOn PIIX4 based SMP systems use the PMTMR register for...
1999-09-19 markmThis commit was generated by cvs2svn to compensate...
1999-09-19 obrienThis commit was generated by cvs2svn to compensate...
1999-09-18 obrienThis commit was generated by cvs2svn to compensate...
1999-09-15 obrienThis commit was generated by cvs2svn to compensate...
1999-09-12 greenCorrection: mem.c devices are "D_MEM" (and D_MEM is...
1999-09-12 greenMainly stylistic fixes:
1999-09-12 greenMake the d_flags of mem devices D_DISK to signify that...
1999-09-12 msmithSome PnP BIOSsen return garbage in the high byte of...
1999-09-11 peterMake pmap_mapdev() deal with non-page-aligned requests.
1999-09-10 phkSystem clock don't update, because C6's TSC stop count...
1999-09-10 peterAdd text for the PN (Processor serial number) and XMM...
1999-09-10 msmithLook for the right ACPI signature.
1999-09-10 msmithInvoke smp_rendezvous_action() using the a.out compatib...
1999-09-07 luoqiSave %gs in sigcontext when delivering a signal and...
1999-09-06 impAdd pccard child to nexus. A better version would...
1999-09-06 wpaulThis commit adds driver support for PCI fast ethernet...
1999-09-05 wpaulThis commit adds driver support for the Silicon Integra...
1999-09-05 peterSet up FPU state on the AP.
1999-09-05 greenM_WAITOK->M_NOWAIT
1999-09-04 markmThis commit was generated by cvs2svn to compensate...
1999-09-03 mdoddThis adds the i386 specific support for systems with...
1999-09-02 luoqiSome reorganization of sysarch() interface:
1999-09-02 peterUpdate for new pnp includes
1999-09-01 dfrThis represents essentially a complete rewrite of the...
1999-09-01 markmThis commit was generated by cvs2svn to compensate...
1999-09-01 markmThis commit was generated by cvs2svn to compensate...
1999-09-01 nsayerquoted string change: the si driver also covers the...
1999-08-31 msmithMake the error return from mem_range_attr_get actually...
1999-08-30 msmithCheck that there is memory range support before attempt...
1999-08-28 phkWe don't need to pass the diskname argument all over...
1999-08-28 peter$Id$ -> $FreeBSD$
1999-08-27 jlemonReference the correct gdt[] entry on SMP. Remove the...
1999-08-26 obrienThis commit was generated by cvs2svn to compensate...
1999-08-25 msmithRename 'bios_jmp' to 'bios16_jmp' to make it clear...
1999-08-25 peterUse the far jump for the base of the page arithmatic...
1999-08-24 msmithWork around a bad design in some PnP BIOS code whereby...
1999-08-24 alcCosmetic: Correct the Id string.
1999-08-24 peterThis commit was generated by cvs2svn to compensate...
1999-08-24 bdeFixed a misplaced cast to uintptr_t. Cosmetic.
1999-08-23 bde`bootdev' is an ordinary u_long, so don't cast it to...
1999-08-23 alcImplement a version of s_lock_try that doesn't cause...
1999-08-23 phkNow that we can bind cdevsw to the individual dev_t...
1999-08-23 phkConvert DEVFS hooks in (most) drivers to make_dev().
1999-08-23 peterThe nexus_attach() code works a lot better if it's...
1999-08-23 alcModify the macros IMASK_UNLOCK, CPL_UNLOCK, and REL_FAS...
1999-08-22 peterThe previous fix didn't do anything if you didn't have...
1999-08-22 greenFinish unbreaking autoconf.c includes (for non-SMP.)
1999-08-22 peterOops, that wasn't so clever after all. struct isa_devi...
1999-08-22 peterZap a heap of unused cruft now. We don't need the...
1999-08-22 peterTake advantage of the apm/npx code and let them identif...
1999-08-21 wpaulThis commit adds device driver support for the Sundance...
1999-08-20 msmithLoosen up the constructed argument segment generation...
1999-08-20 katoThere may exist two kinds of IBM BlueLightning CPU...
1999-08-19 peterUpdate for MI switch code, and trim a heap of unused...
1999-08-19 peterUse the MI process selection. We use a quick routine...
1999-08-18 alcCreate callable (non-inline) versions of the atomic_OP_...
1999-08-18 msmithRemove the SMBIOS detection and definitions; this shoul...
1999-08-17 msmithSearch for and interrogate the PnP BIOS if found. ...
1999-08-17 msmithMindbogglingly, many BIOS vendors expect to be able...
1999-08-16 gibbsFix a bug in busdma_mem_free() where we were improperly...
1999-08-14 obrienThis commit was generated by cvs2svn to compensate...
1999-08-13 phkThe bdevsw() and cdevsw() are now identical, so kill...
1999-08-11 alc_pmap_allocpte:
1999-08-10 alcpmap_remove_pages:
1999-08-09 mppRemove a reference to config(8) when IRQ 2 is remapped...
1999-08-09 phkMerge the cons.c and cons.h to the best of my ability...
1999-08-06 phkForgot the "bsd" slice, now setrootbyname() understands...
1999-08-04 msmithFix typo which would have caused MTRR support on non...
1999-07-31 alcpmap_object_init_pt:
1999-07-31 alcChange the type of vpgqueues::lcnt from "int *" to...
1999-07-31 alcAdd parentheses for clarity.
1999-07-29 msmithFormatting-only cleanup accidentally omitted from the...
1999-07-29 peterGBIOSSTACK_SEL is undefined, but OTOH, BSSSEL apparentl...
1999-07-29 msmithRemove some duplicate definitions, as suggested by...
1999-07-29 msmithFix for vmspace sharing as per Alan Cox. Thanks!
1999-07-29 msmithMajor update to the kernel's BIOS-calling ability.
1999-07-29 greenRemove XXX from the headers (broke the build, I'm betting.)
1999-07-29 mdoddAlter the behavior of sys/kern/subr_bus.c:device_print_...
1999-07-28 seThis commit was generated by cvs2svn to compensate...
1999-07-28 msmithWe're called too early to have any idea whether APM...
1999-07-28 seThis commit was generated by cvs2svn to compensate...
1999-07-28 msmithRemove some droppings left over from the removal of...
1999-07-25 cracauerOn FPU exceptions, pass a useful error code (one of...
1999-07-25 wpaulThis commit adds device driver support for Adaptec...
1999-07-24 yokota- Correctly initialize cn_dev_t and cn_udev_t.
1999-07-22 alcReduce the number of "magic constants" used for page...
1999-07-21 alcFix the following problem:
1999-07-20 greenI missed a not. Also, remove invltlb(), since it's...
1999-07-20 msmithUpdate of the i686 MTRR/memory range support.
1999-07-20 msmithImplement an all-CPU shootdown-style rendezvous facilit...
1999-07-19 peterFix a page size vs. KB mixup. The extra buffers allocat...
1999-07-19 rnordierThis commit was generated by cvs2svn to compensate...
next