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
*
The (%esp & 0xf) == 0 should be true before the call instruction is
kib
2011-01-13
1
-0
/
+1
*
re_reset() should be called only after setting device specific
yongari
2011-01-13
1
-5
/
+5
*
Allow TX/RX checksum offloading to be configured independently.
yongari
2011-01-13
1
-3
/
+9
*
- Move ether_ifdetach() earlier and remove now-unneeded IN_DETACH flag.
jhb
2011-01-13
2
-7
/
+8
*
Apply a workaround for a binutils issue with the .note.ABI-tag section
dim
2011-01-13
8
-28
/
+171
*
- Add support for 64-byte contexts to XHCI driver.
hselasky
2011-01-13
2
-46
/
+105
*
Remove /usr/share/examples/[lib]dialog, missed in the new dialog import.
nwhitehorn
2011-01-13
1
-4
/
+0
*
One more sysctl(9) type-safety that I missed before.
mdf
2011-01-13
1
-1
/
+1
*
Add a 64-bit hex-printed sysctl(9) since there is at least one place in
mdf
2011-01-13
2
-3
/
+16
*
Fix up a few more sysctl(9) mis-typing found in various LINT builds.
mdf
2011-01-13
5
-18
/
+19
*
Re-commit the zfs sysctl(9) type-safety changes.
mdf
2011-01-13
4
-27
/
+28
*
Merge ACPICA 20110112. Switch to BSD/GPLv2 dual license[1].
jkim
2011-01-13
237
-24798
/
+8857
|
\
|
*
Import ACPICA 20110112.
jkim
2011-01-13
274
-28201
/
+11076
*
|
Update spkrtest(8) to use new dialog auto-sizing syntax.
nwhitehorn
2011-01-13
1
-1
/
+1
*
|
Use a blocking malloc() to initialize the dummynet taskq.
jhb
2011-01-13
1
-1
/
+1
*
|
If an interrupt on an I/O APIC is moved to a different CPU after it has
jhb
2011-01-13
3
-14
/
+8
*
|
Use auto-sizing syntax appropriate for the new dialog(1). This should
nwhitehorn
2011-01-13
1
-1
/
+1
*
|
Documents OUTPUT formats. While I'm here cleans up styles and words.
weongyo
2011-01-13
1
-11
/
+66
*
|
Embed a quota error message (C string) into uprintf() fmt.
pluknet
2011-01-13
1
-13
/
+13
*
|
Support for 64 bit PTEs on n32 and n64 compilation.
jchandra
2011-01-13
11
-120
/
+159
*
|
- Add a locked variant of jme_start() and invoke it directly while holding
jhb
2011-01-13
2
-25
/
+22
*
|
Introduce two new helper macros to define the priority ranges used for
jhb
2011-01-13
1
-16
/
+25
*
|
Use software interrupt priorities for USB kthreads instead of hardware
jhb
2011-01-13
1
-2
/
+4
*
|
Forgot to remove unlock of the driver lock from age_start_locked() when
jhb
2011-01-13
1
-2
/
+0
*
|
Cleanup physical address and PTE types on MIPS.
jchandra
2011-01-13
5
-47
/
+41
*
|
o Somehow I revert Dd macro in the previous commit.
maxim
2011-01-13
1
-1
/
+1
*
|
o Start each sentence on a new line. No content changes.
maxim
2011-01-13
1
-19
/
+25
*
|
o Typo fixes.
maxim
2011-01-13
1
-2
/
+2
*
|
Fix handling of NX pages on capable CPUs. Thanks to kib for prodding me
nwhitehorn
2011-01-13
3
-11
/
+12
*
|
Revert to using bus_size_t for the bounce_zone's alignment member.
mdf
2011-01-13
1
-3
/
+10
*
|
In the experimental NFS server, when converting an open-owner to a lock-owner,
zack
2011-01-12
1
-1
/
+1
*
|
Clean up the experimental NFS server replay cache when the module is unloaded.
zack
2011-01-12
2
-3
/
+5
*
|
Fix formatting of cross-references.
brucec
2011-01-12
1
-2
/
+2
*
|
Un-break the build: use the correct format specifier for sizeof()
csjp
2011-01-12
1
-1
/
+1
*
|
Revert cddl changes for sysctl(9) until I understand why this isn't
mdf
2011-01-12
3
-27
/
+27
*
|
Make sure to invoke unlocked foo_start since the taskqueue does not
yongari
2011-01-12
1
-1
/
+1
*
|
Fix a brain fart. Since this file is shared between i386 and amd64, a
mdf
2011-01-12
1
-3
/
+3
*
|
Fix a typo. XLONG should allow pointers to unsigned and signed long.
mdf
2011-01-12
1
-1
/
+1
*
|
Fix sorting of cross-references.
brucec
2011-01-12
1
-1
/
+1
*
|
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
13
-22
/
+22
*
|
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
2
-2
/
+2
*
|
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
2
-12
/
+12
*
|
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
21
-100
/
+102
*
|
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
11
-40
/
+40
*
|
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
3
-24
/
+24
*
|
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
7
-23
/
+23
*
|
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
3
-27
/
+27
*
|
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
4
-239
/
+239
*
|
Fix wrapping of 20110103 entry.
brucec
2011-01-12
1
-3
/
+4
*
|
Fix cross-reference to gvinum(8).
brucec
2011-01-12
1
-1
/
+1
[next]