Module Name: src Committed By: wiz Date: Wed Apr 2 10:55:47 UTC 2014
Modified Files: src/bin/ls: ls.1 ls.c Log Message: Apply diff from Igor Sobrado <i...@orion.ciencias.uniovi.es>: We have written a diff to our ls(1) to recover the traditional behaviour of -f implying -a. This change does not only accommodates POSIX.1 but also matches traditional UNIX. OpenBSD commit message: CVSROOT: /cvs Module name: src Changes by: sobr...@cvs.openbsd.org 2014/03/31 14:54:37 Modified files: bin/ls : ls.1 ls.c Log message: restore the traditional behavior of -f implying -a; apparently Keith Bostic forgot to restore it when the -f flag was put back on 2nd of September 1989, after being removed on 16th of August as a consequence of issues getting it working over NFS, so deviation from traditional UNIX behavior in all BSDs looks like an historical accident; as a side effect, this change accommodates behavior of this option to IEEE Std 1003.1-2008 (``POSIX.1''). joint work with jmc@ (who found the inaccuracy in our implementation), schwarze@ (who provided a detailed tracking of historical facts) and millert@ ok millert@, schwarze@ To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/bin/ls/ls.1 cvs rdiff -u -r1.73 -r1.74 src/bin/ls/ls.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.