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

spelling fixes; from paul tagliamonte amendments to his diff are noted on tech

4 года назад
Makefile

Revert my changes in r1.60 back to nicm@'s latest for now.

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

Add --brief and --dereference, used by xdg-open/xdg-mime.

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

Convert sbin and usr.bin to check for imsgbuf_init failure and add imsgbuf_allow_fdpass where needed.

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

Remove old unused prototype, from Ilya Kaliman.

10 лет назад
magic-common.c

Accept hexadecimal numbers without 0x if they aren't a valid decimal number.

11 лет назад
magic-dump.c

Add support for 'name' and 'use' which allows more of the latest magic files to work unchanged. (We are still missing 'indirect' and a few other bits.)

10 лет назад
magic-load.c

Replace fgetln with POSIX getline, even though file was using fgetln in the idiomatic safe way. Also, check for stream errors with ferror and err(1, "") in that case.

9 лет назад
magic-test.c

Regex flags should include REG_NEWLINE and REG_ICASE should actually be used if specified.

8 лет назад
magic.5

remove macro instances from arbitrary string width specifiers. for example

6 лет назад
magic.h

Tidy up some #include lines.

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

Style nits; no binary change.

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

asprintf returns -1, not an arbitrary value < 0. Also upon error the (very sloppy specification) leaves an undefined value in *ret, so it is wrong to inspect it, the error condition is enough. discussed a little with nicm, and then much more with millert until we were exasperated

7 лет назад
xmalloc.h

Merge xmalloc.[ch] files across base, skipping OpenSSH for now.

11 лет назад