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
/
aim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bring in NetBSD code used in the PowerPC port.
benno
2001-06-10
8
-0
/
+5389
*
GC #if 0'd calls to releasing and acquiring the old style giant kernel
jhb
2001-05-29
1
-6
/
+0
*
catch these files up to their i386 neighbors to make alpha boot
gallatin
2001-05-21
1
-6
/
+16
*
Initialize p_md.md_kernnest to 1 for newly fork'd processes since they
jhb
2001-04-26
1
-0
/
+6
*
remove bogus check -- for kernel threads we fork off of proc0, not curproc
gallatin
2001-03-15
1
-2
/
+0
*
Use the proc lock to protect p_pptr when waking up our parent in cpu_exit()
jhb
2001-03-07
1
-1
/
+2
*
Rename switch_trampoline() to fork_trampoline() on the alpha and ia64.
jhb
2001-02-22
1
-1
/
+1
*
- Don't call clear_resched() in userret(), instead, clear the resched flag
jhb
2001-02-20
1
-7
/
+0
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-4
/
+4
*
Update some comments, s0 in the pcb of a child returning from fork1() is
jhb
2001-01-26
1
-2
/
+2
*
- Change fork_exit() to take a pointer to a trapframe as its 3rd argument
jhb
2001-01-24
1
-2
/
+2
*
Protect proc.p_pptr and proc.p_children/p_sibling with the
jake
2000-12-23
1
-0
/
+12
*
acquire/release Giant in vm_page_zero_idle(), like on i386
gallatin
2000-12-01
1
-8
/
+2
*
Convert various calls to splhigh() to disable_intr() since splhigh() is
dfr
2000-11-19
1
-1
/
+0
*
Don't perform an mi_switch() when we release Giant during cpu_exit(). We
jhb
2000-11-15
1
-1
/
+2
*
- Overhaul the software interrupt code to use interrupt threads for each
jhb
2000-10-25
1
-1
/
+1
*
Catch up to moving headers:
jhb
2000-10-20
1
-1
/
+1
*
Clear pcb_schednest in cpu_fork() for the child process. This is
dfr
2000-10-03
1
-0
/
+7
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-4
/
+7
*
Support bounce buffers for ISA DMA on the alpha. This is required for the
gallatin
2000-06-19
1
-2
/
+0
*
cpu_fork(): Check "flags" before dereferencing "p2". Otherwise,
alc
2000-06-11
1
-3
/
+2
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-1
/
+1
*
The kernel side of per-process unaligned access control (printing, fixing &
gallatin
2000-01-16
1
-1
/
+1
*
Make this compile again. (missing #include for RFPROC)
peter
1999-12-06
1
-0
/
+1
*
User ldt sharing.
luoqi
1999-12-06
1
-1
/
+5
*
Re-organise the code which manages the owner of the FP state (fpcurproc).
dfr
1999-11-10
1
-12
/
+8
*
The core of this patch is to vm/vm_page.h. The effects are two-fold: (1) to
alc
1999-10-30
1
-2
/
+2
*
useracc() the prequel:
phk
1999-10-29
1
-1
/
+0
*
Fix bug in pipe code relating to writes of mmap'd but illegal address
dillon
1999-09-20
1
-3
/
+5
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fix the child's return path from fork so that fork will return 0
gallatin
1999-08-27
1
-4
/
+4
*
Sync with alc's revision 1.125 of i386/i386/vm_machdep.c. This
jdp
1999-08-05
1
-3
/
+3
*
Reduce the number of "magic constants" used for page coloring
alc
1999-07-22
1
-2
/
+2
*
Slight reorganization of kernel thread/process creation. Instead of using
peter
1999-07-01
1
-3
/
+3
*
Replace my previous fix of saving the FP state with a much simpler one: when
dt
1999-06-10
1
-4
/
+2
*
Keep fpcurproc locked in memory, so that we always can save the FP state
dt
1999-06-08
1
-2
/
+4
*
Fixed several (not all) warnings.
dt
1999-04-23
1
-2
/
+1
*
Added consts to cpu_set_fork_handler prototype. (Follow i386 version.)
dt
1999-04-20
1
-3
/
+3
*
unifdef -DVM_STACK - it's been on for a while for x86 and was checked
peter
1999-04-19
1
-56
/
+1
*
Adjust idle zero-page fill hysteresis based on tests. Use 2/3 and 4/5
dillon
1999-02-08
1
-4
/
+8
*
Add hysteresis to alpha version of vm_page_zero_idle().
dillon
1999-02-08
1
-14
/
+17
*
Rip out PQ_ZERO queue. PQ_ZERO functionality is now combined in with
dillon
1999-02-08
1
-6
/
+7
*
Mostly remove the VM_STACK OPTION.
julian
1999-01-26
1
-1
/
+18
*
Various changes to support OSF1 emulation:
dfr
1998-12-30
1
-5
/
+5
*
Removed bogus casts of USRSTACK and/or the other operand in binary
bde
1998-12-16
1
-4
/
+4
*
Implement 'software completion' for floating point arithmetic. On the
dfr
1998-12-04
1
-1
/
+13
*
Change a bogus cast to the correct one.
dfr
1998-10-15
1
-2
/
+2
*
Don't bother calling pmap_emulate_reference() from cpu_fork(). It isn't
dfr
1998-07-12
1
-11
/
+1
*
Add missing copyrights. Thanks to Jason Thorpe for politely noting the
dfr
1998-06-10
1
-0
/
+516