Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-27 | in hhmm mode, check that len(time) is 4 to avoid confusion. | Ted Unangst | |
feedback cheloha deraadt | |||
2020-01-22 | reword to avoid second person. ok cheloha deraadt | Ted Unangst | |
2018-07-13 | Add & update author credits for Mary Ann Horton. | cheloha | |
Add credits for leave(1) and w(1); update credit for script(1). Supported by the Spinellis repo and CSRG SCCS logs. ok brynet millert jca jmc schwarze | |||
2018-02-10 | Use return instead of exit from main. | Theo Buehler | |
2018-02-09 | Schedule alarm for start of minute if departure time is absolute. | cheloha | |
e.g., "leave 1530" goes off closer to 15:30:00. Timezone-related bug caught by tb@ in review. ok tb@ tedu@ | |||
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt | |
2015-10-03 | leave does a fork, but other than that it is boring stdio. | Theo de Raadt | |
tame "stdio proc" satisfies it. ok doug | |||
2015-09-25 | drop useless quoting | Ingo Schwarze | |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt | |
possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol) | |||
2014-11-26 | Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ | Todd C. Miller | |
2013-11-26 | unsigned char casts for ctype | Theo de Raadt | |
ok krw | |||
2011-02-07 | Between groff-1.15 and groff-1.20.1, the .Ns macro was changed to no | Ingo Schwarze | |
longer suppress spacing when used at the beginning of an input line, and mandoc now follows the same behaviour as new groff. Thus, sweep the tree and remove useless .Ns. Most places found by jmc@; ok jmc@ kristaps@. | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2004-02-02 | Don't set alarms in the past + cleanup from NetBSD (minus the bugs there). | Otto Moerbeek | |
ok millert@ hshoexer@ | |||
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt | |
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-03-16 | leave does respond to normal signals | Ted Unangst | |
ok millert@ | |||
2002-06-12 | a real pid_t cleanup. | Mike Pechkin | |
espie@ ok for make/, deraadt@ one extra eye, millert@ ok | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-09-20 | usage() if too many arguments | Paul Janzen | |
2000-05-08 | Fix 12 hours handling, so that you can say leave 1830 when it is 1800. | Marc Espie | |
(Anything over 1300 is obviously 24 hours based, and interval arithmetic is much simpler than the old code would make you believe...) | |||
2000-03-23 | More pedantic man page formatting insanity, lalala | Aaron Campbell | |
2000-03-08 | Various cleanups and improvements. | Aaron Campbell | |
1999-10-17 | More consistent introduction to options. | Aaron Campbell | |
1998-11-11 | remove redundant .Pp macros | Aaron Campbell | |
1998-09-26 | usr.bin/ man page fixes, f-m. | Aaron Campbell | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-08 | bring 12 hour semantics in line with man page; mikel | Theo de Raadt | |
1996-06-26 | rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |