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
*
More tests.
pjd
2010-08-12
2
-101
/
+63
*
Allow interrupt driven config hooks to be registered from config hook callbacks.
gibbs
2010-08-12
1
-8
/
+45
*
Portable Makefile.
pjd
2010-08-12
1
-20
/
+21
*
Fix copy&pasted code - we want to create character device here.
pjd
2010-08-12
1
-4
/
+4
*
Properly indent a continue statement. No functional changes.
gibbs
2010-08-12
1
-1
/
+1
*
Add the half of time-of-day clock resolution when we adjust system time from
jkim
2010-08-12
1
-1
/
+7
*
Fix compile. It seemed better to have memguard.c include opt_vm.h in
mdf
2010-08-12
2
-0
/
+10
*
Provide description for 'machdep.disable_rtc_set' sysctl. Clean up style(9)
jkim
2010-08-12
1
-19
/
+13
*
Allow user created symbolic links to cover device files and directories
jh
2010-08-12
3
-15
/
+56
*
Fix crunchide to work on sparc64 and perhaps other 64 bit platforms.
adrian
2010-08-12
1
-1
/
+6
*
Fix breakage on 64bit architecture by using inttypes.h macro.
takawata
2010-08-12
1
-1
/
+2
*
Revert r211176:
attilio
2010-08-12
2
-16
/
+2
*
Fix tindebox breakage about format warning.
takawata
2010-08-12
1
-1
/
+1
*
SMP support in n64.
jchandra
2010-08-12
4
-17
/
+10
*
Implement pmap changes suggested by alc@:
jchandra
2010-08-12
3
-78
/
+52
*
Optimization for pmap_kenter(), call pmap_update_page() only when
jchandra
2010-08-12
1
-1
/
+2
*
Re-arrange the pmap calls that use smp_rendezvous() on SMP, so that their
jchandra
2010-08-12
1
-38
/
+71
*
* Fix indentation
adrian
2010-08-12
1
-1
/
+2
*
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
[next]