| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename some fields of struct inpcbinfo to have the ipi_ prefix, | rwatson | 2007-04-30 | 9 | -91/+127 |
* | - Take advantage of mii_phy_add_media() for adding media and setting | marius | 2007-04-30 | 1 | -65/+13 |
* | - Add support/quirks for the on-board BGEs found in Sun Blade 1500 | marius | 2007-04-30 | 2 | -34/+98 |
* | Bump __FreeBSD_version after making setenv(), putenv(), getenv() and | ache | 2007-04-30 | 1 | -1/+1 |
* | o Kill EOLWS while I'm here. | maxim | 2007-04-30 | 1 | -2/+2 |
* | o Fix strtoul() error conditions check. | maxim | 2007-04-30 | 1 | -1/+1 |
* | Add MELCO PC-OP-RS Universal remote ID. | takawata | 2007-04-30 | 2 | -0/+16 |
* | MFp4: Improve asynchronous packet receive process. | simokawa | 2007-04-30 | 2 | -32/+73 |
* | MFp4: | simokawa | 2007-04-30 | 1 | -9/+11 |
* | MFp4: Fix broken userland API for async packets. | simokawa | 2007-04-30 | 6 | -197/+247 |
* | MFp4: Fix typo in recv spd. | simokawa | 2007-04-30 | 1 | -1/+1 |
* | MFp4: Add a sysctl knob to disable cycle master mode and add some comments. | simokawa | 2007-04-30 | 1 | -1/+9 |
* | MFp4: remove unused fw_asybusy(). | simokawa | 2007-04-30 | 2 | -15/+0 |
* | MFp4: Simplify tlabel handling | simokawa | 2007-04-30 | 2 | -40/+30 |
* | Initialize configuration ROM before a bus reset. | simokawa | 2007-04-30 | 3 | -4/+5 |
* | (atapi_action, case XPT_SCSI_IO): Enable DMA only for READ and WRITE commands | thomas | 2007-04-30 | 1 | -4/+19 |
* | (atapi_cb): Fix test for the presence of sense data. An incorrect condition | thomas | 2007-04-30 | 1 | -2/+2 |
* | - Define d_type for ".", ".." and ".zfs" directories. | pjd | 2007-04-29 | 4 | -0/+10 |
* | Oops, correct important typo in last commit. | pjd | 2007-04-29 | 2 | -2/+2 |
* | Avoid freeing NULL pointer in case of an error. | pjd | 2007-04-29 | 2 | -2/+2 |
* | Don't expose #ifdef NOTYET parts to userspace via audit_ioctl.h, just | rwatson | 2007-04-29 | 1 | -3/+0 |
* | Fix two use-after-free cases. | pjd | 2007-04-29 | 2 | -4/+4 |
* | Complete removal of restriction about overlaps to rman_manage_region: | jmg | 2007-04-28 | 1 | -4/+0 |
* | Only schedule the xpt_finishconfig_task once. This fixes some potential | scottl | 2007-04-27 | 1 | -4/+6 |
* | -Fix an mbuf leak caused by a cut&paste bug where the small ring's mbufs | gallatin | 2007-04-27 | 1 | -19/+35 |
* | Increase the verbosity of the warning given when this file is used as | benjsc | 2007-04-27 | 1 | -1/+1 |
* | Put the scheme (APM, GPT, etc) in the XML. | marcel | 2007-04-27 | 1 | -1/+3 |
* | 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 |
* | 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 | 2 | -8/+14 |
* | 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 |