| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=109331
|
| |
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=108034
|
| |
|
|
|
|
|
|
|
|
| |
- use the problematic part of the path, instead of the argument,
when reporting an error.
Reviewed by: mike
Notes:
svn path=/head/; revision=108032
|
| |
|
|
|
|
|
|
|
| |
usage() as __dead2 to avoid a GCC warning.
Spotted by: keramida
Notes:
svn path=/head/; revision=98057
|
| |
|
|
| |
Notes:
svn path=/head/; revision=95122
|
| |
|
|
|
|
|
| |
shared sources with pwd(1).
Notes:
svn path=/head/; revision=90523
|
| |
|
|
| |
Notes:
svn path=/head/; revision=81687
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79526
|
| |
|
|
|
|
|
|
| |
Submitted by: "Stephen L. Palmer" <slpalmer@mail.com>
Forgotten by: asmodai
Notes:
svn path=/head/; revision=72853
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69119
|
|
|
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.
Notes:
svn path=/head/; revision=69110
|