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
*
Socket MAC labels so_label and so_peerlabel are now protected by
rwatson
2004-06-13
6
-0
/
+24
*
Introduce socket and UNIX domain socket locks into hard-coded lock
rwatson
2004-06-13
1
-1
/
+8
*
Correct whitespace errors in merge from rwatson_netperf: tabs instead of
rwatson
2004-06-12
1
-5
/
+5
*
Extend coverage of SOCK_LOCK(so) to include so_count, the socket
rwatson
2004-06-12
4
-1
/
+21
*
Introduce a mutex into struct sockbuf, sb_mtx, which will be used to
rwatson
2004-06-12
1
-0
/
+4
*
Fix registration of loadable line disciplines.
phk
2004-06-12
1
-1
/
+2
*
Gah! Plug a mbuf leak I introduced in the last commit.
bmilekic
2004-06-11
1
-2
/
+3
*
Shuffle some code around.
julian
2004-06-11
2
-43
/
+67
*
Deorbit COMPAT_SUNOS.
phk
2004-06-11
11
-46
/
+34
*
Make sysctl_wire_old_buffer() respect ENOMEM from vslock() by marking
green
2004-06-11
1
-2
/
+5
*
Introduce a subsystem lock around UNIX domain sockets in order to protect
rwatson
2004-06-10
1
-58
/
+193
*
Plug a race where upon free this scenario could occur:
bmilekic
2004-06-10
1
-15
/
+30
*
Fix a panic happening when m_getm() is called with len < MCLBYTES.
mux
2004-06-09
1
-1
/
+1
*
Add a comment explaining td_critnest's initial state and its life from that
jmallett
2004-06-09
1
-0
/
+13
*
Rename struct pt_ioctl to "ptsc" and pointers to it from "pti" to "pt"
phk
2004-06-09
1
-65
/
+65
*
Ditch K&R function style
phk
2004-06-09
1
-63
/
+15
*
Reference count struct tty.
phk
2004-06-09
2
-22
/
+96
*
Fix a race in destruction of sessions.
phk
2004-06-09
1
-2
/
+3
*
Move PTY private defines into PTY private files.
phk
2004-06-09
1
-0
/
+4
*
Avoid assignments to cast expressions.
stefanf
2004-06-08
1
-2
/
+2
*
Remove remnants of PGINPROF.
tjr
2004-06-08
1
-5
/
+0
*
Correct a resource leak introduced in recent accept locking changes:
rwatson
2004-06-07
1
-4
/
+4
*
Make linesw[] an array of pointers to linedesc instead of an array of
phk
2004-06-07
2
-64
/
+60
*
Split kern_thread.c into 2 parts. kern_kse.c and kern_thread.c
julian
2004-06-07
1
-1209
/
+13
*
According to SUSv3, sigwait is different with sigwaitinfo, sigwait
davidxu
2004-06-07
1
-5
/
+12
*
Remove unused code.
pjd
2004-06-07
2
-12
/
+2
*
allow more than MLEN bytes for ancillary data to meet the
ume
2004-06-07
1
-1
/
+9
*
Remove a stale and misleading comment.
tjr
2004-06-07
1
-7
/
+0
*
Move the KSE ABI specific code here and separate it from code that
julian
2004-06-07
1
-977
/
+19
*
Remove filename+line number from panic messages.
phk
2004-06-06
1
-3
/
+3
*
Detect interrupt storms better. The storm detection didn't work at all
bde
2004-06-05
1
-23
/
+50
*
When we don't have any meaningful value to print for the device sysctl
mux
2004-06-05
1
-8
/
+4
*
Change the types of vn_rdwr_inchunks()'s len and aresid arguments to
tjr
2004-06-05
3
-6
/
+8
*
Back out workaround for vn_rdwr_inchunks()'s INT_MAX length limitation
tjr
2004-06-05
1
-21
/
+8
*
Centralize the line discipline optimization determination in a function
phk
2004-06-04
1
-0
/
+18
*
Manual edits to change linesw[]-frobbing to ttyld_*() calls.
phk
2004-06-04
1
-1
/
+1
*
Machine generated patch which changes linedisc calls from accessing
phk
2004-06-04
2
-13
/
+13
*
Remove a stale comment.
tjr
2004-06-04
2
-8
/
+0
*
Add a devclass level to the dev sysctl tree, in order to support per-
des
2004-06-04
1
-10
/
+64
*
Get rid of ttyregister(). All drivers now use ttymalloc() for struct
phk
2004-06-04
1
-8
/
+2
*
Use ttymalloc() instead of ttyregister(). Use ttyioctl() instead of
phk
2004-06-04
1
-8
/
+6
*
Write segments to core dump files in maximally-sized chunks that neither
tjr
2004-06-04
1
-8
/
+21
*
Mark sun_noname as const since it's immutable. Update definitions
rwatson
2004-06-04
3
-7
/
+7
*
Move the definitions of SWAPBLK_NONE and SWAPBLK_MASK from vm_page.h to
alc
2004-06-04
1
-5
/
+0
*
- Comment out NULL, NULL barrier for Unix domain sockets section as the
jhb
2004-06-03
1
-1
/
+2
*
Remove checks for curthread == NULL - it can't happen.
tjr
2004-06-03
1
-5
/
+3
*
Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoid
tjr
2004-06-03
2
-13
/
+6
*
Expand the hard-coded WITNESS lock order to include the following
rwatson
2004-06-02
1
-0
/
+35
*
As discussed on arch@, flatten the device sysctl tree to make it
mux
2004-06-02
1
-13
/
+12
*
Remove a redundant "td = curthread" statement from profclock().
tjr
2004-06-02
1
-1
/
+0
[next]