]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Pass the right number of tlb slots to the kernel. The allocation scheme
[FreeBSD/FreeBSD.git] / sys / amd64 /
2002-10-17 Jim PirzykAdd the !define(COMPILING_LINT)
2002-10-17 Mitsuru IWASAKI1. Fix a comment. Locking _is_ needed (but not done).
2002-10-17 Jim Pirzykput an #error directive when SMP and CPU_DISABLE_CMPXCH...
2002-10-16 John BaldwinUse the global pcib devclass instead of our own static...
2002-10-16 John Baldwin- curproc may be NULL in 4-stable. In that case use...
2002-10-16 John BaldwinInclude <sys/select.h> on -stable instead of <sys/selin...
2002-10-16 Poul-Henning KampBe consistent about functions being static.
2002-10-15 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2002-10-15 Peter WemmThe a.out md_coredump stuff isn't referenced anywhere...
2002-10-14 Jim PirzykAdd a knob to turn on and off the CMPXCHG instruction...
2002-10-14 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2002-10-13 Mike BarcroftRemove the P1003_1B kernel option; it is no longer...
2002-10-13 Mike BarcroftAdd standards visibility conditionals. Change any...
2002-10-12 Mark PeekThis commit was generated by cvs2svn to compensate...
2002-10-12 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2002-10-12 Poul-Henning KampRemove NO_GEOM option. No outstanding show-stoppers.
2002-10-12 Jeff Roberson - Create a new scheduler api that is defined in sys...
2002-10-11 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2002-10-11 Mike BarcroftChange iov_base's type from `char *' to the standard...
2002-10-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-10-11 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2002-10-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-10-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-10-10 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-10-10 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-10-10 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-10-10 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-10-09 Peter Wemmre-regen. Sigh.
2002-10-09 Peter WemmSigh. Fix fat-fingering of diff. I knew this was going...
2002-10-09 Peter Wemmregenerate. sendfile stuff and other recently picked...
2002-10-09 Peter WemmTry and deal with the #ifdef COMPAT_FREEBSD4 sendfile...
2002-10-09 Peter WemmTry and patch up some tab-to-space spammage.
2002-10-09 Peter WemmAdd placeholder stubs for nsendfile, mac_syscall, ksem_...
2002-10-09 John BaldwinUse d_thread_t for cdevsw functions instead of struct...
2002-10-09 John BaldwinRemove 'at' hints for npx and apm as both drivers have...
2002-10-09 Julian ElischerRound out the facilty for a 'bound' thread to loan...
2002-10-07 Warner Losho go ahead and route the interupt, even if it is suppos...
2002-10-06 Mike BarcroftAdd conditionals to allow va_list to be defined in...
2002-10-06 Mike Barcrofto Add conditionals to allow va_list to be defined in...
2002-10-05 Poul-Henning KampNB: This commit does *NOT* make GEOM the default in...
2002-10-05 Daniel EischenFix building of minimal kernels without npx by rearrang...
2002-10-05 Mike BarcroftFix namespace issues by using visibility conditionals...
2002-10-04 Mike Barcroftstyle(9) <machine/setjmp.h> headers so they look mostly...
2002-10-04 Sam LefflerNew bus_dma interfaces for use by crypto device drivers:
2002-10-04 John BaldwinFix a bogon in previous commit. bcopy() from the mallo...
2002-10-04 Mitsuru IWASAKIThis commit was generated by cvs2svn to compensate...
2002-10-04 Daniel EischenAdd another temporary hack to allow running older i386...
2002-10-02 Mitsuru IWASAKIAdd 2 Ids for new ServerWorks host to PCI bridge chipset.
2002-10-02 Archie CobbsLet kse_wakeup() take a KSE mailbox pointer argument.
2002-10-02 Scott LongSome kernel threads try to do significant work, and...
2002-10-02 Poul-Henning KampThis commit was generated by cvs2svn to compensate...
2002-10-01 Poul-Henning KampThe pmap_prefault_pageorder[] array was initialize...
2002-10-01 Poul-Henning KampIt is too much work convincing lint why we would want...
2002-10-01 Poul-Henning KampA more lint friendly #ifdef lint section.
2002-09-30 John Baldwin- Give legacy an identify routine that always adds...
2002-09-30 John BaldwinTrash the PnPBIOStable pointer later on when we know...
2002-09-30 David E. O'BrienTurn back on the "SMP: AP CPU #N Launched!" message...
2002-09-30 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-09-30 Murray StokelyThis commit was generated by cvs2svn to compensate...
2002-09-30 David E. O'BrienOnly print out the "SMP: AP CPU #N Launched!" message...
2002-09-30 David E. O'BrienSave the FP state in the PCB as that is compatable...
2002-09-28 Peter WemmDeal with some SMP races by doing the entire copyin...
2002-09-28 Peter WemmThere is no need for start/num to be signed in i386_ldt...
2002-09-28 Peter WemmRepair range checking for reading the ldt list.
2002-09-28 Poul-Henning KampDon't call function in return() for a void function.
2002-09-28 Poul-Henning KampBe consistent about "static" functions: if the function...
2002-09-27 Søren SchmidtAdd the pst (Promise SX6000) driver to GENERIC.
2002-09-26 Peter WemmISMEMSDP(), IS286GDP(), IS386GDP(), ISGDP(), ISSDP...
2002-09-25 Archie CobbsMake the following name changes to KSE related function...
2002-09-25 Mark MurrayFix a declaration that is actually supposed to be a...
2002-09-23 Alfred Perlsteinuse __packed.
2002-09-23 John BaldwinNow that we only probe host-PCI bridges once, we no...
2002-09-23 John BaldwinPut verbose printf's in the PCI BIOS interrupt routing...
2002-09-23 John BaldwinUpdate the nexus driver for the addition of the legacy...
2002-09-23 John BaldwinChange the nexus_pcib driver (eventually to be renamed...
2002-09-23 John BaldwinAdd a new legacy(4) device driver for use on machines...
2002-09-23 Peter WemmPIC_GOTOFF is OBE.
2002-09-23 Peter Wemmuse __packed, rather than __attribute__((packed)).
2002-09-23 Peter WemmAt great personal risk, add a __packed and __aligned...
2002-09-23 Peter WemmDelete a whole bunch of compatability defines that...
2002-09-23 Mike BarcroftBe careful not to define GCC-specific optimizations...
2002-09-22 Peter WemmCreate inlines for ltr(sel), lldt(sel), lidt(addr)...
2002-09-22 Matthew N. Dodd- Move the init of %gs and pcb_gs before user_ldt_free().
2002-09-22 Jake BurkholderMoved nfs_diskless setup code from autoconf.c to nfscli...
2002-09-21 Mark MurrayA good dose of style.9. No functional change.
2002-09-21 Mark MurrayCode tidy-up. ISOfy, turn a macro into an inline for...
2002-09-21 Mark MurrayProvide in inline function for the (GNUC) assembler...
2002-09-21 Mark MurrayWrap GCC-specific asm() code in #ifdef __GNUC__
2002-09-21 Poul-Henning KampFix a 3 year old oversight: Remove the #ifdef/#endif...
2002-09-20 John BaldwinAxe unused include.
2002-09-20 Poul-Henning KampWe need neither <sys/diskslice.h> nor <sys/disklabel...
2002-09-20 Poul-Henning KampFor reasons now lost in historical fog, the bounds_chec...
2002-09-20 John Baldwinfork_trampoline() marks a trap frame.
2002-09-20 John BaldwinUse proper type for a variable used as a DDB symbol.
2002-09-20 John BaldwinTrim includes.
2002-09-20 John BaldwinVarious style fixes, including moving db_print_backtrac...
2002-09-19 Matthew N. DoddThis patch enables FreeBSD i686 MTRR support on Intel...
2002-09-19 John BaldwinImplement db_print_backtrace() if DDB is compiled into...
2002-09-19 Matthew N. DoddFrom Christian Zander:
2002-09-18 Mitsuru IWASAKIRestore status register A of RTC at resume time.
next