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
path:
root
/
sys
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove stale (unused) unit variables from if_tun and if_tap softc's.
rwatson
2004-03-13
2
-3
/
+0
*
Constify iso88025_broadcastaddr to make it clear no explicit
rwatson
2004-03-13
1
-3
/
+3
*
Const-poison atmulticastaddr, which should be read but not modified.
rwatson
2004-03-13
1
-9
/
+9
*
Align the offset in vn_rdwr_inchunks() so that at most the first and
bde
2004-03-13
1
-1
/
+11
*
Don't allow interfaces to be renamed to the empty string.
brooks
2004-03-13
1
-2
/
+4
*
Remove if_withname. It came in with the KAME import, but never got
brooks
2004-03-13
2
-27
/
+0
*
Fixed some English usage errors.
bde
2004-03-13
1
-7
/
+7
*
Fixed description of cx device. Use similar wording for ctau device
bde
2004-03-13
1
-4
/
+5
*
These are changes to allow to use the Intel C/C++ compiler (lang/icc)
trhodes
2004-03-12
42
-144
/
+460
*
This are the build infrastructure changes to allow to use the
trhodes
2004-03-12
5
-7
/
+69
*
Do what the execve(2) manpage says and enforce what a Strictly
ru
2004-03-12
1
-1
/
+2
*
Allow kernel with the BOOTP option to boot when DHCP/BOOTP sets the root
brooks
2004-03-12
1
-11
/
+37
*
This is a temporary fix to solve a regression issue on sparc64 that
kensmith
2004-03-12
1
-0
/
+4
*
- Remove old sleep queues.
jhb
2004-03-12
4
-17
/
+5
*
Fixup a comment.
jhb
2004-03-12
1
-1
/
+1
*
Add if_ndis_pci.c and if_ndis_pccard.c so that building the NDISulator
wpaul
2004-03-12
1
-5
/
+8
*
Don't set ifp->if_output to ether_output(), since ether_ifattach()
mux
2004-03-12
1
-1
/
+0
*
Replace a manual check of a VMIO candidate with vn_canvmio(). This
des
2004-03-12
1
-2
/
+3
*
Fix copy&paste-o.
phk
2004-03-12
1
-1
/
+1
*
Part 2 of rev 1.68. Update comment to match reality now that vm_endcopy
peter
2004-03-12
1
-1
/
+1
*
When I was a kid my work table was one cluttered mess an cleaning it up
phk
2004-03-11
5
-24
/
+47
*
Properly vector all bwrite() and BUF_WRITE() calls through the same path
phk
2004-03-11
12
-48
/
+56
*
Remove unused mnt_reservedvnlist field.
phk
2004-03-11
4
-10
/
+0
*
Remove unused second arg to vfinddev().
phk
2004-03-11
8
-18
/
+25
*
Properly count references of our dev_t to avoid triggering a KASSERT in
le
2004-03-11
2
-0
/
+4
*
Correctly account for extra bits in unit numbers when looking for
phk
2004-03-11
1
-3
/
+3
*
Add yet another VIA pci id.
sos
2004-03-11
2
-2
/
+4
*
Stop setting ifp->if_output to ether_output() since ether_ifattach()
mux
2004-03-11
17
-17
/
+0
*
Don't implement anything in the ffs family in <machine/cpufunc.h>
bde
2004-03-11
2
-0
/
+8
*
Add clone_setup() function rather than rely on lazy initialization.
phk
2004-03-11
7
-9
/
+19
*
Fixed a misspelling of 0 as NULL.
bde
2004-03-11
1
-1
/
+1
*
Fix mind-o: sanity check in ndis_disable_ndis() is not sane.
wpaul
2004-03-11
1
-1
/
+1
*
Fix the problem with the Cisco Aironet 340 PCMCIA card. Most newer drivers
wpaul
2004-03-11
2
-0
/
+124
*
Be more insistent on destroying geoms at unload time. Still not perfect,
phk
2004-03-11
1
-2
/
+8
*
Remove stale or broken call to kdb_trap() and protected by the non-
marcel
2004-03-11
2
-8
/
+0
*
Identify the Deerfield processor. Deerfield is a low-voltage variant
marcel
2004-03-10
1
-12
/
+25
*
Don't call devsw() more than we need to, and in particular do not expose
phk
2004-03-10
1
-4
/
+4
*
Make the extern for adv_mcode match the reality: it's u_int8_t, but
phk
2004-03-10
1
-1
/
+1
*
Fix a long-standing deadlock issue with vnode backed md(4) devices:
phk
2004-03-10
2
-3
/
+6
*
Undo the previous commit, which was just plain wrong, and then correctly
gad
2004-03-10
1
-2
/
+2
*
Increase __FreeBSD_version to reflect the transition from 32-bit to
gad
2004-03-10
1
-1
/
+1
*
Change time_t from a 32-bit value to a 64-bit value, on FreeBSD/sparc64
gad
2004-03-10
1
-1
/
+1
*
Eliminate multiple __FBSDID and sys/cdefs.h.
bms
2004-03-10
7
-15
/
+0
*
Remove `$Name$' leftovers from the port version reporting.
mlaier
2004-03-10
3
-3
/
+0
*
Use the external clock input for our PLL.
phk
2004-03-10
1
-1
/
+1
*
Remove the /* 1.2 */ comment which was orphaned by previous commit.
phk
2004-03-10
1
-2
/
+0
*
Rearrange some of the GEOM debugging tools to be more structured.
phk
2004-03-10
5
-90
/
+71
*
Fix handling of tap/vmnet flag in relation to cloning and properly enforce
phk
2004-03-10
1
-10
/
+8
*
Fix several issues related to the KeInitializeTimer() etc... API stuff
wpaul
2004-03-10
2
-39
/
+56
*
Move the AH algorithm list from a static local function variable to
rwatson
2004-03-10
1
-37
/
+38
[next]