index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
alpha
Commit message (
Expand
)
Author
Age
Files
Lines
*
Various comment and minor style fixes. No actual content changes.
jhb
2002-07-16
1
-13
/
+11
*
Some style cleanups.
jhb
2002-07-16
1
-20
/
+6
*
Retire the perl gethints.conf in favour of an awk version. Move
markm
2002-07-16
2
-100
/
+116
*
Add a NOTES file for the Alpha architecture.
jhb
2002-07-15
2
-158
/
+65
*
The sources to the non-working esp device are no longer present in current.
jhb
2002-07-15
2
-2
/
+0
*
- Remove an irrelevant comment from i386 GENERIC.
jhb
2002-07-15
1
-13
/
+7
*
o Lock page queue accesses by vm_page_wire() that aren't
alc
2002-07-14
1
-0
/
+2
*
o Complete the locking of page queue accesses by vm_page_unwire().
alc
2002-07-13
1
-0
/
+4
*
Move COMPAT_FREEBSD4 to arch-neutral sys/conf/NOTES.
alfred
2002-07-13
2
-0
/
+2
*
Add additional cred_free_thread() calls that I had missed the first time.
mini
2002-07-13
1
-0
/
+6
*
Set the thread state of the newly chosen to run thread to TDS_RUNNING in
jhb
2002-07-12
2
-5
/
+0
*
Remove label_t and physadr, which seem to have never been used in
mike
2002-07-10
1
-10
/
+0
*
Desupport the TurboChannel Alpha's. This means the DEC3000/300* Pelic*
obrien
2002-07-09
31
-8463
/
+9
*
Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It's
mike
2002-07-08
1
-5
/
+0
*
Add a special page zero entry point intended to be called via the single
peter
2002-07-08
1
-0
/
+15
*
Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/
peter
2002-07-07
1
-154
/
+0
*
Retrofit changes from i386/pmap.c rev 1.328-1.331.
peter
2002-07-04
1
-43
/
+31
*
Since printf(3) now supports the `j' conversion specifier, use that
mike
2002-06-30
1
-11
/
+11
*
Fix reverse ordering of locks. add a comment about locks on some platforms.
julian
2002-06-29
1
-1
/
+1
*
Part 1 of KSE-III
julian
2002-06-29
6
-12
/
+181
*
Add files that are new for KSE.
julian
2002-06-29
1
-0
/
+49
*
Set the UMA_ZONE_VM flag on the pvzone to avoid kmem_map recursion.
jeff
2002-06-27
1
-1
/
+1
*
Add an MD callout like cpu_exit, but which is called after sched_lock is
jake
2002-06-24
1
-0
/
+6
*
Remove unused diagnostic function cread_free_thread().
mini
2002-06-24
1
-6
/
+0
*
Update an 'XXX what is this?' type comment about suswintr and fuswintr.
peter
2002-06-20
1
-2
/
+2
*
Deorbit suibyte(). It was only used for split address space systems
peter
2002-06-20
1
-5
/
+0
*
Move the "- 1" into the RQB_FFS(mask) macro itself so that
peter
2002-06-20
1
-1
/
+1
*
Squish the "could sleep with process lock" messages caused by calling
alfred
2002-06-19
1
-2
/
+6
*
Botcho. I included in the last commit the
mjacob
2002-06-16
2
-2
/
+0
*
Note that sio is required.
mjacob
2002-06-14
2
-2
/
+4
*
- Fixup / remove obsolete comments.
jhb
2002-06-07
1
-16
/
+12
*
Fix typo in the BSD copyright: s/withough/without/
schweikh
2002-06-02
7
-7
/
+7
*
Move the definition of ElfN_Hashelt to common headers. The only platform
dfr
2002-05-30
1
-11
/
+0
*
Add declarations of suword32 and suword64. Add implementations of one or
dfr
2002-05-26
1
-0
/
+2
*
Make sure there's a statement after the out: label in clockattach().
des
2002-05-26
1
-0
/
+2
*
Make the run queue parameters machine dependent. Optimize 64 bit
jake
2002-05-25
1
-0
/
+58
*
- Apparently, the Alpha ABI mandates that arguments be passed sign-extended
jhb
2002-05-17
1
-4
/
+1
*
More s/file system/filesystem/g
trhodes
2002-05-16
1
-2
/
+2
*
Fixup unaligned bwx instructions (ldwu, stw). This may fix some mysterious
gallatin
2002-05-16
1
-7
/
+25
*
Move MI stuff out of MD param.h files.
phk
2002-05-14
1
-38
/
+0
*
Remove the unused definitions of ctod() and dotc().
phk
2002-05-14
1
-4
/
+0
*
These were repo-copied to dump_machdep.c.
jake
2002-05-13
1
-116
/
+0
*
Restore the ability to take crashdumps on alpha. This was cut and pasted
gallatin
2002-05-11
2
-0
/
+232
*
Temporarily disable Jeff's fix for atomic_cmpset_32() to zero-extend the
jhb
2002-05-11
1
-0
/
+2
*
Remove ## concatination in the CFGREAD and CFGWRITE macros, as gcc3 complains
gallatin
2002-05-10
1
-2
/
+2
*
Opps, remove added bogon.
obrien
2002-05-10
1
-1
/
+1
*
Gcc 3.1 varargs support.
obrien
2002-05-10
3
-10
/
+42
*
Only saying you're launching other CPUs if there are more than one to launch.
mjacob
2002-05-08
1
-1
/
+1
*
zapnot the signed bits in atomic_cmpset_32. Previously this did not work with
jeff
2002-05-08
1
-0
/
+1
*
Typo fix: detects -> detect.
jmallett
2002-05-03
2
-2
/
+2
[next]