aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
...
* Fix another instance of TDP_OWEPREEMPT -> td_owepreempt.John Baldwin2005-04-091-1/+1
* Divorce critical sections from spinlocks. Critical sections as denoted byJohn Baldwin2005-04-046-148/+53
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingJohn Baldwin2005-04-012-3/+4
* MFi386 (1.610): let TUNABLE_ULONG_FETCH handle the suffix.Dag-Erling Smørgrav2005-04-011-33/+3
* Use a custom version of copyinuio() to implement osf1_{read,write}v() viaJohn Baldwin2005-03-311-79/+56
* Add USB Communication Device Class Ethernet driver. Originally written forMaxim Sobolev2005-03-221-0/+1
* Add a comment to note that pseudo-device bpf is required for DHCP.Murray Stokely2005-03-181-0/+1
* Split configure() into 3 separate steps like we do on otherIan Dowse2005-03-181-15/+16
* Customize this for the alpha by removing pc98 defines (unused on alpha)Warner Losh2005-03-161-17/+1
* Refactor the bus_dma header files so that the interface is described inScott Long2005-03-142-190/+34
* Fix a long-standing bug in alpha's implementation of busdma. We need toMaxime Henrion2005-03-121-4/+4
* Remove dead code.Scott Long2005-03-071-17/+0
* Regen after addition of linux_nosys handler.Maxim Sobolev2005-03-073-3/+9
* Handle unimplemented syscall by instantly returning ENOSYS instead of sendingMaxim Sobolev2005-03-071-0/+4
* netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch2005-03-0211-36/+57
* Attempt to doff the pointy hat: implement 'hw.realmem' on remainingWes Peters2005-03-011-0/+2
* Use a common multi-inclusion protection, and add such aRuslan Ermilov2005-02-191-1/+6
* - Implement osf1_emul_find() using kern_alternate_path(). This changesJohn Baldwin2005-02-183-308/+112
* Use LCONVPATHEXIST() rather than CHECKALTEXIST() and useJohn Baldwin2005-02-181-9/+14
* Backout previous change (disabling of security checks for signals deliveredMaxim Sobolev2005-02-131-1/+1
* Split out kill(2) syscall service routine into user-level and kernel part, theMaxim Sobolev2005-02-131-1/+1
* Implement interrupt routing for DEC_KN20AA.Bernd Walter2005-02-101-35/+22
* Since we are quite unlikely to ever face another platform whichPoul-Henning Kamp2005-02-061-18/+13
* Finish the job of sorting all includes and fix the build by includingNate Lawson2005-02-061-24/+26
* Sort includes a little so that bus.h comes before cpu.h (for device_t).Nate Lawson2005-02-041-3/+3
* Add an implementation of cpu_est_clockrate(9). This function estimates theNate Lawson2005-02-041-0/+9
* add cpu_idle support for 21066A based lca systemsBernd Walter2005-01-314-1/+41
* o Split out kernel part of execve(2) syscall into two parts: one thatMaxim Sobolev2005-01-293-14/+9
* Hopefully unbreak modules build.Ruslan Ermilov2005-01-291-1/+1
* Add bus_dmamap_load_mbuf_sg() to alpha.Scott Long2005-01-152-5/+42
* - Remove some OBE comments regarding cpu_exit(). cpu_exit() is no longerJohn Baldwin2005-01-141-7/+5
* These are no longer relevant. They are scripts for extracting hintsWarner Losh2005-01-071-116/+0
* These appear to be unused in our tree, so remove them.Warner Losh2005-01-051-66/+0
* Begin all license/copyright comments with /*- or #-Warner Losh2005-01-05114-128/+128
* o Use tab instead of spaces for puc(4) line.Jun Kuriyama2005-01-051-1/+1
* - make machine model list more comprehensive, the whole Alpha family treeWilko Bulte2005-01-012-51/+66
* Sync with i386 GENERIC some:John Baldwin2004-12-301-41/+46
* LCA is 21066 and 21068. Add EV7 (bloody optimist.. :)Wilko Bulte2004-12-261-2/+3
* Modify pmap_enter_quick() so that it expects the page queues to be lockedAlan Cox2004-12-231-3/+2
* In the common case, pmap_enter_quick() completes without sleeping.Alan Cox2004-12-151-13/+30
* Change gdb_cpu_setreg() to not take the value to which to set theMarcel Moolenaar2004-12-012-2/+2
* When required to negate the absoulte result of a division/remainderPeter Edwards2004-11-271-1/+1
* Don't include sys/user.h merely for its side-effect of recursivelyDavid Schultz2004-11-2712-14/+15
* Fix a cpuid mismatch from the recent cpuid rototill in Alpha: boot_cpu_idJohn Baldwin2004-11-231-1/+1
* Remove UAREA_PAGES.David Schultz2004-11-201-1/+0
* U areas are going away, so don't allocate them. It's worrisome thatDavid Schultz2004-11-202-6/+2
* user.h is included only to get pcb.h, so use the latter directly instead.David Schultz2004-11-201-1/+1
* Get in sync with reality: TurboLaser was never really well supported toWilko Bulte2004-11-092-6/+0
* - Add a new MD per-CPU field for Alpha 'pal_id' which is the PAL IDJohn Baldwin2004-11-054-41/+54
* Reduce annoying SCSI probing delay from 15 to 5 seconds in all GENRIC kernels.Andre Oppermann2004-11-021-1/+1