summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused declarations. (Some time ago, these variables became fieldsalc2004-03-071-2/+0
* Fix syntax errors and wrong function prototypes in several MD headerle2004-03-051-2/+2
* The previous commit fixed -current on alpha for machines withkensmith2004-03-011-16/+18
* Previous commit mistakenly delayed cnadd() as well as make_dev().kensmith2004-02-281-2/+1
* Fix -current builds on alpha. Recent changes in device handling causedkensmith2004-02-272-2/+29
* Device megapatch 4/6:phk2004-02-213-3/+6
* Device megapatch 3/6:phk2004-02-212-6/+2
* Device megapatch 1/6:phk2004-02-212-4/+0
* Regen.jhb2004-02-046-10/+10
* The following compat syscalls are now mpsafe: linux_getrlimit(),jhb2004-02-042-4/+4
* Locking for the per-process resource limits structure.jhb2004-02-042-19/+27
* GC old unused dev_t mangling stuff.phk2004-02-021-21/+0
* - Remove local changes that leaked into my last commit.jeff2004-01-241-5/+1
* - Recruit some new ULE users by making it the default scheduler in GENERIC.jeff2004-01-241-2/+6
* Add PFIL_HOOKS to the GENERIC kernel configuration, primarily sonectar2004-01-241-0/+1
* Add linenumber and source filename to panic(9) output.phk2004-01-191-2/+4
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mnectar2004-01-091-0/+1
* Comsetic tweaks: use PCPU_GET(cpumask) and CPU_ABSENT().jhb2004-01-071-5/+5
* Convert to __FBSDID.obrien2004-01-042-3/+3
* Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-031-6/+6
* Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-031-22/+22
* Track three new sendfile-related statistics:silby2003-12-281-0/+1
* Move the declaration of sfbufspeak and sfbufsused to mbuf.h,silby2003-12-281-2/+1
* Track current and peak sfbuf usage, export the values via sysctl.silby2003-12-271-0/+4
* GC the unused <machine/kse.h> file.peter2003-12-241-49/+0
* GC unused 'syshide' override to /dev/null. This was here to disablepeter2003-12-242-2/+0
OpenPOWER on IntegriCloud