summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Correct a date, add an obsolete directory.antoine2013-03-101-1/+2
* Add 2 more obsolete files.antoine2013-03-101-0/+2
* Add more obsolete files.antoine2013-03-101-0/+6
* Finish portalfs removal.antoine2013-03-101-2/+0
* Fix a typo in DPADD.antoine2013-03-101-1/+1
* Add another register definition bit - whether to populate EVM or PLCPadrian2013-03-101-0/+1
* Add __aeabi_memcpy to libkern as clang may generate calls to it.andrew2013-03-102-0/+38
* Kill this, it's not needed at this point and (hopefully) the parentadrian2013-03-101-2/+0
* - Clang doesn't understand the -mno-thumb-interwork. Only use it with gcc.andrew2013-03-101-0/+6
* Fix a typo where db_printf was spelt printf.andrew2013-03-101-1/+1
* Update how we read the stack pointer to work on both GCC and clang.andrew2013-03-101-2/+5
* Tell the unwinder we can't unwind swi_entry. This fixes an infinite loopandrew2013-03-101-0/+4
* Correctly align the unwind tables. Without this clang may incorrectly alignandrew2013-03-101-0/+1
* Attach the elf section headers to the loaded kernel as metadata, soian2013-03-102-32/+19
* __FreeBSD_ARCH_armv6__ is undefined on clang. We can use __ARM_ARCH inandrew2013-03-092-2/+2
* Since ubldr doesn't necessarily load a kernel at the physical address in theian2013-03-091-5/+6
* Update a comment: The object lock is no longer a mutex.alc2013-03-091-1/+1
* Add forgotten .Elmelifaro2013-03-091-0/+1
* Fixup r248032:davide2013-03-091-1/+1
* Document netstat -Q flags meaning.melifaro2013-03-091-1/+6
* Call make_dev_credf() rather than using the couple make_dev()/dev_ref().davide2013-03-091-8/+3
* Fix another compiler warning issue when invariants are disabled.adrian2013-03-091-2/+1
* Improve UMTX_PROFILING:attilio2013-03-091-2/+119
* Don't log a message when the watchdog is reloaded. It's not useful to do somarkj2013-03-091-2/+0
OpenPOWER on IntegriCloud