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
*
Resolve conflicts arising from the ACPI CA 20021118 import.
iwasaki
2002-11-27
16
-175
/
+232
*
This commit was generated by cvs2svn to compensate for changes in r107325,
iwasaki
2002-11-27
77
-1380
/
+1841
|
\
|
*
Vendor import of the Intel ACPI CA 20021118 drop.
iwasaki
2002-11-27
90
-1550
/
+2067
*
|
Need more parens here.
imp
2002-11-27
1
-1
/
+1
*
|
Do not set a variable (vp->p_pollinfo) to NULL if we know
robert
2002-11-27
1
-1
/
+1
*
|
Fix for non-GCC compilers.
obrien
2002-11-27
1
-4
/
+3
*
|
Small SO_RCVTIMEO and SO_SNDTIMEO values are mistakenly taken to be zero.
maxim
2002-11-27
1
-0
/
+2
*
|
Disable debug output from acpi_pci_link.
iwasaki
2002-11-27
1
-5
/
+5
*
|
Hold the page queues lock while performing pmap_page_protect().
alc
2002-11-27
1
-2
/
+4
*
|
Minor updates to the aicasm:
scottl
2002-11-27
3
-5
/
+5
*
|
Xircom cards store the MAC address in the CIS, so get it from the new
imp
2002-11-27
2
-4
/
+16
*
|
Implement PCI_IVAR_ETHADDR. Cardbus has the MAC addr in the CIS,
imp
2002-11-27
4
-3
/
+97
*
|
Add a new cardbus specific ivar: PCI_IVAR_ETHADDR. Some pci-like
imp
2002-11-27
2
-0
/
+10
*
|
MFp4:
imp
2002-11-27
1
-16
/
+14
*
|
o Initialise each mbuf's m_len to 0 in m_getm(); mb_put_mem() depends
tjr
2002-11-27
1
-1
/
+3
*
|
Make the rman_{get,set}_* macros into real functions. The macros
imp
2002-11-27
2
-10
/
+85
*
|
Create a new 32-bit fs_flags word in the superblock. Add code to move
mckusick
2002-11-27
4
-16
/
+25
*
|
Fix a fatal typo introduced in revision 1.13 that caused the mbuf chains to
tjr
2002-11-26
1
-1
/
+1
*
|
fixes for this driver:
julian
2002-11-26
1
-2
/
+38
*
|
(hopefully) fix build breakage some people are seeing
cg
2002-11-26
13
-23
/
+23
*
|
Don't hold acct_mtx over limcopy(), since it's unnecessary and
fenner
2002-11-26
1
-6
/
+7
*
|
correct function names in KASSERT's for 2 m_tag routines
sam
2002-11-26
1
-2
/
+2
*
|
Unhook LOMAC kernel module since the functionality is now provided by
rwatson
2002-11-26
1
-1
/
+0
*
|
Correct two warnings by staticizing a function and removing an unused
rwatson
2002-11-26
1
-11
/
+1
*
|
Hook up the mac_lomac module build.
rwatson
2002-11-26
2
-0
/
+11
*
|
Hook up kernel options and build information for mac_lomac.
rwatson
2002-11-26
3
-0
/
+3
*
|
To avoid sleeping with all sorts of resources acquired (the reported
robert
2002-11-26
1
-3
/
+7
*
|
Import an implementation of LOMAC (Low-Watermark Mandatory Access
rwatson
2002-11-26
2
-0
/
+2842
*
|
If the file descriptors passed into do_dup() are negative, return EBADF
jhb
2002-11-26
1
-3
/
+4
*
|
Un-staticize mac_cred_mmapped_drop_perms() so that it may be used
rwatson
2002-11-26
11
-9
/
+11
*
|
Eliminate references to defunct kernel tunables.
yar
2002-11-26
3
-24
/
+0
*
|
Acquire and release the page queues lock around calls to pmap_protect()
alc
2002-11-25
1
-0
/
+4
*
|
- Assume a bus number of zero if evaluating _BBN fails, not if it succeeds.
jhb
2002-11-25
1
-9
/
+8
*
|
Fix a couple of bugs in host_pcib_get_busno():
jhb
2002-11-25
1
-5
/
+5
*
|
Fix IFF_ALLMULTI handling.
luigi
2002-11-25
1
-7
/
+7
*
|
Add polling support to the "em" driver.
luigi
2002-11-25
1
-4
/
+59
*
|
Remove unnecessary includes and add sys/{lock,mutex}.h
njl
2002-11-25
1
-6
/
+2
*
|
Fix handling of IFF_ALLMULTI. The same bug in various forms affects
luigi
2002-11-25
2
-18
/
+14
*
|
various fixes to eliminate locking warnings
cg
2002-11-25
9
-57
/
+79
*
|
various fixes to eliminate locking warnings
cg
2002-11-25
1
-1
/
+1
*
|
if the list of supported formats is empty, fail the attach instead of
cg
2002-11-25
1
-4
/
+8
*
|
Import some relevant changes from Via's if_fet driver:
silby
2002-11-25
4
-4
/
+58
*
|
Fix make_dev() to use 0644 instead of 0x644 for default permissions
scottl
2002-11-25
1
-1
/
+1
*
|
Fix printf format problems that were stopping LINT on alpha
scottl
2002-11-25
2
-4
/
+5
*
|
Assert that the page queues lock is held in pmap_remove_pages().
alc
2002-11-25
2
-2
/
+2
*
|
Acquire and release the page queues lock around pmap_remove_pages() because
alc
2002-11-25
2
-0
/
+5
*
|
Add page queues locking to vunmapbuf(); reduce differences with respect
alc
2002-11-24
2
-6
/
+6
*
|
Add page queues locking to vunmapbuf().
alc
2002-11-24
1
-0
/
+2
*
|
MFp4:
marcel
2002-11-24
2
-3
/
+38
*
|
Fix comparison that caused a 1-off bug. This appeared harmless for
marcel
2002-11-24
1
-1
/
+1
[next]