OpenBSD CVS

src/usr.sbin/rbootd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / rbootd

Current tag: OPENBSD_5_4_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.3   22 years  miod   Use pidfile() instead of doing the equivalent thing by hand, and sometimes forge...
[TXT] bpf.c  1.18   11 years  miod   Use offsetof() instead of rolling our own; gets rid of truncation warnings when ...
[TXT] conf.c  1.7   14 years  deraadt   rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintai...
[TXT] defs.h  1.8   11 years  miod   Crank C_MAXFILE static limit of files to serve; note that this is actually a lim...
[TXT] parseconf.c  1.10   14 years  deraadt   rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintai...
[TXT] pathnames.h  1.5   20 years  deraadt   priv revoking; tested by millert
[TXT] rbootd.8  1.13   12 years  jmc   make -column lists pretty again; specifically, rewrite them to permit some mark...
[TXT] rbootd.c  1.24   11 years  deraadt   replace select with poll ok miod
[TXT] rmp.h  1.4   11 years  deraadt   No need to depend on MCLBYTES here.
[TXT] rmp_var.h  1.5   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] rmpproto.c  1.10   14 years  deraadt   rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintai...
[TXT] utils.c  1.11   11 years  deraadt   do not assume time_t and timeval.tv_sec are the same type ok guenther