OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Grigoriy Orlov (gluk_at_cvs.openbsd.org)
Date: Wed Nov 06 2002 - 08:14:49 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: glukcvs.openbsd.org 2002/11/06 07:14:48

    Modified files:
            sbin/mount : mount.c

    Log message:
    - make -u identical with "-o update". The same for -f,-r,-w.
    - mount point may be specified with trailing slash in all cases
    (including fstab).
    - mount doesn't look in fstab at "-o update". So update doesn't fails
    for fs which isn't listed in fstab.
    - 'mount -o update' only changes options which supplied via command line
    and preserves options which currently in use.
    - fix argv[] buffer overflow in mountfs/mangle.
    - correct usage.
    - Other improvements and fixes which I can't remember.

    Thanks to everyone who test this patch.

    miod ok.