| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2 | -4/+4 |
| 2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. |  guenther | 1 | -2/+3 |
| 2017-04-27 | Change len arg of getidle() from size_t to int since it is used as |  millert | 1 | -2/+2 |
| 2016-09-04 | 'pw' can't be NULL here, remove useless test. |  jca | 1 | -6/+4 |
| 2016-08-16 | fread hasn't taken a char * in about 900 years |  tedu | 1 | -12/+12 |
| 2016-04-25 | prefer setres{u,g}id() rather than manipulating both real and effective |  deraadt | 1 | -5/+3 |
| 2015-12-01 | rpc.rstatd(8) and rpc.rusersd(8) don't run as user nobody for quite some time. |  tim | 1 | -4/+4 |
| 2015-12-01 | Don't fall back to user nobody if _rusersd doesn't exist; "Of course!" deraadt@ |  tim | 1 | -3/+5 |
| 2014-07-16 | zap trailing newlines; "go for it" deraadt |  okan | 1 | -2/+1 |
| 2013-11-13 | repair device checking, somewhat broken from around 10 years. |  deraadt | 1 | -29/+17 |
| 2012-12-04 | replace sys/param.h with sys/types.h (and sometimes add limits.h if needed) |  deraadt | 1 | -2/+2 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2 | -10/+2 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -3/+3 |
| 2004-11-04 | some delint, grudging ok from otto, because it is messy stuff |  deraadt | 1 | -16/+13 |
| 2004-09-15 | ARGSUSED signal handler |  deraadt | 1 | -2/+3 |
| 2004-06-02 | IPv6 support. |  brad | 1 | -3/+3 |
| 2004-04-28 | fd leaks |  deraadt | 1 | -2/+6 |
| 2003-07-10 | add missing includes |  david | 1 | -2/+3 |
| 2003-07-06 | bring protos into scope |  deraadt | 1 | -2/+9 |
| 2003-07-05 | protos |  deraadt | 1 | -3/+3 |
| 2003-06-02 | Remove the advertising clause in the UCB license which Berkeley |  millert | 1 | -7/+3 |
| 2003-01-20 | use LOG_NDELAY in chroot() using daemons |  deraadt | 1 | -4/+4 |
| 2002-09-06 | use socklen_t more; henning ok |  deraadt | 1 | -3/+4 |
| 2002-07-15 | 5 new uid/gid sets; millert ok |  deraadt | 1 | -3/+5 |
| 2002-06-30 | more care with utmp strings, and lseek fixes; moritz@jodeit.org |  deraadt | 1 | -40/+33 |
| 2002-06-29 | screw the MLINKS |  deraadt | 1 | -2/+1 |
| 2002-06-29 | document /var/empty chroot |  deraadt | 1 | -3/+12 |
| 2002-06-28 | stupid bug written in the last minute |  deraadt | 1 | -3/+3 |
| 2002-06-28 | correct uid handling; markus |  deraadt | 1 | -3/+3 |
| 2002-06-28 | go back to running these as root from inetd. however once rpc.{rusersd,rstatd} |  deraadt | 2 | -105/+105 |
| 2002-06-09 | some misc cleanup |  deraadt | 2 | -17/+23 |
| 2002-05-22 | a bunch more strcpy -> strlcpy and sprintf -> snprintf |  deraadt | 1 | -3/+3 |
| 2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 1 | -10/+10 |
| 2001-11-18 | blow away unused XIDLE signal race crap |  deraadt | 2 | -86/+3 |
| 2001-08-18 | i think this pads the buffers correctly |  deraadt | 1 | -5/+11 |
| 2001-08-18 | strlcpy invades the tree |  deraadt | 1 | -11/+11 |
| 2001-07-08 | -Wall |  deraadt | 1 | -6/+7 |
| 2001-01-28 | $OpenBSD$ |  niklas | 3 | -3/+7 |
| 2001-01-17 | use _exit() in signal handlers, and flag that the pmap_unset() calls are unsafe |  deraadt | 2 | -5/+5 |
| 1999-07-09 | - remove all trailing whitespace |  aaron | 1 | -4/+4 |
| 1999-06-16 | Missed i386 -> __i386__ |  espie | 1 | -2/+2 |
| 1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common |  aaron | 1 | -3/+3 |
| 1998-12-16 | even more .Nm fixes |  aaron | 1 | -4/+4 |
| 1997-09-19 | Wall |  deraadt | 1 | -2/+8 |
| 1997-07-09 | Use syslog(3), not fprintf(3) for error messages. |  kstailey | 1 | -6/+6 |
| 1997-02-13 | Return idle time of 0, not -1 for users w/o a tty. |  millert | 1 | -2/+2 |
| 1996-09-22 | Make this work properly with corrected rnusers.x |  tholo | 2 | -5/+88 |
| 1995-12-16 | handle time_t things that really are not time_t |  deraadt | 1 | -4/+4 |
| 1995-10-18 | initial import of NetBSD tree |  deraadt | 4 | -0/+636 |