tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
sbin
/
mount
/
at
trash-bin2
6 files
Makefile
remove redundant variable declarations in Makefiles, since those are the default.
8 years ago
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.
6 years ago
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.
9 years ago
mount.8
delete whitespace before a full stop on a text line; patch from Alessandro dot Gallo at syssegv dot org
7 years ago
mount.c
fix grammar in comment: successfully -> successful
4 years ago
pathnames.h
Remove the advertising clause in the UCB license which Berkeley rescinded 22 July 1999. Proofed by myself and Theo.
23 years ago