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
*
Add audit hooks for ppc, ia64 system call paths.
rwatson
2006-09-16
2
-0
/
+8
*
In cpu_set_user_tls(), properly set the thread pointer. It is 0x7000
marcel
2006-09-01
2
-2
/
+2
*
Implement casuword32, compare and set user integer, thank Marcel Moolenarr
davidxu
2006-08-28
2
-0
/
+12
*
Eliminate unused definitions. (They came from NetBSD.)
alc
2006-08-25
1
-7
/
+0
*
Add skeletal support for GDB. In particular gdb_cpu_getreg() needs
marcel
2006-08-24
2
-0
/
+125
*
Use proper trap code for the EXC_ALI traps. This fixes SIGBUS during
sobomax
2006-08-03
2
-2
/
+2
*
Don't ignore errors from intr_event_add_handler().
jhb
2006-08-02
1
-3
/
+1
*
Add device to access and modify Open Firmware NVRAM settings in
sobomax
2006-08-01
1
-0
/
+3
*
Complete the transition from pmap_page_protect() to pmap_remove_write().
alc
2006-08-01
4
-174
/
+106
*
Remove sio(4) and related options from MI files to amd64, i386
marcel
2006-07-29
1
-1
/
+0
*
Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg is
jhb
2006-07-28
2
-2
/
+2
*
Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to
jhb
2006-07-28
2
-18
/
+0
*
Unify the checking for lock misbehavior in the various syscall()
jhb
2006-07-27
2
-10
/
+26
*
Add missing ptrace(2) system-call stops to various syscall()
jhb
2006-07-27
2
-0
/
+10
*
Turn this into an uart(4) bus attachment.
marcel
2006-07-26
1
-40
/
+19
*
Repocopy from: src/sys/powerpc/psim/sio_iobus.c
marcel
2006-07-26
1
-108
/
+0
*
o Remove device zs
marcel
2006-07-26
1
-5
/
+1
*
o Enable -Werror
marcel
2006-07-26
1
-3
/
+2
*
o Move the prototype of mem_valid() from ofw_machdep.h to md_var.h.
marcel
2006-07-26
5
-2
/
+38
*
Include needed clock.h.
marcel
2006-07-26
2
-0
/
+2
*
Forward declare struct trapframe.
marcel
2006-07-26
1
-0
/
+2
*
Simplify the pager support in DDB. Allowing different db commands to
jhb
2006-07-12
1
-4
/
+1
*
Add synchronization to moea_zero_page() and moea_zero_page_area().
alc
2006-07-10
2
-16
/
+34
*
Eliminate the acquisition and release of Giant from moea_extract_and_hold()
alc
2006-07-01
2
-12
/
+0
*
Backed out the change by request from rwatson.
babkin
2006-06-26
1
-1
/
+0
*
Synchronize accesses to the PTEG table.
alc
2006-06-25
2
-6
/
+58
*
The common UID/GID space implementation. It has been discussed on -arch
babkin
2006-06-25
1
-0
/
+1
*
Prevent 'mutex not owned' panic on boot if INVARIANTS is in the kernel. This
rink
2006-06-17
2
-0
/
+4
*
Remove COMPAT_43 from GENERIC (and other kernel configs). For amd64 there's
netchild
2006-06-15
1
-1
/
+0
*
Remove mpte optimization from pmap_enter_quick().
ups
2006-06-15
4
-19
/
+12
*
Some machines have an ESCC. Make sure we build uart(4) with support
marcel
2006-06-12
1
-0
/
+1
*
Add the ability to subset the devices that UART pulls in. This allows
imp
2006-06-12
1
-0
/
+3
*
Correct a typo in the previous revision.
alc
2006-06-06
2
-2
/
+2
*
Add a stub for pmap_enter_object().
alc
2006-06-06
1
-0
/
+7
*
Introduce the function pmap_enter_object(). It maps a sequence of resident
alc
2006-06-05
3
-30
/
+139
*
Since DELAY() was moved, most <machine/clock.h> #includes have been
phk
2006-05-16
7
-7
/
+0
*
Remove straggling reference to CPU_ macros
phk
2006-05-11
2
-4
/
+4
*
Clean out sysctl machdep.* related defines.
phk
2006-05-11
1
-11
/
+0
*
Set the rid for any resource obtained from rman_resource_reserve.
imp
2006-04-20
6
-1
/
+6
*
Add kbdmux(4). This avoids having to use the hint.pcib.1.skipslot=26
marcel
2006-04-07
1
-0
/
+1
*
Remove the unused sva and eva arguments from pmap_remove_pages().
peter
2006-04-03
2
-6
/
+3
*
Add a dummy implementation of bus_space_map().
marcel
2006-03-31
1
-3
/
+9
*
Simplify system time accounting for profiling.
phk
2006-02-08
2
-8
/
+6
*
Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43)
phk
2006-01-10
1
-0
/
+1
*
Set the siginfo si_addr field, and also the mysterious 3rd parameter
grehan
2006-01-07
2
-2
/
+8
*
- Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all the
jhb
2006-01-06
1
-5
/
+3
*
MI changes:
netchild
2005-12-31
2
-0
/
+16
*
Remove duplicate options (originals in sys/conf/NOTES).
ru
2005-12-30
1
-2
/
+0
*
Add user-space profiling support. Kernel profiling still todo.
grehan
2005-12-29
1
-8
/
+82
*
Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structure
sobomax
2005-12-26
1
-0
/
+2
[next]