]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sparc64
Pass the right number of tlb slots to the kernel. The allocation scheme
[FreeBSD/FreeBSD.git] / sys / sparc64 /
2002-10-17 Thomas MoestlWhen entering the firmware mappings into the kernel...
2002-10-16 Thomas MoestlAdd "pci108e,8000" (psycho) and "pci108e,a000" (US...
2002-10-16 Thomas MoestlUse a linked list to keep the psycho softcs instead...
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 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 Barcroft#ifdef _KERNEL not #if _KERNEL.
2002-10-13 Mike BarcroftAdd standards visibility conditionals. Change any...
2002-10-12 Jake BurkholderRemoved unused tl0_syscall.
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-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 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-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 Maxime HenrionAdd two extern's for adjkerntz and wall_cmos_clock...
2002-10-05 Poul-Henning KampNB: This commit does *NOT* make GEOM the default in...
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 Mitsuru IWASAKIThis commit was generated by cvs2svn to compensate...
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-02 Jake BurkholderRemove options NO_MODULES=true. Lots of modules build...
2002-10-01 Jake BurkholderConvert the bus space accessors from macros to inlines...
2002-10-01 Jake BurkholderGet rid of the TODO macro in the few places that still...
2002-10-01 Jake BurkholderAdd needed include of queue.h.
2002-10-01 Jake BurkholderUse M_NOWAIT instead of M_WAITOK when allocating dmamap...
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-28 Jake BurkholderRenamed intr_enqueue to intr_vector and intr_dequeue...
2002-09-28 Jake BurkholderMoved most interrupt related code to a new file, interr...
2002-09-27 Jake BurkholderAdd a workaround for what seems to be confusion between...
2002-09-25 Jake BurkholderRemoved debug code.
2002-09-25 Jake BurkholderPass the function to call (trap or syscall) to tl0_trap...
2002-09-24 Jake BurkholderRearrange tl1_trap slightly, also save and restore...
2002-09-24 Jake BurkholderAllocate stack space for the trapframe along with the...
2002-09-24 Jake BurkholderSplit user trap processing out into a separate routine...
2002-09-23 Mike BarcroftBe careful not to define GCC-specific optimizations...
2002-09-22 Jake BurkholderCall trap directly for exceptional cases that need...
2002-09-22 Jake BurkholderRemove unneeded opt headers.
2002-09-22 Benno RiceIt's Apple GMAC, not HMAC.
2002-09-22 Jake BurkholderMoved nfs_diskless setup code from autoconf.c to nfscli...
2002-09-21 Maxime HenrionDon't include opt_bus.h here, it breaks stuff trying to
2002-09-19 John BaldwinUse correct function name in previous commit.
2002-09-19 John BaldwinImplement db_print_backtrace() if DDB is compiled into...
2002-09-18 Mike BarcroftImplement C99's va_copy() macro.
2002-09-17 Jake BurkholderFix standard kse breakge of non-x86 platforms. sigh.
2002-09-17 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-17 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-17 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-17 Peter WemmInitiate deorbit burn for the i386-only a.out related...
2002-09-16 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-09-16 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-09-15 Julian ElischerAllocate KSEs and KSEGRPs separatly and remove them...
2002-09-14 Thomas MoestlUse the definitions in machine/fsr.h instead of duplica...
2002-09-14 Thomas MoestlClean up a bit, and add some more macros to access...
2002-09-07 Juli MallettFill out two fields (si_pid, si_uid) in the siginfo...
2002-09-03 Mike BarcroftNow that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are...
2002-09-02 Jake BurkholderRemove an unneeded PROC_LOCK, which caused lock recursi...
2002-09-02 Mike BarcroftAlign _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ with most...
2002-09-02 Peter WemmThis commit was generated by cvs2svn to compensate...
2002-09-01 Jake BurkholderAdded fields for VM_MIN_ADDRESS, PS_STRINGS and stack...
2002-09-01 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-01 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-01 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-01 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-08-31 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-08-30 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-08-30 Peter WemmChange hw.physmem and hw.usermem to unsigned long like...
2002-08-29 Jake BurkholderRenamed poorly named setregs to exec_setregs. Moved...
2002-08-29 Jake BurkholderMinor cleanup.
2002-08-29 Jake BurkholderRemoved legacy signal trampoline.
2002-08-29 Jake BurkholderRemoved support for in-kernel signal code.
2002-08-29 Mitsuru IWASAKIThis commit was generated by cvs2svn to compensate...
2002-08-28 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2002-08-28 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-08-28 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-08-25 Alan Cox o Retire pmap_pageable(). It's an advisory routine...
2002-08-23 Mike BarcroftMove several MI types from <machine/_types.h> to <sys...
2002-08-23 Jake BurkholderRemoved unneeded include of machine/types.h (which...
2002-08-21 Mike Barcrofto Merge <machine/ansi.h> and <machine/types.h> into...
2002-08-20 Peter Wemmremove unit counts from atkbdc, pckbd, sc
2002-08-19 Maxime HenrionTypo fix.
2002-08-18 Jake BurkholderFix warning. These structs should probably be removed...
2002-08-18 Jake BurkholderForgot this in last commit.
2002-08-18 Jake BurkholderAdd pmap support for user mappings of multiple page...
2002-08-16 Jake BurkholderUse symbolic constants instead of magic address constants.
2002-08-16 Jake BurkholderMinor style. Removed unused declaration.
2002-08-16 Jake BurkholderRemoved unneeded pmap_initialized flag.
2002-08-16 Jake BurkholderDemark sections of code that need special fault handlin...
2002-08-15 Jake BurkholderFix some confusion regarding traps that use mmu globals...
next