Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
etherlabmaster
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ICS Control System Infrastructure
etherlabmaster
Graph
cdd5ad4d6076457842f8d68576da624afdc94e4e
Select Git revision
Branches
2
master
stable-1.5
default
Tags
2
1.5.2.ESS0
version-1.3.2
4 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
18
Jun
17
16
12
11
10
9
6
5
4
3
2
30
May
29
28
27
13
25
Apr
24
18
16
8
7
3
31
Mar
19
18
17
13
6
4
3
29
Feb
28
27
26
22
21
19
14
12
4
1
31
Jan
30
8
21
Dec
18
22
Nov
5
Oct
4
3
2
24
Sep
20
19
18
17
13
12
10
6
22
Aug
20
14
10
9
8
7
6
3
30
Jul
25
17
13
8
Jun
6
3
May
16
Mar
12
9
8
7
6
5
4
2
1
28
Feb
23
22
21
20
16
15
14
13
12
9
6
15
Jan
12
10
9
8
2
1
18
Dec
8
24
Nov
23
21
7
6
3
2
31
Oct
30
27
26
25
24
23
20
19
18
17
16
13
Minor change.
Only load default assignment, if slave was attached.
Implemented ecrt_slave_config_state(); minor changes in
Set slave_states to 0x00 when no slaves are present.
Completed ec_master_state_t and documented ec_master_state_t and
Removed some unnecessary code.
Completed master states.
Updated install script; udev rule.
Remove manual creation of device nodes, this is done by udev.
Added support for different versions of class_device_create().
Replaced include sysfs->device.
Create class device with device_number information in sysfs.
Create device class. Preparation for device numbers in sysfs.
Improved ecdev_offer().
Reverted revision number checking from r1228.
Added revision number to slave type checking.
TODO.
Minor change.
Added a few debugging messages.
Minor change.
Fixed duplicate kfree() bug.
Minor change.
Fixed bug in slave scanning, causing a segmentation fault.
Removed EC_IOCTL_DOMAIN_COUNT.
Store slaves in an array instead of a list.
Removed unnecessary code.
Replaced a few GFP_ATOMIC allocations with GFP_KERNEL ones.
Removed kobject from master and module. Sysfs is gone!
Removed deprecated default_config flag.
Removed kobject from slave_config.
Clear domains before slave configs, because domain references the FMMU
Removed kobject from domain.
Removed kobjects from sdo and slave.
Removed kobject from sdo entry.
Bus configuration via 'ethercat config'.
Slave information via 'ethercat slave'.
Improved 'ethercat ls' formatting.
Display error flag in 'ethercat ls'; cleaned up usage of error flag;
Replaced misleading %i by %u.
Fixed calculation of expected working counter.
Loading