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

for some time now mandoc has not required MLINKS to function correctly - logically complete that now by removing MLINKS from base;

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

zap rcsid

21 год назад
cfgetospeed.c

zap rcsid

21 год назад
cfmakeraw.c

Have cfmakeraw() also reset VMIN and VTIME to their default values; ok kettenis miod

18 лет назад
cfsetispeed.c

zap rcsid

21 год назад
cfsetospeed.c

zap rcsid

21 год назад
cfsetspeed.c

zap rcsid

21 год назад
tcdrain.c

Use a Thread Information Block in both single and multi-threaded programs. This stores errno, the cancelation flags, and related bits for each thread and is allocated by ld.so or libc.a. This is an ABI break from 5.9-stable!

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

shm_open(), sysconf(), tcflow(), and tcsendbreak() are not permitted to be cancellation points in POSIX, so change them to invoke the non-cancellation point versions of open(), close(), nanosleep(), and write()

9 лет назад
tcflush.c

Prefer <fcntl.h> over <sys/fcntl.h>

11 лет назад
tcgetattr.c

Wrap <termios.h> so that calls go direct and the symbols are all weak.

11 лет назад
tcgetpgrp.3

remove outdated "expected to be compliant" ok miod@ kn@ deraadt@

4 года назад
tcgetpgrp.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 лет назад
tcgetsid.3

remove outdated "expected to be compliant" ok miod@ kn@ deraadt@

4 года назад
tcgetsid.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 лет назад
tcsendbreak.3

remove outdated "expected to be compliant" ok miod@ kn@ deraadt@

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

shm_open(), sysconf(), tcflow(), and tcsendbreak() are not permitted to be cancellation points in POSIX, so change them to invoke the non-cancellation point versions of open(), close(), nanosleep(), and write()

9 лет назад
tcsetattr.3

remove outdated "expected to be compliant" ok miod@ kn@ deraadt@

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

Wrap <termios.h> so that calls go direct and the symbols are all weak.

11 лет назад
tcsetpgrp.3

remove outdated "expected to be compliant" ok miod@ kn@ deraadt@

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

Remove some useless casts and includes. OK deraadt@ tedu@

12 лет назад