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 extra 'comma = 0' in socket state printing code, which otherwise
rwatson
2009-02-09
1
-1
/
+0
*
s/SS_FDREF/SS_NOFDREF/
mbr
2009-02-09
1
-1
/
+1
*
Remove a stale comment from the clists code.
ed
2009-02-09
1
-4
/
+0
*
Tweak the output of VOP_PRINT/vn_printf() some.
jhb
2009-02-06
3
-4
/
+4
*
Add KASSERTs to make it easier to debug problems like the one fixed
trasz
2009-02-06
1
-0
/
+1
*
Expand the scope of the sysctllock sx lock to protect the sysctl tree itself.
jhb
2009-02-06
3
-25
/
+110
*
Drop the kernel linker lock while running SYSUNINIT routines and removing
jhb
2009-02-05
1
-0
/
+3
*
Add more KTR_VFS logging point in order to have a more effective tracing.
attilio
2009-02-05
2
-23
/
+78
*
Don't leave the console TTY constantly open.
ed
2009-02-05
1
-31
/
+40
*
Don't allow creating a socket with a protocol family that the current
jamie
2009-02-05
2
-8
/
+43
*
Standardize the various prison_foo_ip[46] functions and prison_if to
jamie
2009-02-05
1
-70
/
+74
*
In some situations, mnt_lockref could go negative due to vfs_unbusy() being
trasz
2009-02-05
1
-3
/
+5
*
Remove written-to but never read local variable 'offset' from
rwatson
2009-02-04
1
-2
/
+1
*
Remove slush space from clists.
ed
2009-02-04
1
-75
/
+10
*
Slightly improve the design of the TTY buffer.
ed
2009-02-03
3
-73
/
+102
*
Use NULL in preference to 0 in pointer contexts.
imp
2009-02-03
2
-9
/
+9
*
Make bioq_disksort have a ANSI-C definition rather than a K&R definition.
imp
2009-02-03
1
-3
/
+1
*
rman_debug should be static, so make it static.
imp
2009-02-03
1
-1
/
+1
*
Use ANSI function definition for profil.
imp
2009-02-03
1
-3
/
+1
*
Prefer ANSI function definitions to K&R ones.
imp
2009-02-03
1
-6
/
+3
*
Use NULL in preference to 0 for pointers.
imp
2009-02-03
2
-7
/
+7
*
Use NULL in preference to 0 for pointers.
imp
2009-02-03
2
-2
/
+2
*
o Use unsigned for bit fields.
imp
2009-02-03
1
-3
/
+3
*
int foo(void) is the proper ANSI function definition when there's no
imp
2009-02-03
1
-1
/
+1
*
Declare bus_data_devices to be static: it isn't used elsewhere.
imp
2009-02-03
1
-5
/
+5
*
Fix select on platforms where sizeof(long) != sizeof(int). This used
sepotvin
2009-02-02
1
-2
/
+2
*
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
[next]