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
*
Save flags returned by vn_open and use them when calling vn_close.
johan
2002-07-21
1
-6
/
+11
*
Do not pass a thread with the state TDS_RUNQ to setrunqueue(), otherwise
tanimura
2002-07-21
1
-1
/
+4
*
style(9)ize the whole file
imp
2002-07-21
3
-1422
/
+1476
*
Fix more abuse of __FreeBSD__ to detect version.
imp
2002-07-21
1
-63
/
+0
*
Stop abusing NPCI for code that doesn't even work. Emit a warning.
peter
2002-07-21
1
-5
/
+1
*
Move SWTCH_OPTIM_STATS related code out of cpufunc.h. (This sort of stat
peter
2002-07-21
7
-29
/
+21
*
Remove abuse of NBKTR - this was always a NOP on freebsd. We never
peter
2002-07-21
3
-11
/
+1
*
Remove #if 0'ed abuse of NPCI
peter
2002-07-21
1
-3
/
+0
*
Remove #include <pci.h> - there is no abuse of NPCI here
peter
2002-07-21
1
-1
/
+0
*
The CNW_801 and CNW_802 are wireless cards that the cnw driver supports.
imp
2002-07-21
1
-2
/
+0
*
Don't abuse __FreeBSD__ as version number. Since it was >= 3, remove
imp
2002-07-21
1
-2
/
+0
*
Minor whitespace nits. remove #if 1 and #endif pair, but not code between.
imp
2002-07-21
2
-7
/
+1
*
cardbus attachment.
imp
2002-07-21
1
-0
/
+1
*
Reset the 16-bit bus and turn off power. More work in this area may
imp
2002-07-21
1
-1
/
+7
*
Remove __FreeBSD__ version abuse, also de-orbit support for FreeBSD 2
imp
2002-07-21
2
-447
/
+0
*
o If the page returned by vm_page_grab(VM_ALLOC_ZERO) isn't prezeroed,
alc
2002-07-21
4
-0
/
+8
*
Add bus_child_present and the child_present method to bus_if.m
imp
2002-07-21
3
-4
/
+39
*
Fix overflows in intermediate calculations in sysctl_msec_to_ticks().
jdp
2002-07-20
1
-2
/
+2
*
Don't export 'struct ipq' from kernel, instead #ifdef _KERNEL. As kernel
rwatson
2002-07-20
1
-0
/
+2
*
Do preserve the error result from calling p_cansee() and use that when
rwatson
2002-07-20
1
-3
/
+1
*
Add support for writing to mapping high memory for pccard memory
imp
2002-07-20
4
-0
/
+21
*
o Lock page queue accesses by vm_page_try_to_cache(). (The accesses
alc
2002-07-20
3
-1
/
+5
*
o Assert that the page queues lock is held in vm_page_try_to_free().
alc
2002-07-20
1
-0
/
+2
*
o Lock page queue accesses by vm_page_cache() in vm_fault() and
alc
2002-07-20
3
-2
/
+5
*
minor nit in comments
imp
2002-07-20
1
-1
/
+0
*
o Lock accesses to the active page queue in vm_pageout_scan() and
alc
2002-07-20
1
-2
/
+4
*
ebus is not a 'count' device. There are no NEBUS references.
peter
2002-07-20
1
-1
/
+1
*
Change the max IRQ from 63 to 255. I realize we have to block some out
peter
2002-07-20
1
-1
/
+1
*
o Lock page queue accesses by vm_page_cache() in vm_contig_launder().
alc
2002-07-20
1
-2
/
+4
*
o Remove dead and/or unused code.
alc
2002-07-20
2
-17
/
+1
*
Add a missing argument to the stub for softdep_setup_freeblocks.
benno
2002-07-20
1
-1
/
+2
*
Turn on -Wformat
peter
2002-07-20
1
-1
/
+1
*
Fix printf format errors
peter
2002-07-20
1
-3
/
+3
*
Work around some nasty bugs on the [beta] Itanium2's E1000 UNDI driver.
peter
2002-07-20
1
-5
/
+20
*
Disable loader ufs support. It causes the loader to crash on the Itanium2
peter
2002-07-20
2
-2
/
+2
*
Fix printf format errors
peter
2002-07-20
2
-4
/
+4
*
Regenerate
peter
2002-07-20
9
-4788
/
+933
*
Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable
peter
2002-07-20
50
-2740
/
+7922
*
Fix a warning:
peter
2002-07-20
1
-1
/
+2
*
Add PCI IDs for the A, B, and C UHCI controllers in the ICH4.
jhb
2002-07-19
2
-0
/
+54
*
Add PCI ID for the ICH4 ATA100 controller.
jhb
2002-07-19
2
-0
/
+4
*
Set P_NOLOAD on the pagezero kthread so that it doesn't artificially skew
peter
2002-07-19
1
-1
/
+7
*
o Use vm_page_alloc(... | VM_ALLOC_WIRED) in place of vm_page_wire().
alc
2002-07-19
3
-12
/
+7
*
Add support for probing secondary buses on the ServerWorks Grand Champion
gallatin
2002-07-19
2
-0
/
+22
*
Add the tcps_sndrexmitbad statistic, keep track of late acks that caused
dillon
2002-07-19
3
-0
/
+3
*
Wrap a line longer than 80 characters.
mux
2002-07-19
1
-2
/
+2
*
- Merge the mount options at MNT_UPDATE time with vfs_mergeopts().
mux
2002-07-19
1
-19
/
+113
*
Add the ebus sio attachment.
obrien
2002-07-19
1
-0
/
+1
*
Add support to UFS2 to provide storage for extended attributes.
mckusick
2002-07-19
17
-274
/
+1145
*
o Duplicate an odd side-effect of vm_page_wire() in vm_page_allocate()
alc
2002-07-19
1
-1
/
+2
[next]