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
/
kern
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove giant required from kqueue_close..
jmg
2004-09-10
1
-2
/
+0
*
Hard code witness lock order for BPF locks.
rwatson
2004-09-09
1
-0
/
+7
*
Create simple function init_va_filerev() for initializing a va_filerev
phk
2004-09-07
1
-0
/
+13
*
fix typo
julian
2004-09-07
1
-1
/
+1
*
Make debug printf less threatenning and make it only print out once.
julian
2004-09-07
1
-2
/
+2
*
Give libthr a choice (per system) of scope_system or scope_thread
julian
2004-09-07
1
-10
/
+37
*
make witness it's own sysctl branch instead of using _ to do this. I have
jmg
2004-09-06
1
-5
/
+10
*
don't call f_detach if the filter has alread removed the knote.. This
jmg
2004-09-06
1
-8
/
+10
*
Don't do IPIs on behalf of interrupt threads.
julian
2004-09-06
2
-4
/
+5
*
slight code cleanup
julian
2004-09-05
1
-2
/
+2
*
It's too easy to panic the machine when INVARIANTS are turned on
alfred
2004-09-05
1
-1
/
+2
*
Expand the scope of the socket buffer locks in sopoll() to include the
rwatson
2004-09-05
1
-4
/
+4
*
turn on IPIs for 4bsd scheduler by default.
julian
2004-09-05
1
-2
/
+2
*
Refactor a bunch of scheduler code to give basically the same behaviour
julian
2004-09-05
13
-733
/
+756
*
Don't declare a function we are not defining.
julian
2004-09-03
1
-0
/
+2
*
fix compile for UP
julian
2004-09-03
1
-0
/
+4
*
ooops finish last commit.
julian
2004-09-03
1
-0
/
+1
*
Move 4bsd specific experimental IP code into the 4bsd file.
julian
2004-09-03
2
-130
/
+127
*
Push Giant deep into vm_forkproc(), acquiring it only if the process has
alc
2004-09-03
2
-16
/
+14
*
Tag AIO as requiring Giant over the network stack using
rwatson
2004-09-03
1
-0
/
+2
*
remove unused code
julian
2004-09-02
1
-109
/
+0
*
Turn PREEMPTION into a kernel option. Make sure that it's defined if
scottl
2004-09-02
4
-1
/
+21
*
*Blush* forgot to test non SMP builds.. oddly enough some UP code (particularly
julian
2004-09-01
1
-1
/
+2
*
Give the 4bsd scheduler the ability to wake up idle processors
julian
2004-09-01
4
-20
/
+245
*
Give setrunqueue() and sched_add() more of a clue as to
julian
2004-09-01
10
-24
/
+38
*
Remove TDP_USTATCLOCK, we no longer need it because we now always
davidxu
2004-08-31
1
-55
/
+30
*
Remove an unneeded argument..
julian
2004-08-31
3
-4
/
+4
*
Remove sched_free_thread() which was only used
julian
2004-08-31
3
-19
/
+0
*
Fix BUS_DEBUG case
imp
2004-08-30
1
-1
/
+1
*
Add a missing '\n'.
pjd
2004-08-30
1
-2
/
+2
*
Only test return_instead if P_SINGLE_EXIT is set, otherwise a fork()
davidxu
2004-08-29
1
-1
/
+1
*
Initial support (disabled) for rebidding devices. I've been running
imp
2004-08-29
1
-4
/
+36
*
MFp4: Merge in the patches, submitted long ago by someone whose email
imp
2004-08-29
1
-12
/
+26
*
Remove the HW_WDOG option; it serves no purpose.
des
2004-08-29
1
-12
/
+0
*
Add support for completing the installation of ELF relocatable
iedowse
2004-08-29
1
-3
/
+208
*
1. try to use existing mailbox address in thread_update_usr_ticks.
davidxu
2004-08-28
1
-4
/
+6
*
Move TDF_CAN_UNBIND to thread private flags td_pflags, this eliminates
davidxu
2004-08-28
1
-19
/
+4
*
Backout the previous backout (with scott's ok). sched_ule.c:1.122 is
peter
2004-08-28
1
-0
/
+2
*
s/smp_rv_mtx/smp_ipi_mtx/g
obrien
2004-08-28
1
-4
/
+4
*
Commit Jeff's suggested changes for avoiding a bug that is exposed by
peter
2004-08-28
1
-4
/
+2
*
Poll() uses the array smallbits that is big enough to hold 32 struct
andre
2004-08-27
1
-3
/
+3
*
Reintroduce slightly modified patch from kern/69964. Check for
kan
2004-08-27
1
-4
/
+11
*
When trying each linker class in turn with a preloaded module, exit
iedowse
2004-08-27
1
-3
/
+2
*
Don't hold the UNIX domain socket subsystem lock over the body of the
rwatson
2004-08-25
1
-8
/
+15
*
Conditional acquisition of socket buffer mutexes when testing socket
rwatson
2004-08-24
1
-35
/
+16
*
Set the description to NULL in the right detach routine. This should
imp
2004-08-24
1
-1
/
+1
*
Remove checking of single exit flag in thread_user_enter(), this is
davidxu
2004-08-23
1
-12
/
+0
*
Commit Doug White and Alan Cox's fix for the cross-ipi smp deadlock.
peter
2004-08-23
1
-1
/
+8
*
Temporarily back out r1.74 as it seems to cause a number of regressions
kan
2004-08-23
1
-12
/
+5
*
Make debug.kdb.stop_cpus also a TUNABLE() so it can be set prior to boot
rwatson
2004-08-22
1
-0
/
+1
[next]