/
nerfur
/
openbsd-src
ОбзорДокументацияВойти
/
nerfur
/
openbsd-src
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
openbsd-src/
usr.sbin/ldomd/
..
Makefile

Honour DEBUG

7 лет назад
ds.c

Print poll(2) errno

4 года назад
ds.h

When we nack a domain service because we don't support the requested major version, provide a major version that we do support.

8 лет назад
hvctl.h

Implement panic command.

14 лет назад
ldomd.8

Move configuration format into ldom.conf(5)

7 лет назад
ldomd.c

For open/openat, if the flags parameter does not contain O_CREAT, the 3rd (variadic) mode_t parameter is irrelevant. Many developers in the past have passed mode_t (0, 044, 0644, or such), which might lead future people to copy this broken idiom, and perhaps even believe this parameter has some meaning or implication or application. Delete them all. This comes out of a conversation where tb@ noticed that a strange (but intentional) pledge behaviour is to always knock-out high-bits from mode_t on a number of system calls as a safety factor, and his bewilderment that this appeared to be happening against valid modes (at least visually), but no sorry, they are all irrelevant junk. They could all be 0xdeafbeef. ok millert

5 лет назад
ldomd.h

Give ldomd(8) its own copy of the domain services support code and modify it to handle multiple channels. Use it to provide the var-config domain service to all the currently configured guest domains.

14 лет назад
var-config.c

Use scan_scaled(3) for memory in ldom.conf

7 лет назад