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
...
*
Make ELI destruction (including orphanization) less aggressive, making it
mav
2013-09-02
1
-10
/
+12
*
Merge 1.12 of pf_lb.c from OpenBSD, with some changes. Original commit:
glebius
2013-09-02
1
-26
/
+29
*
Conform to style(9). No functional changes.
gibbs
2013-09-01
1
-11
/
+11
*
Fix socket buffer timeouts precision using the new sbintime_t KPI instead
davide
2013-09-01
4
-8
/
+7
*
Forced dismounts of NFS mounts can fail when thread(s) are stuck
rmacklem
2013-09-01
3
-1
/
+34
*
Use single underscore for all parameters name and local variables in
davide
2013-09-01
1
-79
/
+80
*
Complete r250105. Do not zero fields if M_ZERO flag is specified to
davide
2013-09-01
1
-6
/
+0
*
Fix build with gcc
eadler
2013-09-01
1
-1
/
+1
*
Initial support for the Digi ConnectCore(c) i.MX53 / Wi-i.MX53 boards.
rpaulo
2013-09-01
12
-6
/
+1196
*
system(): Restore behaviour for SIGINT and SIGQUIT.
jilles
2013-09-01
1
-0
/
+2
*
Add support for the BCM20702A0 chipset, ASUS USB-BT400.
eadler
2013-09-01
1
-0
/
+1
*
Pay attention to errCheck!
sjg
2013-09-01
1
-1
/
+1
*
Add debug trace points for freeze/release device queue.
mav
2013-09-01
4
-0
/
+75
*
pmap_protect() on MIPS does not need to acquire the pvh global lock.
alc
2013-09-01
1
-2
/
+0
*
Regenerate after recent addition of FTDI and bluetooth device IDs.
ian
2013-09-01
1
-4
/
+96
*
Add the device ID for a new flavor of FTDI serial adapter (model 232EX).
ian
2013-09-01
2
-0
/
+2
*
Fix a compiler warning about signed vs unsigned compare.
ian
2013-09-01
1
-1
/
+1
*
Bring legacy CAM target implementation back into API/KPI-coherent and even
mav
2013-09-01
3
-9
/
+15
*
Fix SES_ENABLE_PASSTHROUGH kernel option, unexpectedly broken during driver
mav
2013-09-01
1
-2
/
+4
*
Fix targbh crash on XPT_IMMED_NOTIFY error during attach.
mav
2013-09-01
1
-13
/
+10
*
Fix the build with CTLFEDEBUG, broken by unmapped I/O support changes.
mav
2013-09-01
1
-6
/
+6
*
Import multiqueue VirtIO net driver from my user/bryanv/vtnetmq branch
bryanv
2013-09-01
4
-1326
/
+2571
*
Sync VirtIO net device header file from recent Linux
bryanv
2013-09-01
1
-3
/
+46
*
Add optional VirtIO device method for post-attach notifications
bryanv
2013-09-01
2
-1
/
+15
*
Add support for postponing VirtIO virtqueue interrupts
bryanv
2013-09-01
2
-12
/
+32
*
libc: Always use our own copy of sys_errlist and sys_nerr (.so only).
jilles
2013-08-31
4
-4
/
+56
*
Add support for the GCC binary integer constants extension.
pfg
2013-08-31
4
-3
/
+73
*
Fix two build failures for non-tb configurations, UP [2] and when using gas [1].
kib
2013-08-31
2
-7
/
+8
*
Add support to the ARM platform specific section types.
andrew
2013-08-31
1
-1
/
+9
*
Only add the backlight device if it actually exists in OF.
jhibbits
2013-08-31
2
-0
/
+4
*
Fixes for DTrace on PowerPC:
jhibbits
2013-08-31
3
-112
/
+261
*
Implement pmap_advise().
alc
2013-08-31
1
-1
/
+82
*
Fix bug introduced in rewrite of keg_free_slab in -r251894.
mckusick
2013-08-31
1
-1
/
+1
*
Implement _Unwind_GetIP and _Unwind_GetIPInfo as functions as that is what
andrew
2013-08-31
2
-0
/
+21
*
Bring in gcc r128087 to add support for _Unwind_Backtrace on ARM. This is
andrew
2013-08-31
3
-1
/
+69
*
Don't use _Unwind_Backtrace() on ARM as it's currently missing from our libgc...
theraven
2013-08-31
1
-0
/
+2
*
Unconditionally compile the __sync_* atomics support functions into compiler-rt
theraven
2013-08-31
2
-12
/
+64
*
Fix a typo in a comment.
rpaulo
2013-08-31
1
-1
/
+1
*
Sync USB bluetooth product list with Linux.
hselasky
2013-08-31
2
-0
/
+62
*
- Set proper KERNLOADADDR
gonzo
2013-08-31
1
-0
/
+3
*
YAMON is 32-bit application and uses 32-bit pointers to pass kernel
gonzo
2013-08-31
1
-4
/
+9
*
sh: Simplify list() in the parser.
jilles
2013-08-30
1
-21
/
+22
*
Add device PicoStation M2HP support.
hiren
2013-08-30
2
-0
/
+171
*
sh: Separate out nbinary allocation into a function.
jilles
2013-08-30
1
-21
/
+22
*
Add bpf(4) to config file to get dhclient working
gonzo
2013-08-30
1
-0
/
+1
*
Add PCI bus space implementation that converts all 2 and 4 bytes
gonzo
2013-08-30
4
-4
/
+448
*
mdoc: add missing El.
joel
2013-08-30
1
-0
/
+1
*
sh: Use makename() where possible.
jilles
2013-08-30
1
-22
/
+5
*
Give the page allocations initiated by the swap-backed md(4) a higher
kib
2013-08-30
1
-1
/
+1
*
The pm_save should be cleared on the pmap initialization, and not on
kib
2013-08-30
1
-1
/
+1
[prev]
[next]