Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2009-05-20 | Do not fall back to using nobody if _user is missing, but | Thordur I. Bjornsson | |
error out. Add a new user _rwalld for rpc.rwalld, and use that instead of nobody, also unconditionally drop to _rwalld not only if rpc.rwalld was started with euid 0 (as root). ok deraadt@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2005-09-16 | use poll() instead of select(), pr4502, alexander.farber@gmail.com | Theo de Raadt | |
2004-09-16 | more signal flag races; ok miod@ | Otto Moerbeek | |
2004-09-15 | ARGSUSED signal handler | Theo de Raadt | |
2004-06-02 | IPv6 support. | Brad Smith | |
From NetBSD ok millert@ | |||
2004-02-15 | new arg to disk_unbusy, to record separate read/write statistics. | Ted Unangst | |
looked at by various, testing henning@ mcbride@ dan weeks mostly from netbsd via Pedro Martelletto <pbastos@rdc.puc-rio.br> | |||
2004-01-07 | Inline the cleanup() routine since it is no longer a signal handler | Todd C. Miller | |
and is only called in one place. It now does a proper exit() instead of _exit(). OK deraadt@ | |||
2003-12-12 | term 3 cleanup, ok from brezak | Theo de Raadt | |
2003-07-29 | spaces | Theo de Raadt | |
2003-07-05 | protos | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-01-20 | use LOG_NDELAY in chroot() using daemons | Theo de Raadt | |
2002-09-06 | use socklen_t more; henning ok | Theo de Raadt | |
2002-07-15 | 5 new uid/gid sets; millert ok | Theo de Raadt | |
2002-06-29 | screw the MLINKS | Theo de Raadt | |
2002-06-29 | document /var/empty chroot | Theo de Raadt | |
2002-06-28 | correct uid handling; markus | Theo de Raadt | |
2002-06-28 | go back to running these as root from inetd. however once rpc.{rusersd,rstatd} | Theo de Raadt | |
starts, do a chroot to /var/empty and change to user nobody. hi mom, i'm in jail! | |||
2002-05-23 | no need for -lkvm anymore | Theo de Raadt | |
2002-03-24 | string.h | Theo de Raadt | |
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-18 | create own svc_run(), which can do updating outside of a signal handler | Theo de Raadt | |
2001-11-06 | new vm includes. | Artur Grabowski | |
2001-10-30 | rstat_timeval is not the same as timeval | Theo de Raadt | |
2001-10-02 | o Remove #if{,n}def BSD stuff | Todd C. Miller | |
o Replace nlist and kvm_* with sysctl() and getifaddrs(3) Fixes an issue on alpha where we would run off the end of the interface list. | |||
2001-09-19 | some signal race whacking | Theo de Raadt | |
2001-07-08 | -Wall | Theo de Raadt | |
2001-06-27 | UVM is no longer an option | Artur Grabowski | |
2001-01-28 | $OpenBSD$ | Niklas Hallqvist | |
2001-01-24 | sysctl() arg 4 is a size_t, not int | Theo de Raadt | |
2001-01-17 | use _exit() in signal handlers, and flag that the pmap_unset() calls are unsafe | Theo de Raadt | |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie | |
Closes PR 1246 | |||
2000-01-23 | rpc.lockd has nothing to do with rpc.rstatd; dwmalone@maths.tcd.ie | Todd C. Miller | |
1999-11-30 | UVM support (how could I miss this?). From jason@ | Artur Grabowski | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1998-12-16 | even more .Nm fixes | Aaron Campbell | |
1998-07-10 | do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling | Theo de Raadt | |
1997-09-09 | mention rpc.lockd(8) | kstailey | |
1997-08-05 | Errno. | Angelos D. Keromytis | |
1997-07-23 | tabify | kstailey | |
1997-07-08 | Don't call exit(0) from rstat_service(). There is a alarm(3) that brings us | kstailey | |
down in due time. | |||
1997-07-08 | daemons can't fprintf(stderr, "blah"), use syslog(3) | kstailey | |
1997-04-17 | Use the real times returned by dkreadstat(). | Tobias Weingartner | |
The use of FSHIFT and FSCALE need to be reviewed in rpc.rstatd. Does the protocol specify a value for these, or are they system dependant? Currently we pass the kernel values back unmodified, which is not what the protocol specifies. Check sys/param.h and rpcsvc/rstat.x to see. | |||
1997-04-03 | tabify | kstailey | |
1997-02-20 | Provide disk statistics; cleaned up from NetBSD PR 3200 [Jarle Greipsland] | Thorsten Lockert | |
1997-02-09 | save 6% diskspace by moving to tabs | Theo de Raadt | |
1996-03-28 | From NetBSD: merge of 960317 | Niklas Hallqvist | |