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_2_8_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.2   26 years  deraadt   $OpenBSD$
[TXT] bpf.c  1.4   23 years  mickey   according to the strlcpy man page the order of arguments is: destination, source...
[TXT] conf.c  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] defs.h  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] parseconf.c  1.3   25 years  deraadt   do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling
[TXT] pathnames.h  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] rbootd.8  1.6   24 years  aaron   In Unix land we prefer "whitespace" to "white space" or "white-space". At least,...
[TXT] rbootd.c  1.5   23 years  aaron   More format string paranoia; deraadt@ ok
[TXT] rmp.h  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] rmp_var.h  1.2   28 years  deraadt   repair byte order botches; from scottr@plexus.com via netbsd
[TXT] rmpproto.c  1.5   25 years  mickey   fix for those boxens like hppa which do not supply boot file name so we have to ...
[TXT] utils.c  1.3   26 years  deraadt   64 bit botch; thorpej