| Commit message (Expand) | Author | Age | Files | Lines |
* | Break out the definition of bus_space_{tag,handle}_t and a few other types | imp | 2005-04-18 | 2 | -7/+43 |
* | Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomic | jhb | 2005-04-12 | 2 | -4/+4 |
* | Fix another instance of TDP_OWEPREEMPT -> td_owepreempt. | jhb | 2005-04-09 | 1 | -1/+1 |
* | Divorce critical sections from spinlocks. Critical sections as denoted by | jhb | 2005-04-04 | 6 | -148/+53 |
* | - Change the vm_mmap() function to accept an objtype_t parameter specifying | jhb | 2005-04-01 | 2 | -3/+4 |
* | MFi386 (1.610): let TUNABLE_ULONG_FETCH handle the suffix. | des | 2005-04-01 | 1 | -33/+3 |
* | Use a custom version of copyinuio() to implement osf1_{read,write}v() via | jhb | 2005-03-31 | 1 | -79/+56 |
* | Add USB Communication Device Class Ethernet driver. Originally written for | sobomax | 2005-03-22 | 1 | -0/+1 |
* | Add a comment to note that pseudo-device bpf is required for DHCP. | murray | 2005-03-18 | 1 | -0/+1 |
* | Split configure() into 3 separate steps like we do on other | iedowse | 2005-03-18 | 1 | -15/+16 |
* | Customize this for the alpha by removing pc98 defines (unused on alpha) | imp | 2005-03-16 | 1 | -17/+1 |
* | Refactor the bus_dma header files so that the interface is described in | scottl | 2005-03-14 | 2 | -190/+34 |
* | Fix a long-standing bug in alpha's implementation of busdma. We need to | mux | 2005-03-12 | 1 | -4/+4 |
* | Remove dead code. | scottl | 2005-03-07 | 1 | -17/+0 |
* | Regen after addition of linux_nosys handler. | sobomax | 2005-03-07 | 3 | -3/+9 |
* | Handle unimplemented syscall by instantly returning ENOSYS instead of sending | sobomax | 2005-03-07 | 1 | -0/+4 |
* | netchild's mega-patch to isolate compiler dependencies into a central | joerg | 2005-03-02 | 11 | -36/+57 |
* | Attempt to doff the pointy hat: implement 'hw.realmem' on remaining | wes | 2005-03-01 | 1 | -0/+2 |
* | Use a common multi-inclusion protection, and add such a | ru | 2005-02-19 | 1 | -1/+6 |
* | - Implement osf1_emul_find() using kern_alternate_path(). This changes | jhb | 2005-02-18 | 3 | -309/+113 |
* | Use LCONVPATHEXIST() rather than CHECKALTEXIST() and use | jhb | 2005-02-18 | 1 | -9/+14 |
* | Backout previous change (disabling of security checks for signals delivered | sobomax | 2005-02-13 | 1 | -1/+1 |
* | Split out kill(2) syscall service routine into user-level and kernel part, the | sobomax | 2005-02-13 | 1 | -1/+1 |
* | Implement interrupt routing for DEC_KN20AA. | ticso | 2005-02-10 | 1 | -35/+22 |
* | Since we are quite unlikely to ever face another platform which | phk | 2005-02-06 | 1 | -18/+13 |
* | Finish the job of sorting all includes and fix the build by including | njl | 2005-02-06 | 1 | -24/+26 |
* | Sort includes a little so that bus.h comes before cpu.h (for device_t). | njl | 2005-02-04 | 1 | -3/+3 |
* | Add an implementation of cpu_est_clockrate(9). This function estimates the | njl | 2005-02-04 | 1 | -0/+9 |
* | add cpu_idle support for 21066A based lca systems | ticso | 2005-01-31 | 4 | -1/+41 |
* | o Split out kernel part of execve(2) syscall into two parts: one that | sobomax | 2005-01-29 | 3 | -14/+9 |
* | Hopefully unbreak modules build. | ru | 2005-01-29 | 1 | -1/+1 |
* | Add bus_dmamap_load_mbuf_sg() to alpha. | scottl | 2005-01-15 | 2 | -5/+42 |
* | - Remove some OBE comments regarding cpu_exit(). cpu_exit() is no longer | jhb | 2005-01-14 | 1 | -7/+5 |
* | These are no longer relevant. They are scripts for extracting hints | imp | 2005-01-07 | 1 | -116/+0 |
* | These appear to be unused in our tree, so remove them. | imp | 2005-01-05 | 1 | -66/+0 |
* | Begin all license/copyright comments with /*- or #- | imp | 2005-01-05 | 114 | -128/+128 |
* | o Use tab instead of spaces for puc(4) line. | kuriyama | 2005-01-05 | 1 | -1/+1 |
* | - make machine model list more comprehensive, the whole Alpha family tree | wilko | 2005-01-01 | 2 | -51/+66 |
* | Sync with i386 GENERIC some: | jhb | 2004-12-30 | 1 | -41/+46 |
* | LCA is 21066 and 21068. Add EV7 (bloody optimist.. :) | wilko | 2004-12-26 | 1 | -2/+3 |
* | Modify pmap_enter_quick() so that it expects the page queues to be locked | alc | 2004-12-23 | 1 | -3/+2 |
* | In the common case, pmap_enter_quick() completes without sleeping. | alc | 2004-12-15 | 1 | -13/+30 |
* | Change gdb_cpu_setreg() to not take the value to which to set the | marcel | 2004-12-01 | 2 | -2/+2 |
* | When required to negate the absoulte result of a division/remainder | peadar | 2004-11-27 | 1 | -1/+1 |
* | Don't include sys/user.h merely for its side-effect of recursively | das | 2004-11-27 | 12 | -14/+15 |
* | Fix a cpuid mismatch from the recent cpuid rototill in Alpha: boot_cpu_id | jhb | 2004-11-23 | 1 | -1/+1 |
* | Remove UAREA_PAGES. | das | 2004-11-20 | 1 | -1/+0 |
* | U areas are going away, so don't allocate them. It's worrisome that | das | 2004-11-20 | 2 | -6/+2 |
* | user.h is included only to get pcb.h, so use the latter directly instead. | das | 2004-11-20 | 1 | -1/+1 |
* | Get in sync with reality: TurboLaser was never really well supported to | wilko | 2004-11-09 | 2 | -6/+0 |