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
...
*
Always update the hw.uart.console hint anytime a change is made to the
jhb
2013-01-23
1
-18
/
+7
*
Fix a typo.
jhb
2013-01-23
1
-1
/
+1
*
ext2fs: fix a check for negative block numbers.
pfg
2013-01-23
1
-2
/
+1
*
posix_fadvise(2) first appeared in FreeBSD 9.1
glebius
2013-01-23
1
-1
/
+1
*
Add __aeabi_ulcmp to allow building of the LINT kernel.
andrew
2013-01-23
2
-0
/
+17
*
Explicitly include headers that are implicitly included by libstdc++. Fixes
theraven
2013-01-23
6
-4
/
+24
*
Don't build the kernel with Thumb interworking as we don't support Thumb.
andrew
2013-01-23
1
-0
/
+2
*
Fix compilation errors.
jasone
2013-01-23
1
-2
/
+2
*
Add support for transparent mode while in netmap.
luigi
2013-01-23
1
-30
/
+179
*
control some debugging messages with dev.netmap.verbose
luigi
2013-01-23
3
-54
/
+123
*
leftover from r245579... flags for semi transparent mode and direct
luigi
2013-01-23
1
-8
/
+41
*
Return "failure" as we do for 'cp -i' and a "n" answer.
obrien
2013-01-23
1
-1
/
+1
*
Use snprintf instead of strc* functions and add bounds checking when creating
bapt
2013-01-22
2
-4
/
+9
*
Introduce a new option -DNO_ROOT that allows install and distribution
brooks
2013-01-22
2
-8
/
+77
*
Similar to r245823, use decimal constants for UNIX domain socket options.
jhb
2013-01-22
1
-3
/
+3
*
Use decimal values for UDP and TCP socket options rather than hex to avoid
jhb
2013-01-22
2
-13
/
+15
*
Fix spurious leading / on dtc path in Makefile.inc1. Spotted by jhb.
theraven
2013-01-22
1
-1
/
+1
*
Remove documentation of the old -M option.
brooks
2013-01-22
1
-5
/
+2
*
ext2fs: make some inode fields match the ext2 spec.
pfg
2013-01-22
4
-9
/
+11
*
MFP4 change 219820
brooks
2013-01-22
1
-1
/
+1
*
MFP4 change 219819
brooks
2013-01-22
1
-7
/
+0
*
ext2fs: temporarily disable the reallocation code.
pfg
2013-01-22
1
-2
/
+2
*
Remove EOL whitespace.
joel
2013-01-22
1
-11
/
+11
*
Minor mdoc fixes.
joel
2013-01-22
1
-4
/
+2
*
add myself to committers-doc.dot
dru
2013-01-22
1
-0
/
+4
*
Fix the missing sentence that ended in the middle in the man page for dtc (also
theraven
2013-01-22
1
-1
/
+4
*
Fix logic error in explicitly specified dtb versions spotted by gavin.
theraven
2013-01-22
1
-1
/
+1
*
Use pluralies() for "entry"/"entries".
glebius
2013-01-22
1
-1
/
+1
*
Add FILES section.
joel
2013-01-22
1
-2
/
+14
*
Restore Python 2.6+ compatibility
emaste
2013-01-22
1
-0
/
+2
*
Import new (BSDL) device tree compiler. Now built by default, so that it can't
theraven
2013-01-22
19
-2
/
+5070
*
Improve error handling and remove an unnecessary check on geom provider
nwhitehorn
2013-01-22
3
-17
/
+17
*
Make "install -l s[ar]" act like "ln -sfh" as intended. This fixes
brooks
2013-01-22
1
-1
/
+14
*
Improve documentation of BSDINSTALL_DISTSITE and mdoc.
nwhitehorn
2013-01-22
1
-5
/
+24
*
Simplify and fix a bug in cc_ack_received()'s "are we congestion window limited"
lstewart
2013-01-22
1
-1
/
+1
*
- Don't include date and time the driver is built, this is useful for
delphij
2013-01-22
6
-15
/
+13
*
When copying the complement of the string loop to WINT_MAX as we are dealing
andrew
2013-01-22
1
-1
/
+2
*
Fix linking of loader.efi.
benno
2013-01-22
1
-1
/
+1
*
Make "-D skip" option work with FIFO by opening file in non-blocking mode.
davidxu
2013-01-22
1
-2
/
+6
*
Clarify that the setup script is optional.
nwhitehorn
2013-01-22
1
-2
/
+4
*
Update change date.
nwhitehorn
2013-01-22
1
-2
/
+2
*
Document bsdinstall scripting as it currently operates. It may change in
nwhitehorn
2013-01-22
1
-4
/
+118
*
Chase r245756 of make.conf(5):
gjb
2013-01-22
1
-4
/
+14
*
- Mark SUP_UPDATE as deprecated in make.conf(5), providing
gjb
2013-01-22
1
-5
/
+6
*
Fix highest voltage detection
gonzo
2013-01-21
2
-1
/
+4
*
Always bootstrap nmtree if it is not available on the host. It is fairly
brooks
2013-01-21
1
-1
/
+1
*
Install the template info directory with mode 644 instead of 444 to
brooks
2013-01-21
1
-1
/
+1
*
Replace all known uses of ln in the build process with appropriate
brooks
2013-01-21
7
-16
/
+28
*
Implement the -l option using ln(1) to facilitate boostrapping.
brooks
2013-01-21
1
-4
/
+20
*
Note that SIGCHLD is special and if ignored, won't be recorded by the filter.
pjd
2013-01-21
1
-2
/
+4
[prev]
[next]