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
*
Make filesystems get rid of their own vnodes vnode_pager object in
phk
2005-01-28
17
-0
/
+17
*
Remove unused argument to vrecycle()
phk
2005-01-28
11
-18
/
+11
*
Integrate vclean() into vgonel().
phk
2005-01-28
1
-68
/
+51
*
Remove register keyword
phk
2005-01-28
1
-5
/
+5
*
Update kdump manual page with information on the dump format.
gnn
2005-01-28
1
-1
/
+62
*
Mark lists as in the rest of section 9 manpages.
ru
2005-01-28
3
-34
/
+34
*
Mark lists as in the rest of section 9 manpages.
ru
2005-01-28
28
-148
/
+180
*
Move the contents of vop_stddestroyvobject() to the new vnode_pager
phk
2005-01-28
3
-26
/
+36
*
Fix the worst offenders of style(9) with a small style sweep.
imp
2005-01-28
1
-48
/
+36
*
Cleanup tabs vs spaces.
imp
2005-01-28
3
-215
/
+213
*
For the PC Card implementation of the CS8920M that's in my IBM
imp
2005-01-28
3
-3
/
+8
*
Setting hw.cs.recv_delay should set the delay, not the ignore the
imp
2005-01-28
1
-1
/
+1
*
Remove all of the spl() markers.
scottl
2005-01-28
1
-27
/
+0
*
Lock the IPS driver and bring it out from under Giant. Also do some
scottl
2005-01-28
6
-234
/
+149
*
Wrap calls to memcpy(3) in a function called block_copy(). This way,
marcel
2005-01-28
1
-2
/
+9
*
error = is needed before ether_ioctl() so that unsupported/unknown
imp
2005-01-28
1
-1
/
+1
*
Skip the register based postinc stores here and don't count them
marcel
2005-01-27
1
-5
/
+12
*
Make the local variables global so that the compiler cannot assume
marcel
2005-01-27
1
-4
/
+5
*
Fix the unaligned store with post increment test: The misaligned pointer
marcel
2005-01-27
1
-1
/
+1
*
Consistently use pcib for a printf.
njl
2005-01-27
1
-1
/
+1
*
supply a default ic_reset method for drivers; the ioctl code expect this
sam
2005-01-27
1
-0
/
+22
*
Change the ifr_media operation to only get its value and only set
ambrisko
2005-01-27
1
-79
/
+81
*
make _getipnodebyname_multi() static.
ume
2005-01-27
1
-1
/
+1
*
Remove unnecessary SRCS= where could be guessed directly by our
delphij
2005-01-27
14
-14
/
+0
*
implement AI_NUMERICSERV (as defined in RFC3493).
ume
2005-01-27
2
-13
/
+18
*
WARNS?=6 cleanup for [gs]et[fp]mac:
delphij
2005-01-27
8
-11
/
+11
*
fill ai_canonname field for numeric hostname, by the given hostname.
ume
2005-01-27
1
-7
/
+25
*
Add a radius_Flush() function that waits for the response (or timeout) to
brian
2005-01-27
4
-0
/
+23
*
Make NTFS at least minimally usable after bufobj and GEOM fallout.
peadar
2005-01-27
3
-5
/
+35
*
ps(1) is WARNS=6 on all Tier-1 platforms as far as I can test,
delphij
2005-01-27
1
-1
/
+1
*
Don't specify SRCS= when it can be obtained from PROGS=
delphij
2005-01-27
1
-1
/
+0
*
WARNS?=6 is already in bin/Makefile.inc, so remove this one.
delphij
2005-01-27
1
-1
/
+0
*
"pst" is not 64-bit clean for reasons specified in sys/amd64/conf/NOTES.
ru
2005-01-27
1
-1
/
+2
*
Polish the formatting.
ru
2005-01-27
1
-11
/
+21
*
Update the information, (and likely break all formatting rules).
phk
2005-01-27
1
-15
/
+20
*
Comment out "lnc" on amd64 for reasons specified in sys/amd64/conf/NOTES.
ru
2005-01-27
1
-1
/
+1
*
query A RR before AAAA RR.
ume
2005-01-27
1
-10
/
+10
*
The unit test for unaligned loads/stores can be found under ../ia64.
marcel
2005-01-27
2
-137
/
+0
*
Add tests for post increment. This bumps the number of tests up to
marcel
2005-01-27
2
-37
/
+181
*
Fix handling of post increment: Either the first or second operand
marcel
2005-01-27
1
-1
/
+4
*
- Move the functions presently described in in ieee(3) to their own
das
2005-01-27
10
-587
/
+894
*
Don't compile the gdtoa package's strtoIg.c into libc.
das
2005-01-27
1
-1
/
+1
*
Write cs_detach() and use it. This resolves the twin problems of the
imp
2005-01-27
3
-2
/
+17
*
Add back support for D-LINK DMR-650TX, and all the other OEMd versions
imp
2005-01-27
2
-1
/
+2
*
Move 143 back to its rightful owner: Grey Cell systems, which OEMd enet cards
imp
2005-01-27
1
-4
/
+4
*
64-bit clean fixes: Use %zx in preference to %x to print size_t items.
imp
2005-01-27
1
-2
/
+2
*
ar and sr (and their netgraph cousins) don't appear to be 64-bit clean, so
imp
2005-01-27
2
-3
/
+8
*
Fix a few printf problems on ia64 (and other 64-bit platforms).
imp
2005-01-27
1
-4
/
+4
*
Add PCI ID for Dell RAC IV/ERA Virtual UART (PowerEdge 1850).
bms
2005-01-27
1
-2
/
+9
*
The ar driver appears to do naughty things with pointers and integers
imp
2005-01-27
1
-1
/
+1
[next]