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
*
Standardize the way functions build their arguments leading up to a dialog
dteske
2013-06-02
32
-282
/
+272
*
Remove unnecessary #include's.
alc
2013-06-02
1
-5
/
+0
*
Correct check to see if file changes.
eadler
2013-06-02
1
-1
/
+1
*
Add 'static' where able.
eadler
2013-06-02
1
-4
/
+4
*
Reduce the scope of the VM object locking in brelse(). In my tests, this
alc
2013-06-02
1
-2
/
+4
*
Correct the TD size computation. npkt should reflect the number of packets
hselasky
2013-06-02
1
-2
/
+6
*
Correct TRB type for multi TRB transfers of non-NORMAL type, like isochronous.
hselasky
2013-06-02
1
-6
/
+14
*
Use the correct constant for 8000 IRQ/s.
hselasky
2013-06-02
1
-1
/
+1
*
Block event interrupts when we don't need it as soon as possible.
hselasky
2013-06-02
1
-9
/
+24
*
Convert old make variable modifiers :U and :L to bmake :tu and :tl.
tijl
2013-06-02
8
-9
/
+9
*
Don't set the start ISOC ASAP bit for non-isochronous TRBs.
hselasky
2013-06-02
1
-5
/
+8
*
Use LIST_EMPTY when appropriate.
tuexen
2013-06-02
1
-2
/
+2
*
Correct some XHCI streams mode transfer handling found by code inspection.
hselasky
2013-06-02
2
-18
/
+37
*
- Update Oleg Moskalenko's email address
gabor
2013-06-02
15
-15
/
+15
*
Improve the dialog(1) API in dialog.subr by adding f_dialog_default_store()
dteske
2013-06-02
15
-126
/
+207
*
Similar to r251236, improve the portion of dialog(1) API in dialog.subr
dteske
2013-06-02
18
-191
/
+183
*
Factor out some common code from the libm tests. This is a bit messy
das
2013-06-02
15
-628
/
+412
*
We want to stat the archived log file rather than the logfile itself.
markj
2013-06-02
1
-1
/
+1
*
This test is working now, so remove it from NOTWORK.
markj
2013-06-02
1
-1
/
+0
*
SDT probes can directly pass up to five arguments as arguments to
markj
2013-06-02
2
-2
/
+2
*
Port the SDT test now that it's possible to create SDT probes that take
markj
2013-06-02
4
-14
/
+50
*
Improve portion of the dialog(1) API in dialog.subr responsible for
dteske
2013-06-01
43
-373
/
+338
*
Fix a typo introduced by r251190.
dteske
2013-06-01
1
-1
/
+1
*
Fix a regression in the packages module introduced by recent r251190.
dteske
2013-06-01
1
-37
/
+46
*
Move <stdatomic.h> into sys/sys/.
ed
2013-06-01
2
-3
/
+3
*
Now that access to the page's "act_count" field is synchronized by the page
alc
2013-06-01
1
-1
/
+0
*
Revert: Use time_t instead of long for archive timestamps.
pfg
2013-06-01
7
-24
/
+15
*
BFD: Use time_t instead of long for archive timestamps.
pfg
2013-06-01
7
-15
/
+24
*
MFi386: revision 245848
nyan
2013-06-01
1
-18
/
+7
*
MFi386: revision 251039
nyan
2013-06-01
1
-1
/
+1
*
Move an assertion to the right spot; only bus_dmamap_load_mbuf(9)
marius
2013-06-01
1
-2
/
+2
*
Remove an unused macro we originally got from BSD/OS.
jhb
2013-06-01
1
-6
/
+0
*
Pull in r183033 and r183036 from LLVM trunk:
ed
2013-06-01
1
-28
/
+105
*
sys/dev/xen/blkfront/blkfront.c:
gibbs
2013-06-01
1
-11
/
+0
*
sys/dev/xen/blkfront/blkfront.c:
gibbs
2013-06-01
1
-20
/
+20
*
cxgbe(4): Some more debug sysctls. These work on both T4 and T5 based
np
2013-06-01
1
-0
/
+480
*
GCC: bring back experimental support for amdfam10/barcelona CPUs.
pfg
2013-06-01
15
-165
/
+1515
*
test(1): Add information about replacing -nt/-ot.
jilles
2013-05-31
1
-0
/
+16
*
MFV: Redo the fixup using the submitted version accepted by upstream.
delphij
2013-05-31
1
-3
/
+1
*
test(1): List non-standard primaries.
jilles
2013-05-31
1
-1
/
+12
*
test: Remove -ntXY and -otXY primaries.
jilles
2013-05-31
3
-279
/
+28
*
Style changes. No intended functional changes.
gibbs
2013-05-31
1
-5
/
+5
*
Style cleanups. No intended functional changes.
gibbs
2013-05-31
1
-725
/
+687
*
dup(2): Clarify return value, in particular of dup2().
jilles
2013-05-31
1
-4
/
+5
*
Add a "kern.features" MIB for 32bit support under a 64bit kernel.
obrien
2013-05-31
1
-0
/
+2
*
sigaction(2): *at system calls are async-signal safe.
jilles
2013-05-31
1
-0
/
+14
*
sigaction(2): Extend description of async-signal safe functions:
jilles
2013-05-31
1
-13
/
+108
*
Style cleanups. No intended functional changes.
gibbs
2013-05-31
2
-659
/
+664
*
fork(2): Add information about fork() in multi-threaded processes.
jilles
2013-05-31
1
-0
/
+12
*
Fix misspelling of structure field name.
ed
2013-05-31
1
-1
/
+1
[next]