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

add paper.txt target;

23 года назад
Makefile

Rather than invoking fork/execve of dc(1) on a pipe, compile in the dc(1) code directly and use it as a subfunction. This refactoring allows use of pledge "stdio rpath proc tty" in the main bc(1) process before fork, pledge "stdio rpath tty" after fork, and fully reduced to "stdio" in the dc(1) child.

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

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
bcode.h

Include bn.h and err.h from <openssl/...>, not the old <ssl/...> location.

11 лет назад
dc.1

Add some references, most of these were removed when we stopped building and installing USD/SMM/PSD docs.

5 лет назад
dc.c

correct indentation; no functional change ok tb@

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

Rather than invoking fork/execve of dc(1) on a pipe, compile in the dc(1) code directly and use it as a subfunction. This refactoring allows use of pledge "stdio rpath proc tty" in the main bc(1) process before fork, pledge "stdio rpath tty" after fork, and fully reduced to "stdio" in the dc(1) child.

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

Use LibreSSLs specialized functions to print base 10 and base 16. Also optimize the general case a bit. ok semarie@

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

Rather than invoking fork/execve of dc(1) on a pipe, compile in the dc(1) code directly and use it as a subfunction. This refactoring allows use of pledge "stdio rpath proc tty" in the main bc(1) process before fork, pledge "stdio rpath tty" after fork, and fully reduced to "stdio" in the dc(1) child.

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

Use proper BN functions for error reporting; from kshe

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

strdup -> bstrdup; from Michael W. Bombardieri

9 лет назад