summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Add a limit on namecache entries.mckay2009-01-201-0/+6
* Tone down warning about the quality of the NTFS VFS module. It appears thatsobomax2009-01-201-2/+3
* Change the probe priority for PCI and I2C generic bus modules fromnwhitehorn2009-01-202-2/+2
* Provide a device description for macio-attached ATA cells.nwhitehorn2009-01-191-0/+2
* Properly return error code to the caller. This should fix the followingemax2009-01-191-20/+26
* Set the pipe pointer before calling usbd_transfer() as its possible for thethompsa2009-01-191-1/+1
* Add two more nVidia HDMI codec IDs.mav2009-01-191-0/+4
* re-enable wi: was accidentally disabled in r1.502sam2009-01-191-1/+1
* Mention the fact that the NTFS kernel support isn'tsobomax2009-01-191-1/+5
* Take NTFS option out to match i386 GENERIC.sobomax2009-01-191-1/+0
* asr(4) is not amd64-clean, not amr(4).sobomax2009-01-191-3/+3
* Comment amr(4) out - according to scottl it's not 64-bit clean.sobomax2009-01-191-1/+2
* Whitespace-only: reduce diff to the i386 GENERIC.sobomax2009-01-191-4/+4
* Add asr(4) and stge(4) from i386 GENERIC. Both drivers compile on amd64 andsobomax2009-01-191-0/+2
* Sometimes RTL8168B seems to take long time to access GMII registersyongari2009-01-192-4/+5
* Also strip the machine arch from SRCDIR in case it is a cross build sothompsa2009-01-181-0/+1
* If source mbuf chain consists of only one mbuf, use it directly as sourcemav2009-01-181-34/+51
* Teach m_copyback() to use trailing space of the last mbuf in chain.mav2009-01-181-0/+4
* Use m_unshare()+m_copyback() instead of m_freem()+m_devget() to keepmav2009-01-183-49/+80
* - Eliminate warnings in debug print macros by explicitly converting allstas2009-01-181-1/+1
* - Whitespace fixes.stas2009-01-181-23/+23
* - Obtain inode sizes and location of the first inode based on the contentsstas2009-01-185-8/+14
* Adjust the padding of struct pcpu to r187357.marius2009-01-181-1/+7
* Remove strict limitation on minimal multilink MRRU. RFC claims that MRRUmav2009-01-181-5/+6
* Don't forget to mark the color translation array as const.ed2009-01-181-2/+2
* Correct an error in revision 1.170 of this file. When get_pv_entry() isalc2009-01-181-1/+15
* remove too noisy DIAGNOSTIC codesam2009-01-182-7/+0
* Just put the ifnet pointer first in the softc like it needs to be rather thanthompsa2009-01-1820-30/+10
* Add support for CMedia CMI120.keramida2009-01-181-0/+4
* Fix for my previous commit: color mapping is not 1:1.ed2009-01-171-4/+7
* Make vidcontrol's color setting work again.ed2009-01-172-0/+25
* Convert battery capacity/rate from mA to mW only when summary is requested.mav2009-01-171-1/+1
* Allow experimental libteken features to be tested without changing code.ed2009-01-176-57/+63
* - Implement generic macros for producing KTR records that are compatiblejeff2009-01-178-51/+233
* Disable decoding of BARs by devices before we trash the value in the BARjhb2009-01-161-0/+18
* export PSB frequenciessam2009-01-161-4/+13
* Remove a duplicate #include.cognet2009-01-161-1/+0
* Remove unused files from the digi(4) driver.ed2009-01-164-14961/+0
* The RTF_LLINFO was revived unconditionally, but within the kernel theqingli2009-01-161-5/+1
* Eliminate the PMAP_INLINE macro. It isn't really used here. If weimp2009-01-161-8/+2
* Remove unused variable.imp2009-01-161-14/+4
* Add hardware MAC statistics support. Also added some reservedyongari2009-01-162-9/+354
* Revert revision 186833 and try a different strategy to allow this device tonwhitehorn2009-01-151-2/+6
* - pmap_track_modified was retired in r178606. Reintroducing it was a mistake.gonzo2009-01-151-21/+1
* Changes to match "Marketing Description" from Broadcom for HP servers.delphij2009-01-151-12/+14
* Reduce diffs to p4 that were the result of a mismerge on my part.imp2009-01-151-2/+5
* Silent userland warnings about missing prototypes.piso2009-01-153-0/+3
* MFp4:gonzo2009-01-152-19/+37
* Name the items of xfer array.takawata2009-01-151-33/+46
* Lock the semaphore identifier lock during semaphore initialization tokib2009-01-151-0/+4
OpenPOWER on IntegriCloud