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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for generating CTF data for the kernel.
jb
2008-05-23
2
-0
/
+18
*
Add a kernel option for amd64 to compile with the frame on the stack
jb
2008-05-23
2
-1
/
+3
*
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
3
-3
/
+117
*
Add support for the DTrace malloc provider which can enable probes
jb
2008-05-23
2
-0
/
+78
*
Add the dtrace client app to the build.
jb
2008-05-22
2
-1
/
+39
*
special-case broadcast probe request in ieee80211_find_rxnode; we need
sam
2008-05-22
1
-16
/
+30
*
This fixes the "getfile: lost data" panic when restoring dumps
mckusick
2008-05-22
1
-0
/
+3
*
Follow on to fix 1.51 for "Header with wrong dumpdate" message.
mckusick
2008-05-22
1
-16
/
+10
*
ignore sw beacon miss while scanning, just reset the beacon count and timer
sam
2008-05-22
1
-1
/
+18
*
no need to stop the sw beacon miss timer; it's not used with adhoc or wds
sam
2008-05-22
2
-4
/
+0
*
clear out crud
sam
2008-05-22
1
-2
/
+2
*
Clean out all mentions of struct proc* for it was removed from
gonzo
2008-05-22
1
-4
/
+1
*
Improve portability via s/struct siginfo/struct siginfo_data/. This was
cperciva
2008-05-22
2
-3
/
+3
*
o Document two new ALT_BREAK_TO_DEBUGGER key sequences.
maxim
2008-05-22
1
-1
/
+2
*
The function pmap_addr_hint no longer exists. Remove its man page.
alc
2008-05-22
3
-64
/
+0
*
Introduce REMOVE_NEXT() macro's for SLIST and STAILQ.
ed
2008-05-22
3
-5
/
+36
*
Add a new group definition to sys/conf.h: GID_TTY.
ed
2008-05-22
1
-0
/
+1
*
Last but not least, add myself to the list of birthdays as well.
ed
2008-05-22
1
-0
/
+1
*
Add myself to this list as well.
ed
2008-05-22
1
-0
/
+1
*
- Recognize the 'volume' parameter when creating a plex.
lulf
2008-05-22
1
-1
/
+2
*
Add codec id for Sigmatel STAC9872AK
kevlo
2008-05-22
1
-0
/
+2
*
A 'special' compatibility header to plug OpenSolaris code.
jb
2008-05-22
1
-0
/
+35
*
Additional compatibility headers.
jb
2008-05-22
3
-0
/
+403
*
Compatibility stuff for DTrace.
jb
2008-05-22
6
-89
/
+135
*
Consistently check IPFW and DUMMYNET privileges in the configuration
rwatson
2008-05-22
2
-19
/
+5
*
Add the DTrace build tools.
jb
2008-05-22
5
-1
/
+155
*
Oops, these files belonged under src/sys, not src. Sorry.
jb
2008-05-22
18
-25785
/
+0
*
FreeBSD changes to vendor source.
jb
2008-05-22
9
-240
/
+1290
*
When sendto(2) is called with an explicit destination address
rwatson
2008-05-22
1
-1
/
+5
*
This commit was generated by cvs2svn to compensate for changes in r179193,
jb
2008-05-22
18
-0
/
+25785
|
\
|
*
Vendor import of the src/sys OpenSolaris bits for DTrace.
jb
2008-05-22
18
-0
/
+25785
*
|
This commit was generated by cvs2svn to compensate for changes in r179191,
jb
2008-05-22
18
-0
/
+25785
|
\
\
|
|
/
|
*
Vendor import (really!) of the OpenSolaris bits for DTrace.
jb
2008-05-22
18
-0
/
+25785
*
|
Create the bucket mutexes with MTX_NOWITNESS. There's now a
marcel
2008-05-22
1
-1
/
+1
*
|
Add the DTrace libraries and D library scripts.
jb
2008-05-22
11
-1
/
+863
*
|
Hook libdwarf and libproc into the build.
jb
2008-05-22
1
-2
/
+2
*
|
Add a BSD licensed DWARF library for use by the DTrace clients.
jb
2008-05-22
17
-0
/
+4083
*
|
Add the Makefile for the process library which was missed in the previous
jb
2008-05-22
1
-0
/
+20
*
|
Add a process library with some stubs that the DTrace client needs.
jb
2008-05-22
5
-0
/
+473
*
|
Add support for the Compact C Type (CTF) conversions throughout FreeBSD's
jb
2008-05-22
4
-0
/
+130
*
|
Giant is no longer required and can not be held over kproc_exit().
thompsa
2008-05-21
1
-1
/
+0
*
|
Thanks to report from Neil Hoggarth I found a missing UNLOCK in
jfv
2008-05-21
1
-2
/
+13
*
|
- sctputil.c - If debug is on, the INPKILL timer can deref a freed value.
rrs
2008-05-21
2
-94
/
+99
*
|
Don't use LK_DRAIN before calling VOP_FSYNC() in the two further
rwatson
2008-05-21
1
-2
/
+2
*
|
Don't use LK_DRAIN before calling VOP_FSYNC() in the panic case for
rwatson
2008-05-21
1
-1
/
+1
*
|
Implement the per-open file data for the cdev.
kib
2008-05-21
7
-3
/
+144
*
|
+ Use the default cscope names.
obrien
2008-05-21
1
-8
/
+13
*
|
We can call ia64_flush_dirty() when the corresponding process is
marcel
2008-05-21
1
-3
/
+6
*
|
Use the "options " spelling (vs. "options<TAB>") so that commented lines
obrien
2008-05-21
3
-18
/
+17
[next]