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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Since the PC is a pointer to a code address, change the second parameter of
jhb
2001-02-22
2
-4
/
+4
*
- Change ast() to take a pointer to a trapframe like other architectures.
jhb
2001-02-22
4
-21
/
+23
*
Add a 'splitter' node to separate a bidirectional
julian
2001-02-22
3
-0
/
+280
*
The ia64 hasn't needed machine/ipl.h included in sys/systm.h for a while
jhb
2001-02-22
1
-4
/
+0
*
Axe pcb_schednest as it is no longer used.
jhb
2001-02-22
2
-2
/
+0
*
Rename switch_trampoline() to fork_trampoline() on the alpha and ia64.
jhb
2001-02-22
8
-13
/
+13
*
Don't set the sched_lock lesting level for new processes as it is no
jhb
2001-02-22
1
-7
/
+0
*
Catch comments up to child_return() -> fork_return() as well.
jhb
2001-02-22
1
-2
/
+2
*
Synch up with the other architectures:
jhb
2001-02-22
1
-39
/
+18
*
- Use TRAPF_PC() on the alpha to acess the PC in the trap frame.
jhb
2001-02-22
4
-13
/
+9
*
Use the MI fork_return() fork trampoline callout function for child
jhb
2001-02-22
1
-1
/
+1
*
- Don't dink with sched_lock in cpu_switch() since mi_switch() does this
jhb
2001-02-22
1
-23
/
+14
*
GC unused and now obsolete assertion macros.
jhb
2001-02-22
4
-36
/
+0
*
- Axe the now unused ASS_* assertions for interrupt status.
jhb
2001-02-22
1
-10
/
+1
*
Add a inline function to read the psr.
jhb
2001-02-22
1
-0
/
+11
*
Add a mtx_intr_enable() macro.
jhb
2001-02-22
1
-0
/
+1
*
Axe the astpending per-cpu variable.
jhb
2001-02-22
3
-3
/
+0
*
Add TRAPF_PC() and TRAPF_USERMODE() macros and redefine CLKF_PC() and
jhb
2001-02-22
1
-3
/
+6
*
Cleanup and clarify the comments above switch_trampoline().
jhb
2001-02-22
1
-2
/
+5
*
Fix formatting bugs introduced in sysctl_vm_zone() by the previous commit.
des
2001-02-22
1
-2
/
+7
*
Add a mtx_assert() in maybe_resched() just to be sure it's always called
jhb
2001-02-22
1
-0
/
+1
*
Lock need_resched with sched_lock.
jhb
2001-02-22
2
-4
/
+14
*
Catch up to new MI astpending and need_resched handling.
jhb
2001-02-22
3
-26
/
+1
*
Whenever the user might be offered a chance to quit through
dcs
2001-02-22
1
-4
/
+7
*
When cleaning up excess inode dependencies, check for being done.
mckusick
2001-02-22
1
-0
/
+2
*
Now that zerror() and SPLASSERT() have been laid to rest, INVARIANT_SUPPORT
jhb
2001-02-22
3
-21
/
+0
*
Convert an instance of 8 spaces to a tab.
jhb
2001-02-22
1
-1
/
+1
*
Restore a print_sense=FALSE that got nuked by accident in last delta.
mjacob
2001-02-22
1
-0
/
+1
*
Work around a race condition where an interrupt handler can be removed from
jhb
2001-02-22
2
-3
/
+35
*
Just use the ithread->it_proc directly in a KTR tracepoint instead of
jhb
2001-02-22
1
-2
/
+1
*
Add KTR tracepoints for adding/removing interrupt handlers,
jhb
2001-02-22
1
-0
/
+8
*
- Use the NOCPU constant.
jhb
2001-02-22
3
-9
/
+9
*
Quiet a warning with a uintptr_t cast.
jhb
2001-02-22
1
-1
/
+1
*
- Use the new NOCPU constant.
jhb
2001-02-22
1
-2
/
+2
*
Fix a bug where the 'ithread' variable was being set in a KASSERT()
jhb
2001-02-22
1
-2
/
+2
*
Remove attempt to add in PREEMPTION #ifdef test in MI code that didn't
jhb
2001-02-21
2
-2
/
+4
*
Big round of minor updates:
wpaul
2001-02-21
19
-278
/
+249
*
aic7xxx.c:
gibbs
2001-02-21
6
-122
/
+194
*
Fix the osfulator in the face of Doug's optimized system call return path.
gallatin
2001-02-21
1
-0
/
+2
*
Use the correct device names (now that we have devfs to embarrass us).
mjacob
2001-02-21
1
-7
/
+7
*
Backout change in 1.153, as it violate rfc1122 section 3.2.1.3.
jesper
2001-02-21
1
-12
/
+1
*
Fixed warnings.
nyan
2001-02-21
6
-28
/
+28
*
Add VI_LOCK(), VI_TRYLOCK() and VI_UNLOCK() macros to isolate implementation
bp
2001-02-21
1
-0
/
+4
*
Merged from sys/isa/sio.c revision 1.326.
kato
2001-02-21
2
-4
/
+6
*
Merged from sys/i386/isa/clock.c revision 1.170.
kato
2001-02-21
3
-18
/
+3
*
Merged from sys/i386/i386/machdep.c revision 1.441.
kato
2001-02-21
2
-2
/
+0
*
Fix parameter order in the calls to MGET().
bp
2001-02-21
1
-2
/
+2
*
o Move per-process jail pointer (p->pr_prison) to inside of the subject
rwatson
2001-02-21
34
-124
/
+190
*
o Remove unnecessary jail() check in bpfopen() -- we limit device access
rwatson
2001-02-21
1
-3
/
+0
*
Ensure that RLIMIT_NPROC limits are at least 1 to avoid bad interaction
tegge
2001-02-20
1
-0
/
+4
[next]