| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add bus_dmamap_load_mbuf_sg() to alpha. | Scott Long | 2005-01-15 | 1 | -0/+3 |
| * | These appear to be unused in our tree, so remove them. | Warner Losh | 2005-01-05 | 1 | -66/+0 |
| * | Begin all license/copyright comments with /*- or #- | Warner Losh | 2005-01-05 | 40 | -41/+41 |
| * | - make machine model list more comprehensive, the whole Alpha family tree | Wilko Bulte | 2005-01-01 | 1 | -16/+26 |
| * | Change gdb_cpu_setreg() to not take the value to which to set the | Marcel Moolenaar | 2004-12-01 | 1 | -1/+1 |
| * | Remove UAREA_PAGES. | David Schultz | 2004-11-20 | 1 | -1/+0 |
| * | - Add a new MD per-CPU field for Alpha 'pal_id' which is the PAL ID | John Baldwin | 2004-11-05 | 2 | -1/+2 |
| * | The previous commit, roughly one and a half years ago removed the | Marcel Moolenaar | 2004-09-10 | 1 | -62/+14 |
| * | Turn PREEMPTION into a kernel option. Make sure that it's defined if | Scott Long | 2004-09-02 | 1 | -5/+0 |
| * | Move the kernel-specific logic to adjust frompc from MI to MD. For | Marcel Moolenaar | 2004-08-27 | 1 | -5/+21 |
| * | Provide extern declarations for btext and etext when GPROF is defined. | Marcel Moolenaar | 2004-08-27 | 1 | -0/+5 |
| * | Instead of calling ia32_pause() conditionally on __i386__ or __amd64__ | Maxime Henrion | 2004-08-03 | 1 | -0/+1 |
| * | Remove extraneous ';'. | Mark Murray | 2004-08-01 | 1 | -1/+1 |
| * | Turn off PREEMPTION by default while it gets debugged. It's been causing | Scott Long | 2004-08-01 | 1 | -0/+3 |
| * | Break out the MI part of the /dev/[k]mem and /dev/io drivers into | Mark Murray | 2004-08-01 | 1 | -0/+38 |
| * | Pass a thread argument into cpu_critical_{enter,exit}() rather than | Robert Watson | 2004-07-27 | 1 | -8/+4 |
| * | - Eliminate the pte object from the pmap. Instead, page table pages are | Alan Cox | 2004-07-19 | 1 | -1/+0 |
| * | Rev 1.24 of sys/ptrace.h adds ptrace_clear_single_step() prototype | Ken Smith | 2004-07-13 | 1 | -1/+0 |
| * | Mega update for the KDB framework: turn DDB into a KDB backend. | Marcel Moolenaar | 2004-07-10 | 1 | -33/+16 |
| * | Implement makectx(). The makectx() function is used by KDB to create | Marcel Moolenaar | 2004-07-10 | 1 | -0/+1 |
| * | Introduce the KDB debugger frontend. The frontend provides a framework | Marcel Moolenaar | 2004-07-10 | 1 | -0/+49 |
| * | Introduce the GDB debugger backend for the new KDB framework. The | Marcel Moolenaar | 2004-07-10 | 1 | -0/+52 |
| * | MFamd64/i386 | Alan Cox | 2004-07-05 | 1 | -0/+14 |
| * | Implement preemption of kernel threads natively in the scheduler rather | John Baldwin | 2004-07-02 | 1 | -0/+2 |
| * | - Remove unused definitions. | Alan Cox | 2004-06-23 | 1 | -5/+2 |
| * | Backed out previous commit. Blind substitution of dev_t by `struct cdev *' | Bruce Evans | 2004-06-20 | 1 | -1/+1 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -1/+1 |
| * | Remove atdevbase and replace it's remaining uses with direct references to | John Baldwin | 2004-06-10 | 1 | -5/+0 |
| * | Moved most of the "MI" definitions and declarations from <machine/profile.h> | Bruce Evans | 2004-05-19 | 1 | -12/+0 |
| * | <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN is | Stefan Farfeleder | 2004-05-18 | 1 | -1/+1 |
| * | Don't clear the exception flags after we finish emulating a | David Schultz | 2004-05-06 | 1 | -0/+2 |
| * | Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilation | David Schultz | 2004-04-25 | 1 | -0/+2 |
| * | MFamd64 | Alan Cox | 2004-04-18 | 1 | -8/+9 |
| * | Remove avail_end. It is not used. | Alan Cox | 2004-04-11 | 1 | -1/+0 |
| * | - pmap_kenter_temporary() is unused by machine-independent code. Therefore, | Alan Cox | 2004-04-10 | 1 | -0/+1 |
| * | Remove the advertsing clause, per the Regent's letter dated July 22, 1999. | Warner Losh | 2004-04-05 | 12 | -53/+0 |
| * | Remove avail_start on those platforms that no longer use it. (Only amd64 | Alan Cox | 2004-04-05 | 1 | -1/+0 |
| * | Remove CADDR1 and CMAP1. They are unused. | Alan Cox | 2004-04-03 | 1 | -2/+0 |
| * | Introduce the cpumask_t type. The purpose of the type is to create a | Marcel Moolenaar | 2004-03-20 | 1 | -0/+1 |
| * | Remove unused declarations. (Some time ago, these variables became fields | Alan Cox | 2004-03-07 | 1 | -2/+0 |
| * | Fix syntax errors and wrong function prototypes in several MD header | Lukas Ertl | 2004-03-05 | 1 | -2/+2 |
| * | Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'm | Jacques Vidrine | 2004-01-09 | 1 | -0/+1 |
| * | GC the unused <machine/kse.h> file. | Peter Wemm | 2003-12-24 | 1 | -49/+0 |
| * | Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktr | David E. O'Brien | 2003-12-08 | 2 | -445/+36 |
| * | Ooops. These are still used by the bktr driver. David O'Brien has | Warner Losh | 2003-12-07 | 1 | -0/+187 |
| * | Remote meteor driver. It hasn't compiled in over 3 years. If someone | Warner Losh | 2003-12-07 | 1 | -187/+0 |
| * | Widen the enable/disable helper function's argument in line with the | Peter Wemm | 2003-11-17 | 1 | -3/+4 |
| * | - Modify alpha's sf_buf implementation to use the direct virtual-to- | Alan Cox | 2003-11-16 | 1 | -0/+57 |
| * | Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() in | Scott Long | 2003-11-07 | 1 | -0/+4 |
| * | Move pmap_resident_count() from the MD pmap.h to the MI pmap.h. | Bruce M Simpson | 2003-10-06 | 1 | -1/+0 |