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
*
When we return with an error we cannot unlock the mutex, because
gnn
2012-08-01
1
-1
/
+2
*
replace inet_ntoa_r with the more standard inet_ntop().
luigi
2012-08-01
2
-10
/
+12
*
add a cast to avoid a signed/unsigned warning (to be removed
luigi
2012-08-01
1
-1
/
+1
*
- Add myself to calendar.freebsd
bdrewery
2012-08-01
2
-0
/
+4
*
Do a trivial reformatting of the comment, to record the proper commit
kib
2012-08-01
1
-2
/
+1
*
Several fixes to allow firmware/BIOS flash access from user-level:
mav
2012-08-01
4
-64
/
+41
*
diff --git a/sys/x86/x86/tsc.c b/sys/x86/x86/tsc.c
kib
2012-08-01
1
-14
/
+86
*
Add lfence().
kib
2012-08-01
2
-0
/
+14
*
Revise pmap_enter()'s handling of mapping updates that change the
alc
2012-08-01
1
-22
/
+30
*
Fix kernel panic on `camcontrol reset` for specific target, caused by
mav
2012-08-01
1
-0
/
+1
*
Restore a piece of BSD history.
des
2012-08-01
1
-3
/
+3
*
Some more whitespace cleanup.
glebius
2012-08-01
4
-21
/
+21
*
Add the chip select glue.
imp
2012-08-01
2
-0
/
+6
*
Teach md5(1) about sha512.
delphij
2012-08-01
3
-10
/
+36
*
Use calloc().
delphij
2012-08-01
1
-2
/
+1
*
Fix a case of "mis-located braces".
adrian
2012-08-01
1
-2
/
+2
*
Allow 802.11n hardware to support multi-rate retry when RTS/CTS is
adrian
2012-07-31
4
-7
/
+24
*
In case of IPsec he have to do delayed checksum calculations before
bz
2012-07-31
1
-0
/
+14
*
Prefer ate over macb. macb doesn't work anymore, and ate has more
imp
2012-07-31
4
-4
/
+1
*
Note about where we can boot this.
imp
2012-07-31
1
-1
/
+2
*
Allow chip selects other than 0. The SAM9260EK board
imp
2012-07-31
1
-4
/
+14
*
Restore the PCI bridge configuration upon resume.
adrian
2012-07-31
1
-0
/
+5
*
Clean up some unused leftover code from em
jfv
2012-07-31
1
-74
/
+30
*
Reorder the managament of advisory locks on open files so that the advisory
jhb
2012-07-31
2
-43
/
+61
*
Fix wrong indent according to style(9)
mm
2012-07-31
1
-2
/
+2
*
Fix reporting of root pool upgrade notice.
mm
2012-07-31
1
-19
/
+19
*
Shuffle the call to ath_hal_setuplasttxdesc() to _after_ the rate control
adrian
2012-07-31
2
-31
/
+7
*
find: Remove unnecessary and inconsistent initialization.
jilles
2012-07-31
1
-1
/
+1
*
Push the rate control and descriptor chaining into the descriptor "set"
adrian
2012-07-31
1
-61
/
+52
*
Some style(9) and whitespace changes.
glebius
2012-07-31
5
-126
/
+116
*
Add several performance optimizations to acpi_cpu_idle().
mav
2012-07-31
1
-11
/
+21
*
Fixed some debug output in hwmp_recv_prep.
monthadar
2012-07-31
1
-3
/
+3
*
nobody uses this file except the userspace ipfw code, but the cast
luigi
2012-07-31
1
-1
/
+1
*
Fix a PREQ comparison error in 11s HWMP.
monthadar
2012-07-31
1
-3
/
+4
*
Fix bugs in net80211s found with wtap simulator.
monthadar
2012-07-31
1
-4
/
+6
*
Fix wtap to not panic in wtap_beacon_intrp.
monthadar
2012-07-31
1
-2
/
+6
*
remove a redundant MALLOC_DECLARE
luigi
2012-07-31
1
-4
/
+0
*
I am comparing current pipe code with the one in 8.3-STABLE r236165,
davidxu
2012-07-31
3
-19
/
+6
*
Properly apply #ifdef INET and leave a comment that we are (will) apply
bz
2012-07-31
1
-3
/
+3
*
Improve the should-never-hit printf to ease debugging in case we'd ever hit
bz
2012-07-31
1
-2
/
+3
*
- Change back "d_ofs" to int8_t to not pessimize padding and size of "struct ...
fjoe
2012-07-31
2
-6
/
+15
*
macb doesn't work, switch to ate.
imp
2012-07-31
1
-2
/
+1
*
Migrate some more TX side setup routines to be methods.
adrian
2012-07-31
6
-18
/
+86
*
Break out the hardware handoff and TX DMA restart code into methods.
adrian
2012-07-31
3
-4
/
+70
*
Placeholder ioctl for an upcoming rate control statistics API change.
adrian
2012-07-31
1
-0
/
+1
*
When a thread is blocked in direct write state, it only sets PIPE_DIRECTW
davidxu
2012-07-31
3
-6
/
+12
*
Partial MFV (illumos-gate 13753:2aba784c276b)
mm
2012-07-30
11
-119
/
+417
*
Until now KTR_ENTRIES, which defines the size of circular buffer used in
davide
2012-07-30
2
-3
/
+3
*
ieeefp.h is only needed on i386 class hardware.
kargl
2012-07-30
1
-0
/
+2
*
Whitespace.
kargl
2012-07-30
3
-4
/
+3
[next]