#
c7befad6 |
| 10-Nov-2023 |
schwarze <schwarze@openbsd.org> |
MNT_SOFTDEP and mount -o softdep no longer have any effect OK kn@ jmc@
|
#
c6206b64 |
| 29-Dec-2022 |
schwarze <schwarze@openbsd.org> |
HISTORY: clarify that unmount(2) used to be called umount(2) from v1 to Tahoe; joint work with and OK jsg@
|
#
e992327f |
| 03-Jan-2021 |
rob <rob@openbsd.org> |
Make consistent reference to pathname.
OK schwarze@, jmc@, deraadt@
|
#
eda2ee1e |
| 08-Jul-2019 |
anton <anton@openbsd.org> |
Get rid of an old convention of wrapping preprocessor constants in curly braces.
no objection from jmc@ and schwarze@
|
#
4ecee774 |
| 27-Apr-2018 |
guenther <guenther@openbsd.org> |
<sys/mount.h> and <sys/swap.h> no longer require <sys/param.h>
ok krw@
|
#
595a468c |
| 27-Feb-2017 |
jmc <jmc@openbsd.org> |
use Dv, for consistency; from bruno flueckiger
|
#
9f25ea04 |
| 27-May-2016 |
deraadt <deraadt@openbsd.org> |
W^X violations are no longer permitted by default. A kernel log message is generated, and mprotect/mmap return ENOTSUP. If the sysctl(8) flag kern.wxabort is set then a SIGABRT occurs instead, for
W^X violations are no longer permitted by default. A kernel log message is generated, and mprotect/mmap return ENOTSUP. If the sysctl(8) flag kern.wxabort is set then a SIGABRT occurs instead, for gdb use or coredump creation.
W^X violating programs can be permitted on a ffs/nfs filesystem-basis, using the "wxallowed" mount option. One day far in the future upstream software developers will understand that W^X violations are a tremendously risky practice and that style of programming will be banished outright. Until then, we recommend most users need to use the wxallowed option on their /usr/local filesystem. At least your other filesystems don't permit such programs.
ok jca kettenis mlarkin natano
show more ...
|
#
520ebeba |
| 23-Nov-2015 |
jmc <jmc@openbsd.org> |
point to mount_mfs(8), not mfs(8);
|
#
ec5cd23e |
| 10-Sep-2015 |
schwarze <schwarze@openbsd.org> |
use .In rather than .Fd #include
|
#
a8c238b0 |
| 19-Jan-2015 |
millert <millert@openbsd.org> |
Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONG description.
|
#
33fc4b46 |
| 10-Dec-2014 |
schwarze <schwarze@openbsd.org> |
use .Rv; no change of meaning; from Kaspars at Bankovskis dot net
|
#
369bef3a |
| 21-Jan-2014 |
schwarze <schwarze@openbsd.org> |
obvious .Pa fixes; found with mandocdb(8)
|
#
4de47393 |
| 17-Nov-2011 |
schwarze <schwarze@openbsd.org> |
Complete the HISTORY of all syscalls that exist since Version 1 AT&T UNIX. All facts from http://minnie.tuhs.org/cgi-bin/utree.pl, checked by sobrado@. Feedback and ok jmc@ jmc@ (sic, Jason checked a
Complete the HISTORY of all syscalls that exist since Version 1 AT&T UNIX. All facts from http://minnie.tuhs.org/cgi-bin/utree.pl, checked by sobrado@. Feedback and ok jmc@ jmc@ (sic, Jason checked and ok'ed this twice).
show more ...
|
#
abbbfe8c |
| 06-Nov-2011 |
deraadt <deraadt@openbsd.org> |
.Ev -> .Dv
|
#
a982d32d |
| 01-Jun-2007 |
jmc <jmc@openbsd.org> |
more adosfs removal;
|
#
9490d37c |
| 31-May-2007 |
jmc <jmc@openbsd.org> |
convert to new .Dd format;
|
#
2112d326 |
| 21-Mar-2007 |
pedro <pedro@openbsd.org> |
Add support for mounting arbitrary sessions, from Enache Adrian OK deraadt@ mjc@ canacar@ krw@, with much input from Enache himself
|
#
4f86468a |
| 15-Dec-2006 |
krw <krw@openbsd.org> |
Nuke GEMDOSFS. Unused part of unused atari port. Simplifies MSDOSFS code. Eliminates -G option to mount_msdos.
Nit detection by gwk@, tom@, jmc@.
ok weingart@ tom@ thib@ dlg@ deraadt@
|
#
21257490 |
| 27-Oct-2005 |
jaredy <jaredy@openbsd.org> |
remove errors that no longer apply; ok millert, tedu
|
#
576c1eaf |
| 03-Oct-2005 |
jmc <jmc@openbsd.org> |
add struct udf_args;
requested by mpech@ ok otto@
|
#
b62e3ad4 |
| 01-Jun-2005 |
jmc <jmc@openbsd.org> |
no more MNT_UNION, says pedro@
|
#
6028464a |
| 16-Mar-2004 |
otto <otto@openbsd.org> |
Document correct limit to path names lengths. Resolves PR 3716. ok jmc@ tedu@
|
#
b8f7df50 |
| 25-Jul-2003 |
jmc <jmc@openbsd.org> |
change the description of [EINVAL] for mount() and unmount(); discussed with tedu.
reported by Hannah Schroeter on misc@
|
#
464760b0 |
| 21-Jun-2003 |
jmc <jmc@openbsd.org> |
document mount_ntfs and better formatting; ok tedu@
|
#
edeef4a9 |
| 10-Jun-2003 |
millert <millert@openbsd.org> |
o make mount(2) return EROFS, not EPERM if ffs is dirty o document EROFS in man page (2 possible causes) o recognize EROFS in mount_ffs and try to give a reasonable error message deraadt@ OK
|