summaryrefslogtreecommitdiff
path: root/sys/external/bsd
AgeCommit message (Expand)Author
2018-04-09Stop potential misuse of vendor names and USB vendor IDs in root hubjakllsch
2018-04-07Merge conflicts; STA methods and fields are not present anymore.christos
2018-04-07----------------------------------------christos
2018-04-01Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)ryo
2018-02-11PR/53006: stackfield: Please support NVIDIA GT730 to kernelchristos
2018-02-08updates for GCC 6:mrg
2018-02-07XXX: add a NULL init to avoid a GCC 6 maybe uninit warning.mrg
2018-02-04apply __attribute__((__used__)) for rcsid, etc.mrg
2018-02-01 Fix KASSERT panic. When detaching USB host controoler, the following panicmsaitoh
2018-01-07Revert namespacing of atoi(3)kamil
2018-01-05Register new weak symbol in libc for internal usage: atoikamil
2018-01-05Include namespace.h in GCDAProfiling.c (compiler_rt)kamil
2017-12-26Implement the DRM GEM/CMA helpers. The implementation has been extractedjmcneill
2017-12-10FDTise RapberryPI support. Thanks for jmcneill for a lot of help with this.skrll
2017-12-05drm_stat: fix device minor calculation, ok riastradh@jmcneill
2017-11-30add fo_name so we can identify the fileops in a simple way.christos
2017-11-17s/PR_NOWAIT/PR_WAITOK/ in HCD allocx (allocate xfer) methodskrll
2017-11-12merge conflictschristos
2017-11-12----------------------------------------christos
2017-11-05Use IPL_VM and IST_MPSAFE instead of IPL_SCHEDskrll
2017-10-28Update the kernhist(9) kernel history code to address issues identifiedpgoyette
2017-10-25Use C99 initializer for filteropsmaya
2017-10-12put back the cast.christos
2017-10-12When growing the state, remember to grow the seed array, otherwise we'll endchristos
2017-09-21Spaces to TABskrll
2017-09-16more constchristos
2017-09-16include linux/kernel.h (and thus sys/cdefs.h) for __unusedmaya
2017-09-15merge conflictschristos
2017-09-15----------------------------------------christos
2017-09-11keep dsb in vchiq code.maya
2017-09-11Use common barrier.h rather than separate implementation. NFCImaya
2017-09-11add dsb macro from vchiqmaya
2017-09-11Move barrier to common so it can be shared with vchiqmaya
2017-09-11Include opt_multiprocessor.h for MULTIPROCESSORmaya
2017-09-10sys/errno.h for EFAULTmaya
2017-09-05Revert changing the byte order of fi->fi_addr. It is already correct. Fromchristos
2017-08-31Disable MSI on DRMKMS (again).maya
2017-08-25Fix lockdebug_locked annotations.riastradh
2017-07-30Fix error branch in ttm_dma_tt_init to avoid double-free.riastradh
2017-07-27PR/52409: Avoid panic at resume.nonaka
2017-07-26Tweak slightly sketchy logic in linux_idr.riastradh
2017-07-25Pull in upstream commit:maya
2017-07-23use the scoping functions (JINMEI, Tatuya)christos
2017-07-23From Edgar Fuss:christos
2017-07-20Fix ipf failing to sent TCP RST's on link-local interfaces by stuffingchristos
2017-07-01Typokhorben
2017-06-16Implement __clear_cache using __syncicache on PPCjoerg
2017-06-08Merge conflictsskrll
2017-06-08Import of libfdt from DTC version 1.4.4skrll
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs