summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* correct typo that left programmed sifs time in the slot timesam2009-01-212-3/+3
* Fix typo in commentemax2009-01-201-1/+1
* Rename option 'C' to 'D' (damaged) in order to avoid a conflict with upcomingdelphij2009-01-204-28/+28
* Check for infinite recursion possible on some broken PPTP/L2TP/... VPN setups.mav2009-01-202-0/+21
* Update (well, actually rewrite mostly) ng_ubt2 driver for USB2.emax2009-01-202-1147/+1362
* The r187467 should remove all pages for V_NORMAL case too, becausekib2009-01-201-8/+17
* Dont assume $MACHINE is set, this breaks for regular builds.thompsa2009-01-201-1/+3
* - Add support for 8110SCe part. Some magic registers were taken fromjkim2009-01-202-23/+43
* Retire RL_FLAG_INVMAR bit to match its comment and reality.jkim2009-01-202-12/+9
* - Do not read and write RX configuration register multiple times.jkim2009-01-201-66/+31
* Fix a number of (innocuous) warnings, and remove a useless test.luigi2009-01-201-18/+18
* Implement MMCBR_IVAR_CAPS. It should better be implemented, or resultsmav2009-01-201-0/+4
* Remove inlining of functions that are used mostly in different object files.rdivacky2009-01-203-4/+4
* Add a comment explaining why the "bufwait" / "dirhash" LOR reported byjhb2009-01-201-0/+12
* Fix a race condition in kiic(4) made possible by the way the device's STOPnwhitehorn2009-01-201-18/+17
* Set the wrong softc size when defining the ofw_iicbus class. Change it tonwhitehorn2009-01-201-2/+2
* - Permit timestamps to be as far as 2048 ticks apart before we complainjeff2009-01-201-20/+54
* The context switch to the 32bit binary does not properly restorekib2009-01-201-1/+2
* Properly implement the VT100 SCS sequences in xterm-mode.ed2009-01-206-31/+201
* When extending inode size, we call vnode_pager_setsize(), to have akib2009-01-202-2/+6
* FFS puts the extended attributes blocks at the negative blocks for thekib2009-01-202-1/+10
* 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-202-7/+5
* 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 removal of NTFS from GENERIC/amd64.sobomax2009-01-191-0/+8
* Mention the fact that the NTFS kernel support isn'tsobomax2009-01-191-1/+5
* In the CAVEATS section mention the fact that the NTFS kernel support isn'tsobomax2009-01-191-0/+6
* 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
* - Add support for multibyte decimal_point encodings, e.g., U+066B.das2009-01-192-23/+49
* Add support for multibyte decimal_point encodings, e.g., U+066B.das2009-01-192-23/+35
* 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
* Fix regression introduced in rev. 173124:mav2009-01-181-26/+27
OpenPOWER on IntegriCloud