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
*
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
*
- Proc locking.
jhb
2001-01-24
1
-2
/
+6
*
- Proc locking.
jhb
2001-01-24
1
-41
/
+59
*
- Proc locking.
jhb
2001-01-24
2
-5
/
+32
*
- Proc locking.
jhb
2001-01-24
1
-22
/
+27
*
First step towards an MP-safe zone allocator:
des
2001-01-21
1
-3
/
+3
*
Make intr_nesting_level per-process, rather than per-cpu. Setup
jake
2001-01-21
5
-6
/
+6
*
Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutex
jasone
2001-01-21
1
-4
/
+4
*
Remove the now-empty ipl_funcs.c file on all platforms.
peter
2001-01-19
1
-30
/
+0
*
Remove the static splXXX functions and replace them by static __inline
peter
2001-01-19
1
-5
/
+0
*
Implement MTX_RECURSE flag for mtx_init().
bmilekic
2001-01-19
1
-3
/
+3
*
These files have been on deathrow for a couple of months, no appeal.
phk
2001-01-16
2
-8
/
+0
*
Remove NOBLOCKRANDOM as a compile-time option. Instead, provide
markm
2001-01-14
1
-1
/
+0
*
Remove unused per-cpu variables inside_intr and ss_eflags.
jake
2001-01-12
2
-2
/
+0
*
- Remove compatibility macros for accessing per-cpu variables.
jake
2001-01-11
1
-12
/
+0
*
Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables
jake
2001-01-10
2
-5
/
+5
*
Put VCS ids in a consistent place and form.
obrien
2001-01-08
1
-3
/
+2
*
Remove seconds types we don't use that came in thru the NetBSD heiratage.
obrien
2001-01-08
1
-2
/
+0
*
Implement accessors for per-cpu variables which don't depend on the
jake
2001-01-06
1
-0
/
+1
*
Don't include <stddef.h> for offsetof() - its also defined in <sys/types.h>
dfr
2000-12-30
1
-2
/
+0
*
Merge ALIGN changes from alpha code.
dfr
2000-12-30
1
-3
/
+24
*
Fix typo.
dfr
2000-12-30
1
-1
/
+0
*
Protect proc.p_pptr and proc.p_children/p_sibling with the
jake
2000-12-23
1
-0
/
+12
*
Resolve RAW dependency violation between tbit and adds.
marcel
2000-12-20
2
-0
/
+2
*
Remove the "machine dependent" KTR trace buffer ddb commands. The code was
jhb
2000-12-14
1
-75
/
+0
*
Sync with i386/GENERIC rev 1.294 removing "COMPAT_OLDPCI".
obrien
2000-12-13
1
-1
/
+0
*
- Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead
jake
2000-12-13
1
-3
/
+3
*
- Add code to detect if a system call returns with locks other than Giant
jake
2000-12-12
1
-0
/
+14
*
o Remove mcclock
marcel
2000-12-10
1
-7
/
+4
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
2
-25
/
+19
*
Remove the last of the MD netisr code. It is now all MI. Remove
jake
2000-12-05
2
-28
/
+0
*
remove unneded sys/ucred.h includes
alfred
2000-11-30
1
-1
/
+0
*
Don't use p->p_sigstk.ss_flags to keep state of whether the
marcel
2000-11-30
2
-2
/
+10
*
Add 'mpsafe' parameter to callout_init() in MD bits.
jlemon
2000-11-26
1
-1
/
+1
*
Protect the following with a lockmgr lock:
jake
2000-11-22
1
-0
/
+3
[next]