@fortressllm/sybil 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.env copy +91 -0
- package/.env.example +139 -0
- package/BROWSER_CONTROL.md +354 -0
- package/CLI_CHAT_FEATURE.md +224 -0
- package/CLI_GUIDE.md +359 -0
- package/DYNAMIC_SKILLS.md +345 -0
- package/DockerFile.sandbox +14 -0
- package/PROGRESS.md +249 -0
- package/README.md +281 -0
- package/RENAME_LOG.md +62 -0
- package/SIMPLIFIED_TELEGRAM_UX.md +273 -0
- package/SYBIL_SUMMARY.md +360 -0
- package/TASK11_NETWORK.md +202 -0
- package/TASK14_CLI.md +432 -0
- package/TASK8_SAFETY.md +317 -0
- package/TASK9_COMPLETION.md +186 -0
- package/TASK9_SUMMARY.md +201 -0
- package/TELEGRAM_OTP_AUTH.md +359 -0
- package/VECTOR_MEMORY.md +163 -0
- package/assets/logo.png +0 -0
- package/cypfq_code_search.md +287 -0
- package/cypfq_driver_search.md +297 -0
- package/cypfq_github_search.md +297 -0
- package/cypfq_repo_search.md +370 -0
- package/dist/agents/autonomous-agent.d.ts +61 -0
- package/dist/agents/autonomous-agent.d.ts.map +1 -0
- package/dist/agents/autonomous-agent.js +536 -0
- package/dist/agents/autonomous-agent.js.map +1 -0
- package/dist/agents/network.d.ts +1006 -0
- package/dist/agents/network.d.ts.map +1 -0
- package/dist/agents/network.js +1266 -0
- package/dist/agents/network.js.map +1 -0
- package/dist/cli/commands/backup.d.ts +3 -0
- package/dist/cli/commands/backup.d.ts.map +1 -0
- package/dist/cli/commands/backup.js +63 -0
- package/dist/cli/commands/backup.js.map +1 -0
- package/dist/cli/commands/config.d.ts +3 -0
- package/dist/cli/commands/config.d.ts.map +1 -0
- package/dist/cli/commands/config.js +163 -0
- package/dist/cli/commands/config.js.map +1 -0
- package/dist/cli/commands/doctor.d.ts +3 -0
- package/dist/cli/commands/doctor.d.ts.map +1 -0
- package/dist/cli/commands/doctor.js +107 -0
- package/dist/cli/commands/doctor.js.map +1 -0
- package/dist/cli/commands/init.d.ts +3 -0
- package/dist/cli/commands/init.d.ts.map +1 -0
- package/dist/cli/commands/init.js +138 -0
- package/dist/cli/commands/init.js.map +1 -0
- package/dist/cli/commands/logs.d.ts +3 -0
- package/dist/cli/commands/logs.d.ts.map +1 -0
- package/dist/cli/commands/logs.js +81 -0
- package/dist/cli/commands/logs.js.map +1 -0
- package/dist/cli/commands/otp.d.ts +3 -0
- package/dist/cli/commands/otp.d.ts.map +1 -0
- package/dist/cli/commands/otp.js +142 -0
- package/dist/cli/commands/otp.js.map +1 -0
- package/dist/cli/commands/restore.d.ts +3 -0
- package/dist/cli/commands/restore.d.ts.map +1 -0
- package/dist/cli/commands/restore.js +99 -0
- package/dist/cli/commands/restore.js.map +1 -0
- package/dist/cli/commands/start.d.ts +3 -0
- package/dist/cli/commands/start.d.ts.map +1 -0
- package/dist/cli/commands/start.js +65 -0
- package/dist/cli/commands/start.js.map +1 -0
- package/dist/cli/commands/status.d.ts +3 -0
- package/dist/cli/commands/status.d.ts.map +1 -0
- package/dist/cli/commands/status.js +68 -0
- package/dist/cli/commands/status.js.map +1 -0
- package/dist/cli/commands/stop.d.ts +3 -0
- package/dist/cli/commands/stop.d.ts.map +1 -0
- package/dist/cli/commands/stop.js +62 -0
- package/dist/cli/commands/stop.js.map +1 -0
- package/dist/cli/commands/update.d.ts +3 -0
- package/dist/cli/commands/update.d.ts.map +1 -0
- package/dist/cli/commands/update.js +49 -0
- package/dist/cli/commands/update.js.map +1 -0
- package/dist/cli/commands/whatsapp.d.ts +3 -0
- package/dist/cli/commands/whatsapp.d.ts.map +1 -0
- package/dist/cli/commands/whatsapp.js +281 -0
- package/dist/cli/commands/whatsapp.js.map +1 -0
- package/dist/cli/index.d.ts +7 -0
- package/dist/cli/index.d.ts.map +1 -0
- package/dist/cli/index.js +58 -0
- package/dist/cli/index.js.map +1 -0
- package/dist/cli.d.ts +9 -0
- package/dist/cli.d.ts.map +1 -0
- package/dist/cli.js +750 -0
- package/dist/cli.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +109 -0
- package/dist/index.js.map +1 -0
- package/dist/mastra/index.d.ts +4 -0
- package/dist/mastra/index.d.ts.map +1 -0
- package/dist/mastra/index.js +37 -0
- package/dist/mastra/index.js.map +1 -0
- package/dist/mastra/memory.d.ts +9 -0
- package/dist/mastra/memory.d.ts.map +1 -0
- package/dist/mastra/memory.js +92 -0
- package/dist/mastra/memory.js.map +1 -0
- package/dist/processors/index.d.ts +74 -0
- package/dist/processors/index.d.ts.map +1 -0
- package/dist/processors/index.js +153 -0
- package/dist/processors/index.js.map +1 -0
- package/dist/processors/semantic-recall.d.ts +63 -0
- package/dist/processors/semantic-recall.d.ts.map +1 -0
- package/dist/processors/semantic-recall.js +216 -0
- package/dist/processors/semantic-recall.js.map +1 -0
- package/dist/processors/tool-search.d.ts +26 -0
- package/dist/processors/tool-search.d.ts.map +1 -0
- package/dist/processors/tool-search.js +41 -0
- package/dist/processors/tool-search.js.map +1 -0
- package/dist/skills/dynamic/skill-generator.d.ts +169 -0
- package/dist/skills/dynamic/skill-generator.d.ts.map +1 -0
- package/dist/skills/dynamic/skill-generator.js +488 -0
- package/dist/skills/dynamic/skill-generator.js.map +1 -0
- package/dist/tools/agent-delegation-tools.d.ts +142 -0
- package/dist/tools/agent-delegation-tools.d.ts.map +1 -0
- package/dist/tools/agent-delegation-tools.js +263 -0
- package/dist/tools/agent-delegation-tools.js.map +1 -0
- package/dist/tools/browser-tools.d.ts +374 -0
- package/dist/tools/browser-tools.d.ts.map +1 -0
- package/dist/tools/browser-tools.js +752 -0
- package/dist/tools/browser-tools.js.map +1 -0
- package/dist/tools/dynamic/registry.d.ts +61 -0
- package/dist/tools/dynamic/registry.d.ts.map +1 -0
- package/dist/tools/dynamic/registry.js +121 -0
- package/dist/tools/dynamic/registry.js.map +1 -0
- package/dist/tools/dynamic/tool-generator.d.ts +99 -0
- package/dist/tools/dynamic/tool-generator.d.ts.map +1 -0
- package/dist/tools/dynamic/tool-generator.js +367 -0
- package/dist/tools/dynamic/tool-generator.js.map +1 -0
- package/dist/tools/extended-tools.d.ts +176 -0
- package/dist/tools/extended-tools.d.ts.map +1 -0
- package/dist/tools/extended-tools.js +464 -0
- package/dist/tools/extended-tools.js.map +1 -0
- package/dist/tools/library/calendar/index.d.ts +134 -0
- package/dist/tools/library/calendar/index.d.ts.map +1 -0
- package/dist/tools/library/calendar/index.js +160 -0
- package/dist/tools/library/calendar/index.js.map +1 -0
- package/dist/tools/podman-workspace-mcp-cli.d.ts +3 -0
- package/dist/tools/podman-workspace-mcp-cli.d.ts.map +1 -0
- package/dist/tools/podman-workspace-mcp-cli.js +12 -0
- package/dist/tools/podman-workspace-mcp-cli.js.map +1 -0
- package/dist/tools/podman-workspace-mcp.d.ts +247 -0
- package/dist/tools/podman-workspace-mcp.d.ts.map +1 -0
- package/dist/tools/podman-workspace-mcp.js +1093 -0
- package/dist/tools/podman-workspace-mcp.js.map +1 -0
- package/dist/tools/podman-workspace.d.ts +148 -0
- package/dist/tools/podman-workspace.d.ts.map +1 -0
- package/dist/tools/podman-workspace.js +682 -0
- package/dist/tools/podman-workspace.js.map +1 -0
- package/dist/tools/telegram-file-tools.d.ts +78 -0
- package/dist/tools/telegram-file-tools.d.ts.map +1 -0
- package/dist/tools/telegram-file-tools.js +294 -0
- package/dist/tools/telegram-file-tools.js.map +1 -0
- package/dist/tools/tool-registry.d.ts +467 -0
- package/dist/tools/tool-registry.d.ts.map +1 -0
- package/dist/tools/tool-registry.js +156 -0
- package/dist/tools/tool-registry.js.map +1 -0
- package/dist/tools/web-tools.d.ts +77 -0
- package/dist/tools/web-tools.d.ts.map +1 -0
- package/dist/tools/web-tools.js +416 -0
- package/dist/tools/web-tools.js.map +1 -0
- package/dist/tools/whatsapp-autoreply-tools.d.ts +118 -0
- package/dist/tools/whatsapp-autoreply-tools.d.ts.map +1 -0
- package/dist/tools/whatsapp-autoreply-tools.js +503 -0
- package/dist/tools/whatsapp-autoreply-tools.js.map +1 -0
- package/dist/tools/whatsapp-tools.d.ts +175 -0
- package/dist/tools/whatsapp-tools.d.ts.map +1 -0
- package/dist/tools/whatsapp-tools.js +566 -0
- package/dist/tools/whatsapp-tools.js.map +1 -0
- package/dist/utils/logger.d.ts +65 -0
- package/dist/utils/logger.d.ts.map +1 -0
- package/dist/utils/logger.js +307 -0
- package/dist/utils/logger.js.map +1 -0
- package/dist/utils/model-config.d.ts +73 -0
- package/dist/utils/model-config.d.ts.map +1 -0
- package/dist/utils/model-config.js +366 -0
- package/dist/utils/model-config.js.map +1 -0
- package/dist/utils/semantic-memory.d.ts +82 -0
- package/dist/utils/semantic-memory.d.ts.map +1 -0
- package/dist/utils/semantic-memory.js +189 -0
- package/dist/utils/semantic-memory.js.map +1 -0
- package/dist/utils/system.d.ts +2 -0
- package/dist/utils/system.d.ts.map +1 -0
- package/dist/utils/system.js +24 -0
- package/dist/utils/system.js.map +1 -0
- package/dist/utils/telegram-auth.d.ts +54 -0
- package/dist/utils/telegram-auth.d.ts.map +1 -0
- package/dist/utils/telegram-auth.js +146 -0
- package/dist/utils/telegram-auth.js.map +1 -0
- package/dist/utils/telegram.d.ts +7 -0
- package/dist/utils/telegram.d.ts.map +1 -0
- package/dist/utils/telegram.js +1494 -0
- package/dist/utils/telegram.js.map +1 -0
- package/dist/utils/whatsapp-client.d.ts +166 -0
- package/dist/utils/whatsapp-client.d.ts.map +1 -0
- package/dist/utils/whatsapp-client.js +722 -0
- package/dist/utils/whatsapp-client.js.map +1 -0
- package/dist/workflows/planner-workflow.d.ts +39 -0
- package/dist/workflows/planner-workflow.d.ts.map +1 -0
- package/dist/workflows/planner-workflow.js +165 -0
- package/dist/workflows/planner-workflow.js.map +1 -0
- package/dist/workflows/skill-builder-workflow.d.ts +16 -0
- package/dist/workflows/skill-builder-workflow.d.ts.map +1 -0
- package/dist/workflows/skill-builder-workflow.js +157 -0
- package/dist/workflows/skill-builder-workflow.js.map +1 -0
- package/dist/workspace/index.d.ts +23 -0
- package/dist/workspace/index.d.ts.map +1 -0
- package/dist/workspace/index.js +64 -0
- package/dist/workspace/index.js.map +1 -0
- package/docs/README.md +140 -0
- package/docs/api/agents.md +481 -0
- package/docs/api/browser-tools.md +469 -0
- package/docs/api/memory.md +629 -0
- package/docs/architecture/agent-networks.md +586 -0
- package/docs/architecture/memory.md +579 -0
- package/docs/architecture/overview.md +436 -0
- package/docs/architecture/tools.md +637 -0
- package/docs/cli-tui.md +367 -0
- package/docs/guides/environment-variables.md +502 -0
- package/docs/guides/troubleshooting.md +882 -0
- package/docs/tutorials/agent-networks.md +432 -0
- package/docs/tutorials/dynamic-tools.md +469 -0
- package/docs/tutorials/getting-started.md +263 -0
- package/docs/tutorials/skills.md +561 -0
- package/docs/tutorials/web-browsing.md +329 -0
- package/mastra.db-shm +0 -0
- package/mastra.db-wal +0 -0
- package/package.json +71 -0
- package/plan.md +601 -0
- package/skills/code-review/SKILL.md +48 -0
- package/skills/task-planning/SKILL.md +55 -0
- package/skills/web-research/SKILL.md +79 -0
- package/skills/whatsapp-management/SKILL.md +78 -0
- package/src/agents/autonomous-agent.ts +626 -0
- package/src/agents/network.ts +1307 -0
- package/src/cli/commands/backup.ts +78 -0
- package/src/cli/commands/config.ts +176 -0
- package/src/cli/commands/doctor.ts +111 -0
- package/src/cli/commands/init.ts +150 -0
- package/src/cli/commands/logs.ts +94 -0
- package/src/cli/commands/otp.ts +162 -0
- package/src/cli/commands/restore.ts +118 -0
- package/src/cli/commands/start.ts +76 -0
- package/src/cli/commands/status.ts +81 -0
- package/src/cli/commands/stop.ts +68 -0
- package/src/cli/commands/update.ts +61 -0
- package/src/cli/commands/whatsapp.ts +322 -0
- package/src/cli/index.ts +69 -0
- package/src/cli.ts +830 -0
- package/src/index.ts +124 -0
- package/src/mastra/index.ts +49 -0
- package/src/mastra/memory.ts +99 -0
- package/src/mastra/public/workspace/plan.md +115 -0
- package/src/mastra/public/workspace/research/react-tailwind/skill.md +47 -0
- package/src/processors/index.ts +170 -0
- package/src/processors/semantic-recall.ts +277 -0
- package/src/processors/tool-search.ts +46 -0
- package/src/skills/dynamic/skill-generator.ts +568 -0
- package/src/tools/agent-delegation-tools.ts +301 -0
- package/src/tools/browser-tools.ts +792 -0
- package/src/tools/dynamic/registry.ts +144 -0
- package/src/tools/dynamic/tool-generator.ts +406 -0
- package/src/tools/extended-tools.ts +498 -0
- package/src/tools/library/calendar/index.ts +172 -0
- package/src/tools/podman-workspace-mcp-cli.ts +14 -0
- package/src/tools/podman-workspace-mcp.ts +1290 -0
- package/src/tools/podman-workspace.ts +858 -0
- package/src/tools/telegram-file-tools.ts +320 -0
- package/src/tools/tool-registry.ts +233 -0
- package/src/tools/web-tools.ts +461 -0
- package/src/tools/whatsapp-autoreply-tools.ts +616 -0
- package/src/tools/whatsapp-tools.ts +602 -0
- package/src/utils/logger.ts +368 -0
- package/src/utils/model-config.ts +437 -0
- package/src/utils/semantic-memory.ts +230 -0
- package/src/utils/system.ts +25 -0
- package/src/utils/telegram-auth.ts +201 -0
- package/src/utils/telegram.ts +1847 -0
- package/src/utils/whatsapp-client.ts +808 -0
- package/src/workflows/planner-workflow.ts +178 -0
- package/src/workflows/skill-builder-workflow.ts +175 -0
- package/src/workspace/index.ts +69 -0
- package/tsconfig.json +22 -0
- package/view-logs.sh +116 -0
- package/whatsapp-session.sh +197 -0
|
@@ -0,0 +1,297 @@
|
|
|
1
|
+
# Repository search results · GitHub
|
|
2
|
+
|
|
3
|
+
**Source:** https://github.com/search?q=cypfq+linux+kernel+driver
|
|
4
|
+
**Saved:** 2026-02-14T07:02:54.153Z
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
Repository search results · GitHub
|
|
9
|
+
|
|
10
|
+
[Skip to content](#start-of-content)
|
|
11
|
+
|
|
12
|
+
## Navigation Menu
|
|
13
|
+
|
|
14
|
+
Toggle navigation
|
|
15
|
+
|
|
16
|
+
[](/)
|
|
17
|
+
|
|
18
|
+
[Sign in](/login?return_to=https%3A%2F%2Fgithub.com%2Fsearch%3Fq%3Dcypfq%2Blinux%2Bkernel%2Bdriver)
|
|
19
|
+
|
|
20
|
+
Appearance settings
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
- Platform
|
|
25
|
+
|
|
26
|
+
- AI CODE CREATION
|
|
27
|
+
|
|
28
|
+
- [
|
|
29
|
+
|
|
30
|
+
GitHub CopilotWrite better code with AI
|
|
31
|
+
|
|
32
|
+
](https://github.com/features/copilot)
|
|
33
|
+
- [
|
|
34
|
+
|
|
35
|
+
GitHub SparkBuild and deploy intelligent apps
|
|
36
|
+
|
|
37
|
+
](https://github.com/features/spark)
|
|
38
|
+
- [
|
|
39
|
+
|
|
40
|
+
GitHub ModelsManage and compare prompts
|
|
41
|
+
|
|
42
|
+
](https://github.com/features/models)
|
|
43
|
+
- [
|
|
44
|
+
|
|
45
|
+
MCP RegistryNewIntegrate external tools
|
|
46
|
+
|
|
47
|
+
](https://github.com/mcp)
|
|
48
|
+
|
|
49
|
+
- DEVELOPER WORKFLOWS
|
|
50
|
+
|
|
51
|
+
- [
|
|
52
|
+
|
|
53
|
+
ActionsAutomate any workflow
|
|
54
|
+
|
|
55
|
+
](https://github.com/features/actions)
|
|
56
|
+
- [
|
|
57
|
+
|
|
58
|
+
CodespacesInstant dev environments
|
|
59
|
+
|
|
60
|
+
](https://github.com/features/codespaces)
|
|
61
|
+
- [
|
|
62
|
+
|
|
63
|
+
IssuesPlan and track work
|
|
64
|
+
|
|
65
|
+
](https://github.com/features/issues)
|
|
66
|
+
- [
|
|
67
|
+
|
|
68
|
+
Code ReviewManage code changes
|
|
69
|
+
|
|
70
|
+
](https://github.com/features/code-review)
|
|
71
|
+
|
|
72
|
+
- APPLICATION SECURITY
|
|
73
|
+
|
|
74
|
+
- [
|
|
75
|
+
|
|
76
|
+
GitHub Advanced SecurityFind and fix vulnerabilities
|
|
77
|
+
|
|
78
|
+
](https://github.com/security/advanced-security)
|
|
79
|
+
- [
|
|
80
|
+
|
|
81
|
+
Code securitySecure your code as you build
|
|
82
|
+
|
|
83
|
+
](https://github.com/security/advanced-security/code-security)
|
|
84
|
+
- [
|
|
85
|
+
|
|
86
|
+
Secret protectionStop leaks before they start
|
|
87
|
+
|
|
88
|
+
](https://github.com/security/advanced-security/secret-protection)
|
|
89
|
+
|
|
90
|
+
- EXPLORE
|
|
91
|
+
|
|
92
|
+
- [Why GitHub](https://github.com/why-github)
|
|
93
|
+
- [Documentation](https://docs.github.com)
|
|
94
|
+
- [Blog](https://github.blog)
|
|
95
|
+
- [Changelog](https://github.blog/changelog)
|
|
96
|
+
- [Marketplace](https://github.com/marketplace)
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
[View all features](https://github.com/features)
|
|
100
|
+
|
|
101
|
+
- Solutions
|
|
102
|
+
|
|
103
|
+
- BY COMPANY SIZE
|
|
104
|
+
|
|
105
|
+
- [Enterprises](https://github.com/enterprise)
|
|
106
|
+
- [Small and medium teams](https://github.com/team)
|
|
107
|
+
- [Startups](https://github.com/enterprise/startups)
|
|
108
|
+
- [Nonprofits](https://github.com/solutions/industry/nonprofits)
|
|
109
|
+
|
|
110
|
+
- BY USE CASE
|
|
111
|
+
|
|
112
|
+
- [App Modernization](https://github.com/solutions/use-case/app-modernization)
|
|
113
|
+
- [DevSecOps](https://github.com/solutions/use-case/devsecops)
|
|
114
|
+
- [DevOps](https://github.com/solutions/use-case/devops)
|
|
115
|
+
- [CI/CD](https://github.com/solutions/use-case/ci-cd)
|
|
116
|
+
- [View all use cases](https://github.com/solutions/use-case)
|
|
117
|
+
|
|
118
|
+
- BY INDUSTRY
|
|
119
|
+
|
|
120
|
+
- [Healthcare](https://github.com/solutions/industry/healthcare)
|
|
121
|
+
- [Financial services](https://github.com/solutions/industry/financial-services)
|
|
122
|
+
- [Manufacturing](https://github.com/solutions/industry/manufacturing)
|
|
123
|
+
- [Government](https://github.com/solutions/industry/government)
|
|
124
|
+
- [View all industries](https://github.com/solutions/industry)
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
[View all solutions](https://github.com/solutions)
|
|
128
|
+
|
|
129
|
+
- Resources
|
|
130
|
+
|
|
131
|
+
- EXPLORE BY TOPIC
|
|
132
|
+
|
|
133
|
+
- [AI](https://github.com/resources/articles?topic=ai)
|
|
134
|
+
- [Software Development](https://github.com/resources/articles?topic=software-development)
|
|
135
|
+
- [DevOps](https://github.com/resources/articles?topic=devops)
|
|
136
|
+
- [Security](https://github.com/resources/articles?topic=security)
|
|
137
|
+
- [View all topics](https://github.com/resources/articles)
|
|
138
|
+
|
|
139
|
+
- EXPLORE BY TYPE
|
|
140
|
+
|
|
141
|
+
- [Customer stories](https://github.com/customer-stories)
|
|
142
|
+
- [Events & webinars](https://github.com/resources/events)
|
|
143
|
+
- [Ebooks & reports](https://github.com/resources/whitepapers)
|
|
144
|
+
- [Business insights](https://github.com/solutions/executive-insights)
|
|
145
|
+
- [GitHub Skills](https://skills.github.com)
|
|
146
|
+
|
|
147
|
+
- SUPPORT & SERVICES
|
|
148
|
+
|
|
149
|
+
- [Documentation](https://docs.github.com)
|
|
150
|
+
- [Customer support](https://support.github.com)
|
|
151
|
+
- [Community forum](https://github.com/orgs/community/discussions)
|
|
152
|
+
- [Trust center](https://github.com/trust-center)
|
|
153
|
+
- [Partners](https://github.com/partners)
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
- Open Source
|
|
157
|
+
|
|
158
|
+
- COMMUNITY
|
|
159
|
+
|
|
160
|
+
- [
|
|
161
|
+
|
|
162
|
+
GitHub SponsorsFund open source developers
|
|
163
|
+
|
|
164
|
+
](https://github.com/sponsors)
|
|
165
|
+
|
|
166
|
+
- PROGRAMS
|
|
167
|
+
|
|
168
|
+
- [Security Lab](https://securitylab.github.com)
|
|
169
|
+
- [Maintainer Community](https://maintainers.github.com)
|
|
170
|
+
- [Accelerator](https://github.com/accelerator)
|
|
171
|
+
- [Archive Program](https://archiveprogram.github.com)
|
|
172
|
+
|
|
173
|
+
- REPOSITORIES
|
|
174
|
+
|
|
175
|
+
- [Topics](https://github.com/topics)
|
|
176
|
+
- [Trending](https://github.com/trending)
|
|
177
|
+
- [Collections](https://github.com/collections)
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
- Enterprise
|
|
181
|
+
|
|
182
|
+
- ENTERPRISE SOLUTIONS
|
|
183
|
+
|
|
184
|
+
- [
|
|
185
|
+
|
|
186
|
+
Enterprise platformAI-powered developer platform
|
|
187
|
+
|
|
188
|
+
](https://github.com/enterprise)
|
|
189
|
+
|
|
190
|
+
- AVAILABLE ADD-ONS
|
|
191
|
+
|
|
192
|
+
- [
|
|
193
|
+
|
|
194
|
+
GitHub Advanced SecurityEnterprise-grade security features
|
|
195
|
+
|
|
196
|
+
](https://github.com/security/advanced-security)
|
|
197
|
+
- [
|
|
198
|
+
|
|
199
|
+
Copilot for BusinessEnterprise-grade AI features
|
|
200
|
+
|
|
201
|
+
](https://github.com/features/copilot/copilot-business)
|
|
202
|
+
- [
|
|
203
|
+
|
|
204
|
+
Premium SupportEnterprise-grade 24/7 support
|
|
205
|
+
|
|
206
|
+
](https://github.com/premium-support)
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
- [Pricing](https://github.com/pricing)
|
|
210
|
+
|
|
211
|
+
cypfq linux kernel driver
|
|
212
|
+
|
|
213
|
+
# Search code, repositories, users, issues, pull requests...
|
|
214
|
+
|
|
215
|
+
Search
|
|
216
|
+
|
|
217
|
+
Clear
|
|
218
|
+
|
|
219
|
+
[Search syntax tips](https://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax)
|
|
220
|
+
|
|
221
|
+
# Provide feedback
|
|
222
|
+
|
|
223
|
+
We read every piece of feedback, and take your input very seriously.
|
|
224
|
+
|
|
225
|
+
Include my email address so I can be contacted
|
|
226
|
+
|
|
227
|
+
Cancel Submit feedback
|
|
228
|
+
|
|
229
|
+
# Saved searches
|
|
230
|
+
|
|
231
|
+
## Use saved searches to filter your results more quickly
|
|
232
|
+
|
|
233
|
+
Name
|
|
234
|
+
|
|
235
|
+
Query
|
|
236
|
+
|
|
237
|
+
To see all available qualifiers, see our [documentation](https://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax).
|
|
238
|
+
|
|
239
|
+
Cancel Create saved search
|
|
240
|
+
|
|
241
|
+
[Sign in](/login?return_to=https%3A%2F%2Fgithub.com%2Fsearch%3Fq%3Dcypfq%2Blinux%2Bkernel%2Bdriver)
|
|
242
|
+
|
|
243
|
+
[Sign up](/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2Fsearch&source=header)
|
|
244
|
+
|
|
245
|
+
Appearance settings
|
|
246
|
+
|
|
247
|
+
Resetting focus
|
|
248
|
+
|
|
249
|
+
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
# repositories Search Results · cypfq linux kernel driver
|
|
254
|
+
|
|
255
|
+
## Filter by
|
|
256
|
+
|
|
257
|
+
- - [Code... (...)results](https://github.com/search?q=cypfq+linux+kernel+driver&type=code)
|
|
258
|
+
- [Repositories
|
|
259
|
+
|
|
260
|
+
results](https://github.com/search?q=cypfq+linux+kernel+driver&type=repositories)
|
|
261
|
+
- [Issues
|
|
262
|
+
|
|
263
|
+
results](https://github.com/search?q=cypfq+linux+kernel+driver&type=issues)
|
|
264
|
+
- [Pull requests
|
|
265
|
+
|
|
266
|
+
results](https://github.com/search?q=cypfq+linux+kernel+driver&type=pullrequests)
|
|
267
|
+
- [Discussions
|
|
268
|
+
|
|
269
|
+
results](https://github.com/search?q=cypfq+linux+kernel+driver&type=discussions)
|
|
270
|
+
- [Users
|
|
271
|
+
|
|
272
|
+
results](https://github.com/search?q=cypfq+linux+kernel+driver&type=users)
|
|
273
|
+
- More
|
|
274
|
+
|
|
275
|
+
- [Advanced search](/search/advanced)
|
|
276
|
+
|
|
277
|
+
Repositories0 (0)
|
|
278
|
+
|
|
279
|
+
0 results
|
|
280
|
+
|
|
281
|
+
(55 ms)
|
|
282
|
+
|
|
283
|
+
## 0 results
|
|
284
|
+
|
|
285
|
+
Sort by: Best match
|
|
286
|
+
|
|
287
|
+
Filter
|
|
288
|
+
|
|
289
|
+

|
|
290
|
+
|
|
291
|
+
### Your search did not match any code
|
|
292
|
+
|
|
293
|
+
Try one of the tips below to find more code
|
|
294
|
+
|
|
295
|
+
Search across repositoriesSearch across an organizationFind a particular file extensionWhy wasn't my code found?Regular expressionsSaved searches
|
|
296
|
+
|
|
297
|
+
You can’t perform that action at this time.
|
|
@@ -0,0 +1,370 @@
|
|
|
1
|
+
# Repository search results · GitHub
|
|
2
|
+
|
|
3
|
+
**Source:** https://github.com/search?q=cypfq+kernel+source&type=Repositories
|
|
4
|
+
**Saved:** 2026-02-14T07:03:07.277Z
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
Repository search results · GitHub
|
|
9
|
+
|
|
10
|
+
[Skip to content](#start-of-content)
|
|
11
|
+
|
|
12
|
+
## Navigation Menu
|
|
13
|
+
|
|
14
|
+
Toggle navigation
|
|
15
|
+
|
|
16
|
+
[](/)
|
|
17
|
+
|
|
18
|
+
[Sign in](/login?return_to=https%3A%2F%2Fgithub.com%2Fsearch%3Fq%3Dcypfq%2Bkernel%2Bsource%26type%3DRepositories)
|
|
19
|
+
|
|
20
|
+
Appearance settings
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
- Platform
|
|
25
|
+
|
|
26
|
+
- AI CODE CREATION
|
|
27
|
+
|
|
28
|
+
- [
|
|
29
|
+
|
|
30
|
+
GitHub CopilotWrite better code with AI
|
|
31
|
+
|
|
32
|
+
](https://github.com/features/copilot)
|
|
33
|
+
- [
|
|
34
|
+
|
|
35
|
+
GitHub SparkBuild and deploy intelligent apps
|
|
36
|
+
|
|
37
|
+
](https://github.com/features/spark)
|
|
38
|
+
- [
|
|
39
|
+
|
|
40
|
+
GitHub ModelsManage and compare prompts
|
|
41
|
+
|
|
42
|
+
](https://github.com/features/models)
|
|
43
|
+
- [
|
|
44
|
+
|
|
45
|
+
MCP RegistryNewIntegrate external tools
|
|
46
|
+
|
|
47
|
+
](https://github.com/mcp)
|
|
48
|
+
|
|
49
|
+
- DEVELOPER WORKFLOWS
|
|
50
|
+
|
|
51
|
+
- [
|
|
52
|
+
|
|
53
|
+
ActionsAutomate any workflow
|
|
54
|
+
|
|
55
|
+
](https://github.com/features/actions)
|
|
56
|
+
- [
|
|
57
|
+
|
|
58
|
+
CodespacesInstant dev environments
|
|
59
|
+
|
|
60
|
+
](https://github.com/features/codespaces)
|
|
61
|
+
- [
|
|
62
|
+
|
|
63
|
+
IssuesPlan and track work
|
|
64
|
+
|
|
65
|
+
](https://github.com/features/issues)
|
|
66
|
+
- [
|
|
67
|
+
|
|
68
|
+
Code ReviewManage code changes
|
|
69
|
+
|
|
70
|
+
](https://github.com/features/code-review)
|
|
71
|
+
|
|
72
|
+
- APPLICATION SECURITY
|
|
73
|
+
|
|
74
|
+
- [
|
|
75
|
+
|
|
76
|
+
GitHub Advanced SecurityFind and fix vulnerabilities
|
|
77
|
+
|
|
78
|
+
](https://github.com/security/advanced-security)
|
|
79
|
+
- [
|
|
80
|
+
|
|
81
|
+
Code securitySecure your code as you build
|
|
82
|
+
|
|
83
|
+
](https://github.com/security/advanced-security/code-security)
|
|
84
|
+
- [
|
|
85
|
+
|
|
86
|
+
Secret protectionStop leaks before they start
|
|
87
|
+
|
|
88
|
+
](https://github.com/security/advanced-security/secret-protection)
|
|
89
|
+
|
|
90
|
+
- EXPLORE
|
|
91
|
+
|
|
92
|
+
- [Why GitHub](https://github.com/why-github)
|
|
93
|
+
- [Documentation](https://docs.github.com)
|
|
94
|
+
- [Blog](https://github.blog)
|
|
95
|
+
- [Changelog](https://github.blog/changelog)
|
|
96
|
+
- [Marketplace](https://github.com/marketplace)
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
[View all features](https://github.com/features)
|
|
100
|
+
|
|
101
|
+
- Solutions
|
|
102
|
+
|
|
103
|
+
- BY COMPANY SIZE
|
|
104
|
+
|
|
105
|
+
- [Enterprises](https://github.com/enterprise)
|
|
106
|
+
- [Small and medium teams](https://github.com/team)
|
|
107
|
+
- [Startups](https://github.com/enterprise/startups)
|
|
108
|
+
- [Nonprofits](https://github.com/solutions/industry/nonprofits)
|
|
109
|
+
|
|
110
|
+
- BY USE CASE
|
|
111
|
+
|
|
112
|
+
- [App Modernization](https://github.com/solutions/use-case/app-modernization)
|
|
113
|
+
- [DevSecOps](https://github.com/solutions/use-case/devsecops)
|
|
114
|
+
- [DevOps](https://github.com/solutions/use-case/devops)
|
|
115
|
+
- [CI/CD](https://github.com/solutions/use-case/ci-cd)
|
|
116
|
+
- [View all use cases](https://github.com/solutions/use-case)
|
|
117
|
+
|
|
118
|
+
- BY INDUSTRY
|
|
119
|
+
|
|
120
|
+
- [Healthcare](https://github.com/solutions/industry/healthcare)
|
|
121
|
+
- [Financial services](https://github.com/solutions/industry/financial-services)
|
|
122
|
+
- [Manufacturing](https://github.com/solutions/industry/manufacturing)
|
|
123
|
+
- [Government](https://github.com/solutions/industry/government)
|
|
124
|
+
- [View all industries](https://github.com/solutions/industry)
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
[View all solutions](https://github.com/solutions)
|
|
128
|
+
|
|
129
|
+
- Resources
|
|
130
|
+
|
|
131
|
+
- EXPLORE BY TOPIC
|
|
132
|
+
|
|
133
|
+
- [AI](https://github.com/resources/articles?topic=ai)
|
|
134
|
+
- [Software Development](https://github.com/resources/articles?topic=software-development)
|
|
135
|
+
- [DevOps](https://github.com/resources/articles?topic=devops)
|
|
136
|
+
- [Security](https://github.com/resources/articles?topic=security)
|
|
137
|
+
- [View all topics](https://github.com/resources/articles)
|
|
138
|
+
|
|
139
|
+
- EXPLORE BY TYPE
|
|
140
|
+
|
|
141
|
+
- [Customer stories](https://github.com/customer-stories)
|
|
142
|
+
- [Events & webinars](https://github.com/resources/events)
|
|
143
|
+
- [Ebooks & reports](https://github.com/resources/whitepapers)
|
|
144
|
+
- [Business insights](https://github.com/solutions/executive-insights)
|
|
145
|
+
- [GitHub Skills](https://skills.github.com)
|
|
146
|
+
|
|
147
|
+
- SUPPORT & SERVICES
|
|
148
|
+
|
|
149
|
+
- [Documentation](https://docs.github.com)
|
|
150
|
+
- [Customer support](https://support.github.com)
|
|
151
|
+
- [Community forum](https://github.com/orgs/community/discussions)
|
|
152
|
+
- [Trust center](https://github.com/trust-center)
|
|
153
|
+
- [Partners](https://github.com/partners)
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
- Open Source
|
|
157
|
+
|
|
158
|
+
- COMMUNITY
|
|
159
|
+
|
|
160
|
+
- [
|
|
161
|
+
|
|
162
|
+
GitHub SponsorsFund open source developers
|
|
163
|
+
|
|
164
|
+
](https://github.com/sponsors)
|
|
165
|
+
|
|
166
|
+
- PROGRAMS
|
|
167
|
+
|
|
168
|
+
- [Security Lab](https://securitylab.github.com)
|
|
169
|
+
- [Maintainer Community](https://maintainers.github.com)
|
|
170
|
+
- [Accelerator](https://github.com/accelerator)
|
|
171
|
+
- [Archive Program](https://archiveprogram.github.com)
|
|
172
|
+
|
|
173
|
+
- REPOSITORIES
|
|
174
|
+
|
|
175
|
+
- [Topics](https://github.com/topics)
|
|
176
|
+
- [Trending](https://github.com/trending)
|
|
177
|
+
- [Collections](https://github.com/collections)
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
- Enterprise
|
|
181
|
+
|
|
182
|
+
- ENTERPRISE SOLUTIONS
|
|
183
|
+
|
|
184
|
+
- [
|
|
185
|
+
|
|
186
|
+
Enterprise platformAI-powered developer platform
|
|
187
|
+
|
|
188
|
+
](https://github.com/enterprise)
|
|
189
|
+
|
|
190
|
+
- AVAILABLE ADD-ONS
|
|
191
|
+
|
|
192
|
+
- [
|
|
193
|
+
|
|
194
|
+
GitHub Advanced SecurityEnterprise-grade security features
|
|
195
|
+
|
|
196
|
+
](https://github.com/security/advanced-security)
|
|
197
|
+
- [
|
|
198
|
+
|
|
199
|
+
Copilot for BusinessEnterprise-grade AI features
|
|
200
|
+
|
|
201
|
+
](https://github.com/features/copilot/copilot-business)
|
|
202
|
+
- [
|
|
203
|
+
|
|
204
|
+
Premium SupportEnterprise-grade 24/7 support
|
|
205
|
+
|
|
206
|
+
](https://github.com/premium-support)
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
- [Pricing](https://github.com/pricing)
|
|
210
|
+
|
|
211
|
+
cypfq kernel source
|
|
212
|
+
|
|
213
|
+
# Search code, repositories, users, issues, pull requests...
|
|
214
|
+
|
|
215
|
+
Search
|
|
216
|
+
|
|
217
|
+
Clear
|
|
218
|
+
|
|
219
|
+
[Search syntax tips](https://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax)
|
|
220
|
+
|
|
221
|
+
# Provide feedback
|
|
222
|
+
|
|
223
|
+
We read every piece of feedback, and take your input very seriously.
|
|
224
|
+
|
|
225
|
+
Include my email address so I can be contacted
|
|
226
|
+
|
|
227
|
+
Cancel Submit feedback
|
|
228
|
+
|
|
229
|
+
# Saved searches
|
|
230
|
+
|
|
231
|
+
## Use saved searches to filter your results more quickly
|
|
232
|
+
|
|
233
|
+
Name
|
|
234
|
+
|
|
235
|
+
Query
|
|
236
|
+
|
|
237
|
+
To see all available qualifiers, see our [documentation](https://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax).
|
|
238
|
+
|
|
239
|
+
Cancel Create saved search
|
|
240
|
+
|
|
241
|
+
[Sign in](/login?return_to=https%3A%2F%2Fgithub.com%2Fsearch%3Fq%3Dcypfq%2Bkernel%2Bsource%26type%3DRepositories)
|
|
242
|
+
|
|
243
|
+
[Sign up](/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2Fsearch&source=header)
|
|
244
|
+
|
|
245
|
+
Appearance settings
|
|
246
|
+
|
|
247
|
+
Resetting focus
|
|
248
|
+
|
|
249
|
+
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
# repositories Search Results · cypfq kernel source
|
|
254
|
+
|
|
255
|
+
## Filter by
|
|
256
|
+
|
|
257
|
+
- - [Code... (...)results](https://github.com/search?q=cypfq+kernel+source&type=code)
|
|
258
|
+
- [Repositories
|
|
259
|
+
|
|
260
|
+
results](https://github.com/search?q=cypfq+kernel+source&type=repositories)
|
|
261
|
+
- [Issues
|
|
262
|
+
|
|
263
|
+
results](https://github.com/search?q=cypfq+kernel+source&type=issues)
|
|
264
|
+
- [Pull requests
|
|
265
|
+
|
|
266
|
+
results](https://github.com/search?q=cypfq+kernel+source&type=pullrequests)
|
|
267
|
+
- [Discussions
|
|
268
|
+
|
|
269
|
+
results](https://github.com/search?q=cypfq+kernel+source&type=discussions)
|
|
270
|
+
- [Users
|
|
271
|
+
|
|
272
|
+
results](https://github.com/search?q=cypfq+kernel+source&type=users)
|
|
273
|
+
- More
|
|
274
|
+
- ### Advanced
|
|
275
|
+
|
|
276
|
+
- Owner
|
|
277
|
+
|
|
278
|
+
- Size
|
|
279
|
+
|
|
280
|
+
- Number of followers
|
|
281
|
+
|
|
282
|
+
- Number of forks
|
|
283
|
+
|
|
284
|
+
- Number of stars
|
|
285
|
+
|
|
286
|
+
- Date created
|
|
287
|
+
|
|
288
|
+
- Date pushed
|
|
289
|
+
|
|
290
|
+
- Topic
|
|
291
|
+
|
|
292
|
+
- License
|
|
293
|
+
|
|
294
|
+
- Archived
|
|
295
|
+
|
|
296
|
+
- [
|
|
297
|
+
|
|
298
|
+
Public
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
](https://github.com/search?q=cypfq+kernel+source+is%3Apublic&type=Repositories)
|
|
303
|
+
- [
|
|
304
|
+
|
|
305
|
+
Private
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
](https://github.com/search?q=cypfq+kernel+source+is%3Aprivate&type=Repositories)
|
|
310
|
+
|
|
311
|
+
- [Advanced search](/search/advanced)
|
|
312
|
+
|
|
313
|
+
Repositories0 (0)
|
|
314
|
+
|
|
315
|
+
0 results
|
|
316
|
+
|
|
317
|
+
(72 ms)
|
|
318
|
+
|
|
319
|
+
## 0 results
|
|
320
|
+
|
|
321
|
+
Sort by: Best match
|
|
322
|
+
|
|
323
|
+
Filter
|
|
324
|
+
|
|
325
|
+
###
|
|
326
|
+
|
|
327
|
+

|
|
328
|
+
|
|
329
|
+
[Mxiier/_kernel_\_motorola\__cypfq_](/Mxiier/kernel_motorola_cypfq)
|
|
330
|
+
|
|
331
|
+
Motorola G51 5G (_cypfq_) _Kernel_ _Source_
|
|
332
|
+
|
|
333
|
+
- C
|
|
334
|
+
·- [2](/Mxiier/kernel_motorola_cypfq/stargazers)
|
|
335
|
+
·- Updated
|
|
336
|
+
|
|
337
|
+
13 days ago
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
[Star](/login?return_to=https%3A%2F%2Fgithub.com%2Fsearch%3Fq%3Dcypfq%2Bkernel%2Bsource%26type%3DRepositories)
|
|
341
|
+
|
|
342
|
+

|
|
343
|
+
|
|
344
|
+
## Sponsor open source projects you depend on
|
|
345
|
+
|
|
346
|
+
Contributors are working behind the scenes to make open source better for everyone—give them the help and recognition they deserve.[Explore sponsorable projects](https://github.com/sponsors/explore)
|
|
347
|
+
|
|
348
|
+
ProTip!
|
|
349
|
+
|
|
350
|
+
Press the
|
|
351
|
+
|
|
352
|
+
/
|
|
353
|
+
|
|
354
|
+
key to activate the search input again and adjust your query.
|
|
355
|
+
|
|
356
|
+

|
|
357
|
+
|
|
358
|
+
## Sponsor open source projects you depend on
|
|
359
|
+
|
|
360
|
+
Contributors are working behind the scenes to make open source better for everyone—give them the help and recognition they deserve.[Explore sponsorable projects](https://github.com/sponsors/explore)
|
|
361
|
+
|
|
362
|
+
ProTip!
|
|
363
|
+
|
|
364
|
+
Press the
|
|
365
|
+
|
|
366
|
+
/
|
|
367
|
+
|
|
368
|
+
key to activate the search input again and adjust your query.
|
|
369
|
+
|
|
370
|
+
You can’t perform that action at this time.
|