Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-19 | library routines should not be checking for NULL pointers passed in, | Theo de Raadt | |
and then setting errno to EFAULT. that is balony programming! they should keep stumbling along to purposely create a crash, so that the programmer stops doing that kind of stupid crap. ok otto | |||
2003-06-02 | - section reorder | Jason McIntyre | |
- clean up .Xr's | |||
2003-05-15 | New: fmt_scaled() and scan_scaled() convert to and from "human readable" | Ian Darwin | |
or scaled numbers. fmt_scaled, and the format, based on Ken Stailey's code for "df -h"; scan_scaled is new. Significantly commented on and reworked by pjanzen@; other comments from millert@. OK pjanzen@. |