summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add marker vnodes to ensure that all vnodes associated with the mount point aretegge2006-01-0913-66/+196
* If the lock passed to getdirtybuf() is the softdep lock then the backgroundtegge2006-01-091-0/+13
* Broaden scope of softdep_worklist_busy rwlock protection of softdep processingtegge2006-01-091-1/+19
* Obtain mount point lock before restarting sync loop if vget() failed.tegge2006-01-091-0/+1
* o Fix typo in the define: s/MRAK_INT_GEN/MARK_INT_GEN/. The typomaxim2006-01-092-2/+2
* Add ufoma drivers in 'files', too.takawata2006-01-091-0/+1
* Add FOMA (NTT DoCoMo 3G mobile phone system) driver.takawata2006-01-092-0/+1115
* Update monitoring support:sam2006-01-093-40/+96
* add flag to tag frames w/ a known bad FCSsam2006-01-091-0/+1
* Turn on inverted external amplifier sense flags for ICH4/82801DB.ariff2006-01-091-0/+10
* added a note about the assumption for m->m_pkthdr.rcvifsuz2006-01-091-0/+8
* By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT intoimp2006-01-0912-13/+15
* Fix obvious capabilities (rate) violation. Should be 5500, not 4000.ariff2006-01-091-1/+1
* Enable NO_GETMAXLUN quirk.flz2006-01-091-1/+2
* There should be no need to retry when the CCB status code isiedowse2006-01-081-0/+2
* Add support for Canon CanoScan D660U.netchild2006-01-082-0/+2
* Add a mechanism to include files added by ports which containdougb2006-01-081-1/+1
* Remove the UQ_NO_OPEN_CLEARSTALL quirk, as this is now the defaultiedowse2006-01-082-12/+0
* Don't perform an endpoint stall clear every time a pipe is opened.iedowse2006-01-081-17/+0
* Add Product ID for Acerscan 1240u and the corresponding entry in uscanner.c.flz2006-01-082-0/+2
* If destroying a spinlock, make sure that it is exited properly.scottl2006-01-081-0/+4
* While reviewing if_sn in an attempt to understand network driversimp2006-01-071-34/+34
* Revert an untested local change that crept in with the lo_class changesjhb2006-01-071-4/+0
* Add codec id support for Analog Device AD1986 AC'97 codec.ariff2006-01-071-0/+1
* Add a new feature to thr_kill, if thread ID argument is -1, senddavidxu2006-01-071-12/+27
* Trying to fix compilation bustage introduced in rev1.160 by convertingavatar2006-01-071-1/+1
* Set the siginfo si_addr field, and also the mysterious 3rd parametergrehan2006-01-072-2/+8
* Fix FD_ISSET() on LP64 platforms. The FD_ISSET() function/macro ismarcel2006-01-061-1/+1
* - Update copyright years from the Specialix SDK.jhb2006-01-061-2/+2
* Update the firmware image used for the SIJET cards to the latest availablejhb2006-01-061-2267/+2438
* - Fix cards with multiple modules. Prior to this, the ports on the variousjhb2006-01-061-3/+7
* - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all thejhb2006-01-0611-84/+38
* Trim another pointer from struct lock_object (and thus from struct mtx andjhb2006-01-065-46/+82
* Reduce the scope of one #ifdef to avoid duplicating a SYSCTL_INT() macrojhb2006-01-061-5/+1
* Get rid of the gv_bioq hack in most parts of the I/O path andle2006-01-065-81/+89
* Fix various places that were testing td_critnest to see if interruptsjhb2006-01-063-9/+10
* Return error from fget_write() rather than hardcoding EBADF now thatjhb2006-01-062-3/+3
* Return EBADF rather than EINVAL for FWRITE failure as per POSIX.jhb2006-01-061-3/+2
* Be a little more forgiving of lame BIOS writers. If a link device thatjhb2006-01-061-2/+5
* Fix locking violation, causing frantic diagnostic messages during boot.ariff2006-01-061-6/+9
* Another major fixes and enhancements:ariff2006-01-061-22/+80
* New option: NO_FFS_SNAPSHOT. I did this in p4 about the same timeimp2006-01-062-0/+63
* Remove XXX comments complaining that write(2) on a read-only descriptorjhb2006-01-051-2/+2
* Get rid of the advertising clause in the copyright.sos2006-01-0522-66/+22
* Don't hold a reference to the disk vnode for each inode.dumbbell2006-01-051-9/+0
* Fix a bug in Synaptics Touchapd support where psm(4) will enter an infinitedumbbell2006-01-051-1/+2
* o Typo in the debug message: s/skiped/skipped.maxim2006-01-051-1/+1
* Check for 10BaseT media correctly. Before we were confusingimp2006-01-041-1/+2
* Return the proper rmi field in DVDIOCREADSTRUCTURE.sos2006-01-041-1/+1
* We don't support I386_CPU in 6.0 and later. This file can be cleanednetchild2006-01-041-16/+0
OpenPOWER on IntegriCloud