Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
https-github-com-bit
/
systemd
Public
forked from
adamlaska/systemd
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
systemd
src
libudev
on
v248
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 26, 2021
tests: drop calls to unsetenv SYSTEMD_MEMPOOL
Show description for bc52ded
keszybz
committed
bc52ded
View commit details
Copy full SHA for bc52ded
View code at this point
Browse repository at this point
Commits on Mar 3, 2021
libudev: shorten code a bit
Show description for 1d61d70
yuwata
committed
1d61d70
View commit details
Copy full SHA for 1d61d70
View code at this point
Browse repository at this point
Commits on Feb 25, 2021
libudev: fix typo in docstring
keszybz
committed
0025868
View commit details
Copy full SHA for 0025868
View code at this point
Browse repository at this point
Commits on Feb 18, 2021
sd-device: add sd_device_get_action() + sd_device_get_seqnum() + sd_device_new_from_stat_rdev()
Show description for a113002
poettering
committed
a113002
View commit details
Copy full SHA for a113002
View code at this point
Browse repository at this point
Commits on Feb 1, 2021
libudev: add one more assertion
yuwata
committed
ecf83c2
View commit details
Copy full SHA for ecf83c2
View code at this point
Browse repository at this point
libudev: unset uptodate flag before free()ing entries
Show description for 65c637a
yuwata
committed
65c637a
View commit details
Copy full SHA for 65c637a
View code at this point
Browse repository at this point
libudev: also drop the entry from LIST even if unique flag is set
Show description for 8e5ce38
yuwata
committed
8e5ce38
View commit details
Copy full SHA for 8e5ce38
View code at this point
Browse repository at this point
libudev: set entry->list after the entry is stored in the list
Show description for 140716a
yuwata
committed
140716a
View commit details
Copy full SHA for 140716a
View code at this point
Browse repository at this point
libudev: use hashmap_ensure_put()
yuwata
committed
eaef130
View commit details
Copy full SHA for eaef130
View code at this point
Browse repository at this point
Commits on Jan 18, 2021
meson: move test or fuzzer definitions to relevant meson.build in subdirectories
yuwata
committed
e025c9d
View commit details
Copy full SHA for e025c9d
View code at this point
Browse repository at this point
meson: move libudev related definitions to src/libudev/meson.build
Show description for 3976f37
yuwata
committed
3976f37
View commit details
Copy full SHA for 3976f37
View code at this point
Browse repository at this point
test: rewrite test-sd-device-thread.c to depend only on libsystemd
Show description for 772e0a7
yuwata
committed
772e0a7
View commit details
Copy full SHA for 772e0a7
View code at this point
Browse repository at this point
test: move tests for libudev into src/libudev
yuwata
committed
261fc53
View commit details
Copy full SHA for 261fc53
View code at this point
Browse repository at this point
Commits on Dec 15, 2020
udev: introduce udev_queue_is_empty() and udev_queue_init()
yuwata
committed
bee33d0
View commit details
Copy full SHA for bee33d0
View code at this point
Browse repository at this point
libudev: fix indentation
yuwata
committed
0746a5e
View commit details
Copy full SHA for 0746a5e
View code at this point
Browse repository at this point
libudev: drop unnecessary headers from libudev-util.c
yuwata
committed
dae2821
View commit details
Copy full SHA for dae2821
View code at this point
Browse repository at this point
udev: rename UTIL_LINE_SIZE -> UDEV_LINE_SIZE and friends
Show description for c8eaaf6
yuwata
committed
c8eaaf6
View commit details
Copy full SHA for c8eaaf6
View code at this point
Browse repository at this point
udev: move util_resolve_subsys_kernel() to udev-util.c
yuwata
committed
1223227
View commit details
Copy full SHA for 1223227
View code at this point
Browse repository at this point
udev: move util_replace_chars() to udev-util.c
yuwata
committed
393fcaf
View commit details
Copy full SHA for 393fcaf
View code at this point
Browse repository at this point
udev: move util_path_encode() and rename it to escape_path()
yuwata
committed
9a56b87
View commit details
Copy full SHA for 9a56b87
View code at this point
Browse repository at this point
udev: move util_replace_whitespace() to udev-util.c
yuwata
committed
5953d8b
View commit details
Copy full SHA for 5953d8b
View code at this point
Browse repository at this point
Commits on Nov 9, 2020
license: LGPL-2.1+ -> LGPL-2.1-or-later
yuwata
committed
db9ecf0
View commit details
Copy full SHA for db9ecf0
View code at this point
Browse repository at this point
Commits on Sep 8, 2020
tree-wide: define iterator inside of the macro
keszybz
committed
90e74a6
View commit details
Copy full SHA for 90e74a6
View code at this point
Browse repository at this point
Commits on Sep 1, 2020
libudev: also expose API to check for current tags in libudev
poettering
committed
3b684be
View commit details
Copy full SHA for 3b684be
View code at this point
Browse repository at this point
Commits on Jun 25, 2020
tree-wide: avoid some loaded terms
Show description for 6b000af
poettering
authored and
keszybz
committed
6b000af
View commit details
Copy full SHA for 6b000af
View code at this point
Browse repository at this point
Commits on Jun 10, 2020
tree-wide: port to fd_wait_for_event()
Show description for 0f2d351
poettering
authored and
daandemeyer
committed
0f2d351
View commit details
Copy full SHA for 0f2d351
View code at this point
Browse repository at this point
tree-wide: check POLLNVAL everywhere
Show description for dad28bf
poettering
authored and
keszybz
committed
dad28bf
View commit details
Copy full SHA for dad28bf
View code at this point
Browse repository at this point
Commits on Apr 21, 2020
tree-wide: fix spelling errors
Show description for 86b52a3
mrc0mmand
committed
86b52a3
View commit details
Copy full SHA for 86b52a3
View code at this point
Browse repository at this point
Commits on Nov 3, 2019
tree-wide: drop string.h when string-util.h or friends are included
yuwata
committed
455fa96
View commit details
Copy full SHA for 455fa96
View code at this point
Browse repository at this point
Commits on Oct 31, 2019
tree-wide: drop missing.h
yuwata
committed
f5947a5
View commit details
Copy full SHA for f5947a5
View code at this point
Browse repository at this point
Commits on Jul 23, 2019
libudev: Update list of possible actions
Show description for 64db4c3
hadess
authored and
yuwata
committed
64db4c3
View commit details
Copy full SHA for 64db4c3
View code at this point
Browse repository at this point
Commits on Jun 12, 2019
libudev: hide definition of struct udev_device
yuwata
committed
538bdb4
View commit details
Copy full SHA for 538bdb4
View code at this point
Browse repository at this point
libudev: rescan devices when filter is updated
Show description for 56fa368
yuwata
committed
56fa368
View commit details
Copy full SHA for 56fa368
View code at this point
Browse repository at this point
libudev: re-implement libudev-list with LIST and hashmap
yuwata
committed
c011308
View commit details
Copy full SHA for c011308
View code at this point
Browse repository at this point
libudev: hide definition of struct udev_list from other libudev components
Show description for dcf557f
yuwata
committed
dcf557f
View commit details
Copy full SHA for dcf557f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.