The Wayback Machine - https://web.archive.org/web/20200627030033/https://github.com/topics/kernel
Skip to content
#

kernel

Here are 2,114 public repositories matching this topic...

oushizishu
oushizishu commented Aug 12, 2019

readme中的最后一段为什么没有翻译呢?

Tips: This project is not an official.This project collect some documents about HarmonyOS in the Internet.This is not a commercial project.This project just introduce HarmonyOS and all documents and codes come from Internet.If you use this project for business or something about make money, or in the event of any disputes arising from the usage of, or in connection with t

gvisor
ianlewis
ianlewis commented Apr 27, 2020

Some documentation could be improved by adding some options to runsc spec to allow users to specify the command and some other common OCI options. This could also improve the getting started experience for folks who are kicking the tires with runsc.

I'm thinking of the following options:

  • Option to specify the command
  • Option to specify working directory
  • Option to specify network names
marprok
marprok commented Mar 3, 2020

In every pull request I make, I end up getting told by @awesomekling to swap a piece of code with an existing one from the AK library. Wouldn't it be cool to have a Doxygen like documentation in which someone can search for something to see if it already exists in AK? I know I can grep the project to see if something exists but a documentation is always useful I think, especially if it documents a

dmolik
dmolik commented Apr 24, 2020

Bug report

General Information

  • Cilium version: 1.7.2
  • Kernel version: 5.6.6
  • Orchestration system version: Kubernetes 1.18.2

I'm using terraform to spool and deploy kubeadm on AWS.

How to reproduce the issue

The issues is that if the Cloud Controller Manager is not brought up before Cilium the node is brought, and the operator starts running ENIs will be attached t

biansf2001
biansf2001 commented Nov 21, 2017

因为要使用rtt+emwin,在emwin532版本里,GUI_X_OS.c是和os的接口,在rtconfig.h里打开#define RT_USING_CMSIS_OS后,编译出了几条错误,如下
cmsis_rtthread.c
Error[Pe167]: argument of type "os_pthread" is incompatible with parameter of type "void (*)(void *)" \RTThread\rt-thread-v2.1.x\components\CMSIS\RTOS\cmsis_rtthread.c 33
Warning[Pe188]: enumerated type mixed with another type \RTThread\rt-thread-v2.1.x\components\CMSIS\RTOS\cm

Ricky-Tigg
Ricky-Tigg commented Oct 29, 2019

Component: spectre-meltdown-checker.noarch 0.42-2.fc31 @fedora

Enhancements request – While running tool's command on a new computer, some new observations came to mind.

Command executed to get the widest coverage of that powerful tool is spectre-meltdown-checker -v --paranoid --explain.

  • Color codes' significances do rely on one's deduction alone as long as it is not documented in man
winfsp
hasse69
hasse69 commented Oct 12, 2019

Bug Report

The create callback is called also for special files like S_IFIFO.
The special named FIFO file is still not created, instead a corresponding .lnk file pops up in the same directory.

$ mkfifo foobar

$ ls -l foobar*
-rwx------ 1 Hasse None 130 Oct 12 14:46 foobar.lnk*

The same happens if create is not implemented which forces a call to mknod instead.
Possi

ptiger10
ptiger10 commented Jun 3, 2019

Coming from a Python-in-Jupyter background, I notice that Tab works as you would expect (reveals all available methods/attributes), but Shift+Tab (signature hinting) does not. I could not find documentation on this. Is Shift+Tab not supported, or is my setup is incorrect?

Example:

type Foo struct {
    name string
    description string
}
func (f Foo) Qux(s string) string {
   
alexlipa91
alexlipa91 commented Sep 27, 2019

Hi there, probably stupid question but is there any detailed doc of what kind of content the config json can contain? I see you can setup username and password for each kernel: is this an authentication against the livy server?
Is there a way to specify the address of the server?
Also, is it possible to customize the location of the config.json file?

Thanks!

Improve this page

Add a description, image, and links to the kernel topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kernel topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.