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
/
ia64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Export intrnames and intrcnt as sysctls (hw.nintr, hw.intrnames and
tmm
2001-03-23
1
-0
/
+2
*
Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).
peter
2001-03-17
1
-1
/
+1
*
Allow the config file to specify a root filesystem filename.
dfr
2001-03-09
1
-1
/
+6
*
Adjust a comment slightly.
dfr
2001-03-09
1
-2
/
+1
*
Fix mtx_legal2block. The only time that it is bad to block on a mutex is
jhb
2001-03-09
1
-1
/
+0
*
Unrevert the pmap_map() changes. They weren't broken on x86.
jhb
2001-03-07
1
-32
/
+26
*
- Release Giant a bit earlier on syscall exit.
jhb
2001-03-07
1
-13
/
+8
*
Grab the process lock while calling psignal and before calling psignal.
jhb
2001-03-07
1
-1
/
+1
*
Use the proc lock to protect p_pptr when waking up our parent in cpu_exit()
jhb
2001-03-07
1
-2
/
+2
*
Back out the pmap_map() change for now, it isn't completely stable on the
jhb
2001-03-07
1
-26
/
+32
*
Don't psignal() a process from forward_hardclock() but set the appropriate
jhb
2001-03-06
1
-2
/
+2
*
- Rework pmap_map() to take advantage of direct-mapped segments on
jhb
2001-03-06
1
-32
/
+26
*
Fix a couple of typos which became obvious when I started to actually use
dfr
2001-03-04
1
-3
/
+3
*
sched_swi -> swi_sched
jhb
2001-02-24
1
-1
/
+1
*
Don't include machine/mutex.h and relocate sys/mutex.h's include to be
jhb
2001-02-24
1
-2
/
+1
*
Clockframes have a trapframe stored in a cf_tf member, not ct_tf.
jhb
2001-02-24
1
-1
/
+1
*
Whitespace nits.
jhb
2001-02-24
1
-2
/
+2
*
Pass in process to mark ast on to aston().
jhb
2001-02-24
1
-1
/
+1
*
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
3
-6
/
+6
*
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 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
*
- 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
*
Catch up to new MI astpending and need_resched handling.
jhb
2001-02-22
3
-26
/
+1
*
Correct disordering which is corresponding to bde's fix to
ume
2001-02-17
1
-3
/
+3
*
Correct 2nd argument of getnameinfo(3) to socklen_t.
ume
2001-02-15
1
-0
/
+1
*
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
-36
/
+0
*
Move the initailization of the proc lock for proc0 very early into the MD
jhb
2001-02-09
1
-0
/
+1
*
Remove bogus #if 0'd code that dinked with the saved interrupt state in
jhb
2001-02-09
1
-7
/
+0
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
8
-75
/
+63
*
Clean up some leftovers from the root mount cleanup that was done some
peter
2001-02-04
2
-8
/
+0
*
All the world is not an i386. Merge rev 1.438 of i386/i386/machdep.c.
peter
2001-02-04
1
-0
/
+1
*
Remove count for NSIO. The only places it was used it were incorrect.
peter
2001-01-31
1
-14
/
+3
*
Flesh out EFI support somewhat.
dfr
2001-01-29
2
-45
/
+591
*
Send "#if NISA > 0" to the bit-bucket and replace it with an option.
peter
2001-01-29
1
-3
/
+3
*
Add gd_witness_spin_check.
marcel
2001-01-28
2
-0
/
+2
*
Fix typo.
marcel
2001-01-28
1
-1
/
+1
*
Improve kernel bootstrapping:
marcel
2001-01-28
1
-53
/
+0
*
Initialise proc0.p_heldmtx and proc0.p_contested and call
dfr
2001-01-26
1
-2
/
+7
*
Change cpuno to cpuid.
dfr
2001-01-24
4
-32
/
+32
*
Fix typo.
dfr
2001-01-24
2
-1
/
+2
*
Convert all simplelocks to mutexes and remove the simplelock implementations.
jasone
2001-01-24
2
-59
/
+6
[next]