summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Link getcontextx(3) to getcontext(3).pluknet2013-03-131-0/+1
* Add the getcontextx prototype to SYNOPSIS.pluknet2013-03-131-1/+3
* Fix typo.hselasky2013-03-131-2/+2
* - Make quirk for reading device descriptor from broken USB devices.hselasky2013-03-132-22/+40
* - Make the FreeBSD's USB library compile under Linux.hselasky2013-03-1315-30/+152
* Unlike OpenBSD's, our setusercontext() will intentionally ignore the user'sdes2013-03-131-0/+6
* Fix incorrect assertion that caused panic when periodic-only timers used.mav2013-03-131-1/+1
* Disable TX IP header checksum offloading on RL_HWREV_8168CP. Theyongari2013-03-131-2/+4
* r241438 broke IPMI access on Sun Fire X2200 M2(BCM5715).yongari2013-03-131-3/+17
* Remove pav from portmgr whom had also stepped down a few months ago.eadler2013-03-121-1/+1
* Welcome Bryan to the team.eadler2013-03-121-1/+1
* Revert r246917, as it is causing incorrect behaviour as reported onmarkj2013-03-121-1/+1
* Bump __FreeBSD_version after r248084, breaking VM KPI to introduceattilio2013-03-121-1/+1
* Remove netncp cscope entry missed in r248097bryanv2013-03-121-1/+1
* Functions m_getm2() and m_get2() have different order of arguments,glebius2013-03-129-43/+44
* Update Ruslan's last name per request.eadler2013-03-121-1/+1
* Remove fortunes-o from the base system. Debating what does or does notjhb2013-03-124-17160/+6
* - Use m_get2() instead of nfsm_reqhead().glebius2013-03-124-88/+45
* Simplify vm_page_is_valid().attilio2013-03-121-4/+1
* Use m_get2() to get mbuf of appropriate size.glebius2013-03-121-3/+1
* Use m_get(), m_gethdr() and m_getcl() instead of historic macros.glebius2013-03-127-15/+8
* In kern_sendfile() use m_extadd() instead of MEXTADD() macro, supplyingglebius2013-03-121-2/+8
* The m_extadd() can fail due to memory allocation failure, thus:glebius2013-03-122-17/+23
* Use m_get2() to get an mbuf of appropriate size.glebius2013-03-121-6/+3
* Finish r243882: mechanically substitute flags from historic mbufglebius2013-03-123-13/+13
* More Lenovo headphones redirection quirks: Lenovo T430, Lenovo T430S.glebius2013-03-122-1/+5
* Make kern_nanosleep() and pause_sbt() to use per-CPU sleep queues.mav2013-03-123-13/+12
* Remove two members of portmgr that have recently stepped down. Thankeadler2013-03-121-5/+2
* Use the correct antenna configuration variable here. "diversity" justadrian2013-03-121-2/+2
* Shift this over to a new location in contrib/, in preparation to pushadrian2013-03-121-1/+2
* Take the inpcb rlock before calculating checksum, it was accidentallyae2013-03-121-1/+1
* Fix memory leak when one process send descriptor over UNIX domain socket,pjd2013-03-111-18/+18
* Add support for Optoelectronics USB barcode readers to uftdi(4).gavin2013-03-112-0/+10
* Return an error if sctp_peeloff() fails because a socket can't be allocated.tuexen2013-03-112-2/+9
* Convert the offset into the bar that contains the MSI-X table to an offsetneel2013-03-111-0/+3
* Add "else" missed at r248154.mav2013-03-111-1/+1
* Disconnect files removed in r248151bapt2013-03-111-3/+0
* Fix the 'C' field for a running thread to match the behavior describedjhb2013-03-111-2/+9
* Fix spelling.glebius2013-03-111-2/+2
* Fix for quite a special case when userland emulates a netgraph node, andglebius2013-03-111-1/+1
* Remove LIBALIAS_LOCK_ASSERT(), including a couple with an uninitialzedglebius2013-03-111-6/+1
* Reinitialize eh after pfil(9) processing.glebius2013-03-111-0/+1
* Reduce HPET eventtimer priority on systems with 8 or more cores. Price ofmav2013-03-111-1/+2
* Don't use an empty struct.cognet2013-03-111-0/+1
* Ports are no more exported via cvsup, remove cvsup examples and documentation...bapt2013-03-117-159/+7
* Add a few new fields to the RX vendor radiotap header:adrian2013-03-112-3/+28
* Bump the EVM array size up to fit the AR9380 EVM entries.adrian2013-03-111-1/+7
* Add three-stream EVM values.adrian2013-03-111-1/+3
* Bring back the comment on the sizing of the callout array that gotandre2013-03-101-0/+2
* The kernel pmap is statically allocated, so there is really no need toalc2013-03-102-2/+0
OpenPOWER on IntegriCloud