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
*
- Handle calloc() allocation failures.
ru
2010-03-30
5
-9
/
+36
*
o Make sockstat -6 output more readable for long ipv6
maxim
2010-03-30
1
-0
/
+2
*
o Remove a duplicate reference to -f flag in the SYNOPSYS section.
maxim
2010-03-30
1
-4
/
+1
*
On request of joel@:
edwin
2010-03-30
12
-36
/
+8
*
Update to igb and em:
jfv
2010-03-29
20
-2241
/
+6990
*
Refine r204265. We want the standard VGA palette for packed pixel mode.
jkim
2010-03-29
2
-4
/
+4
*
Build modules for this config to make sure they stay buildable...
imp
2010-03-29
1
-1
/
+1
*
Enable module builds now that the build completes for them. This
imp
2010-03-29
1
-1
/
+1
*
Update the Australian calendar WRT DST.
edwin
2010-03-29
1
-28
/
+28
*
g_vfs_open: correctly set devvp.v_bufobj.bo_bsize to DEV_BSIZE
avg
2010-03-29
1
-1
/
+1
*
Start copyright notices with /*-
joel
2010-03-29
6
-6
/
+6
*
Check the pointer to JIT binary filter before its de-allocation.
jkim
2010-03-29
1
-3
/
+4
*
Print memory model of the video mode except for planar memory model.
jkim
2010-03-29
1
-5
/
+32
*
calendar.freebsd: add my entry
avg
2010-03-29
1
-0
/
+1
*
Add myself.
trasz
2010-03-29
1
-0
/
+1
*
Arm defines intr_disable() as a macro, which causes problems for cxgb.
imp
2010-03-29
1
-0
/
+2
*
Add a handler for the local APIC error interrupt. For now it just prints
jhb
2010-03-29
6
-40
/
+90
*
Cosmetic tweak to use a type suffix instead of a cast to force a constant
jhb
2010-03-29
1
-1
/
+1
*
Change how multipath labels are created and managed. This makes it easier
mjacob
2010-03-29
2
-121
/
+89
*
Fix references.
trasz
2010-03-29
5
-13
/
+21
*
Make all the modules build on arm (modulo ipfilter, which I'm looking
imp
2010-03-29
1
-10
/
+25
*
Cast the bus_size_t to a intmax_t rather than assuming type-punning to
imp
2010-03-29
1
-2
/
+2
*
Cast bus_space_t to a intmax_t and use %j to print it instead of
imp
2010-03-29
1
-2
/
+2
*
Cast a bus_size_t to a (size_t) to use %zd specifier. Not quite the
imp
2010-03-29
1
-1
/
+1
*
Add AR9285.
rpaulo
2010-03-29
1
-0
/
+1
*
Mark the vtoc.h structure as packed so that it is the right size and
imp
2010-03-29
1
-1
/
+1
*
size_t is not equivalent to int on 64-bit platforms.
des
2010-03-29
1
-4
/
+4
*
remove a leftover debugging message
luigi
2010-03-29
1
-1
/
+0
*
Fix handling of set manipulations.
luigi
2010-03-29
1
-25
/
+36
*
Use new syntax for the dutch calendar: Use local month names instead
edwin
2010-03-29
1
-45
/
+45
*
Bump WARNS to 7
edwin
2010-03-29
1
-1
/
+1
*
Long awaited update to the calendar system:
edwin
2010-03-29
15
-792
/
+2928
*
Wait for pmc name in the log before displaying data.
fabient
2010-03-28
1
-5
/
+8
*
Do not sync cache for the PL2506
thompsa
2010-03-28
2
-0
/
+3
*
Do not swap Apple keys when detecting Apple-FN keyboards.
thompsa
2010-03-28
1
-2
/
+1
*
Make sure the bsd_urb_list gets initialised and that new URB's are queued at
thompsa
2010-03-28
1
-1
/
+2
*
Add PCI IDs for two more nForce controllers.
thompsa
2010-03-28
2
-0
/
+4
*
Add a couple of usb product IDs.
thompsa
2010-03-28
1
-0
/
+3
*
Make acl_to_text_np(3) not crash on long group or user names in NFSv4 ACLs.
trasz
2010-03-28
1
-7
/
+4
*
Set hw.ofwfb.relax_mmap=1 by default. While these checks may be a good
nwhitehorn
2010-03-28
1
-2
/
+2
*
Don't forget to bump the date in the man page.
ed
2010-03-28
1
-1
/
+1
*
Change all our own code to use st_*tim instead of st_*timespec.
ed
2010-03-28
13
-92
/
+74
*
Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.
ed
2010-03-28
18
-159
/
+140
*
Add a comment explaining the previous commit.
rpaulo
2010-03-28
1
-0
/
+5
*
When tearing down IPsec as part of a (virtual) network stack,
bz
2010-03-28
1
-7
/
+9
*
Use standard types in preference to BSD types so that these header files
gibbs
2010-03-28
2
-20
/
+20
*
Correctly handle preemption of pmap_update_pde_invalidate().
alc
2010-03-27
2
-4
/
+10
*
Simplify pmap_growkernel(), making the i386 version more like the amd64
alc
2010-03-27
1
-18
/
+5
*
Don't hold connection lock when doing reconnects as it makes I/Os wait for
pjd
2010-03-27
1
-26
/
+50
*
Fix lock leakage.
mav
2010-03-27
1
-0
/
+1
[next]