tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.bin
/
rdistd
/
at
jcs
7 files
Makefile
Kill os-openbsd.h: we have <paths.h>, _PATH_RSH, and utimes()
11 years ago
filesys-os.c
Split out from rdist/defs.h the client-only and server-only bits into rdist/client.h and rdistd/server.h Only put #includes in .h files that are necessary for the .h to be used; all other #includes go in the .c files Move all extern variable declarations to the .h files, renaming local variables to avoid shadowing Replace me_type member of mntent_t with an "is NFS?" flag bit
11 years ago
filesys.c
Assume NFS_CHECK and RO_CHECK are defined. We only need the dev_t and not the entire struct stat in mntinfo. Delete some superfluous casts.
11 years ago
rdistd.1
change some rsh references to ssh. poke by jmc
12 years ago
rdistd.c
userspace: remove vestigial '?' cases from top-level getopt(3) loops
3 years ago
server.c
spelling fixes; from paul tagliamonte amendments to his diff are noted on tech
3 years ago
server.h
Assume NFS_CHECK and RO_CHECK are defined. We only need the dev_t and not the entire struct stat in mntinfo. Delete some superfluous casts.
11 years ago