Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the new standard EXIT STATUS section where appropriate. | ru | 2005-01-16 | 1 | -1/+1 |
| | | | | Sort standard sections in the (documented) preferred order. | ||||
* | /*- or .\"- or #- to begin license clauses. | imp | 2005-01-10 | 1 | -0/+1 |
| | |||||
* | Remove clause 3 from the UCB licenses. | markm | 2004-04-06 | 2 | -8/+0 |
| | | | | OK'ed by: imp, core | ||||
* | realpath(3) should use PATH_MAX instead of MAXPATHLEN according to POSIX. | johan | 2003-01-15 | 1 | -1/+1 |
| | | | | | | | | 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 | ||||
* | Remove undocumented behavior (return current work dir if no path | johan | 2002-12-18 | 1 | -5/+2 |
| | | | | | | | | 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 MAXPATHLEN per realpath(3) | johan | 2002-12-18 | 1 | -2/+2 |
| | | | | | | | - use the problematic part of the path, instead of the argument, when reporting an error. Reviewed by: mike | ||||
* | Check the return value of getcwd() to avoid printf()ing a NULL. Mark | mike | 2002-06-09 | 1 | -4/+5 |
| | | | | | | usage() as __dead2 to avoid a GCC warning. Spotted by: keramida | ||||
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -1/+2 |
| | |||||
* | Move the realpath(1) source into its own directory. Previously, it | mike | 2002-02-11 | 2 | -0/+74 |
| | | | | shared sources with pwd(1). | ||||
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 1 | -3/+1 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | Move the realpath(1) birth day from FreeBSD 5.0 to FreeBSD 4.3. | ru | 2001-02-22 | 1 | -1/+1 |
| | | | | | Submitted by: "Stephen L. Palmer" <slpalmer@mail.com> Forgotten by: asmodai | ||||
* | mdoc(7) police: minor fixes. | ru | 2000-11-24 | 1 | -11/+13 |
| | |||||
* | Let the pwd program double as realpath(1). | phk | 2000-11-24 | 1 | -0/+68 |
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. |