Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
| | |||||
* | Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar | ru | 2004-11-03 | 1 | -1/+1 |
| | | | | | | | | to PRECIOUSLIB from bsd.lib.mk. The side effect of this is making installing the world under jail(8) possible by using another knob, NOFSCHG. Reviewed by: oliver | ||||
* | Only check if ENABLE_SUID_NEWGRP is defined, for consistency with | ru | 2004-10-24 | 1 | -1/+1 |
| | | | | other ENABLE_SUID_* variables. | ||||
* | 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 |