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
*
Add regression tests which will verify that giving no key components for
pjd
2006-02-01
1
-0
/
+65
*
Optimize bge_rxeof() & bge_txeof(): return immediately if there are no packets
oleg
2006-02-01
1
-4
/
+10
*
Deny init/attach/setkey subcommands when no key components are given.
pjd
2006-02-01
1
-1
/
+4
*
Since bge_rxeof() & bge_txeof() depends on status block data it should be
oleg
2006-02-01
1
-14
/
+16
*
Expand contractions.
joel
2006-02-01
9
-13
/
+13
*
1) Fix link state detection for cards operating in TBI mode (fiber ones)
oleg
2006-02-01
2
-25
/
+31
*
Move the IPSEC related code blocks to their own file to unclutter
andre
2006-02-01
5
-445
/
+655
*
Record the change in vnone_create_vobject() argument size,
yar
2006-02-01
1
-0
/
+4
*
Use off_t for file size passed to vnode_create_vobject().
yar
2006-02-01
2
-2
/
+2
*
Remove trailing spaces.
pjd
2006-02-01
12
-28
/
+28
*
Remove trailing spaces.
pjd
2006-02-01
28
-67
/
+67
*
Remove unsupported hardware.
nyan
2006-02-01
1
-2
/
+0
*
Setting IFF_ALLMULTI on a running interface didn't call bge_setmulti()
ru
2006-02-01
1
-1
/
+4
*
- Install a temporary bandaid in vm_object_reference() that will stop
jeff
2006-02-01
1
-5
/
+5
*
- Solve a problem where a vput could be called on an outgoing directory
jeff
2006-02-01
1
-5
/
+13
*
- chroot and chdir need to lock giant as appropriate for the outgoing vp
jeff
2006-02-01
2
-0
/
+10
*
Brain-o (use standard int types now).
ru
2006-02-01
1
-2
/
+2
*
Fix another compile problem. If I find any more, this file is going in the
scottl
2006-02-01
1
-1
/
+1
*
- Solve a race where we could lose a call to VOP_INACTIVE. If vget() waiting
jeff
2006-02-01
1
-12
/
+30
*
- Reorder calls to vrele() after calls to vput() when the vrele is a
jeff
2006-02-01
8
-88
/
+81
*
Attach ce(4) to the build.
rik
2006-01-31
4
-0
/
+10
*
Remove duplicate model entry.
rik
2006-01-31
1
-4
/
+0
*
- Sync the list of supported chips with pcn_probe() as of sys/pci/if_pcn.c
marius
2006-01-31
1
-7
/
+3
*
Add RWLOCK_NOINLINE.
jhb
2006-01-31
1
-1
/
+8
*
Add a reference to le(4) as the SBus-based Ultra 1 have on-board LANCE.
marius
2006-01-31
1
-1
/
+2
*
Add le(4) to the list of devices supporting VLAN-sized frames natively.
marius
2006-01-31
1
-1
/
+5
*
Add a man page for le(4), based on the NetBSD one.
marius
2006-01-31
2
-0
/
+371
*
Fix multicast routing on 64-bit platforms.
ru
2006-01-31
1
-2
/
+2
*
Hook up le(4) to the build. For now it's only added to the sparc64 GENERIC
marius
2006-01-31
6
-2
/
+24
*
Allow root to open prison pts devices too.
csjp
2006-01-31
1
-1
/
+1
*
Clarify time frame of jkh quote.
grog
2006-01-31
1
-1
/
+1
*
Add wisdom from jkh.
grog
2006-01-31
1
-0
/
+16
*
Now that the bridge also processes Ethernet frames as itself, two arp replies
thompsa
2006-01-31
1
-2
/
+4
*
Fix two bugs with the bridge
thompsa
2006-01-31
1
-3
/
+17
*
some updates to the manpage.
luigi
2006-01-31
1
-79
/
+39
*
tweaks to let this configuratio build and run under, e.g., qemu:
luigi
2006-01-31
2
-2
/
+4
*
Retroactively add a note about the device names in /dev for si(4) changing.
jhb
2006-01-31
1
-0
/
+4
*
unbreak the build script.
luigi
2006-01-31
1
-169
/
+103
*
This commit was generated by cvs2svn to compensate for changes in r155131,
rwatson
2006-01-31
72
-0
/
+15884
|
\
|
*
Initial vendor import of the TrustedBSD OpenBSM distribution, version
rwatson
2006-01-31
72
-0
/
+15884
*
Document the daily_status_ata_raid_enable and daily_status_gmirror_enable
brueffer
2006-01-31
1
-1
/
+19
*
ADDON is registered as 0x0d7d, not PNY. Don't confuse the two as we
imp
2006-01-31
2
-14
/
+24
*
Change #if defined(DIAGNOSTIC) to KASSERT.
alc
2006-01-31
1
-4
/
+3
*
The newly added le(4) driver is altq capable.
brueffer
2006-01-31
1
-1
/
+2
*
Fix a typo and match the copyright on rwlock.h.
jhb
2006-01-31
1
-3
/
+7
*
Xref redzone(9)
brueffer
2006-01-31
1
-2
/
+3
*
Allow root in the host environment to open ptys within jailed environments.
csjp
2006-01-31
1
-1
/
+1
*
sys/linker.h needs sys/systm.h as a requirement.
mlaier
2006-01-31
1
-0
/
+1
*
Set IFF_BROADCAST and IFF_MULTICAST on vlan interfaces from the
yar
2006-01-31
1
-2
/
+5
*
Remove unused argument.
pjd
2006-01-31
1
-3
/
+2
[next]