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

Add builtin XMODEM send support with ~X, only tested with lrz -X so far.

14 лет назад
command.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 лет назад
cu.1

remove unused Pp macro;

3 года назад
cu.c

Map ucom unit number to cuaU number using the same scheme as MAKEDEV uses.

2 года назад
cu.h

Add -E to change the escape character, from Artturi Alm.

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

Once we've set up termios, lines need to be \r\n terminated, and we need to reset termios before exiting. So add custom versions of err(), errx(), warn(), warnx() to handle this.

14 лет назад
input.c

Once we've set up termios, lines need to be \r\n terminated, and we need to reset termios before exiting. So add custom versions of err(), errx(), warn(), warnx() to handle this.

14 лет назад
xmodem.c

Include stdint.h for the uint{8,16}_t types. OK nicm@

11 лет назад