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
...
*
o Two changes made elsewhere relating to recent EA commits, but not
rwatson
2001-03-19
2
-2
/
+4
*
Axe TCP_RESTRICT_RST. It was never a particularly good idea except for a few
des
2001-03-19
2
-24
/
+2
*
Axe TCP_RESTRICT_RST. It was never a particularly good idea except for a few
des
2001-03-19
3
-17
/
+0
*
Try not to engage to ATA channels that are disabled by the BIOS.
sos
2001-03-19
1
-0
/
+5
*
Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and
alfred
2001-03-19
1
-6
/
+52
*
On open create all the CD physical track devices according to the
sos
2001-03-19
2
-40
/
+45
*
Only allow root to attach/detach/etc ATA/ATAPI devices.
sos
2001-03-19
1
-1
/
+1
*
Invalidate cached forwarding route (ipforward_rt) whenever a new route
ru
2001-03-19
3
-1
/
+14
*
Add sysctls for reading the tunables as suggested by des.
sos
2001-03-19
6
-85
/
+142
*
Cleanup the alloc/release code a bit.
sos
2001-03-19
1
-25
/
+19
*
Cosmetic changes.
sos
2001-03-19
2
-22
/
+22
*
Lots of minor cleanup, plus a couple of interesting things.
imp
2001-03-19
3
-94
/
+137
*
o Adding UFS_EXTATTR support in MFS required the inclusion of opt_ufs.h.
rwatson
2001-03-19
1
-1
/
+1
*
o Enable UFS-based extended attribute support on MFS. Note that this change
rwatson
2001-03-19
2
-0
/
+15
*
o Rename "namespace" argument to "attrnamespace" as namespace is a C++
rwatson
2001-03-19
6
-10
/
+10
*
o Rename "namespace" argument to "attrnamespace" as namespace is a C++
rwatson
2001-03-19
11
-75
/
+75
*
This is an MFC candidate.
gibbs
2001-03-19
3
-5
/
+7
*
o Change options FFS_EXTATTR and options FFS_EXTATTR_AUTOSTART to
rwatson
2001-03-19
5
-25
/
+25
*
Add the following POSIX 1003.1e functions and man pages:
jedgar
2001-03-19
1
-0
/
+2
*
Show the bzero() bandwidth in kBps instead of Bps; use u_int32_t instead
des
2001-03-19
3
-9
/
+9
*
pcm driver for S3 Sonicvibes chipset.
orion
2001-03-19
5
-0
/
+1145
*
Use a module name of 'if_lnc' in both the PCI and ISA sections of
iedowse
2001-03-18
2
-2
/
+2
*
Make sure the cached forwarding route (ipforward_rt) is still up before
ru
2001-03-18
1
-19
/
+7
*
- Add iso88025_ifdetach().
mdodd
2001-03-18
1
-110
/
+276
*
- Define payload length constants for 4Mbps and 16Mbps.
mdodd
2001-03-18
1
-12
/
+22
*
o Caused FFS_EXTATTR_AUTOSTART to scan two sub-directories of ".attribute"
rwatson
2001-03-18
2
-16
/
+33
*
Fix a couple of things in the internal mbuf allocation interface:
bmilekic
2001-03-17
1
-8
/
+8
*
destroy child devices on detach to prevent ever-increasing numbers of
cg
2001-03-17
1
-7
/
+10
*
Merged from sys/i386/conf/GENERIC revision 1.305 (moved the fxp driver
kato
2001-03-17
1
-1
/
+1
*
Add a new entrypoint to the hashes in libmd:
phk
2001-03-17
1
-0
/
+1
*
Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).
peter
2001-03-17
14
-78
/
+86
*
Dramatically improve the **lame** nfs_hash(). This is based on the
peter
2001-03-17
2
-16
/
+32
*
Fix the building of the aac driver as a module. Add a comment about enabling
scottl
2001-03-17
1
-1
/
+2
*
Always call resource_int_value function for getting portsize and msize.
nyan
2001-03-17
1
-4
/
+6
*
Really fix NWAY negotiation for the 82553 PHY. Locking down the
jlemon
2001-03-17
1
-2
/
+12
*
This is an MFC candidate.
gibbs
2001-03-17
3
-2
/
+6
*
Add the AAC_DEBUG option to enable debugging in the aac driver.
gibbs
2001-03-17
2
-1
/
+9
*
When doing a recv(.. MSG_WAITALL) for a message which is larger than
jlemon
2001-03-16
1
-0
/
+6
*
Fix a few things in the aic(4) driver:
ken
2001-03-16
4
-7
/
+47
*
Fix inquiry length detection for the ses(4) driver. It was using the
ken
2001-03-16
1
-4
/
+4
*
prevent gdb from panic'ing an alpha with "mutex Giant not owned"
gallatin
2001-03-16
1
-0
/
+2
*
Fix a typo which would cause containers between 1GB and 2GB to have the wrong
msmith
2001-03-16
1
-1
/
+1
*
fix a typo preventing the second dma channel being released
cg
2001-03-16
1
-1
/
+3
*
don't leak memory allocated for feeders at module unload
cg
2001-03-16
3
-1
/
+22
*
<sys/queue.h> makeover.
phk
2001-03-16
6
-56
/
+48
*
Fix a style(9) nit.
phk
2001-03-16
1
-1
/
+1
*
nuke IPSEC_SRCSEL which does not do the right thing.
ume
2001-03-16
1
-33
/
+3
*
Enable some undocumented bits in the DP83840 PHY, which is needed
jlemon
2001-03-16
1
-5
/
+8
*
Sigh, try to get this in sync with an offical src tree...
sos
2001-03-16
1
-2
/
+0
*
Remove the now defunct ATA_ENABLE* options
sos
2001-03-16
5
-23
/
+0
[prev]
[next]