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
*
- Masking IFM_GMASK when also masking IFM_FDX is redundant and just
marius
2011-01-14
3
-21
/
+20
*
Rework realtime priority support:
jhb
2011-01-14
4
-17
/
+26
*
Enable shared page for the signal trampolines on PowerPC.
kib
2011-01-14
4
-8
/
+14
*
Mark csu on PowerPC as not requiring executable stack.
kib
2011-01-14
4
-0
/
+8
*
Mark assembler sources from libc as working with non-executable stack.
kib
2011-01-14
24
-2
/
+44
*
Mark rtld on PowerPC as not requiring executable stack.
kib
2011-01-14
2
-1
/
+2
*
Configure gcc to emit .note.GNU-stack for both 32 and 64 bits PowerPC.
kib
2011-01-14
4
-1
/
+9
*
On PowerPC64, linker emits a fake object into each linked object,
kib
2011-01-14
1
-0
/
+3
*
Add a workaround for the warnings and sometimes errors due to missed
kib
2011-01-14
1
-0
/
+3
*
Mark libcompiler_rt as not needed executable stack on powerpc.
kib
2011-01-14
1
-1
/
+2
*
Fix making a release. The old libdialog was renamed to libodialog.
nyan
2011-01-14
7
-7
/
+7
*
Correct bogus initialization. It should be noted that this change
csjp
2011-01-14
1
-1
/
+1
*
If driver is not able to allocate RX buffer, do not start driver.
yongari
2011-01-13
1
-6
/
+10
*
Make sure to check validity of dma maps before destroying.
yongari
2011-01-13
1
-6
/
+10
*
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
[next]