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
*
- Call fork1() directly instead of calling rfork() so that it doesn't mask
jhb
2001-03-11
1
-9
/
+5
*
Fix mtx_legal2block. The only time that it is bad to block on a mutex is
jhb
2001-03-09
1
-2
/
+0
*
Unrevert the pmap_map() changes. They weren't broken on x86.
jhb
2001-03-07
1
-9
/
+9
*
- Release Giant a bit earlier on syscall exit.
jhb
2001-03-07
1
-14
/
+9
*
Grab the process lock while calling psignal and before calling psignal.
jhb
2001-03-07
2
-3
/
+3
*
Use the proc lock to protect p_pptr when waking up our parent in cpu_exit()
jhb
2001-03-07
1
-1
/
+2
*
Just use proc lock to protect reading of p_pptr rather than a proctree
jhb
2001-03-07
1
-21
/
+17
*
Back out the pmap_map() change for now, it isn't completely stable on the
jhb
2001-03-07
1
-9
/
+9
*
- Rework pmap_map() to take advantage of direct-mapped segments on
jhb
2001-03-06
1
-9
/
+9
*
Create clone'd linux processes as stopped processes at first and don't
jhb
2001-03-06
1
-2
/
+9
*
Quiet a warning due to bus_size_t being a long on the alpha.
jhb
2001-03-06
1
-1
/
+1
*
handle reserved/unimplemented instruction (opDec) faults
gallatin
2001-03-05
2
-2
/
+187
*
Add MODULE_DEPEND() for the sysvipc modules. This allows the linulator
gallatin
2001-03-05
1
-0
/
+3
*
sync with i386:
gallatin
2001-03-05
1
-0
/
+2
*
Fix the unaligned access code to handle stores from R31 (zero)
gallatin
2001-03-05
1
-2
/
+3
*
Disable interrupts while sanity checking the owner of the floating point
dfr
2001-03-04
1
-0
/
+5
*
Account for the new flags field in struct trapframe.
dfr
2001-03-03
1
-1
/
+1
*
Rename switch_trampoline() to fork_trampoline() on the alpha and ia64.
jhb
2001-02-22
3
-5
/
+5
*
- Use TRAPF_PC() on the alpha to acess the PC in the trap frame.
jhb
2001-02-22
1
-4
/
+3
*
GC unused and now obsolete assertion macros.
jhb
2001-02-22
1
-10
/
+0
*
Cleanup and clarify the comments above switch_trampoline().
jhb
2001-02-22
1
-2
/
+5
*
Remove attempt to add in PREEMPTION #ifdef test in MI code that didn't
jhb
2001-02-21
1
-0
/
+4
*
Fix the osfulator in the face of Doug's optimized system call return path.
gallatin
2001-02-21
1
-0
/
+2
*
- Add a new ithread_schedule() function to do the bulk of the work of
jhb
2001-02-20
1
-38
/
+3
*
- Don't call clear_resched() in userret(), instead, clear the resched flag
jhb
2001-02-20
5
-26
/
+0
*
Regen
gallatin
2001-02-20
3
-13
/
+13
*
Sort out the umount breakage introduced in the last 2 revisions.
gallatin
2001-02-20
1
-4
/
+4
*
Regenerate.
jlemon
2001-02-20
3
-15
/
+10
*
Fix duplicate linux_mount definition
jlemon
2001-02-20
1
-4
/
+4
*
Changed the aston() family to operate on a specified process instead of
bde
2001-02-19
2
-3
/
+3
*
Correct disordering which is corresponding to bde's fix to
ume
2001-02-17
1
-1
/
+1
*
Allow debugging output to be controlled on a per-syscall granularity.
jlemon
2001-02-16
2
-35
/
+53
*
Re-gen auto generated files.
jlemon
2001-02-16
3
-6
/
+27
*
Remove dummy stub functions.
jlemon
2001-02-16
1
-2
/
+0
*
Add mount syscall to linux emulation. Also improve emulation of reboot.
jlemon
2001-02-16
2
-4
/
+15
*
Correct 2nd argument of getnameinfo(3) to socklen_t.
ume
2001-02-15
1
-0
/
+1
*
Doug found that doing a W1C on MCPCIA_INT_REQ just around the time you
mjacob
2001-02-13
1
-12
/
+27
*
add defines for EISA, NCR IRQs; add defines for MID and SLOT shift values
mjacob
2001-02-13
1
-0
/
+5
*
add mcbus minimum id value
mjacob
2001-02-13
1
-1
/
+2
*
Doug noticed that the bit values for _MCPCIA_INT_ACK0/_MCPCIA_INT_ACK1
mjacob
2001-02-13
1
-4
/
+13
*
Implement a unified run queue and adjust priority levels accordingly.
jake
2001-02-12
1
-2
/
+1
*
RIP <machine/lock.h>.
markm
2001-02-11
2
-40
/
+0
*
Temporary workaround to get things to compile. I could have updated
mjacob
2001-02-10
2
-2
/
+9
*
Clear the reschedule flag after finding it set in userret(). This
jake
2001-02-10
1
-0
/
+1
*
Reenable preemption on interrupts. My last commit accidentally reverted
jhb
2001-02-10
1
-1
/
+13
*
- Make astpending and need_resched process attributes rather than CPU
jhb
2001-02-10
6
-58
/
+31
*
Add a macro mtx_intr_enable() to alter a spin lock such that interrupts
jhb
2001-02-10
1
-0
/
+1
*
Use the MI ithread helper functions in the alpha hardware interrupt code.
jhb
2001-02-09
9
-266
/
+63
*
- Catch up to the new swi API changes:
jhb
2001-02-09
1
-1
/
+1
*
Move the initailization of the proc lock for proc0 very early into the MD
jhb
2001-02-09
1
-0
/
+1
[next]