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
*
Missed space.
kib
2010-10-06
1
-1
/
+1
*
Add cross-references to lrand48(3) and arc4random(3) from rand(3)
kib
2010-10-06
2
-1
/
+11
*
XLR/XLS network driver (nlge) updates:
jchandra
2010-10-06
2
-35
/
+167
*
Fix n64 compile.
jchandra
2010-10-06
1
-1
/
+1
*
Add some missing files to optionally delete.
netchild
2010-10-06
1
-0
/
+27
*
Fix a comparision of an uninitialised pointer.
netchild
2010-10-06
1
-1
/
+1
*
If LANG/LC_CTYPE/LC_ALL is set and the localized man page contains a page
gordon
2010-10-06
1
-3
/
+9
*
Recognize both ! and ^ as markers for negated character classes.
kientzle
2010-10-06
1
-2
/
+2
*
Fix bge(4) build breakage when BGE_REGISTER_DEBUG is defined.
yongari
2010-10-06
1
-1
/
+1
*
Rearrange code a bit to correctly set PHY flags. This change make
yongari
2010-10-05
1
-5
/
+7
*
Separate common flags into controller specific and PHY related
yongari
2010-10-05
3
-36
/
+37
*
- Add WITH_GPIO entry to src.conf(5) man page
gonzo
2010-10-05
1
-0
/
+2
*
- Introduce WITH_GPIO knob and disable building gpioctl
gonzo
2010-10-05
2
-1
/
+5
*
Use the printf-like capability from kproc_create().
thompsa
2010-10-05
1
-8
/
+3
*
SEE ALSO should sorted by manpage section first.
brueffer
2010-10-05
1
-2
/
+2
*
Revert the unrelated patch crept in the previous commit.
jkim
2010-10-05
1
-5
/
+5
*
Prefer pmap_unmapbios() over pmap_unmapdev(). The binary does not change
jkim
2010-10-05
2
-6
/
+6
*
Handle vector assist traps without a kernel panic, by setting denormalized
nwhitehorn
2010-10-05
5
-7
/
+23
*
Initialize KPTmap in locore so that vm86.c can call vtophys() (or really
alc
2010-10-05
3
-15
/
+50
*
Add reference to intro(1) in SEE ALSO section.
gordon
2010-10-05
1
-0
/
+1
*
When no protocol entry is found, getproto*_r(3) should
ume
2010-10-05
3
-3
/
+3
*
Display PCID capability of CPU and add CPUID define for it.
kib
2010-10-05
4
-2
/
+4
*
Handle null return from XML_ParserCreate and fix a few memory leaks on
emaste
2010-10-05
1
-4
/
+10
*
Network driver support for more XLR/XLS chip versions.
jchandra
2010-10-05
1
-18
/
+129
*
Clear any pending interrupts after disabling FMN interrupts. Add debugging
jchandra
2010-10-05
2
-20
/
+63
*
Revise markup, mainly.
ru
2010-10-05
1
-8
/
+10
*
Fix asm for XKPHYS read for o32, constriants needed for input registers
jchandra
2010-10-05
1
-13
/
+14
*
Show hostcache statistics.
ru
2010-10-05
1
-0
/
+3
*
Print out correct USB connection speed for USB 3.0 mass storage devices.
hselasky
2010-10-04
1
-6
/
+15
*
RX buffer allocation failure is not an input error. Controller
yongari
2010-10-04
1
-1
/
+1
*
Link the XHCI (USB 3.0 hardware driver) into the default kernel build.
hselasky
2010-10-04
3
-1
/
+41
*
Don't count input error twice. uether_rxbuf() already updated that
yongari
2010-10-04
1
-4
/
+3
*
This commit adds full support for USB 3.0 devices in host and device
hselasky
2010-10-04
13
-203
/
+845
*
Add missing #if's
hselasky
2010-10-04
1
-0
/
+2
*
Add more strict USB string filtering.
hselasky
2010-10-04
1
-6
/
+13
*
Serialise USB re-enumeration with the USB explore thread.
hselasky
2010-10-04
4
-32
/
+76
*
Correct IOCTL return code.
hselasky
2010-10-04
1
-1
/
+5
*
Decrease report interval to 5 seconds, as this also means we will check for
pjd
2010-10-04
1
-1
/
+1
*
hook_check() is now only used to report about long-running hooks, so the
pjd
2010-10-04
3
-13
/
+3
*
We can't mask ignored signal, so install dummy signal hander for SIGCHLD before
pjd
2010-10-04
1
-0
/
+11
*
Add missing USB 3.0 definitions. Correct some wrong ones.
hselasky
2010-10-04
1
-6
/
+28
*
Add missing DRIVER_MODULE() entry for the musbotg driver.
hselasky
2010-10-04
1
-0
/
+4
*
The root mount hold reference was not released on USB controller
hselasky
2010-10-04
1
-8
/
+14
*
Make upper stack know driver's output status. This change increased
yongari
2010-10-04
1
-3
/
+8
*
Move updating TX packet counter to the inside of send loop. axe(4)
yongari
2010-10-04
1
-1
/
+11
*
Change libvgl's set4pixels() and set2lines() functions from plain
dim
2010-10-04
1
-4
/
+4
*
Enable fix for read DMA FIFO overruns on controllers that have this
yongari
2010-10-04
2
-0
/
+17
*
Consistently use ifHCOutOctets/ifHCInOctets instead of Octets as
yongari
2010-10-04
1
-9
/
+9
*
Fix two aliases that had the same name but were pointing to different
gnn
2010-10-04
1
-2
/
+2
*
If vm_map_find() is asked to allocate a superpage-aligned region of virtual
alc
2010-10-04
1
-14
/
+8
[next]