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
*
MFP4: 109652
jkim
2006-12-04
1
-39
/
+38
*
Bug fix for obscenely large wait times on uncontested locks
kmacy
2006-12-04
1
-4
/
+4
*
- Add BGE_FLAG_JUMBO flag which idicates jumbo frame capability. Some day we
jkim
2006-12-04
2
-22
/
+24
*
Grammar.
ru
2006-12-04
1
-1
/
+1
*
Use bge_flags to save chipset family and remove dead code while I am here.
jkim
2006-12-04
2
-53
/
+43
*
- separate out rounding memory ranges to 4M boundaries from OFW memory alloca...
kmacy
2006-12-04
3
-46
/
+73
*
document recent change to return ECONNRESET for tcp sockets
sam
2006-12-04
1
-1
/
+4
*
Use _kevent() instead of kevent().
ume
2006-12-04
1
-7
/
+7
*
Fix an edge case in rman_manage_region() where it didn't handle a resource
jhb
2006-12-04
1
-4
/
+7
*
Add two new flags to if_bridge(4) indicating whether the edge flag
syrinx
2006-12-04
4
-3
/
+18
*
Fix my error in rev. 1.152
glebius
2006-12-04
1
-1
/
+1
*
Fix typo, I was using a wrong header file, and the typo is not detected
davidxu
2006-12-04
1
-1
/
+1
*
Use kernel provided userspace condition variable to implement pthread
davidxu
2006-12-04
6
-96
/
+105
*
if a thread blocked on userland condition variable is
davidxu
2006-12-04
4
-5
/
+25
*
o Correct a function prototype.
maxim
2006-12-04
1
-1
/
+1
*
Do not forget to call pmap_free_l2_bucket() in pmap_remove_pages().
cognet
2006-12-04
1
-0
/
+1
*
Argh. Restore a stat() call that was erroneously removed.
kientzle
2006-12-04
1
-0
/
+6
*
recent changes have caused TRAP_TRACING to induce corruption
kmacy
2006-12-04
1
-2
/
+2
*
Remove the HME_LOCK_ASSERT() in hme_mifinit(), which was added in the
marius
2006-12-04
1
-1
/
+0
*
- In hme_stop() mask all interrupts.
marius
2006-12-04
1
-45
/
+91
*
Improve style(9) conformance of igmp.c.
rwatson
2006-12-04
1
-45
/
+43
*
- put some common code in a function handle_remount();
luigi
2006-12-03
1
-38
/
+43
*
Fix SIOCGDRVSPEC/BRDGGIFSSTP ioctl: make it copyin() the user
syrinx
2006-12-03
1
-1
/
+1
*
MFP4 (110939):
netchild
2006-12-03
1
-1
/
+1
*
Sync with i386 (remove the LINUX stuff) now that the module is usable.
netchild
2006-12-03
1
-5
/
+0
*
MFP4 (110957)
netchild
2006-12-03
1
-2
/
+3
*
Minor clarification.
dds
2006-12-03
1
-1
/
+1
*
New test cases demonstrating fixed bugs, and the reason why
dds
2006-12-03
21
-1
/
+201
*
o Do not leave uninitialized birthtime: in MSDOSFSMNT_LONGNAME
maxim
2006-12-03
1
-2
/
+4
*
Prevent buffer overflow when forcibly terminating an escape character.
dds
2006-12-03
1
-1
/
+3
*
Correct handling of format strings with escaped % specifications.
dds
2006-12-03
1
-2
/
+5
*
o Fix typo: manger -> manager.
maxim
2006-12-03
1
-1
/
+1
*
o /stand/sysinstall -> /usr/sbin/sysinstall.
maxim
2006-12-03
1
-1
/
+1
*
o As POSIX requires confstr(3) returns zero on errors, not -1.
maxim
2006-12-03
1
-2
/
+2
*
Fix a massive couple of botches here: the NVRAM settings
mjacob
2006-12-03
1
-23
/
+15
*
Fix XPT_GET_TRANSPORT_SETTINGS to zero validity and flags-
mjacob
2006-12-03
1
-13
/
+24
*
Remove CTS_SPI_FLAGS_TAG_ENB. Nobody is using it and at least one
mjacob
2006-12-03
1
-1
/
+0
*
It's confusing to say that "Command Queueing Supported" just based
mjacob
2006-12-03
1
-3
/
+2
*
Optimized RTC accesses by avoiding null writes to the index register
bde
2006-12-03
3
-27
/
+48
*
Introduce userspace condition variable, since we have already POSIX
davidxu
2006-12-03
2
-19
/
+225
*
Forced commit: previous revision just correctly reflected that
mjacob
2006-12-03
1
-1
/
+0
*
Fix a debug message which didn't quite get it right about data direction.
mjacob
2006-12-03
4
-102
/
+163
*
Add missing includes for <sys/buf.h> and <sys/bio.h>.
rodrigc
2006-12-02
1
-0
/
+2
*
- Probe Davicom DM9102 PHYs.
marius
2006-12-02
1
-30
/
+8
*
- In acphy_service() for the MII_TICK case don't bother to check whether
marius
2006-12-02
1
-30
/
+7
*
- Add another Altima PHY, which is a AC101 workalike and integrated
marius
2006-12-02
1
-1
/
+3
*
- Don't set MIIF_NOISOLATE so tdkphy(4) can be used in configurations
marius
2006-12-02
1
-37
/
+9
*
- Don't set MIIF_NOISOLATE so rgephy(4) can be used in configurations
marius
2006-12-02
1
-13
/
+3
*
Some style changes to a couple of PHY drivers:
marius
2006-12-02
7
-94
/
+53
*
Many, many thanks to Masanori OZAWA <ozawa@ongs.co.jp>
rodrigc
2006-12-02
7
-3136
/
+3506
[next]