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
*
Take into account possible overflow when multiplying. The casuality is
kib
2008-05-26
1
-2
/
+2
*
Remove netatm from HEAD as it is not MPSAFE and relies on the now removed
rwatson
2008-05-25
1
-2
/
+0
*
The "if" semantic is not needed, just fix this.
attilio
2008-05-25
1
-1
/
+1
*
Replace direct atomic operation for the file refcount witht the
attilio
2008-05-25
1
-2
/
+2
*
Add the vtime (virtual time) hooks for DTrace.
jb
2008-05-25
2
-0
/
+35
*
Add DTrace 'proc' provider probes using the Statically Defined Trace
jb
2008-05-24
5
-0
/
+144
*
Do not convert the "snapshot" string to the MNT_SNAPSHOT flag here, since
rodrigc
2008-05-23
1
-2
/
+0
*
Rev. 1.274 put the ttyrel() call before the destroy_dev() in the
kib
2008-05-23
1
-2
/
+5
*
The dev_refthread() in the tty_gettp() may fail, because Giant is taken
kib
2008-05-23
1
-5
/
+6
*
Use the t_state for the TS_GONE test.
kib
2008-05-23
1
-1
/
+1
*
Assert that si_threadcount > 0 before decrementing it. This helps catching
kib
2008-05-23
1
-0
/
+2
*
Move TTY unrelated bits out of <sys/tty.h>.
ed
2008-05-23
4
-8
/
+15
*
Another problem caused by the knlist_cleardel() potentially dropping
kib
2008-05-23
1
-11
/
+22
*
Destruction of the pipe calls knlist_cleardel() to remove the knotes
kib
2008-05-23
1
-6
/
+1
*
Add the ctf_get function and update the args to linker_file_function_listall.
jb
2008-05-23
1
-1
/
+7
*
Add the ctf_get method.
jb
2008-05-23
1
-0
/
+9
*
Allow a rendezvous with just a specified CPU too.
jb
2008-05-23
1
-19
/
+61
*
Add the CTF source file which gets shared with link_elf.c and link_elf_obj.c.
jb
2008-05-23
1
-0
/
+325
*
Add hooks for the Compact C Type Format (CTF) data to be attached to
jb
2008-05-23
2
-0
/
+100
*
Add support for the DTrace malloc provider which can enable probes
jb
2008-05-23
1
-0
/
+63
*
When sendto(2) is called with an explicit destination address
rwatson
2008-05-22
1
-1
/
+5
*
Implement the per-open file data for the cdev.
kib
2008-05-21
2
-2
/
+15
*
Be more friendly for DDB pager.
pjd
2008-05-18
1
-1
/
+6
*
Add support for the DTrace struct proc and struct thread extended
jb
2008-05-18
1
-0
/
+120
*
Add kernel support for the Statically Defined Trace provider.
jb
2008-05-18
1
-0
/
+273
*
devctl_process_running(): Check for devsoftc.inuse == 1 instead of
rpaulo
2008-05-18
1
-1
/
+1
*
Attempt to improve convergence of POSIX semaphore code with style(9).
rwatson
2008-05-16
1
-31
/
+38
*
Update the kernel to count the number of mbufs and clusters
gnn
2008-05-15
1
-0
/
+2
*
- Embed the recursion counter for any locking primitive directly in the
attilio
2008-05-15
3
-68
/
+43
*
Go back to using the process command name (p_comm) for the file name and
jhb
2008-05-15
1
-2
/
+2
*
Add the devctl notifications for the cdev create/destroy events.
kib
2008-05-14
1
-0
/
+42
*
fix typo in runz_fuzz
julian
2008-05-12
1
-1
/
+1
*
Introduce a new parameter "superpage_align" to kmem_suballoc() that is
alc
2008-05-10
1
-1
/
+1
*
Kqueue_scan() may sleep when encountered the influx knotes. On the other
kib
2008-05-10
1
-1
/
+10
*
The kqueue_close() encountering the KN_INFLUX knotes on the kq being
kib
2008-05-10
1
-4
/
+11
*
Add code to allow the system to handle multiple routing tables.
julian
2008-05-09
7
-7
/
+47
*
When blocking on an F_FLOCK style lock request which is upgrading a
dfr
2008-05-09
1
-11
/
+12
*
- Export HZ value via kern.hz sysctl (this is the same name as for the
pjd
2008-05-09
1
-8
/
+17
*
Add a new witness sysctl which returns the relations between any lock
attilio
2008-05-07
1
-0
/
+58
*
add malloc flag to blist so that it can be used in ithread context
kmacy
2008-05-05
1
-7
/
+8
*
Fix a few edge cases with error handling in cpufreq(4)'s CPUFREQ_GET()
jhb
2008-05-05
1
-3
/
+3
*
Expand kdb_alt_break a little, most commonly used with the option
peter
2008-05-04
1
-11
/
+35
*
sync_vnode() has some messy code about locking in order to deal with
attilio
2008-05-04
1
-39
/
+37
*
Attempt to make the print types more friendly to other architectures.
julian
2008-04-30
1
-15
/
+15
*
Document the kproc_kthread_add() call
julian
2008-04-29
1
-1
/
+2
*
Lock filedesc exclusively when modifying fd_[cr]dir.
rdivacky
2008-04-29
1
-2
/
+2
*
Add an option (compiled out by default)
julian
2008-04-29
1
-0
/
+152
*
Fix compiling problem.
davidxu
2008-04-29
1
-1
/
+1
*
Introduce command UMTX_OP_WAIT_UINT_PRIVATE and UMTX_OP_WAKE_PRIVATE
davidxu
2008-04-29
1
-12
/
+62
*
When writing trailers in sendfile(2), don't call kern_writev()
rwatson
2008-04-27
1
-3
/
+4
[next]