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
*
Do not mangle if_oerrors of the underlying interface. This counter
glebius
2008-09-30
1
-2
/
+0
*
- A call to close(2) might overwrite errno and thus give a wrong error message
lulf
2008-09-30
1
-1
/
+2
*
Add unistd.h to the getosreldate(3) manpage.
kib
2008-09-30
2
-6
/
+11
*
Remove empty directories recreated by the SVN conversion.
edwin
2008-09-30
0
-0
/
+0
*
Save extended address register prior to switching to 1000BASE-X
yongari
2008-09-30
1
-2
/
+3
*
Add Vitesse VSC8211 PHY which is found on Planex GU-1000T.
yongari
2008-09-30
2
-0
/
+3
*
Explicitly mark IFM_HDX for half-duplex media.
yongari
2008-09-30
1
-0
/
+2
*
Report current link state while auto-negotiation is in progress.
yongari
2008-09-30
1
-1
/
+1
*
Use mii_anegticks instead of hardcoded MII_ANEGTICKS.
yongari
2008-09-30
1
-2
/
+2
*
Announce link loss right after it happens.
yongari
2008-09-30
1
-1
/
+4
*
- Improve error message given on g_providername call failure.
lulf
2008-09-30
3
-4
/
+4
*
If mbuf is not writable get a writable copy before invoking
yongari
2008-09-30
1
-1
/
+10
*
Always pullup mbuf prior to accessing TCP header.
yongari
2008-09-30
1
-0
/
+5
*
Verify high-res birthtime support on FreeBSD.
kientzle
2008-09-30
1
-0
/
+2
*
MfP4: restore birth time data to disk + more thorough tests for
kientzle
2008-09-30
4
-83
/
+320
*
MfP4: Store/read birthtime data in pax format.
kientzle
2008-09-30
4
-0
/
+160
*
MfP4: Support for storing birthtime in archive_entry objects.
kientzle
2008-09-30
7
-0
/
+73
*
Improve support for multiple block read/write. This code is currently
imp
2008-09-30
1
-38
/
+42
*
Properly implement read only. Also, the caps implementation is wrong
imp
2008-09-30
1
-5
/
+1
*
vm_fault_hold_user_pages will not return if an address in the range passed in...
kmacy
2008-09-29
1
-14
/
+8
*
Move the code for doing out-of-memory grass from vm_pageout_scan()
kib
2008-09-29
3
-71
/
+87
*
Make the media size return the block rather than the bytes on the device.
imp
2008-09-29
1
-1
/
+1
*
Explicitly set data to NULL rather than relying mmc_wait_for_cmd() to
imp
2008-09-29
1
-1
/
+8
*
Minor style fixes from mav@ (with similar problems fixed where I noticed
imp
2008-09-29
2
-4
/
+5
*
Conform to style(9) for return (foo); The files were a mix before.
imp
2008-09-29
2
-12
/
+12
*
Distinguish between cmd/parameters used for clone operations and
sam
2008-09-29
1
-33
/
+43
*
Since in some cases (when found obsolete) 'make' can be builded earlier
ache
2008-09-29
1
-1
/
+6
*
Support for CPU sets is going to appear in 7.1 before 8.0.
jhb
2008-09-29
3
-3
/
+3
*
Expand comments relating various detach/free/drop inpcb routines.
rwatson
2008-09-29
1
-9
/
+31
*
Fix typo in comment.
rwatson
2008-09-29
1
-2
/
+2
*
Our groff doesn't understand $Mdocdate$, so replace them with bare dates.
des
2008-09-29
13
-13
/
+13
*
o Add missed dot.
maxim
2008-09-29
1
-1
/
+1
*
Return G_PART_PROBE_PRI_HIGH instead of G_PART_PROBE_PRI_NORM
marcel
2008-09-29
1
-1
/
+1
*
Insert the null scheme at the head. This does not change any
marcel
2008-09-29
1
-1
/
+1
*
Convert all C++ comments to C style. There's lots of folks that don't
imp
2008-09-29
1
-23
/
+30
*
The parameters to the MMCBR_ACQUIRE_HOST and MMCBR_RELEAES_HOST were
imp
2008-09-29
1
-2
/
+2
*
Implement MMCBR_IVAR_CAPS for AT91 MCI device.
imp
2008-09-28
1
-0
/
+5
*
Add "caps" word to host bridge.
imp
2008-09-28
1
-0
/
+2
*
Implement power down, and power down the bus on detach.
imp
2008-09-28
1
-1
/
+15
*
When a device is read only, fail all non-read BIO requests.
imp
2008-09-28
1
-1
/
+8
*
Propigate read-only status of cards. Right now it is read only at
imp
2008-09-28
3
-1
/
+14
*
The OCR register defines both acceptable voltage bits, as well as bits
imp
2008-09-28
2
-2
/
+3
*
Other busses on the system use the official capitalization for the
imp
2008-09-28
1
-1
/
+1
*
Fix line continuation whitespace.
imp
2008-09-28
1
-2
/
+2
*
Small typo in the makedev(3) manpage.
ed
2008-09-28
1
-1
/
+1
*
Several documentation fixups related to device minor/major numbers:
ed
2008-09-28
6
-82
/
+103
*
Catch up with svn r96606 (cvs rev 1.127 2002/05/14 20:35:29) of
imp
2008-09-28
1
-43
/
+4
*
Revert previous commit. The prototype has been moved to unistd.h
marcel
2008-09-28
1
-1
/
+1
*
Remove ipi_all() and ipi_self() as the former hasn't been used at
marius
2008-09-28
15
-207
/
+5
*
Don't automatically prepend the "tty" prefix to `pkill -t' arguments.
ed
2008-09-28
2
-9
/
+5
[next]