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
/
powerpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.
bms
2003-10-06
1
-1
/
+0
*
Migrate pmap_prefault() into the machine-independent virtual memory layer.
alc
2003-10-03
3
-24
/
+39
*
DELAY must be a routine, not a macro definition.
grehan
2003-09-26
4
-6
/
+4
*
Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit
peter
2003-09-25
2
-13
/
+2
*
_MACHINE/_MACHINE_ARCH shouldn't be quoted. Found by trying to
grehan
2003-09-24
1
-2
/
+2
*
Soften assert in pmap_remove_all.
grehan
2003-09-22
3
-12
/
+75
*
ATAng requires <sys/taskqueue.h>
grehan
2003-09-22
2
-0
/
+2
*
Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_
kan
2003-09-01
1
-3
/
+3
*
Migrate the sf_buf allocator that is used by sendfile(2) and zero-copy
alc
2003-08-29
2
-0
/
+202
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-3
/
+3
*
Fixup the ELF branding information to point to the new home of rtld.
gordon
2003-08-17
1
-1
/
+1
*
In vm_thread_swap{in|out}(), remove the alpha specific conditional
marcel
2003-08-16
2
-14
/
+18
*
Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI
marcel
2003-08-16
2
-4
/
+6
*
Update powerpc to use the (old thread,new thread) calling convention
grehan
2003-08-14
4
-74
/
+60
*
Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon's
imp
2003-08-12
2
-4
/
+48
*
- Since td_critnest is now initialized in MI code, it doesn't have to be
jhb
2003-08-04
2
-13
/
+0
*
Deal with GCC annoyingly defining _BIG_ENDIAN.
obrien
2003-08-03
1
-0
/
+1
*
Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in pmap_mapdev().
alc
2003-08-02
3
-3
/
+3
*
Make sure that when the PV ENTRY zone is created in pmap, that it's
bmilekic
2003-07-31
3
-6
/
+6
*
Deal with 'options KSTACK_PAGES' being a global option.
peter
2003-07-31
8
-2
/
+14
*
Make pmap_pvo_allocf() callable without Giant.
alc
2003-07-27
3
-18
/
+18
*
- Introduce a new busdma flag BUS_DMA_ZERO to request for zero'ed
mux
2003-07-27
2
-6
/
+12
*
Rename thread_siginfo to cpu_thread_siginfo.
davidxu
2003-07-15
2
-2
/
+2
*
Background: pmap_object_init_pt() premaps the pages of a object in
alc
2003-07-03
3
-9
/
+15
*
Mega busdma API commit.
scottl
2003-07-01
2
-3
/
+68
*
- Export pmap_enter_quick() to the MI VM. This will permit the
alc
2003-06-29
3
-0
/
+24
*
Allow the interrupt controller to be probed - this picks up the
grehan
2003-06-29
1
-1
/
+0
*
A module to handle the interrupt controller on Heathrow/Paddington
grehan
2003-06-28
2
-0
/
+545
*
A module for the Motorola MPC106 system controller aka 'Grackle'
grehan
2003-06-28
2
-0
/
+622
*
Add a machine depended function thread_siginfo, SA signal code
davidxu
2003-06-28
2
-0
/
+38
*
Do the first and mostly mechanical step of adding mutex support to the
scottl
2003-06-27
1
-0
/
+1
*
Remove unused bootpath[] variable. It conflicted with a declaration
grehan
2003-06-25
3
-6
/
+0
*
Migrate the thread stack management functions from the machine-dependent
alc
2003-06-14
4
-460
/
+1
*
Move the *_new_altkstack() and *_dispose_altkstack() functions out of the
alc
2003-06-14
3
-75
/
+0
*
GC unused cpu_wait() function
peter
2003-06-11
2
-12
/
+0
*
Note that scbus is required for SCSI, not just "required" in general.
jmallett
2003-06-08
1
-1
/
+1
*
Change the second (and last) argument of cpu_set_upcall(). Previously
marcel
2003-06-04
2
-2
/
+2
*
Remove #include <sys/disklabel.h>
phk
2003-06-01
2
-2
/
+0
*
Bring back bus_dmasync_op_t. It is now a typedef to an int, though the
scottl
2003-05-27
2
-2
/
+3
*
sys/sys/limits.h:
kan
2003-05-19
2
-3
/
+3
*
- Merge struct procsig with struct sigacts.
jhb
2003-05-13
2
-8
/
+10
*
Things run thru the C preprocessor must use C-style comments.
obrien
2003-05-05
2
-22
/
+22
*
Style fixes.
kan
2003-05-04
1
-8
/
+11
*
Back out last commits. The elf64/elf32 kernel name thing was more pain
peter
2003-05-01
2
-6
/
+2
*
Slight reorg and added AMD64 support. A couple of the MODINFOMD_* values
peter
2003-05-01
1
-6
/
+0
*
Fix transcription error. Use == NULL, not != NULL. Fortunately this
peter
2003-04-30
2
-2
/
+2
*
Look for an elf32 kernel (powerpc) and elf64 kernel (sparc64) as well
peter
2003-04-30
2
-2
/
+6
*
Range check the syscall number before looking it up in the syscallnames[]
jhb
2003-04-30
2
-2
/
+2
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
1
-66
/
+4
*
- Push down Giant into the sysarch() calls that still need Giant.
jhb
2003-04-25
1
-1
/
+1
[next]