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


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.7   6 years  otto   -Wextra is over the top; note that int < sizeof(..) is generally safe, since the...
[TXT] bpf.c  1.27   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] conf.c  1.8   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] defs.h  1.10   9 years  deraadt   If SIGUSR1 and SIGUSR2 are unavailable, don't invent something crazy honouring s...
[TXT] parseconf.c  1.14   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] pathnames.h  1.6   7 years  natano   Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...). ok deraadt ...
[TXT] rbootd.8  1.19   4 years  jmc   list example files in FILES with a short description: generally, "Example config...
[TXT] rbootd.c  1.32   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] rmp.h  1.4   11 years  deraadt   No need to depend on MCLBYTES here.
[TXT] rmp_var.h  1.5   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] rmpproto.c  1.14   2 years  deraadt   For open/openat, if the flags parameter does not contain O_CREAT, the 3rd (varia...
[TXT] utils.c  1.17   7 years  krw   In "%.*s" the * takes (int). gcc whines if you try to use the result of pointer ...