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
*
- Populate dump_avail with proper values from phys_avail
gonzo
2010-12-09
9
-3
/
+43
*
swi_vm() for mips.
jchandra
2010-12-09
2
-1
/
+4
*
Replace i386/i386/busdma_machdep.c and amd64/amd64/busdma_machdep.c
cperciva
2010-12-09
5
-1225
/
+3
*
UMA_MD_SMALL_ALLOC for mips.
jchandra
2010-12-09
5
-12
/
+103
*
MFp4:
davidxu
2010-12-09
1
-3
/
+42
*
MFp4:
davidxu
2010-12-09
7
-31
/
+35
*
Do not subtract 0.5% from estimated frequency if DELAY(9) is driven by TSC.
jkim
2010-12-08
3
-13
/
+15
*
printf: Test that the "--" option terminator works.
jilles
2010-12-08
2
-1
/
+3
*
printf: Remove support for building as a csh builtin.
jilles
2010-12-08
1
-8
/
+2
*
Add IDs of HighPoint RocketRAID 62x cards (Marvell 88SE9128 chips).
mav
2010-12-08
1
-0
/
+4
*
On amd64, we have (since r1.72, in December 2005) MAX_BPAGES=8192,
cperciva
2010-12-08
2
-0
/
+8
*
MFi386 r1.94: If XEN, make pmap_kextract = pmap_kextract_ma. This is a
cperciva
2010-12-08
1
-0
/
+5
*
MFi386 r1.81, r1.82, r1.84: Reorganize code to reduce cache pressure and
cperciva
2010-12-08
1
-72
/
+80
*
Fix typos.
syrinx
2010-12-08
1
-2
/
+2
*
Add (disabled) sample configurations needed to enable the snmp_usm and
syrinx
2010-12-08
1
-0
/
+136
*
Add a forgotten file from r216294 and unbreak the build.
syrinx
2010-12-08
1
-0
/
+404
*
Use convenience macro for minimum and maximum value capping when
attilio
2010-12-08
2
-15
/
+19
*
- Fix array bounds checking. [1]
glebius
2010-12-08
1
-15
/
+44
*
Add RTM_IEEE80211 to array of route message descriptions.
glebius
2010-12-08
1
-0
/
+1
*
Add bsnmpd(1)'s SNMP client tools (including SNMPv3 support) to the base system.
syrinx
2010-12-08
13
-1
/
+7563
*
In bsnmpd(1) add support for SNMPv3 message processing model, including messa...
syrinx
2010-12-08
35
-257
/
+4578
*
Print message with information about updating the boot code if a new
mm
2010-12-08
1
-10
/
+9
*
Close fd in initattr() and showattr().
kevlo
2010-12-08
1
-0
/
+6
*
Do not print OpenSolaris hint to use (non-existing) installgrub(1) command
mm
2010-12-08
1
-0
/
+4
*
Fix a typo.
hrs
2010-12-08
1
-1
/
+1
*
Closing file descriptors when it's done
kevlo
2010-12-08
1
-0
/
+3
*
r184610 changed the way how TX frames are handled on AX88178 and
yongari
2010-12-08
1
-42
/
+31
*
Merge sys/amd64/amd64/tsc.c and sys/i386/i386/tsc.c and move to sys/x86/x86.
jkim
2010-12-08
6
-256
/
+4
*
Add myself to calendar.freebsd and committers-ports.dot
flo
2010-12-07
2
-0
/
+4
*
Postpone the unmasking of event channels (aka. interrupts) until after
cperciva
2010-12-07
1
-20
/
+33
*
Use int for 'tsc_present' instead of u_int. It is just a boolean.
jkim
2010-12-07
2
-2
/
+2
*
Loosen the locking in nd6-free() again after r216022 to avoid
bz
2010-12-07
1
-13
/
+24
*
Remove stale comments about P-state invariant TSC and fix style(9) nits.
jkim
2010-12-07
4
-16
/
+8
*
Do not register a event handler for CPU freqency changes when it is found
jkim
2010-12-07
2
-8
/
+32
*
Now the P-state invariant TSC is probed early enough, do not register event
jkim
2010-12-07
2
-20
/
+16
*
Probe P-state invariant TSC from rightful place.
jkim
2010-12-07
4
-44
/
+46
*
Don't warn if a partition appears not to be aligned on a track boundary.
brucec
2010-12-07
1
-6
/
+0
*
Adds IFF_CANTCONFIG to IFF_CANTCHANGE that it shouldn't happen through
weongyo
2010-12-07
1
-1
/
+1
*
Introduces IFF_CANTCONFIG interface flag to point that the interface
weongyo
2010-12-07
3
-3
/
+4
*
Add a comment to clarify that some BIOSes may clear the hw watchdog
emaste
2010-12-07
1
-2
/
+3
*
Use proper resource ID's for HPET IRQ resources. This mostly consists of
jhb
2010-12-07
1
-1
/
+19
*
Don't write data into an empty "file."
kientzle
2010-12-07
3
-13
/
+12
*
Use a "push" strategy to get data through libz, rather than a "pull" strategy.
phk
2010-12-07
2
-156
/
+140
*
Undo r216230: the interaction between saved ashift in metadata and
ivoras
2010-12-07
1
-4
/
+1
*
Update some comments related to use of amd64 full context switch.
kib
2010-12-07
3
-5
/
+5
*
opensolaris cyclic: fix deadlock and make a little bit closer to upstream
avg
2010-12-07
2
-176
/
+172
*
Retire write-only PCB_FULLCTX pcb flag on amd64.
kib
2010-12-07
7
-10
/
+2
*
opensolaris cyclic xcall: no need for special handling of curcpu
avg
2010-12-07
1
-9
/
+3
*
dtrace_xcall: no need for special handling of curcpu
avg
2010-12-07
2
-32
/
+6
*
dtrace_gethrtime_init: pin to master while examining other CPUs
avg
2010-12-07
2
-8
/
+10
[next]