| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove superfluous bzero()'ing of the softc. | Marius Strobl | 2005-11-30 | 3 | -3/+0 |
| * | Remove superfluous inclusion of upa.h. | Marius Strobl | 2005-11-30 | 3 | -3/+0 |
| * | - Allow duplicate "machine" directives with the same arguments. | Ruslan Ermilov | 2005-11-27 | 3 | -9/+1 |
| * | - Add a workaround (change the interrupt map mask to compare the full | Marius Strobl | 2005-11-22 | 2 | -29/+30 |
| * | Some clean-up, style changes and changes that will reduce differences | Marius Strobl | 2005-11-22 | 3 | -246/+243 |
| * | - Convert these bus drivers to make use of the newly introduced set of | Marius Strobl | 2005-11-22 | 9 | -611/+334 |
| * | Turn PUC_FASTINTR back off on by default on sparc64 since it breaks with | John Baldwin | 2005-11-21 | 1 | -2/+0 |
| * | Don't enable PUC_FASTINTR by default in the source. Instead, enable it | John Baldwin | 2005-11-21 | 1 | -0/+2 |
| * | Create DEFAULTS files for alpha, ia64, powerpc, and sparc64 and move | John Baldwin | 2005-11-21 | 2 | -1/+10 |
| * | Eliminate pmap_init2(). It's no longer used. | Alan Cox | 2005-11-20 | 1 | -10/+0 |
| * | Uncomment em(4) as it's now working. | Pyun YongHyeon | 2005-11-09 | 1 | -1/+1 |
| * | Reimplement the reclamation of PV entries. Specifically, perform | Alan Cox | 2005-11-09 | 1 | -2/+0 |
| * | Add stoppcbs[] arrays on Alpha and sparc64 and have each CPU save its | John Baldwin | 2005-11-03 | 2 | -0/+5 |
| * | Reorganize the interrupt handling code a bit to make a few things cleaner | John Baldwin | 2005-10-25 | 2 | -37/+44 |
| * | Remove "nodevice snd_es137x" as it is supported now. | Pyun YongHyeon | 2005-10-25 | 1 | -1/+0 |
| * | Fix compiling. | David Xu | 2005-10-15 | 1 | -1/+1 |
| * | Add a default value for VM_BCACHE_SIZE_MAX of 400MB. This is copied from | Kris Kennaway | 2005-10-14 | 1 | -0/+8 |
| * | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | David Xu | 2005-10-14 | 2 | -24/+14 |
| * | Add a new atomic_fetchadd() primitive that atomically adds a value to a | John Baldwin | 2005-09-27 | 1 | -0/+3 |
| * | Introduce a kernel config for the Mandatory Access Control framework. | Christian S.J. Peron | 2005-09-18 | 1 | -0/+28 |
| * | Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint() | Marcel Moolenaar | 2005-09-10 | 1 | -4/+0 |
| * | Pass a value of type vm_prot_t to pmap_enter_quick() so that it determine | Alan Cox | 2005-09-03 | 1 | -2/+3 |
| * | Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and rename | Stefan Farfeleder | 2005-08-20 | 2 | -4/+3 |
| * | Remove a stale occurrence of 'alpha' in a comment. | Stefan Farfeleder | 2005-08-20 | 1 | -1/+1 |
| * | Now that at least some screen savers work on sparc64 sync with other | Marius Strobl | 2005-08-15 | 1 | -1/+1 |
| * | The system tick _compare_ register of USIII CPUs and up is ASR25, not | Marius Strobl | 2005-08-07 | 1 | -1/+1 |
| * | - Add support for saving stack traces and displaying them via printf(9) | Jeff Roberson | 2005-08-03 | 1 | -0/+21 |
| * | Add extra constraints to tell the compiler that the memory be modified | John Baldwin | 2005-07-27 | 1 | -4/+6 |
| * | Convert the atomic_ptr() operations over to operating on uintptr_t | John Baldwin | 2005-07-15 | 1 | -1/+1 |
| * | Add recently invented COMPAT_FREEBSD5 option. | Ken Smith | 2005-07-14 | 1 | -0/+1 |
| * | Validate if the value written into {FS,GS}.base is a canonical | David Xu | 2005-07-10 | 1 | -1/+2 |
| * | - Declare lookup tables etc. const. | Marius Strobl | 2005-07-10 | 2 | -2/+5 |
| * | Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS from | David E. O'Brien | 2005-06-20 | 1 | -0/+1 |
| * | Turn on atkbdc(4), atkbd(4), creator(4), machfb(4), syscons(4), ohci(4), | Marius Strobl | 2005-06-10 | 1 | -11/+11 |
| * | - Hook up atkbdc(4), atkbd(4) and psm(4) to the sparc64 build, not | Marius Strobl | 2005-06-10 | 2 | -4/+4 |
| * | Introduce a procedure, pmap_page_init(), that initializes the | Alan Cox | 2005-06-10 | 1 | -10/+13 |
| * | MFP4: | Joseph Koshy | 2005-06-09 | 1 | -0/+14 |
| * | Remove superfluous breaks. | Marius Strobl | 2005-06-05 | 1 | -3/+0 |
| * | After some input from bde@ and rereading the datasheet use a MTX_SPIN | Marius Strobl | 2005-06-04 | 1 | -1/+1 |
| * | - In creator_configure() when probed for the high-level console return | Marius Strobl | 2005-06-04 | 2 | -3/+13 |
| * | Now that all affected drivers have been changed remove the helpers | Marius Strobl | 2005-06-04 | 1 | -34/+3 |
| * | Create nexus in configure_first() instead of in configure(). This | Marcel Moolenaar | 2005-05-29 | 1 | -1/+2 |
| * | Call cninit_finish() from configure_final(). | Marcel Moolenaar | 2005-05-29 | 1 | -0/+1 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 2 | -66/+0 |
| * | pmap_enter() no longer requires Giant. Therefore, stop acquiring and | Alan Cox | 2005-05-28 | 1 | -2/+0 |
| * | - Hook up machfb(4) to the sparc64 build, not enabled in GENERIC | Marius Strobl | 2005-05-21 | 2 | -2/+4 |
| * | o creator(4): | Marius Strobl | 2005-05-21 | 3 | -79/+230 |
| * | - MFpowerpc: sys/powerpc/powerpc/nexus.c rev. 1.7 (partial) | Marius Strobl | 2005-05-21 | 1 | -2/+36 |
| * | - Make sure that the OFW address properties that are going to be decode | Marius Strobl | 2005-05-21 | 1 | -5/+6 |
| * | o mc146818(4): | Marius Strobl | 2005-05-19 | 1 | -11/+22 |