summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
...
* Do the dreaded s/dev_t/struct cdev */phk2004-06-164-12/+12
* Remove a stale comment.alc2004-06-151-6/+0
* Remove an unused #include.alc2004-06-121-1/+0
* Move uma_small_alloc() and uma_small_free() out of the pmap and into theiralc2004-06-112-46/+82
* Deorbit COMPAT_SUNOS.phk2004-06-111-6/+6
* Remove atdevbase and replace it's remaining uses with direct references tojhb2004-06-101-5/+0
* MFamd64alc2004-06-101-5/+1
* Remove filename+line number from panic messages.phk2004-06-061-4/+2
* Machine generated patch which changes linedisc calls from accessingphk2004-06-042-7/+7
* Regenerate.jhb2004-06-043-4/+4
* Mark linux_wait4() as MP Safe as it is so and holding Giant across all ofjhb2004-06-041-1/+1
* Remove checks for curthread == NULL - it can't happen.tjr2004-06-031-5/+3
* Add missing <sys/module.h> instances which were shadowed by the nestedphk2004-06-031-1/+2
* Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoidtjr2004-06-031-9/+4
* Gainfully employ the new ttyioctl in the trivial cases.phk2004-06-012-54/+0
* Retire cpu_sched_exit(); it is not used any more.tmm2004-05-261-6/+0
* Moved most of the "MI" definitions and declarations from <machine/profile.h>bde2004-05-191-12/+0
* <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN isstefanf2004-05-181-1/+1
* Make a small revision to the api between the elf linker core and thepeter2004-05-161-9/+11
* When a denormal underflows to zero, raise an underflow exception.das2004-05-061-0/+3
* Don't clear the exception flags after we finish emulating adas2004-05-062-1/+3
* Add option GEOM_GPT. This brings the ability to have a large number ofmarcel2004-05-021-0/+1
* Spell Ethernet correctly.obrien2004-05-021-4/+4
* MFamd64: implement the PG_UNMANAGED flag on vm_pages.gallatin2004-04-261-4/+9
* Since pmap_pinit() wants a prezeroed page, change it to ask for one. (Notealc2004-04-261-4/+1
* Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilationdas2004-04-251-0/+2
* Push down the responsibility for zeroing a physical page from thealc2004-04-241-3/+0
* MFamd64alc2004-04-182-74/+16
* Whitespace fix.jhb2004-04-161-1/+1
* Remove avail_end. It is not used.alc2004-04-112-5/+0
* - pmap_kenter_temporary() is unused by machine-independent code. Therefore,alc2004-04-101-0/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Remove the advertsing clause, per the Regent's letter dated July 22, 1999.imp2004-04-0518-77/+0
* Remove avail_start on those platforms that no longer use it. (Only amd64alc2004-04-052-3/+0
* Remove unused arguments from pmap_init().alc2004-04-051-2/+1
* Remove CADDR1 and CMAP1. They are unused.alc2004-04-031-2/+0
* In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, italc2004-04-031-2/+2
* Finish fixing up Alpha to work with an MP safe ptrace():jhb2004-04-011-6/+3
* MFi386: Use the BSD madvise() syscall implementation for Linux binarybms2004-03-295-8/+3
* MFi386: correctly calculate the top-of-stack when a kthread is createdkensmith2004-03-291-4/+2
* Enable interrupt preemption on Alpha. Previously, flipping this switch onjhb2004-03-231-1/+10
* - Add uiomove_fromphys() implementations to alpha and ia64. These onlyalc2004-03-201-0/+132
* Introduce the cpumask_t type. The purpose of the type is to create amarcel2004-03-201-0/+1
* sync comment with i386's isa.c.. This removes a comment that is YEARSjmg2004-03-171-3/+1
* - Replace wait1() with a kern_wait() function that accepts the pid,jhb2004-03-171-15/+12
* Refactor the existing machine-dependent sf_buf_free() into a machine-alc2004-03-161-17/+2
* Regenerate.jhb2004-03-156-8/+8
* - Mark ABI syscalls that call wait4() MP safe as recent changes tojhb2004-03-152-2/+2
* Now that contigfree() does not require Giant, don't grab it in busdma.scottl2004-03-131-2/+0
* Retire pmap_pinit2(). Alpha was the last platform that used it. However,alc2004-03-071-12/+0
OpenPOWER on IntegriCloud