| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
it handles R_ALPHA_RELATIVE relocs with addends properly.
This should fix the recently reported problems with loading modules on
alpha on -stable.
Approved by: re (jhb)
Notes:
svn path=/stable/4/; revision=103643
|
| |
|
|
|
|
|
| |
Reduce the swap meta calculation by a factor of 2, it's still massive overkill.
Notes:
svn path=/stable/4/; revision=102739
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=102733
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=102307
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=101167
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=100595
|
| |
|
|
|
|
|
| |
PR: 39305
Notes:
svn path=/stable/4/; revision=98569
|
| |
|
|
|
|
|
| |
Approved by: re (jhb)
Notes:
svn path=/stable/4/; revision=97166
|
| |
|
|
|
|
|
| |
Forgotten by: will
Notes:
svn path=/stable/4/; revision=94846
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=93473
|
| |
|
|
|
|
|
|
|
| |
machine check.
obtained from: NetBSD
Notes:
svn path=/stable/4/; revision=93385
|
| |
|
|
|
|
|
|
| |
to remember. Nobody in the right sense of their mind would run IP on
the parallel port on Alpha so loose it altogether.
Notes:
svn path=/stable/4/; revision=93290
|
| |
|
|
|
|
|
|
|
|
| |
Revision Changes Path
1.85 +20 -0 src/sys/alpha/alpha/pmap.c
1.317 +20 -0 src/sys/i386/i386/pmap.c
1.36 +20 -0 src/sys/sparc64/sparc64/pmap.c
Notes:
svn path=/stable/4/; revision=91769
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For full log, see:
Revision Changes Path
1.84 +19 -5 src/sys/alpha/alpha/pmap.c
1.316 +19 -8 src/sys/i386/i386/pmap.c
1.44 +19 -6 src/sys/ia64/ia64/pmap.c
1.14 +21 -1 src/sys/powerpc/powerpc/pmap.c
1.35 +19 -2 src/sys/sparc64/sparc64/pmap.c
1.11 +9 -0 src/sys/sparc64/sparc64/pv.c
1.42 +2 -2 src/sys/vm/pmap.h
1.189 +1 -1 src/sys/vm/vm_pageout.c
Notes:
svn path=/stable/4/; revision=91768
|
| |
|
|
|
|
|
| |
Submitted by: Brian J. Peterson <rbw@myplace.org>
Notes:
svn path=/stable/4/; revision=91552
|
| |
|
|
|
|
|
| |
Noticed by: Brian J. Peterson <rbw@myplace.org>
Notes:
svn path=/stable/4/; revision=91340
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=90593
|
| |
|
|
|
|
|
| |
hook is in MI code in -current
Notes:
svn path=/stable/4/; revision=90555
|
| |
|
|
|
|
|
| |
in -stable
Notes:
svn path=/stable/4/; revision=90553
|
| |
|
|
|
|
|
|
|
| |
from Oct 31, 1998 and rename machdep.cnt_prezero to
vm.stats.misc.cnt_prezero. This has gone mostly unnoticed, since the
alpha platform hasn't pre-zeroed pages until now.
Notes:
svn path=/stable/4/; revision=90477
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
been there since day 1, but nothing has ever called it. It seems good
for a speedup of a few minutes on a buildworld.
Note: This is not an MFC as such, since the vm_page_zero_idle() function
has moved to MI code in -current
Reviewed by: ticso
Notes:
svn path=/stable/4/; revision=90476
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=90152
|
| |
|
|
|
|
|
|
|
| |
getpid, getuid, getgid and pipe, since they bootstrapped from
OSF/1 and never cleaned up. Switch to the native syscalls
on alpha so that the above functions work.
Notes:
svn path=/stable/4/; revision=90151
|
| |
|
|
|
|
|
|
| |
Reviewed by: dfr
Approved by: murray@FreeBSD.org
Notes:
svn path=/stable/4/; revision=89652
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=88216
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=88056
|
| |
|
|
|
|
|
|
|
|
| |
Mike Silbersack is working on a more sophisticated version of this patch
but exams will prevent him from completing it prior to the 4.5 freeze, so
we decided to throw this code into 4.5 and Mike will revisit the issue
post-4.5.
Notes:
svn path=/stable/4/; revision=87814
|
| |
|
|
|
|
|
|
| |
o Remove linux_ioctl.h. It's not used anymore
o Regen
Notes:
svn path=/stable/4/; revision=86096
|
| |
|
|
|
|
|
|
|
|
| |
allows Linux_base-7 to work properly.
tested on alpha by: gallatin (thanks!)
tested on i386 by: marcel (among others probably)
Notes:
svn path=/stable/4/; revision=86095
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader
tunable.
- Change TUNABLE_*_FETCH to have a return value of 0 if the variable
was not found or successfully converted and true otherwise.
- Use vm_offset_t instead of caddr_t to fix a warning and remove
two casts in kern_exec.c.
Notes:
svn path=/stable/4/; revision=85936
|
| |
|
|
|
|
|
| |
for alpha.
Notes:
svn path=/stable/4/; revision=85931
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=85264
|
| |
|
|
|
|
|
| |
will be corrupted.
Notes:
svn path=/stable/4/; revision=85249
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=84952
|
| |
|
|
|
|
|
| |
I assume that the alpha ones should be as well.
Notes:
svn path=/stable/4/; revision=84950
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=84835
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=84532
|
| |
|
|
|
|
|
| |
This stops a bunch of warnings.
Notes:
svn path=/stable/4/; revision=84531
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=84470
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=84160
|
| |
|
|
|
|
|
| |
by Peter. See kern/kern_sig.c 1.132.
Notes:
svn path=/stable/4/; revision=83814
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=83784
|
| |
|
|
|
|
|
|
|
|
|
| |
like ps and libkvm can adapt to kernels compiled at a different location.
Also, reduce magic number usage in ldscript.* files.
This gets us to the point where a simple config(8) option could be used
to change the KVM size on i386.
Notes:
svn path=/stable/4/; revision=83717
|
| |
|
|
|
|
|
| |
Approved by: re (jkh)
Notes:
svn path=/stable/4/; revision=82403
|
| |
|
|
|
|
|
| |
statically allocated nobounce_dmamap map.
Notes:
svn path=/stable/4/; revision=81643
|
| |
|
|
|
|
|
|
|
| |
do a .loc on it. BTW, the .loc needs to be in a .text section.
Approved by: re
Notes:
svn path=/stable/4/; revision=81113
|
| |
|
|
|
|
|
|
|
| |
do a .loc on it. BTW, the .loc needs to be in a .text section.
Approved by: re
Notes:
svn path=/stable/4/; revision=81110
|
| |
|
|
|
|
|
| |
trying to do a .loc on it. BTW, the .loc needs to be in a .text section.
Notes:
svn path=/stable/4/; revision=81091
|
| |
|
|
|
|
|
| |
overrides. Allow hz to be tunable. Stop copying param.c to compiledir.
Notes:
svn path=/stable/4/; revision=80685
|
| |
|
|
|
|
|
|
| |
the kernel after obrien de-bloated it: the driver has a compiled-in
firware image.
Notes:
svn path=/stable/4/; revision=80660
|