| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the MSG_PEEK flag from the documentation of the send(2) syscall - | roam | 2007-04-27 | 1 | -1/+0 |
* | Put the scheme (APM, GPT, etc) in the XML. | marcel | 2007-04-27 | 1 | -1/+3 |
* | Note core's interest in coordinating major changes to our usb code base. | imp | 2007-04-26 | 1 | -0/+1 |
* | must byte swap key rsc for big-endian systems | sam | 2007-04-26 | 1 | -0/+1 |
* | Avoid a lot of code duplication by using kern_open() to open /dev/null | jhb | 2007-04-26 | 1 | -45/+9 |
* | MFp4: Optimize mappedwrite() and mappedread() functions to write/read as much | pjd | 2007-04-26 | 2 | -62/+116 |
* | Use the same timeout parameters for BIO_FLUSH as with the other commands. | roberto | 2007-04-26 | 1 | -2/+0 |
* | - Always try to write one whole page at a time. | pjd | 2007-04-26 | 2 | -14/+18 |
* | MFV: Free znodes immediatelly, allowing the ARC to hold onto less memory. | pjd | 2007-04-26 | 2 | -2/+2 |
* | MFV: Functions name change. | pjd | 2007-04-26 | 2 | -8/+8 |
* | Allow the dounmount() to proceed even for doomed coveredvp. | kib | 2007-04-26 | 1 | -3/+1 |
* | Default to using a single queue as this is currently the only way to achieve | kmacy | 2007-04-26 | 1 | -1/+6 |
* | Disable mbuf chain collapsing - it is currently causing an mbuf leak | kmacy | 2007-04-26 | 1 | -1/+1 |
* | Remove some code from vmspace_fork() that became redundant after | alc | 2007-04-26 | 1 | -4/+0 |
* | Various fixes to the NFS Directio support. | jhb | 2007-04-25 | 2 | -6/+11 |
* | Disable C1 Enhanced mode on AMD K8 Family Revision F and above to keep | ariff | 2007-04-25 | 2 | -0/+46 |
* | Forced commit to add more comment to: | ups | 2007-04-25 | 0 | -0/+0 |
* | Use a tighter check to see if a resource allocation request is for a | jhb | 2007-04-25 | 1 | -1/+1 |
* | Add static build depends for ng_deflate, ng_nat and ng_sppp. | mav | 2007-04-25 | 1 | -9/+10 |
* | - HT 2.00b added a new flag to the MSI mapping HT capability to indicate | jhb | 2007-04-25 | 3 | -15/+26 |
* | add myself. | nemoliu | 2007-04-25 | 2 | -0/+3 |
* | Work around GMAC hardware hang bug. | yongari | 2007-04-25 | 1 | -1/+0 |
* | Disable TSO support. | yongari | 2007-04-25 | 1 | -0/+8 |
* | Fix TCP header size calculation logic which is used for setting | yongari | 2007-04-25 | 1 | -1/+1 |
* | Utilize led_create_state in order to preserve the status of the ThinkLight | markus | 2007-04-24 | 1 | -5/+9 |
* | Fix the triple fault used as a last resort during a reboot to actually | jhb | 2007-04-24 | 2 | -6/+15 |
* | MFi386: Attempt to reset the machine using the Reset Control register and | jhb | 2007-04-24 | 1 | -1/+30 |
* | ZIL (ZFS Intent Log) can be safely turned on and off at run time, because | pjd | 2007-04-24 | 2 | -2/+2 |
* | MFp4: Now that ZFS can use FreeBSD's namecache, turn it off by default and | pjd | 2007-04-24 | 3 | -0/+11 |
* | Retire /usr/share/examples/netgraph/bluetooth/rc.bluetooth. | emax | 2007-04-24 | 3 | -268/+2 |
* | MFp4: Rearange the code so vobject is destroyed from reclaim() method like | pjd | 2007-04-24 | 4 | -42/+44 |
* | MFp4: Once page is written successfully, we should clear the dirty bits. | pjd | 2007-04-24 | 2 | -0/+6 |
* | MFp4: Reduce diff against vendor. | pjd | 2007-04-24 | 6 | -4/+8 |
* | MFp4: We have stronger 'lock already initialized' check now, so we can | pjd | 2007-04-24 | 2 | -2/+0 |
* | Update comments for the 0xcf9 and 0x92 reset methods to explain what we are | jhb | 2007-04-24 | 1 | -3/+15 |
* | Configuration ROM length should be unsigned. | simokawa | 2007-04-24 | 2 | -2/+2 |
* | - Add myself as miwi's mentee. | trasz | 2007-04-24 | 1 | -0/+2 |
* | Having finished with vlan(4) for today, touch .Dd. | yar | 2007-04-24 | 1 | -1/+1 |
* | We shouldn't say that most Ethernet drivers don't support long frames, | yar | 2007-04-24 | 1 | -1/+1 |
* | "Long frame" is the well-known term found in h/w documentation | yar | 2007-04-24 | 1 | -5/+5 |
* | Now that we list hardware that supports vlan(4) natively, | yar | 2007-04-24 | 1 | -57/+19 |
* | Nuke unnecessary setting of ural(4)'s security registers. ural(4) only | sephe | 2007-04-24 | 1 | -11/+1 |
* | xl(4) can support long frames on all chip revisions now. | yar | 2007-04-24 | 1 | -2/+3 |
* | de(4) ceased to support the BIG_PACKET hack. | yar | 2007-04-24 | 1 | -8/+0 |
* | Disable nesting of BOP_BDFLUSH(). VOP_FSYNC() call in bdwrite() could | kib | 2007-04-24 | 2 | -2/+5 |
* | tl(4) in fact has no signs of long frame support. | yar | 2007-04-24 | 1 | -2/+0 |
* | Avoid false assertion on transmit and delayed ack timeout with enabled invari... | mav | 2007-04-24 | 1 | -23/+34 |
* | vr(4) gained VLAN_MTU support. | yar | 2007-04-24 | 1 | -0/+4 |
* | Add a few missing "&merged;" markers: | yar | 2007-04-24 | 1 | -4/+5 |
* | Bump .Dd | phk | 2007-04-24 | 1 | -1/+1 |