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
*
Fix minor typo in ID number in last commit
imp
2002-08-05
1
-1
/
+1
*
A definition of regulatory domains that matches the docs.
imp
2002-08-05
1
-1
/
+2
*
Differentiate between AT45DB011 compatible large serial flash parts
imp
2002-08-05
2
-6
/
+20
*
Add a comment that says it looks like lucent cards have a primary
imp
2002-08-05
1
-0
/
+2
*
Revert rev 1.356 and 1.352 (pmap_mapdev hacks). It wasn't worth the
peter
2002-08-05
2
-22
/
+16
*
Add a macro for SLIST traversal 'SLIST_FOREACH_PREVPTR',
alfred
2002-08-05
1
-0
/
+5
*
Cleanup:
alfred
2002-08-05
1
-28
/
+24
*
o Introduce pmap_page_is_mapped(). Its purpose is to obsolete
alc
2002-08-05
2
-0
/
+2
*
Use m_getcl() to allocate buffers for the receive ring.
luigi
2002-08-05
1
-11
/
+2
*
o Don't set PG_MAPPED or PG_WRITEABLE when a page is mapped
alc
2002-08-05
5
-39
/
+10
*
Extend the interface to ether_input(): a NULL eh pointer means that
luigi
2002-08-04
1
-12
/
+26
*
Fix handling of Receiver Not Ready errors when doing polling.
luigi
2002-08-04
1
-50
/
+82
*
Use m_getcl() to allocate mbuf+cluster for the receive ring.
luigi
2002-08-04
1
-25
/
+9
*
Temporarily disable polling when no processes are active, while I
luigi
2002-08-04
1
-1
/
+1
*
Repond properly to NGM_TEXT_CONFIG messages.
phk
2002-08-04
1
-0
/
+1
*
bugfix: move check for udp_blackhole before the one for icmp_bandlim.
luigi
2002-08-04
1
-2
/
+2
*
Fix typo in the last revision.
mike
2002-08-04
2
-2
/
+2
*
se -> sab.
jake
2002-08-04
3
-2
/
+3
*
o Acquire the page queues lock before checking the page's busy status
alc
2002-08-04
1
-2
/
+4
*
Ported to FreeBSD.
jake
2002-08-04
1
-582
/
+487
*
Add Jason L. Wright's driver for the SAB82532 serial chip, found in many
jake
2002-08-04
2
-0
/
+1684
*
Add device agp to GENERIC, filter it out of floppy builds
anholt
2002-08-04
2
-0
/
+4
*
Remove this abortive attempt.
jake
2002-08-04
3
-526
/
+0
*
Fix a mistake in 1.352 - I was returning a pointer to the rounded down
peter
2002-08-04
2
-2
/
+2
*
Remove commented out PCI_ENABLE_IO_MODES. It is gone now.
imp
2002-08-04
3
-3
/
+0
*
Simplify the handling of a fragmented file_id descriptor. Also
scottl
2002-08-04
2
-51
/
+50
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
88
-414
/
+620
*
o Extend the scope of the page queues lock in contigmalloc1().
alc
2002-08-04
1
-8
/
+8
*
o Convert a vm_page_sleep_busy() into a vm_page_sleep_if_busy()
alc
2002-08-04
1
-1
/
+3
*
o Request a wired page from vm_page_grab() in _pmap_allocpte().
alc
2002-08-04
2
-10
/
+2
*
Print out the strings in vers.o instead of hardcoding the loader banner.
jake
2002-08-04
1
-2
/
+4
*
Kernel modifications necessary to allow to follow fork()ed children.
mdodd
2002-08-04
2
-0
/
+11
*
o Ask for a prezeroed page in pmap_pinit() for the page directory page.
alc
2002-08-03
2
-2
/
+2
*
o Convert two instances of vm_page_sleep_busy() to vm_page_sleep_if_busy()
alc
2002-08-03
1
-7
/
+6
*
Fix handling of packets which matched an "ipfw fwd" rule on the input side.
luigi
2002-08-03
1
-0
/
+13
*
o Don't set PG_MAPPED on the page allocated and mapped in _pmap_allocpte().
alc
2002-08-03
2
-2
/
+0
*
Ignore memory above 4GB for now due to unpleasant pci issues.
peter
2002-08-03
1
-0
/
+15
*
o Remove the setting of PG_MAPPED from vm_page_wire() and
alc
2002-08-03
1
-2
/
+0
*
Take advantage of the fact that there is a small 1MB direct mapped region
peter
2002-08-03
2
-16
/
+22
*
Take a shot at fixing a nasty bug in the pmap changes that I did. I
peter
2002-08-03
2
-2
/
+2
*
We now have opt_wi.h, so go ahead and add it. Default it to 1.
imp
2002-08-03
1
-1
/
+4
*
Add code that will download firmware to a Symbol LA4100-series of CF
imp
2002-08-03
4
-1
/
+4537
*
While PCI interrupts are shareable, this should not have been committed just
imp
2002-08-02
1
-7
/
+0
*
Make the consumers of the linker_load_file() function use
mux
2002-08-02
4
-10
/
+9
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-08-02
1
-0
/
+5
*
When preserving the IP header in extra mbuf in the IP forwarding
rwatson
2002-08-02
1
-0
/
+7
*
Improve ordering of MAC entry points in mac_policy_op structure.
rwatson
2002-08-02
2
-12
/
+12
*
o Convert two instances of vm_page_sleep_busy() into vm_page_sleep_if_busy()
alc
2002-08-02
1
-6
/
+9
*
Move a prototype to the least wrong place.
phk
2002-08-02
6
-2
/
+4
*
ptvmmap does not exist on alpha.
peter
2002-08-02
1
-1
/
+0
[next]