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

do not need -static anymore

13 лет назад
compare.c

correct indentation; no functional change ok tb@

2 года назад
crc.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 лет назад
create.c

Stop down-converting to a timeval when comparing and setting times. Replace use of the old BSD st_*timespec members in struct stat with the POSIX-standard st_*tim members.

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

Mark error() as __dead so clang doesn't report use of uninitialized variables after calls to error().

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

Mark error() as __dead so clang doesn't report use of uninitialized variables after calls to error().

9 лет назад
mtree.8

Avoid gendered language in man pages when not referring to a specific person. Rewrite or use singular they.

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

userspace: remove vestigial '?' cases from top-level getopt(3) loops

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

Stop down-converting to a timeval when comparing and setting times. Replace use of the old BSD st_*timespec members in struct stat with the POSIX-standard st_*tim members.

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

Stop down-converting to a timeval when comparing and setting times. Replace use of the old BSD st_*timespec members in struct stat with the POSIX-standard st_*tim members.

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

Nuke a bunch of whitespace nits seen while '%q' hunting.

10 лет назад