Age | Commit message (Collapse) | Author |
|
Introduce the 'hw.machine' sysctl variable to represent the current
machine architecture.
Signed-off-by: Ian Moffett <ian@osmora.org>
|
|
Signed-off-by: Ian Moffett <ian@osmora.org>
|
|
Signed-off-by: Ian Moffett <ian@osmora.org>
|
|
This commit introduces the 'kern.hostname' sysctl variable to store the
machines hostname.
Signed-off-by: Ian Moffett <ian@osmora.org>
|
|
When setting sysctl variables from userspace, the 'old' fields will
unused and thus typically be set to NULL. This commit modifies the
behaviour of do_sysctl() to enable this.
Signed-off-by: Ian Moffett <ian@osmora.org>
|
|
Since we are approaching the point to where we'll need to set sysctl
variables from userspace. It would be a wise idea to actually set the
length of the new data.
Signed-off-by: Ian Moffett <ian@osmora.org>
|
|
Introduce the sysctl_clearstr() function to clear string variables that
aren't readonly to a known state.
Signed-off-by: Ian Moffett <ian@osmora.org>
|
|
Was supposed to happen on Jan 1, sorry! Happy late new year!
Signed-off-by: Ian Moffett <ian@osmora.org>
|
|
Signed-off-by: Ian Moffett <ian@osmora.org>
|
|
Signed-off-by: Ian Moffett <ian@osmora.org>
|
|
This commit makes various changes such as updating how readonly and
writable entries are stored and how entry lookups are made to improve
flexibility.
Signed-off-by: Ian Moffett <ian@osmora.org>
|
|
Signed-off-by: Ian Moffett <ian@osmora.org>
|
|
Signed-off-by: Ian Moffett <ian@osmora.org>
|
|
Signed-off-by: Ian Moffett <ian@osmora.org>
|