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
...
*
The buffers b_vflags field is not always properly protected by
kib
2010-08-12
2
-4
/
+59
*
Softdep_process_worklist() should unsuspend not only before processing
kib
2010-08-12
1
-8
/
+26
*
Loading the NF CCA values may take longer than expected to occur.
adrian
2010-08-12
1
-6
/
+15
*
Use ar5212IsNFCalInProgress() to check for NF calibration progress.
adrian
2010-08-12
1
-1
/
+1
*
Fix indentation.
adrian
2010-08-12
1
-1
/
+1
*
Ensure that the correct rxchainmask is used when doing calibration in the
adrian
2010-08-12
1
-0
/
+7
*
Internal NF calibration should not occur in parallel with any other
adrian
2010-08-12
1
-1
/
+12
*
Add a couple of functions to check NF calibration progress / completion.
adrian
2010-08-12
2
-0
/
+39
*
Fix copyright information.
takawata
2010-08-12
1
-1
/
+1
*
Reset switchtime and switchticks after resynchronizing the system clock.
jkim
2010-08-12
2
-1
/
+6
*
Add tpm(4) driver for Trusted Platform Module.
takawata
2010-08-12
8
-0
/
+1822
*
Update various places that store or manipulate CPU masks to use cpumask_t
jhb
2010-08-11
14
-31
/
+34
*
Add TCG ACPI spec table (TCPA) support.
takawata
2010-08-11
2
-0
/
+274
*
Rework memguard(9) to reserve significantly more KVA to detect
mdf
2010-08-11
6
-319
/
+441
*
Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, with
will
2010-08-11
7
-39
/
+42
*
Add translation support for section type SHT_SUNW_dof.
kaiw
2010-08-11
1
-0
/
+2
*
Fix for 64 bit compile, with SMP enabled.
jchandra
2010-08-11
1
-2
/
+3
*
- Improve the wait4data() routine so it behaves better when checking
gad
2010-08-11
1
-7
/
+23
*
Update a stale comment about grep.
delphij
2010-08-11
1
-1
/
+1
*
Teach elfdump(1) about the SUNW_dof section.
rpaulo
2010-08-11
1
-0
/
+1
*
Add man pages for the CTF tools.
rpaulo
2010-08-11
6
-3
/
+288
*
- Use loops where possible to avoid code duplication.
pjd
2010-08-11
14
-733
/
+208
*
Allow to specify uid, gid and mode for create_file().
pjd
2010-08-11
1
-3
/
+13
*
Several fixes for libproc:
rpaulo
2010-08-11
5
-9
/
+25
*
Consistently set us to be SPC3 for our inquiry data.
mjacob
2010-08-11
2
-18
/
+73
*
Do not use %z to print a time_t. Fixes build on architectures where time_t
jhb
2010-08-11
1
-2
/
+2
*
Fix typo in comment.
jhb
2010-08-11
1
-1
/
+1
*
More and more tests.
pjd
2010-08-11
8
-626
/
+583
*
Move create_file() to misc.sh, as it is going to be used in more places.
pjd
2010-08-11
1
-0
/
+35
*
Make use of recently added dirgen_max() and namegen_max() to implement
pjd
2010-08-11
26
-266
/
+356
*
Instead of hardcoding {NAME_MAX} as 255 and {PATH_MAX} as 1024 obtain those from
pjd
2010-08-11
1
-7
/
+46
*
IPI handlers may run generally with interrupts disabled because they
attilio
2010-08-11
2
-2
/
+16
*
Style: tabs after #define
kevlo
2010-08-11
1
-1
/
+1
*
Fix some typos: flush vs. flash, and some others.
olli
2010-08-11
1
-3
/
+3
*
Fix compilation when DDB disabled. Adds 'ifdef DDB' around
jchandra
2010-08-11
1
-4
/
+4
*
Add parentheses around the argument 'x' used in the __bswapXX(x) macros. Revert
neel
2010-08-11
2
-7
/
+7
*
Start using the 'init_static_kenv()' API provided by r198561 to initialize
neel
2010-08-11
1
-19
/
+6
*
Allow carp(4) to be loaded as a kernel module. Follow precedent set by
will
2010-08-11
13
-149
/
+214
*
More tests, mostly related to devices and sockets.
pjd
2010-08-10
12
-217
/
+666
*
sh: Fix heap-based buffer overflow in pathname generation.
jilles
2010-08-10
2
-16
/
+44
*
Now that the uplcom(4) driver can autodetect the chipset type, sync the
gavin
2010-08-10
2
-7
/
+98
*
Fix a typo due to a stale version of the patch.
attilio
2010-08-10
2
-2
/
+2
*
Fix some places that may use cpumask_t while they still use 'int' types.
attilio
2010-08-10
4
-28
/
+35
*
Place spinlock_enter() and spinlock_exit() just around X86EMU calls.
jkim
2010-08-10
1
-4
/
+4
*
crunchgen now works for mips - so restore building /rescue for it.
adrian
2010-08-10
1
-3
/
+0
*
Connect the new script 490.status-pkg-changes (see r210863)
olli
2010-08-10
1
-0
/
+4
*
- Fixes to the chkportsum script to handle better some special cases,
gabor
2010-08-10
1
-9
/
+9
*
Port over changes to the crunch symbol hiding method from NetBSD.
adrian
2010-08-10
1
-134
/
+88
*
Don't delay updating the longcal timer - instead, update the longcal
adrian
2010-08-10
1
-1
/
+1
*
Bring over ar5416 inivals from Linux-2.6.34.
adrian
2010-08-10
1
-36
/
+39
[prev]
[next]