summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Now that IGMP and MLD sysctls provide a clean API structures that do notglebius2015-02-193-22/+15
* - Rename 'struct mld_ifinfo' into 'struct mld_ifsoftc', since it reallyglebius2015-02-193-74/+96
* - Rename 'struct igmp_ifinfo' into 'struct igmp_ifsoftc', since it reallyglebius2015-02-193-110/+109
* Add myself to committers-doc.dotbhd2015-02-191-0/+2
* Only disable gvn on clang 3.5 and newer.imp2015-02-191-1/+4
* Burn bridges to FreeBSD 7.x IGMP stats.glebius2015-02-191-62/+0
* Make syslogd work in case shutdown() is POSIX-ly correct.ed2015-02-191-1/+2
* Use KTR_COMPILE=(KTR_ALL) for LINTs, to get more code coverage.glebius2015-02-191-1/+1
* Adda function to iterate over the cpu nodes in the OFW or FDT data. Thisandrew2015-02-192-0/+86
* Fix build with KTR after r278978.kib2015-02-191-1/+1
* Add support to get the cpu ID from its device driver in a generic way.andrew2015-02-192-0/+27
* Use the ARM unwinder with dtrace to extract the stack when asked. With thisandrew2015-02-192-91/+30
* Allow the ARM unwinder to work through modules. This will be used to addandrew2015-02-194-7/+59
* Try to unbreak NOIP and NOINET6 LINT builds after r278886bz2015-02-191-0/+6
* Unbreak freshly installed worlds by properly "commenting" out ifmcstatngie2015-02-191-1/+3
* Temporarily disconnect ifmcstat(8) from build, to make world buildableglebius2015-02-191-1/+1
* Widen _KERNEL ifdef to hide more kernel network stack structures from userland.glebius2015-02-193-14/+1
* Fix a grammar nit.gjb2015-02-191-1/+1
* Remove unnecessary checks for a return value of NULL from M_WAITOKmarkj2015-02-191-21/+5
* Free the zlib stream after expanding a compressed CTF section.markj2015-02-191-1/+3
* fix spelling, add comma and remove BUGS section.. it provided no usefuljmg2015-02-191-17/+3
* Use new struct mbufq instead of struct ifqueue to manage packet queues inglebius2015-02-194-60/+48
* Use new struct mbufq instead of struct ifqueue to manage packet queues inglebius2015-02-193-64/+47
* Provide a set of inline functions to manage simple mbuf(9) queues, basedglebius2015-02-198-275/+124
* Ensure that the supplied data length is large enough to hold the basejhb2015-02-182-2/+4
* Fix bootstrap on systems with old yacc with small MAXTABLE.jkim2015-02-181-5/+5
* Merge ACPICA 20141107 and 20150204.jkim2015-02-18319-999/+4288
|\
| * Import ACPICA 20141107.jkim2014-11-10175-398/+3696
* | Restore the ability to use clang as an external compiler. This wasgrehan2015-02-181-3/+4
* | Make sure that the flags for the XPT_DEV_ADVINFO CCB are initializedken2015-02-187-5/+14
* | If malloc() sleeps, Giant is dropped. Recheck for another threadkib2015-02-181-5/+16
* | Add LIBXO.marcel2015-02-181-0/+1
* | Clean up a bit of the INET/INET6 mess wrt options.imp2015-02-182-16/+4
* | Cleanup the way we include some files (in this case EISA) based onimp2015-02-185-31/+12
* | Populate new KERN_OPTS from all the opt_*.h files inimp2015-02-183-28/+64
* | Add copyright statement I should have had on these files in 2006,imp2015-02-183-2/+81
* | filedesc: obtain a stable copy of credentials in fget_unlockedmjg2015-02-181-4/+4
* | Fix UP build.kib2015-02-181-1/+2
* | Bump revision again after my Fortuna change.delphij2015-02-181-2/+2
* | - fortuna.c: catch up with r278927 and fix a buffer overflow by using thedelphij2015-02-182-1/+7
* | Match the right backlight driver.jhibbits2015-02-182-2/+13
* | Don't set the write bit if we're just reading.jhibbits2015-02-181-4/+3
* | sfxge: fix broken MCDI_EV_FIELD() macroarybchik2015-02-183-8/+8
* | sfxge: support variable-length response to MCDI GET_BOARD_CFGarybchik2015-02-183-7/+19
* | sfxge: add driver context member with number of event queuesarybchik2015-02-182-7/+13
* | sfxge: add driver context member with number of receive queuesarybchik2015-02-182-13/+13
* | sfxge: add driver context member with number of transmit queuesarybchik2015-02-183-38/+27
* | sfxge: add TCP segment size to sfxge_tso_statearybchik2015-02-181-5/+6
* | On my Lenovo T400, a Atheros 2413 has a problem powering upimp2015-02-182-17/+50
* | Remove drti.o's dependency on libelf. This makes it possible to add DTracemarkj2015-02-186-75/+86
OpenPOWER on IntegriCloud