aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Fix minor typo in ID number in last commitWarner Losh2002-08-051-1/+1
* A definition of regulatory domains that matches the docs.Warner Losh2002-08-051-1/+2
* Differentiate between AT45DB011 compatible large serial flash partsWarner Losh2002-08-052-6/+20
* Add a comment that says it looks like lucent cards have a primaryWarner Losh2002-08-051-0/+2
* Revert rev 1.356 and 1.352 (pmap_mapdev hacks). It wasn't worth thePeter Wemm2002-08-052-22/+16
* Add a macro for SLIST traversal 'SLIST_FOREACH_PREVPTR',Alfred Perlstein2002-08-051-0/+5
* Cleanup:Alfred Perlstein2002-08-051-28/+24
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoleteAlan Cox2002-08-052-0/+2
* Use m_getcl() to allocate buffers for the receive ring.Luigi Rizzo2002-08-051-11/+2
* o Don't set PG_MAPPED or PG_WRITEABLE when a page is mappedAlan Cox2002-08-055-39/+10
* Extend the interface to ether_input(): a NULL eh pointer means thatLuigi Rizzo2002-08-041-12/+26
* Fix handling of Receiver Not Ready errors when doing polling.Luigi Rizzo2002-08-041-50/+82
* Use m_getcl() to allocate mbuf+cluster for the receive ring.Luigi Rizzo2002-08-041-25/+9
* Temporarily disable polling when no processes are active, while ILuigi Rizzo2002-08-041-1/+1
* Repond properly to NGM_TEXT_CONFIG messages.Poul-Henning Kamp2002-08-041-0/+1
* bugfix: move check for udp_blackhole before the one for icmp_bandlim.Luigi Rizzo2002-08-041-2/+2
* Fix typo in the last revision.Mike Barcroft2002-08-042-2/+2
* se -> sab.Jake Burkholder2002-08-043-2/+3
* o Acquire the page queues lock before checking the page's busy statusAlan Cox2002-08-041-2/+4
* Ported to FreeBSD.Jake Burkholder2002-08-041-582/+487
* Add Jason L. Wright's driver for the SAB82532 serial chip, found in manyJake Burkholder2002-08-042-0/+1684
* Add device agp to GENERIC, filter it out of floppy buildsEric Anholt2002-08-042-0/+4
* Remove this abortive attempt.Jake Burkholder2002-08-043-526/+0
* Fix a mistake in 1.352 - I was returning a pointer to the rounded downPeter Wemm2002-08-042-2/+2
* Remove commented out PCI_ENABLE_IO_MODES. It is gone now.Warner Losh2002-08-043-3/+0
* Simplify the handling of a fragmented file_id descriptor. AlsoScott Long2002-08-042-51/+50
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-0488-414/+620
* o Extend the scope of the page queues lock in contigmalloc1().Alan Cox2002-08-041-8/+8
* o Convert a vm_page_sleep_busy() into a vm_page_sleep_if_busy()Alan Cox2002-08-041-1/+3
* o Request a wired page from vm_page_grab() in _pmap_allocpte().Alan Cox2002-08-042-10/+2
* Print out the strings in vers.o instead of hardcoding the loader banner.Jake Burkholder2002-08-041-2/+4
* Kernel modifications necessary to allow to follow fork()ed children.Matthew N. Dodd2002-08-042-0/+11
* o Ask for a prezeroed page in pmap_pinit() for the page directory page.Alan Cox2002-08-032-2/+2
* o Convert two instances of vm_page_sleep_busy() to vm_page_sleep_if_busy()Alan Cox2002-08-031-7/+6
* Fix handling of packets which matched an "ipfw fwd" rule on the input side.Luigi Rizzo2002-08-031-0/+13
* o Don't set PG_MAPPED on the page allocated and mapped in _pmap_allocpte().Alan Cox2002-08-032-2/+0
* Ignore memory above 4GB for now due to unpleasant pci issues.Peter Wemm2002-08-031-0/+15
* o Remove the setting of PG_MAPPED from vm_page_wire() andAlan Cox2002-08-031-2/+0
* Take advantage of the fact that there is a small 1MB direct mapped regionPeter Wemm2002-08-032-16/+22
* Take a shot at fixing a nasty bug in the pmap changes that I did. IPeter Wemm2002-08-032-2/+2
* We now have opt_wi.h, so go ahead and add it. Default it to 1.Warner Losh2002-08-031-1/+4
* Add code that will download firmware to a Symbol LA4100-series of CFWarner Losh2002-08-034-1/+4537
* While PCI interrupts are shareable, this should not have been committed justWarner Losh2002-08-021-7/+0
* Make the consumers of the linker_load_file() function useMaxime Henrion2002-08-024-10/+9
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-021-0/+5
* When preserving the IP header in extra mbuf in the IP forwardingRobert Watson2002-08-021-0/+7
* Improve ordering of MAC entry points in mac_policy_op structure.Robert Watson2002-08-022-12/+12
* o Convert two instances of vm_page_sleep_busy() into vm_page_sleep_if_busy()Alan Cox2002-08-021-6/+9
* Move a prototype to the least wrong place.Poul-Henning Kamp2002-08-026-2/+4
* ptvmmap does not exist on alpha.Peter Wemm2002-08-021-1/+0