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
/
cddl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mips doesn't have a long double that's different in size from double.
imp
2008-09-18
1
-1
/
+1
*
Add a missing file change from the VOP_GETATTR() argument axing.
attilio
2008-08-28
1
-1
/
+1
*
Don't need to include vmem.h anymore.
jb
2008-05-23
1
-1
/
+0
*
Add the dtrace client app to the build.
jb
2008-05-22
2
-1
/
+39
*
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
*
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
*
|
Add the DTrace libraries and D library scripts.
jb
2008-05-22
11
-1
/
+863
*
|
Add Solaris compatibility definitions for things we don't really want in
jb
2008-05-21
2
-0
/
+83
*
|
* Handle the different ioctl design.
jb
2008-04-26
3
-14
/
+524
*
|
Make this file compile cleanly.
jb
2008-04-26
1
-1
/
+3
*
|
Leave out some header files.
jb
2008-04-26
2
-0
/
+10
*
|
* Handle building on FreeBSD for i386 and amd64.
jb
2008-04-26
1
-27
/
+194
*
|
* Make this file compile cleanly.
jb
2008-04-26
1
-10
/
+27
*
|
* Add FreeBSD action extensions.
jb
2008-04-26
1
-6
/
+267
*
|
* Handle the different ioctl design.
jb
2008-04-26
1
-3
/
+14
*
|
There is a lot of commented out code here which applies to future work
jb
2008-04-26
1
-2
/
+112
*
|
Leave out a header file.
jb
2008-04-26
1
-0
/
+2
*
|
Merge FreeBSD include file changes with some code that should have come
jb
2008-04-26
1
-11
/
+39
*
|
* Use FreeBSD's process library instead of the Solaris one.
jb
2008-04-26
1
-1
/
+122
*
|
Leave out the hook that Solaris has into it's rtld.
jb
2008-04-26
1
-0
/
+2
*
|
* Add a couple of action definitions for FreeBSD extensions.
jb
2008-04-26
1
-0
/
+32
*
|
* Handle the different ioctl design.
jb
2008-04-26
1
-1
/
+17
*
|
There are many places in libdtrace where errno can be set. When an
jb
2008-04-26
1
-0
/
+18
*
|
Add some error definitions for FreeBSD action extensions.
jb
2008-04-26
1
-1
/
+5
*
|
* Make this file compile cleanly.
jb
2008-04-26
1
-7
/
+98
*
|
* Handle the different ioctl design.
jb
2008-04-26
1
-4
/
+21
*
|
Just leave out a few includes to compile this on FreeBSD.
jb
2008-04-26
1
-0
/
+4
*
|
* Get the maximum number of CPUs via a sysctl.
jb
2008-04-26
1
-2
/
+63
*
|
* Define YY_INPUT for flex since input() can't be re-defined.
jb
2008-04-26
1
-1
/
+25
*
|
Make this compile cleanly.
jb
2008-04-26
1
-3
/
+2
*
|
Handle the different level of indirection between ioctl on SYSV vs BSD.
jb
2008-04-26
1
-2
/
+7
*
|
freopen() on FreeBSD behaves differently to the Solaris one.
jb
2008-04-26
1
-1
/
+92
*
|
* Use a portable POSIX timed wait.
jb
2008-04-26
1
-1
/
+22
*
|
* Fix a function prototype.
jb
2008-04-26
1
-1
/
+10
*
|
Simplify for FreeBSD for now, bypassing the multibyte char variables
jb
2008-04-26
1
-0
/
+13
*
|
Solaris has code which makes zlib optional, so they have to jump through
jb
2008-04-26
1
-7
/
+28
*
|
'echo' behaviour differs between SYSV and BSD.
jb
2008-04-26
2
-4
/
+8
*
|
A lot of changes to make this code compile cleanly on FreeBSD.
jb
2008-04-26
23
-224
/
+342
*
|
Use FreeBSD's libdwarf which is BSD licensed instead of the GPL'd one that
jb
2008-04-26
1
-137
/
+105
*
|
We need to be consistent with prototype definitions. It isn't OK to
jb
2008-04-26
1
-8
/
+55
*
|
Make this file compile cleanly.
jb
2008-04-26
1
-25
/
+25
*
|
Apply FreeBSD changes.
jb
2008-04-26
4
-6
/
+26
*
|
On FreeBSD we can't afford to have a build fail simply because there
jb
2008-04-26
1
-0
/
+14
*
|
Add a missing include file. We care about function prototype definitions.
jb
2008-04-26
1
-0
/
+1
*
|
Apply FreeBSD changes.
jb
2008-04-26
1
-6
/
+66
*
|
* Set the path to perl on FreeBSD.
jb
2008-04-26
1
-4
/
+4
*
|
Set the path to perl on FreeBSD.
jb
2008-04-26
1
-1
/
+1
*
|
Port these test files to work under FreeBSD.
jb
2008-04-26
30
-183
/
+296
[next]