Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -2/+4 |
| | |||||
* | The .Nm utility | charnier | 2002-07-14 | 1 | -2/+4 |
| | |||||
* | de-__P() | alfred | 2002-07-11 | 1 | -3/+3 |
| | |||||
* | Fixed some world breakage caused by not updating clients when <timeconv.h> | bde | 2002-07-08 | 1 | -0/+1 |
| | | | | | was split off from <time.h>. This became fatal here when -Werror was reenabled. | ||||
* | Don't depend on <pwd.h> to bogusly include <sys/types.h>. | mike | 2002-06-09 | 1 | -0/+1 |
| | |||||
* | I've been meaning to do this for a while. Add an underscore to the | dillon | 2002-01-19 | 1 | -1/+1 |
| | | | | | | | | time_to_xxx() and xxx_to_time() functions. e.g. _time_to_xxx() instead of time_to_xxx(), to make it more obvious that these are stopgap functions & placemarkers and not meant to create a defacto standard. They will eventually be replaced when a real standard comes out of committee. | ||||
* | Fix ctime(&int) due to change to lastlog->ll_time | dillon | 2001-10-29 | 1 | -1/+2 |
| | |||||
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -1/+2 |
| | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. | ||||
* | Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$ | dd | 2001-06-30 | 1 | -1/+1 |
| | | | | | | where necessary. Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | Include stdlib.h for exit(3). | dd | 2001-06-24 | 1 | -0/+1 |
| | | | | Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
| | |||||
* | mdoc(7) cosmetics. | ru | 2000-12-11 | 1 | -6/+6 |
| | | | | Submitted by: sheldonh | ||||
* | Remove unused #includes, duplicate $FreeBSD$ and $NetBSD$ definitions. | charnier | 2000-12-10 | 1 | -7/+1 |
| | | | | Reviewed by: Ruslan Ermilov <ru@FreeBSD.org> | ||||
* | Added the lastlogin utility. | ru | 2000-11-14 | 3 | -0/+219 |
Obtained from: NetBSD |