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
*
Followup to r225599: the fseek() was a no-op since the file was opened
des
2011-09-27
1
-8
/
+8
*
Improve battery capacity reporting
emaste
2011-09-27
1
-10
/
+15
*
Revert r225372:
attilio
2011-09-27
1
-14
/
+0
*
Unbreak no-ip and no-inet6 module builds with ipfw. For now continue to
bz
2011-09-27
2
-4
/
+8
*
Do not deliver SIGTRAP on exec as the normal signal, use ptracestop() on
kib
2011-09-27
2
-11
/
+9
*
Install ciss(4) ioctl header (together with other .h files from sys/dev/ciss).
kib
2011-09-27
2
-1
/
+3
*
Add one more ID for the Marvell 88SE9128 6Gbps SATA controller.
mav
2011-09-27
1
-0
/
+1
*
Fix interrupt counters dumping on SW_WATCHDOG fire.
mav
2011-09-27
1
-1
/
+1
*
Use PJDLOG_ASSERT() and PJDLOG_ABORT() everywhere instead of assert().
pjd
2011-09-27
9
-161
/
+192
*
No need to wrap pjdlog functions around with KEEP_ERRNO() macro.
pjd
2011-09-27
1
-2
/
+1
*
Prefer PJDLOG_ASSERT()/PJDLOG_ABORT() over assert().
pjd
2011-09-27
1
-6
/
+5
*
- Convert some impossible conditions into assertions.
pjd
2011-09-27
1
-11
/
+10
*
Correct two mistakes when converting asserts to PJDLOG_ASSERT()/PJDLOG_ABORT().
pjd
2011-09-27
1
-4
/
+2
*
Prefer PJDLOG_ASSERT() and PJDLOG_ABORT() over assert() and abort().
pjd
2011-09-27
3
-33
/
+31
*
No need to use KEEP_ERRNO() macro around pjdlog functions, as they don't
pjd
2011-09-27
2
-23
/
+20
*
- Add missing interdependencies to kerberos libraries. Some of the
stas
2011-09-27
14
-9
/
+50
*
Add quirks for some USB mass storage devices which doesn't respond
hselasky
2011-09-27
2
-0
/
+9
*
Fix typo in OSIOCGIFADDR.
pluknet
2011-09-27
1
-1
/
+1
*
- Move misplaced reference [1]
gabor
2011-09-27
1
-7
/
+6
*
Ensure that pjdlog functions don't modify errno.
pjd
2011-09-27
1
-0
/
+25
*
Add myself to committers-src.dot.
rmh
2011-09-27
1
-0
/
+3
*
Forgot to add "RELENG_8" to list of CVS tags.
kensmith
2011-09-26
1
-1
/
+1
*
Shift head from 9.0-CURRENT to 10.0-CURRENT in preparation for releasing
kensmith
2011-09-26
7
-16
/
+23
*
Update netfront so that it queries and honors published
gibbs
2011-09-21
1
-16
/
+52
*
Modify the netfront driver so it can successfully attach to
gibbs
2011-09-21
1
-11
/
+29
*
Correct suspend/resume support in the Netfront driver.
gibbs
2011-09-21
1
-26
/
+54
*
[ Forced commit. Actual changes accidentally included in r225704 ]
gibbs
2011-09-21
0
-0
/
+0
*
Add suspend/resume support to the Xen blkfront driver.
gibbs
2011-09-21
2
-46
/
+51
*
Properly handle suspend/resume events in the Xen device
gibbs
2011-09-20
5
-18
/
+49
*
Use nowait sync request for a vnode when doing softdep cleanup. We possibly
kib
2011-09-20
1
-1
/
+1
*
Restore the writing of the .bss sections of the dsos (not the main
kib
2011-09-20
1
-2
/
+3
*
Make KBI changes required for future MFCing of inpcb rtentry / llentry caching.
kmacy
2011-09-20
4
-2
/
+9
*
Avoid starting the USB transfer if an error is already pending.
hselasky
2011-09-20
1
-4
/
+6
*
Manually set the channel when using monitor mode - the firmware
adrian
2011-09-20
1
-0
/
+12
*
Use REQUIRE: line to reorder rc.d/bridge instead of BEFORE: line.
hrs
2011-09-20
2
-2
/
+1
*
Remove RA timer on an interface with !IFF_UP actively after starting to send
hrs
2011-09-20
1
-0
/
+15
*
Copy ip6po_minmtu and ip6po_prefer_tempaddr in ip6_copypktopts(). This fixes
hrs
2011-09-20
1
-0
/
+2
*
- Fix a trivial bug in iconv. When there is no space to perform the
gabor
2011-09-19
1
-2
/
+1
*
Do not overallocate on the stack. Threaded code might use custom stack
kib
2011-09-19
1
-43
/
+69
*
Cleanup the iterator code, remove code that is never executed.
tuexen
2011-09-19
3
-38
/
+8
*
It is safe to initialize locks even on early boot (and it is the same
attilio
2011-09-19
2
-8
/
+1
*
- Document inet6 no_radr flag.
hrs
2011-09-19
1
-1
/
+26
*
- Document $ipv6_cpe_wanif.
hrs
2011-09-19
1
-26
/
+116
*
Use resolvconf(8) to create /etc/resolv.conf, not directly overwrite it.
hrs
2011-09-19
1
-7
/
+7
*
Fix the script order to run rc.d/bridge after the initial network
hrs
2011-09-19
1
-1
/
+2
*
#PROCHOT assertion is sticky after reading the MSR (accordingly with
attilio
2011-09-19
1
-1
/
+4
*
Implement missing USB debug information functions.
hselasky
2011-09-19
7
-4
/
+184
*
Fix a logic bug in pc-sysinstall creating partitions.
jpaetzel
2011-09-19
11
-36
/
+60
*
Bump .Dd date for previous revision.
delphij
2011-09-17
1
-1
/
+1
*
Change the example of using smbfs in fstab to a password-less one,
delphij
2011-09-17
1
-3
/
+3
[next]