]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Restore documented tgetstr() behavior.
[FreeBSD/FreeBSD.git] / sys / amd64 /
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 jkhTry and commit the tun comment fix again; I have no...
1999-09-01 peterEliminate some magic numbers.
1999-09-01 brianppp(1) -> ppp(8)
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 peterUse .p2align to ensure consistant a.out/elf alignment...
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 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-22 peterMake the identify routine add itself with priority...
1999-08-22 peterAdd an identify method to allow npx to arrange itself...
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 peterUndo my previous commit and do it differently. Break...
1999-08-19 peterTry using the builtin ffs() for egcs, it (by random...
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-15 phkGive if_tun the "almost clone" makeover.
1999-08-15 phkGive BPF the "almost-clone" update. If you need more...
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 peterHopefully fix the previous commit, it caused *all*...
1999-08-10 alcpmap_remove_pages:
1999-08-09 wpaulFix nexus_pcib_is_host_bridge() so that it detects...
1999-08-09 phkMerge the cons.c and cons.h to the best of my ability...
1999-08-08 phkMake the pty driver as close to a cloning device as...
1999-08-07 jkhEnable bpf by default. There was no significant dissen...
1999-08-06 phkForgot the "bsd" slice, now setrootbyname() understands...
1999-08-04 msmithFix typo which would have caused MTRR support on non...
1999-08-04 peterDon't probe if pci_cfgopen() fails to find pci hardware...
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-28 dfrAdd support for SYS_RES_DENSE and SYS_RES_BWX resource...
1999-07-26 cracauerVarious formatting fixes on my FPE trapcode commit.
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 dgIncreased max kmem to 200MB. This should fix some out...
1999-07-23 alcatomic.h:
1999-07-22 alcReduce the number of "magic constants" used for page...
1999-07-21 alcFix the following problem:
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...
1999-07-19 rnordierThis commit was generated by cvs2svn to compensate...
1999-07-18 bdeUpdated acquire_timer2()'s state machine to work when...
1999-07-18 bdeDon't let the machdep.tsc_freq sysctl proceed if the...
1999-07-17 phkCentralize dumpdev handling.
1999-07-16 msmithAdd support for multiple PCI busses directly connected...
1999-07-13 obrienMove the xe0 driver back where it was. It was misleadi...
1999-07-13 alcCommit the correct patch, i.e., the one that actually...
1999-07-13 alcChanged the implementation of the primitives to guarant...
1999-07-10 obrienThis commit was generated by cvs2svn to compensate...
1999-07-10 iwasakiThis commit was generated by cvs2svn to compensate...
1999-07-10 bdeGo back to the old (icu.s rev.1.7 1993) way of keeping...
1999-07-10 bdeFixed a longstanding scheduling bug. ASTs and softcloc...
1999-07-09 jlemonImplement support for hardware debug registers on the...
1999-07-08 mckusickThese changes appear to give us benefits with both...
next