summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - most all includes (#include <>) migrate to the sctp_os_bsd.h filerrs2007-01-1828-883/+193
* Add support for LINUX_O_DIRECT, LINUX_O_DIRECT and LINUX_O_NOFOLLOW flagskib2007-01-181-17/+46
* Set topology change propagation on all ports _except_ the caller.thompsa2007-01-181-1/+1
* Revert previous change.rodrigc2007-01-181-1/+1
* Forward declare __pcpu as a pointer type instead of an array type torodrigc2007-01-181-1/+1
* Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form.delphij2007-01-176-8/+8
* Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form.delphij2007-01-177-10/+10
* Fix a buffer overflow iff USB_DEBUG is set, hw.usb.ums.debug is > 5 and themarkus2007-01-171-3/+4
* Add PCI Id's for upcoming controllers.scottl2007-01-171-1/+3
* Create bus dma tags for both the PCI bus and the IXP425 root bus. Set thecognet2007-01-174-4/+31
* - Add bounce pages for arm, largely based on the i386 implementation.cognet2007-01-175-33/+632
* Add a 3rd entry in the cache, which keeps the end positiontrhodes2007-01-162-3/+19
* Remove hptlock from the static witness table, now that it's a regular sleepssouhlal2007-01-161-1/+0
* Resurrect upa(4), now used for the subordinate/slave UPA bridge andmarius2007-01-162-0/+515
* - Merge sys/sparc64/creator/creator_upa.c into sys/dev/fb/creator.c.marius2007-01-165-647/+452
* Teach OF_decode_addr() about the bus space used for devices on themarius2007-01-161-1/+5
* o In re_newbuf() and re_encap() if re_dma_map_desc() aborts the mappingmarius2007-01-162-48/+44
* Disable MSI for the Intel 845 and 865 chipsets and update comment forjhb2007-01-161-1/+3
* Fix a spelling error. heirarchy -> hierarchy.mpp2007-01-161-1/+1
* Fix a spelling error in some comments. heirarchy -> hierarchy.mpp2007-01-161-2/+2
* Correct driver_t brgphy_driver, which was forgotten from the last commit.jkim2007-01-161-1/+1
* Fix the subvendor ID for PCI-PCI bridges.jhb2007-01-162-5/+11
* Remove duplicate variable initialization.jhb2007-01-161-1/+0
* Avoid infinite loop if nicmp6 and nip6 are not on the same mbuf.ume2007-01-161-1/+2
* Fix typo in a comment.joel2007-01-161-1/+1
* Removes useless (flags | ) KASSERT. The ^ one that actuallyrrs2007-01-161-6/+1
* Move MII model and revision into softc.jkim2007-01-161-14/+24
* Fix warning by adding extra parentheseskmacy2007-01-161-1/+1
* Check the return value of bus_setup_intr() when setting up themarius2007-01-151-10/+12
* - Move Ethernet@WireSpeed and jumbo frame configurations to separatejkim2007-01-151-48/+60
* - Fix BCM5754 support found in Dell PowerEdge SC440.jkim2007-01-154-41/+85
* Rewrite the udf_read() routine to use a file vnode instead of the devvp vnode.pav2007-01-151-24/+52
* Clean up some debug prints from last commit and move one under boot -v.njl2007-01-151-6/+5
* Add a missing mutex unlock to an error path.scottl2007-01-151-0/+1
* - Macroizes the V6ONLY flag check.rrs2007-01-1517-243/+397
* Reviewed by: rwatsonrrs2007-01-152-7/+42
* Whitespace cleanup.glebius2007-01-152-14/+14
* Update ip and tcp pointers after m_pullup().glebius2007-01-151-0/+3
* add compat shim for ath_hal_isgsmsku until the new hal gets committedsam2007-01-151-0/+5
* save changes for handling 5416/5418 partssam2007-01-152-28/+30
* Add initial support for 900MHz cards like the Ubiquiti SR9:sam2007-01-152-36/+55
* Add initial support for 900MHz cards like the Ubiquiti SR9:sam2007-01-153-49/+65
* Propagate the CPU model to the hw.model sysctl.marcel2007-01-143-6/+5
* o Increment requests counter right before send out an ARP query actually.maxim2007-01-141-1/+2
* MFp4 (112379):netchild2007-01-141-2/+6
* MFp4 (112893):netchild2007-01-142-0/+2
* MFp4 (112705):netchild2007-01-141-3/+2
* o Wrap long lines.maxim2007-01-141-8/+16
* o Typo: note -> node.maxim2007-01-141-1/+1
* o Move the comment to the correct place.maxim2007-01-141-1/+1
OpenPOWER on IntegriCloud