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
*
If a process is a zombie and we couldn't identify another useful state,
rwatson
2009-01-29
1
-0
/
+2
*
Mark most often used sysctl's as MPSAFE.
ed
2009-01-28
3
-14
/
+18
*
Convert the global mutex protecting the directory lookup name cache from a
jhb
2009-01-28
1
-46
/
+81
*
Use the proper flag to let kern.ttys be executed without Giant.
ed
2009-01-26
1
-1
/
+1
*
Whitespace tweak.
jhb
2009-01-26
1
-1
/
+1
*
- bit has to be fd_mask to work properly on 64bit platforms. Constants
jeff
2009-01-25
1
-5
/
+6
*
When a statically linked binary is executed (or at least, one without
rwatson
2009-01-25
1
-1
/
+2
*
For consistency with prison_{local,remote,check}_ipN rename
bz
2009-01-25
1
-2
/
+2
*
- Correct a typo in a comment.
jeff
2009-01-25
1
-1
/
+1
*
- Make the keg abstraction more complete. Permit a zone to have multiple
jeff
2009-01-25
1
-4
/
+1
*
Remove unneeded use of device unit numbers from pty(4).
ed
2009-01-25
1
-8
/
+5
*
- Use __XSTRING where I want the define to be expanded. This resulted in
jeff
2009-01-25
2
-3
/
+3
*
Fix errors introduced when I rewrote select.
jeff
2009-01-25
1
-44
/
+96
*
Mark kern.ttys as MPSAFE.
ed
2009-01-24
1
-1
/
+1
*
Add explicit static DTrace tracing to the callout mechanism, capturing
rwatson
2009-01-24
1
-0
/
+15
*
- Mark all standalone INT/LONG/QUAD sysctl's MPSAFE. This is done
jhb
2009-01-23
1
-6
/
+8
*
- Add conditional Giant locking around the vrele() in
jhb
2009-01-23
1
-33
/
+38
*
Add a flag to tag individual sysctl leaf nodes as MPSAFE and thus not
jhb
2009-01-23
1
-4
/
+4
*
Use shared vnode locks for fchdir().
jhb
2009-01-23
1
-2
/
+2
*
Tweak the wording for vfs_mark_atime() since the I/O it is avoiding by not
jhb
2009-01-23
1
-3
/
+3
*
Push down Giant in the vlnru kproc main loop so that it is only acquired
jhb
2009-01-23
1
-11
/
+3
*
Use the correct type for the timeout parameter to the 32-bit
jhb
2009-01-23
1
-1
/
+1
*
Fix a few style bogons.
jhb
2009-01-21
1
-2
/
+1
*
Move the code from ufs_lookup.c used to do dotdot lookup, into
kib
2009-01-21
1
-0
/
+32
*
Move the VA_MARKATIME flag for VOP_SETATTR() out into its own VOP:
jhb
2009-01-21
2
-5
/
+7
*
Add functions WITNESS so it can be asserted that the lock is not released for a
thompsa
2009-01-21
1
-0
/
+49
*
FFS puts the extended attributes blocks at the negative blocks for the
kib
2009-01-20
1
-1
/
+1
*
Add a limit on namecache entries.
mckay
2009-01-20
1
-0
/
+6
*
Teach m_copyback() to use trailing space of the last mbuf in chain.
mav
2009-01-18
1
-0
/
+4
*
- Implement generic macros for producing KTR records that are compatible
jeff
2009-01-17
5
-51
/
+132
*
Lock the semaphore identifier lock during semaphore initialization to
kib
2009-01-15
1
-0
/
+4
*
It seems that there are at least three issues with IPC_RMID operation
kib
2009-01-14
1
-152
/
+125
*
Add a new KTR tracepoint in the KTR_CALLOUT class to note when a callout
jhb
2009-01-13
1
-0
/
+1
*
Do not call namei() while having another user-controlled vnode
kib
2009-01-08
1
-18
/
+31
*
Remove Giant locking from domains list.
ed
2009-01-04
1
-9
/
+9
*
Remove two further uses (debugging and NULLing) of pr_ousrreq, missed due
rwatson
2009-01-04
2
-3
/
+0
*
Back out r186615; the sanitizing of the pointers in the error case
bz
2009-01-04
1
-2
/
+0
*
Extend the struct vm_page wire_count to u_int to avoid the overflow
kib
2009-01-03
1
-1
/
+5
*
Fix a corner case in my previous commit.
ed
2009-01-02
1
-1
/
+2
*
Don't let /dev/console be revoked if the TTY below is being closed.
ed
2009-01-02
1
-0
/
+7
*
White space and comment tweaks.
rwatson
2009-01-01
1
-2
/
+2
*
Temporary workaround for the limitations of the mbuf flowid field: zero
rwatson
2009-01-01
1
-0
/
+2
*
Don't clobber sysctl_root()'s error number.
ed
2009-01-01
1
-2
/
+5
*
Document the relationship between enum VM_GUEST and the vm_guest_sysctl_names
ivoras
2008-12-30
1
-1
/
+3
*
Added missing second part of cleaning j->ip[46] as requested by bz
pho
2008-12-30
1
-0
/
+2
*
Make sure that unused j->ip[46] are cleared
pho
2008-12-30
1
-2
/
+4
*
Rename mbcnt to mbcnt_delta in uipc_send() -- unlike other local
rwatson
2008-12-30
1
-3
/
+3
*
Clear the pointers to the file in the struct filedesc before file is closed
kib
2008-12-30
1
-6
/
+8
*
In r185557, the check for existing negative entry for the given name
kib
2008-12-30
1
-22
/
+11
*
Fix compilation. Also move ogetkerninfo() to kern_xxx.c.
ed
2008-12-29
2
-212
/
+208
[next]