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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make _BSD_TIME_T_ (time_t) an `int' rather than `long'. This will help
obrien
2001-05-18
1
-1
/
+1
*
Style changes -- revert ordering to mostly two revs ago.
obrien
2001-05-18
1
-61
/
+64
*
Consistently define the rune types.
obrien
2001-05-16
1
-4
/
+14
*
Move the int typedefs to the top so they can be used in defining other types.
obrien
2001-05-16
1
-19
/
+24
*
Overhaul of the SMP code. Several portions of the SMP kernel support have
jhb
2001-04-27
2
-14
/
+0
*
Convert the protection of hte i8254 from critical_enter/exit like it is
jhb
2001-04-18
1
-0
/
+3
*
Rework the witness code to work with sx locks as well as mutexes.
jhb
2001-03-28
2
-2
/
+2
*
- Switch from using save/disable/restore_intr to using critical_enter/exit
jhb
2001-03-28
1
-23
/
+1
*
Unbreak build on alpha.
ume
2001-03-24
1
-3
/
+0
*
Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).
peter
2001-03-17
1
-0
/
+1
*
Fix mtx_legal2block. The only time that it is bad to block on a mutex is
jhb
2001-03-09
1
-2
/
+0
*
GC unused and now obsolete assertion macros.
jhb
2001-02-22
1
-10
/
+0
*
Correct disordering which is corresponding to bde's fix to
ume
2001-02-17
1
-1
/
+1
*
Correct 2nd argument of getnameinfo(3) to socklen_t.
ume
2001-02-15
1
-0
/
+1
*
RIP <machine/lock.h>.
markm
2001-02-11
1
-36
/
+0
*
- Make astpending and need_resched process attributes rather than CPU
jhb
2001-02-10
2
-2
/
+0
*
Add a macro mtx_intr_enable() to alter a spin lock such that interrupts
jhb
2001-02-10
1
-0
/
+1
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-31
/
+16
*
Convert all simplelocks to mutexes and remove the simplelock implementations.
jasone
2001-01-24
1
-14
/
+0
*
- Rename the gd_cpuno member of struct globaldata to gd_cpuid.
jhb
2001-01-24
2
-8
/
+12
*
Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutex
jasone
2001-01-21
1
-0
/
+6
*
Make intr_nesting_level per-process, rather than per-cpu. Setup
jake
2001-01-21
2
-2
/
+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
-13
/
+0
*
Remove seconds types we don't use that came in thru the NetBSD heiratage.
obrien
2001-01-08
1
-1
/
+0
*
PowerPC atomic operation functions.
benno
2001-01-07
1
-56
/
+298
*
PowerPC assembler #defines.
benno
2001-01-07
1
-0
/
+95
*
Implement accessors for per-cpu variables which don't depend on the
jake
2001-01-06
1
-0
/
+1
*
PowerPC platform-specific definitions (modeled on sys/i386/include/setjmp.h)
obrien
2001-01-02
1
-0
/
+46
*
PowerPC platform-specific definitions (modeled on sys/i386/include/types.h)
obrien
2001-01-02
1
-0
/
+67
*
Minor style tweaks.
obrien
2001-01-02
2
-8
/
+11
*
PowerPC platform-specific definitions (modeled on sys/i386/include/param.h)
obrien
2001-01-02
1
-0
/
+175
*
MP shells for the PowerPC platform.
obrien
2001-01-01
1
-0
/
+50
*
PowerPC platform-specific page size setting.
obrien
2001-01-01
1
-0
/
+37
*
PowerPC platform-specific definitions.
obrien
2001-01-01
1
-0
/
+97
*
Shells for the atomic operations FreeBSD needs.
obrien
2001-01-01
1
-0
/
+228
*
PowerPC platform-specific type definitions.
obrien
2001-01-01
1
-0
/
+128
*
PowerPC specific ELF ABI definitions.
obrien
2001-01-01
1
-0
/
+170
*
Store in globaldata our CPU ID#. Provide a lock for panics - only one
mjacob
2000-12-09
2
-0
/
+2
*
Next phase in the PCI subsystem cleanup.
msmith
2000-12-08
1
-1
/
+1
*
Remove the last of the MD netisr code. It is now all MI. Remove
jake
2000-12-05
1
-1
/
+0
*
Add the 'witness_spin_check' per-CPU variable.
jhb
2000-11-15
3
-0
/
+3
*
Fix all the interrupt enabled/disabled assertions which were backwards.
jhb
2000-11-15
1
-6
/
+6
*
Beginnings of the powerpc machine dependant includes.
benno
2000-11-10
2
-0
/
+138
*
Our SHRT_MIN definition was actually 4 bits too big.
obrien
2000-11-04
2
-2
/
+2
*
- Overhaul the software interrupt code to use interrupt threads for each
jhb
2000-10-25
1
-1
/
+1
*
* Update comments
obrien
2000-10-24
2
-40
/
+62
*
Move bogus proc reference stuff into <machine/globals.h>. There is no
mjacob
2000-10-23
1
-0
/
+2
*
Define the mtx_legal2block() macro used in the witness code that managed
jhb
2000-10-20
1
-0
/
+3
*
Fix a braino in the ASS_SIEN() macro in the MUTEX_DEBUG case by using
jhb
2000-10-20
1
-1
/
+2
[next]