Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use (char *)NULL to terminated to argument list for execl(). | harti | 2003-10-30 | 1 | -1/+1 |
| | | | | | Without this cast the compiler cannot know that it has to convert the null pointer constant NULL to a null pointer. | ||||
* | mdoc(7) police: one minor change that was not probably worth a commit. | ru | 2002-05-30 | 1 | -1/+1 |
| | |||||
* | Add the newgrp(1) utility, which changes groups. This is required by | tjr | 2002-05-28 | 3 | -0/+411 |
the POSIX.2 UPE. PR: 36190 Reviewed by: -standards, silence on -audit |