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

$OpenBSD$

29 лет назад
cchar.c

header cleanup

10 лет назад
extern.h

remove prototypes with no matching function and externs with no var partly checked by millert@

2 года назад
gfmt.c

header cleanup

10 лет назад
key.c

When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.

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

header cleanup

10 лет назад
print.c

Quiet a clang warning from -Wstring-plus-int. OK naddy@

9 лет назад
stty.1

man pages: add missing commas between subordinate and main clauses

4 года назад
stty.c

stty(1) can't be pledged for all modes, but it can be unveiled. the only file to be opened is on stty -f `file', so call unveil(2) afterwards to restrict all fs access.

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

header cleanup

10 лет назад