| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Allow realpath to accept multiple paths on the command line.
- Add -q to suppress warnings if some paths can't be processed, and use
getopt(3) to process flags.
- Print the path being requested rather than a possibly partially
processed path when a failure occurs so that you can tell which of
several passed paths did fail.
MFC after: 1 week
PR: 112920
Submitted by: Ighighi <ighighi@gmail.com>
|
|
|
|
| |
Sort standard sections in the (documented) preferred order.
|
| |
|
|
|
|
| |
OK'ed by: imp, core
|
|
|
|
|
|
|
|
| |
This also reverts the PATH_MAX -> MAXPATHLEN part of
rev 1.3 of src/bin/realpath/realpath.c
Requested by: imp
Reviewed by: imp, bde
|
|
|
|
|
|
|
|
| |
is given as argument) that is not present in 4-Stable.
It was introduced when realpath(1) was split out of pwd(1).
The removed behavior is provided by pwd(1).
Reviewed by: mike
|
|
|
|
|
|
|
| |
- use the problematic part of the path, instead of the argument,
when reporting an error.
Reviewed by: mike
|
|
|
|
|
|
| |
usage() as __dead2 to avoid a GCC warning.
Spotted by: keramida
|
| |
|
|
|
|
| |
shared sources with pwd(1).
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: "Stephen L. Palmer" <slpalmer@mail.com>
Forgotten by: asmodai
|
| |
|
|
This lets you resolve pathnames to their underlying physical path:
critter# realpath /sys/kern/subr_disk.c
/freebsd/src/sys/kern/subr_disk.c
Update the pwd man-page slightly.
|