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
path:
root
/
sys
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove isa_if.h.
rpaulo
2008-04-07
1
-1
/
+1
*
The SMC is represented on the acpi tables, so we can completely remove
rpaulo
2008-04-07
2
-56
/
+84
*
Add opt_intr_filter.h.
rpaulo
2008-04-07
1
-1
/
+1
*
Update pmap_page_wired_mappings() so that it counts 2/4MB page mappings.
alc
2008-04-07
2
-8
/
+36
*
Maintain and observe a ZBUF_FLAG_IMMUTABLE flag on zero-copy BPF
rwatson
2008-04-07
3
-14
/
+125
*
Coerce if_loop.c in the general direction of style(9):
rwatson
2008-04-07
1
-33
/
+18
*
vfs_syscalls.c 1.452 mistakenly swapped the behavior of chown() and lchown().
truckman
2008-04-07
1
-1
/
+1
*
In in_pcbnotifyall() and in6_pcbnotify(), use LIST_FOREACH_SAFE() and
rwatson
2008-04-06
2
-11
/
+4
*
Bump __FreeBSD_version in order to reflect lockmgr_rw() and
attilio
2008-04-06
1
-1
/
+1
*
Optimize lockmgr in order to get rid of the pool mutex interlock, of the
attilio
2008-04-06
10
-826
/
+1043
*
Introduce vm_reserv_reclaim_contig(). This function is used by
alc
2008-04-06
4
-25
/
+99
*
Rewrite node's r/w/q-lock semantics using only atomics instead of mutex
mav
2008-04-06
1
-247
/
+76
*
- Correct a major error introduced in the per-cpu timeout commit. Sleep
jeff
2008-04-06
1
-5
/
+5
*
Remove bus_space_generic.c from the per-plarform files. Having it in the
cognet
2008-04-05
3
-3
/
+0
*
Add bus_space_generic.c for the i81342 as well.
cognet
2008-04-05
1
-0
/
+1
*
Move INTR_FILTER from opt_global.h to its own header.
jhb
2008-04-05
3
-1
/
+4
*
Add a MI intr_event_handle() routine for the non-INTR_FILTER case. This
jhb
2008-04-05
9
-534
/
+168
*
During attach on some de(4) adapters the driver sends out a test packet as
jhb
2008-04-05
1
-2
/
+6
*
GPE lock may recurse on resume path.
takawata
2008-04-05
1
-1
/
+1
*
Eliminate an unnecessary test from vm_phys_unfree_page().
alc
2008-04-05
1
-1
/
+1
*
Add support for IC Plus IP1001 PHY.
yongari
2008-04-05
3
-21
/
+104
*
If you build a compiler with TARGET_BIG_ENDIAN, and then try to build
imp
2008-04-04
1
-0
/
+4
*
Update a comment to vm_map_pmap_enter().
alc
2008-04-04
1
-2
/
+2
*
Reintroduce UMA_SLAB_KMAP; however, change its spelling to
alc
2008-04-04
4
-2
/
+10
*
Fix stupid typo
imp
2008-04-04
1
-1
/
+1
*
Eliminate an unnecessary test and its misleading comment from pmap_enter().
alc
2008-04-04
1
-6
/
+0
*
Make kernel.tramp build properly on ARM9E.
raj
2008-04-04
2
-1
/
+3
*
- Add sysctls at debug.rwlock to control the behavior of the speculative
jeff
2008-04-04
1
-3
/
+26
*
The temporary workaround for the call to the vget() without lock type in
kib
2008-04-04
1
-1
/
+3
*
- Add a Nokia copyright to cpuset to reflect their generous
jeff
2008-04-04
2
-0
/
+6
*
- Allow static_boost to specify no boost with '0', traditional kernel
jeff
2008-04-04
1
-2
/
+6
*
- Don't check for the ITHD pri class in tdq_load_add and rem. 4BSD doesn't
jeff
2008-04-04
1
-12
/
+6
*
- Fix a mis-merge that crept in during the softclock changes.
jeff
2008-04-04
1
-2
/
+0
*
Allow crashdumps on machines with >4GB of RAM as long as the adapter can
emaste
2008-04-03
1
-13
/
+54
*
Fix the build breakage, need the | between dependencies, I didn't
jfv
2008-04-03
1
-8
/
+8
*
Always build kernel.tramp. This should be helpful for a lot of
imp
2008-04-03
1
-0
/
+2
*
Now really add the bus_space_generic.c file...
raj
2008-04-03
1
-0
/
+146
*
Refactor certain ARM bus space methods: instead of having multiple copies of
raj
2008-04-03
12
-424
/
+38
*
Fix AVILA build.
raj
2008-04-03
1
-2
/
+2
*
Align functions to 16-byte boundaries due to profiling granularity.
marcel
2008-04-03
1
-1
/
+1
*
Set sc_psim so that the openpic core can correct the off-by-one
marcel
2008-04-03
1
-0
/
+5
*
Take the first baby step towards unifying and cleaning up arminit():
imp
2008-04-03
8
-306
/
+79
*
Don't force a reset at driver attach time. It doesn't work on some
scottl
2008-04-03
1
-1
/
+1
*
let umtxq_busy() only spin on mp machine. make function name
davidxu
2008-04-03
1
-10
/
+14
*
Another build fix
jfv
2008-04-03
1
-1
/
+1
*
Fix a lint issue in the build.
jfv
2008-04-03
1
-12
/
+12
*
KERNBASE + 0x00200000 is the same thing as KERNVIRTADDR on this
imp
2008-04-03
1
-3
/
+2
*
Remove unnecessary #define.
imp
2008-04-03
1
-1
/
+0
*
Fix minor bug in last checkin, NO_STRICT_ALIGNMENT code.
jfv
2008-04-03
1
-1
/
+1
*
This update primarily addresses the ability to have both the em
jfv
2008-04-02
30
-1989
/
+2097
[next]