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

remove redundant variable declarations in Makefiles, since those are the default.

9 лет назад
getmntopts.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 лет назад
mntopts.h

Add a noperm mount flag for FFS to be used for building release sets without root privileges. This is only the kernel/mount flag; additional work in the build Makefile's will be necessary such that the files in $DESTDIR are created with correct permissions.

10 лет назад
mount.8

MNT_SOFTDEP and mount -o softdep no longer have any effect OK kn@ jmc@

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

ctime(3) and ctime_r(3) can fail when timestamps are way off. Add missing error checks to all calls under sbin/

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

Remove the advertising clause in the UCB license which Berkeley rescinded 22 July 1999. Proofed by myself and Theo.

23 года назад