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

While here nuke some more annoying whitespace nits.

10 лет назад
direntry.h

msdosfs_times() doesn't need to copy timespecs onto the stack: just mark unix2dostime()'s first argument as a pointer to const and skip the copies.

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

Merge fs/msdosfs/ and newfs_msdos/ into msdos/.

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

#include <disktab.h> not needed for successful compile.

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

While here nuke some more annoying whitespace nits.

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

msdosfs_times() doesn't need to copy timespecs onto the stack: just mark unix2dostime()'s first argument as a pointer to const and skip the copies.

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

annotate all required sys/param.h uses with what they bring into scope, and delete all others. use PATH_MAX and other standardized symbols instead of prehistoric kernel-only names, create local MINIMUM/MAXIMUM macros where required, and directly include standard userland .h files as required.

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

correct indentation; no functional change ok tb@

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

annotate all required sys/param.h uses with what they bring into scope, and delete all others. use PATH_MAX and other standardized symbols instead of prehistoric kernel-only names, create local MINIMUM/MAXIMUM macros where required, and directly include standard userland .h files as required.

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

spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech

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

Make sure we read a complete struct fsinfo even if the filesystem sectors are smaller. bug report and ok kn@

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

msdosfs_times() doesn't need to copy timespecs onto the stack: just mark unix2dostime()'s first argument as a pointer to const and skip the copies.

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

Merge fs/msdosfs/ and newfs_msdos/ into msdos/.

10 лет назад