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
*
Temporarily unlock vnode for new image being executed to avoid lock order
tegge
2006-05-05
1
-0
/
+6
*
vn_start_write()/vn_finished_write() is not needed here, because
pjd
2006-04-29
1
-2
/
+0
*
Lock giant when assigning ni_vp and keep vfslocked state valid.
kris
2006-04-29
1
-0
/
+1
*
vn_start_write() is called only when v_type != VCHR, so corresponding
pjd
2006-04-28
1
-2
/
+3
*
Also check use_pty in the ptmx clone lookup; this means that when ptmx
rwatson
2006-04-28
1
-0
/
+3
*
Remove the puc-specific hacks. The puc(4) driver now properly uses
marcel
2006-04-28
1
-25
/
+0
*
- Add a BO_NEEDSGIANT flag to the bufobj. This flag forces all child
jeff
2006-04-28
1
-1
/
+2
*
- Consistently track ni_dvp and ni_vp with dvfslocked and vfslocked rather
jeff
2006-04-28
1
-13
/
+15
*
back out for now... revert ccpu to being kern.ccpu...
jmg
2006-04-27
1
-1
/
+1
*
move remaining sysctl into the kern.sched tree...
jmg
2006-04-26
1
-1
/
+1
*
Add some new commands to hopefully make it easier to diagnose lock-related
jhb
2006-04-25
1
-0
/
+138
*
Use db_lookup_thread() to lookup the thread for the passed in address
jhb
2006-04-25
1
-23
/
+5
*
Remove last vestiges of sab(4).
marius
2006-04-25
1
-1
/
+0
*
Extend getsock() to return the struct file flags read while holding the
rwatson
2006-04-25
1
-18
/
+19
*
Inherit LOCAL_CREDS option from listen socket for sockets returned
maxim
2006-04-24
1
-0
/
+2
*
MFp4: Add the ipend() method to the serdev I/F to allow umbrella
marcel
2006-04-23
1
-0
/
+15
*
Assert that sockets passed into soabort() not be SQ_COMP or SQ_INCOMP,
rwatson
2006-04-23
1
-1
/
+3
*
Add missing 'not' to SQ_COMP comment.
rwatson
2006-04-23
1
-1
/
+1
*
Move handling of SQ_COMP exception case in sofree() to the top of the
rwatson
2006-04-23
1
-17
/
+5
*
Print td_name instead of p_comm if td_name is non-empty for
jhb
2006-04-21
2
-1
/
+3
*
Don't try to kill embryonic processes in killpg1(). This prevents
ps
2006-04-21
1
-2
/
+3
*
Allow for nmbclusters and maxsockets to be increased via sysctl.
ps
2006-04-21
5
-6
/
+88
*
const'ify resource_spec to note that we won't be changing anything while
jmg
2006-04-20
1
-2
/
+4
*
r_spare1 and r_spare2 aren't needed. They aren't used. They can't be
imp
2006-04-19
1
-2
/
+0
*
Implement rw_try_upgrade() and rw_downgrade(). rw_try_upgrade() makes a
jhb
2006-04-19
1
-2
/
+133
*
'owner' is not used without SMP. Fix kernel build for such kernel
wkoszek
2006-04-18
1
-0
/
+4
*
Adaptively spin before blocking on the turnstile if an rwlock is write
jhb
2006-04-18
1
-7
/
+88
*
- Bring back turnstile_empty() which can check to see if an individual
jhb
2006-04-18
1
-0
/
+67
*
In vfs_hash_get(): mount point should never be changed
delphij
2006-04-18
1
-2
/
+2
*
- Add a rw_wowner() macro that just returns the owner of a write lock and
jhb
2006-04-17
1
-26
/
+38
*
Add a 'show sleepqueue' alias for 'show sleepq' in DDB.
jhb
2006-04-17
1
-0
/
+3
*
Trim trailing whitespace.
jhb
2006-04-17
1
-3
/
+3
*
Add a new module_file() function that returns the linker_file_t associated
jhb
2006-04-17
1
-0
/
+7
*
Change msleep() and tsleep() to not alter the calling thread's priority
jhb
2006-04-17
8
-23
/
+19
*
remove duplicate sizeof vnode entry (debug.sizeof.vnode already existed)...
jmg
2006-04-16
1
-2
/
+2
*
Take a better stab at making this compile.
scottl
2006-04-15
1
-1
/
+1
*
Take a stab at making this compile.
scottl
2006-04-15
1
-1
/
+1
*
Mark the thread pointer used during an adaptive spin volatile so that the
jhb
2006-04-14
1
-1
/
+1
*
Drop the kqueue global mutex as soon as we are finished with it rather
jhb
2006-04-14
1
-4
/
+2
*
Clear TDF_SINTR in sleepq_resume_thread, also sleepq_catch_signal does
davidxu
2006-04-13
1
-1
/
+1
*
Turn on ithread_destroy() and call it from intr_event_destroy() to tear
jhb
2006-04-13
1
-5
/
+7
*
Kill the last Giant acquisition in the exit(2) code. This Giant acquisition
csjp
2006-04-10
1
-2
/
+0
*
On shutdown try to turn off all swap devices. This way GEOM providers are
pjd
2006-04-10
1
-0
/
+7
*
Use proc lock to prevent a thread from exiting, Giant was no longer used to
davidxu
2006-04-10
2
-27
/
+10
*
Remove UNIX domain socket raw socket support. This feature is documented
rwatson
2006-04-09
1
-5
/
+0
*
Add the scc_hwmtx spin mutex, defined by scc(4).
marcel
2006-04-07
1
-0
/
+1
*
spell unlock correctly, this is relatively minor as it's rare someone would
jmg
2006-04-07
1
-1
/
+1
*
- VFS_LOCK_GIANT when recycling a vnode via getnewvnode. We may be
jeff
2006-04-04
1
-0
/
+3
*
- Properly check against B_DELWRI and B_NEEDSGIANT. This check was
jeff
2006-04-04
1
-1
/
+2
*
Increment kdb_active after we stopped the other CPUs and decrement
marcel
2006-04-04
1
-4
/
+4
[next]