| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove code describing pre 5.x system | imp | 2006-01-10 | 1 | -19/+0 |
* | Don't free the ap object if it was never created. | scottl | 2006-01-10 | 1 | -1/+2 |
* | Hook ufoma module to build. | takawata | 2006-01-10 | 1 | -0/+1 |
* | Add marker vnodes to ensure that all vnodes associated with the mount point are | tegge | 2006-01-09 | 13 | -66/+196 |
* | If the lock passed to getdirtybuf() is the softdep lock then the background | tegge | 2006-01-09 | 1 | -0/+13 |
* | Broaden scope of softdep_worklist_busy rwlock protection of softdep processing | tegge | 2006-01-09 | 1 | -1/+19 |
* | Obtain mount point lock before restarting sync loop if vget() failed. | tegge | 2006-01-09 | 1 | -0/+1 |
* | o Fix typo in the define: s/MRAK_INT_GEN/MARK_INT_GEN/. The typo | maxim | 2006-01-09 | 2 | -2/+2 |
* | Add ufoma drivers in 'files', too. | takawata | 2006-01-09 | 1 | -0/+1 |
* | Add FOMA (NTT DoCoMo 3G mobile phone system) driver. | takawata | 2006-01-09 | 2 | -0/+1115 |
* | Update monitoring support: | sam | 2006-01-09 | 3 | -40/+96 |
* | add flag to tag frames w/ a known bad FCS | sam | 2006-01-09 | 1 | -0/+1 |
* | Turn on inverted external amplifier sense flags for ICH4/82801DB. | ariff | 2006-01-09 | 1 | -0/+10 |
* | added a note about the assumption for m->m_pkthdr.rcvif | suz | 2006-01-09 | 1 | -0/+8 |
* | By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT into | imp | 2006-01-09 | 12 | -13/+15 |
* | Fix obvious capabilities (rate) violation. Should be 5500, not 4000. | ariff | 2006-01-09 | 1 | -1/+1 |
* | Enable NO_GETMAXLUN quirk. | flz | 2006-01-09 | 1 | -1/+2 |
* | There should be no need to retry when the CCB status code is | iedowse | 2006-01-08 | 1 | -0/+2 |
* | Add support for Canon CanoScan D660U. | netchild | 2006-01-08 | 2 | -0/+2 |
* | Add a mechanism to include files added by ports which contain | dougb | 2006-01-08 | 1 | -1/+1 |
* | Remove the UQ_NO_OPEN_CLEARSTALL quirk, as this is now the default | iedowse | 2006-01-08 | 2 | -12/+0 |
* | Don't perform an endpoint stall clear every time a pipe is opened. | iedowse | 2006-01-08 | 1 | -17/+0 |
* | Add Product ID for Acerscan 1240u and the corresponding entry in uscanner.c. | flz | 2006-01-08 | 2 | -0/+2 |
* | If destroying a spinlock, make sure that it is exited properly. | scottl | 2006-01-08 | 1 | -0/+4 |
* | While reviewing if_sn in an attempt to understand network drivers | imp | 2006-01-07 | 1 | -34/+34 |
* | Revert an untested local change that crept in with the lo_class changes | jhb | 2006-01-07 | 1 | -4/+0 |
* | Add codec id support for Analog Device AD1986 AC'97 codec. | ariff | 2006-01-07 | 1 | -0/+1 |
* | Add a new feature to thr_kill, if thread ID argument is -1, send | davidxu | 2006-01-07 | 1 | -12/+27 |
* | Trying to fix compilation bustage introduced in rev1.160 by converting | avatar | 2006-01-07 | 1 | -1/+1 |
* | Set the siginfo si_addr field, and also the mysterious 3rd parameter | grehan | 2006-01-07 | 2 | -2/+8 |
* | Fix FD_ISSET() on LP64 platforms. The FD_ISSET() function/macro is | marcel | 2006-01-06 | 1 | -1/+1 |
* | - Update copyright years from the Specialix SDK. | jhb | 2006-01-06 | 1 | -2/+2 |
* | Update the firmware image used for the SIJET cards to the latest available | jhb | 2006-01-06 | 1 | -2267/+2438 |
* | - Fix cards with multiple modules. Prior to this, the ports on the various | jhb | 2006-01-06 | 1 | -3/+7 |
* | - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all the | jhb | 2006-01-06 | 11 | -84/+38 |
* | Trim another pointer from struct lock_object (and thus from struct mtx and | jhb | 2006-01-06 | 5 | -46/+82 |
* | Reduce the scope of one #ifdef to avoid duplicating a SYSCTL_INT() macro | jhb | 2006-01-06 | 1 | -5/+1 |
* | Get rid of the gv_bioq hack in most parts of the I/O path and | le | 2006-01-06 | 5 | -81/+89 |
* | Fix various places that were testing td_critnest to see if interrupts | jhb | 2006-01-06 | 3 | -9/+10 |
* | Return error from fget_write() rather than hardcoding EBADF now that | jhb | 2006-01-06 | 2 | -3/+3 |
* | Return EBADF rather than EINVAL for FWRITE failure as per POSIX. | jhb | 2006-01-06 | 1 | -3/+2 |
* | Be a little more forgiving of lame BIOS writers. If a link device that | jhb | 2006-01-06 | 1 | -2/+5 |
* | Fix locking violation, causing frantic diagnostic messages during boot. | ariff | 2006-01-06 | 1 | -6/+9 |
* | Another major fixes and enhancements: | ariff | 2006-01-06 | 1 | -22/+80 |
* | New option: NO_FFS_SNAPSHOT. I did this in p4 about the same time | imp | 2006-01-06 | 2 | -0/+63 |
* | Remove XXX comments complaining that write(2) on a read-only descriptor | jhb | 2006-01-05 | 1 | -2/+2 |
* | Get rid of the advertising clause in the copyright. | sos | 2006-01-05 | 22 | -66/+22 |
* | Don't hold a reference to the disk vnode for each inode. | dumbbell | 2006-01-05 | 1 | -9/+0 |
* | Fix a bug in Synaptics Touchapd support where psm(4) will enter an infinite | dumbbell | 2006-01-05 | 1 | -1/+2 |
* | o Typo in the debug message: s/skiped/skipped. | maxim | 2006-01-05 | 1 | -1/+1 |