Thanks to visit codestin.com
Credit goes to cvsweb.openbsd.org

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