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
*
Prevent crashes from a race when (cloned) interfaces go away.
bz
2011-03-02
1
-4
/
+6
*
Update manual: node now supports NetFlow v9.
glebius
2011-03-02
1
-13
/
+58
*
Add support for NetFlow version 9 into ng_netflow(4) node.
glebius
2011-03-02
8
-133
/
+1754
*
Add additional release makefile for bsdinstall-based media, along with
nwhitehorn
2011-03-02
2
-0
/
+86
*
Migrate the sysctl related routines (statistics, debugging, etc) out of
adrian
2011-03-02
6
-614
/
+754
*
Make installations work when no optional components are selected.
nwhitehorn
2011-03-02
1
-1
/
+1
*
Fix a bug in the result of manual assembly.
kib
2011-03-02
2
-2
/
+2
*
Improve the distributeworld target in Makefile.inc1 and update the release
nwhitehorn
2011-03-02
6
-52
/
+54
*
Expand the name of Palm Sunday holiday with more canonical Entry of the
osa
2011-03-02
1
-5
/
+3
*
Fix beginning day of the Carnival. it starts
osa
2011-03-02
1
-1
/
+1
*
Correct a typo.
delphij
2011-03-02
1
-1
/
+1
*
Make a change to the implementation of the direct map to improve performance
alc
2011-03-02
1
-28
/
+27
*
kill: Note that this is used both as a normal program and a shell builtin.
jilles
2011-03-01
1
-0
/
+4
*
printf: Note that this is used both as a normal program and a shell builtin.
jilles
2011-03-01
1
-0
/
+4
*
MFV of tzdata2011b, r219147
edwin
2011-03-01
2
-4
/
+26
*
Fix misuse of TARGET_ARCH. This should be MACHINE_ARCH.
nwhitehorn
2011-03-01
1
-1
/
+1
*
Correct spelling in a last-minute tweaked NOTES entry for CAPABILITIES.
rwatson
2011-03-01
1
-1
/
+1
*
Add Capsicum capability mode support; svn add of capability.h was missed
rwatson
2011-03-01
1
-0
/
+71
*
Put in a temporary workaround for ctfmerge hanging on processing
dim
2011-03-01
1
-0
/
+4
*
Teach kdump to decode linux syscalls names too.
dchagin
2011-03-01
3
-19
/
+138
*
Fully honor KERNSRCDIR for 'make universe' if it is set.
jhb
2011-03-01
1
-5
/
+6
*
Use a suitable DIRPRFX for each invocation of make in the build32 and
jhb
2011-03-01
1
-11
/
+13
*
Similar to 189574, properly handle subclasses of bus drivers when deleting
jhb
2011-03-01
1
-30
/
+81
*
Continue to introduce Capsicum capability mode:
rwatson
2011-03-01
3
-0
/
+75
*
Continue introducing Capsicum capability mode support:
rwatson
2011-03-01
1
-0
/
+15
*
Regenerate system call files following addition of cap_enter(2),
rwatson
2011-03-01
10
-220
/
+261
*
Continue to introduce Capsicum Capability Mode support:
rwatson
2011-03-01
4
-2
/
+786
*
Hook up sys_capability.c to the build.
rwatson
2011-03-01
1
-0
/
+1
*
Add initial support for Capsicum's Capability Mode to the FreeBSD kernel,
rwatson
2011-03-01
8
-7
/
+143
*
Add ECAPMODE, "Not permitted in capability mode", a new kernel errno
rwatson
2011-03-01
3
-1
/
+18
*
Add XMIT_FAILOVER transmit algorithm to ng_one2many node. Packets are
ae
2011-03-01
3
-1
/
+11
*
Remove duplicate "in".
brucec
2011-03-01
6
-6
/
+6
*
Fixed conversion of prefix length to a netmask.
ru
2011-03-01
1
-1
/
+1
*
Change the return type of vmspace_swap_count to a long to match the other
brucec
2011-03-01
2
-3
/
+3
*
Another couple of unsigned/ssize_t changes.
phk
2011-03-01
2
-2
/
+2
*
Increase NKPT in case of n32 and n64 to support more physical memory.
jchandra
2011-03-01
1
-0
/
+4
*
Use new thread's stack to invoke pmap_activate in cpu_switch()
jchandra
2011-03-01
1
-17
/
+4
*
Adds a new Congestion Control that helps reduce
rrs
2011-03-01
7
-41
/
+549
*
Use correct types and fromats for physical address
jchandra
2011-02-28
2
-12
/
+11
*
Use vm_offset_t for virtual addresses.
jchandra
2011-02-28
1
-2
/
+2
*
Make sure changing ownership of RX descriptor to be done as last
yongari
2011-02-28
2
-3
/
+3
*
- Add missing MLINKS for libusb and some manpage fixes.
hselasky
2011-02-28
2
-3
/
+180
*
- Add support for software pre-scaling of ISOCHRONOUS transfers.
hselasky
2011-02-28
11
-25
/
+63
*
Sync FreeBSD ISP with mercurial tree. Minor changes having to do with
mjacob
2011-02-28
4
-6
/
+9
*
Type-change to ssize_t to (app|pl)ease ppc platform.
phk
2011-02-28
1
-1
/
+1
*
Revert some of r177626. "in in" is valid in certain sentences.
brucec
2011-02-28
6
-6
/
+6
*
Update fifolog internals to match main version:
phk
2011-02-28
7
-184
/
+197
*
Don't override the perfectly good default ->zalloc and ->zfree functions.
phk
2011-02-28
1
-20
/
+1
*
Drop my OpenSSL maintainer hat. I don't have the motivation to keep
simon
2011-02-28
1
-1
/
+1
*
Use proper lock in assertion.
pjd
2011-02-28
1
-2
/
+2
[next]