OpenBSD CVS

CVS log for src/usr.bin/rdist/Attic/os-openbsd.h


[BACK] Up to [local] / src / usr.bin / rdist

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.25, Sat Jul 12 03:32:00 2014 UTC (9 years, 10 months ago) by guenther
Branch: MAIN
CVS Tags: HEAD
Changes since 1.24: +1 -1 lines
FILE REMOVED

Kill os-openbsd.h: we have <paths.h>, _PATH_RSH, and utimes()

Revision 1.24 / (download) - annotate - [select for diffs], Sat Jul 12 03:02:27 2014 UTC (9 years, 10 months ago) by guenther
Branch: MAIN
Changes since 1.23: +1 -26 lines
Diff to previous 1.23 (colored)

Yes, we have setproctitle().  Delete that and several unused HAVE_* #defines

Revision 1.23 / (download) - annotate - [select for diffs], Thu Jul 10 14:29:27 2014 UTC (9 years, 10 months ago) by tedu
Branch: MAIN
Changes since 1.22: +1 -6 lines
Diff to previous 1.22 (colored)

fleanse out oldrdist support

Revision 1.22 / (download) - annotate - [select for diffs], Sat Jul 5 10:21:24 2014 UTC (9 years, 10 months ago) by guenther
Branch: MAIN
Changes since 1.21: +1 -6 lines
Diff to previous 1.21 (colored)

Assume we have getfsstat(); simplify the interface to the *mountent()
wrappers

Revision 1.21 / (download) - annotate - [select for diffs], Sat Jul 5 07:58:41 2014 UTC (9 years, 10 months ago) by guenther
Branch: MAIN
Changes since 1.20: +1 -6 lines
Diff to previous 1.20 (colored)

Assume BSD44: statfs()

Revision 1.20 / (download) - annotate - [select for diffs], Sat Jul 5 07:25:27 2014 UTC (9 years, 10 months ago) by guenther
Branch: MAIN
Changes since 1.19: +1 -2 lines
Diff to previous 1.19 (colored)

Assume POSIX: sigrocmask()
Properly use SIG_SIGMASK to restore previous mask

Revision 1.19 / (download) - annotate - [select for diffs], Sat Jul 5 07:22:18 2014 UTC (9 years, 10 months ago) by guenther
Branch: MAIN
Changes since 1.18: +1 -12 lines
Diff to previous 1.18 (colored)

Assume POSIX: lchown(), fchown(), fchmod(), fchmodat()
Assume we have rcmdsh()

Revision 1.18 / (download) - annotate - [select for diffs], Sat Jul 5 06:55:29 2014 UTC (9 years, 10 months ago) by guenther
Branch: MAIN
Changes since 1.17: +1 -17 lines
Diff to previous 1.17 (colored)

Assume POSIX: uid_t and gid_t

Revision 1.17 / (download) - annotate - [select for diffs], Sat Jul 5 06:45:00 2014 UTC (9 years, 10 months ago) by guenther
Branch: MAIN
Changes since 1.16: +1 -6 lines
Diff to previous 1.16 (colored)

Assume POSIX: <dirent.h>, struct dirent

Revision 1.16 / (download) - annotate - [select for diffs], Sat Jul 5 06:35:03 2014 UTC (9 years, 10 months ago) by guenther
Branch: MAIN
Changes since 1.15: +1 -12 lines
Diff to previous 1.15 (colored)

Assume POSIX: waitpid(), select(), and <sys/select.h>

Revision 1.15 / (download) - annotate - [select for diffs], Sat Jul 5 06:18:58 2014 UTC (9 years, 10 months ago) by guenther
Branch: MAIN
Changes since 1.14: +1 -16 lines
Diff to previous 1.14 (colored)

Assume C89: stdargs, const, and setvbuf()
Assume POSIX: O_NONBLOCK and S_IS{DIR,REG,LNK}

Revision 1.14 / (download) - annotate - [select for diffs], Sat Jul 5 05:31:35 2014 UTC (9 years, 10 months ago) by guenther
Branch: MAIN
Changes since 1.13: +1 -8 lines
Diff to previous 1.13 (colored)

ELF uberalles!

Revision 1.13 / (download) - annotate - [select for diffs], Tue Jun 3 02:56:14 2003 UTC (20 years, 11 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.12: +2 -6 lines
Diff to previous 1.12 (colored)

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

Revision 1.12 / (download) - annotate - [select for diffs], Wed May 14 01:34:35 2003 UTC (21 years ago) by millert
Branch: MAIN
Changes since 1.11: +20 -10 lines
Diff to previous 1.11 (colored)

 o Sync w/ freerdist 0.92 minus the compress option
 o KNF and ANSIfy the function headers

Sparse file support is currently a no-op since it didn't work.
Proper sparse file support will be added later.

Revision 1.11 / (download) - annotate - [select for diffs], Thu May 9 19:13:02 2002 UTC (22 years ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.10: +3 -1 lines
Diff to previous 1.10 (colored)

Fix noexec option on ELF systems

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jun 26 21:21:16 1998 UTC (25 years, 10 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.9: +8 -17 lines
Diff to previous 1.9 (colored)

rdist 6.1.4 + OpenBSD patches + some -Wall

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jul 22 06:59:39 1997 UTC (26 years, 10 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.8: +1 -7 lines
Diff to previous 1.8 (colored)

Use our rcmdsh(3) and support $RSH.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jul 22 04:42:06 1997 UTC (26 years, 10 months ago) by millert
Branch: MAIN
Changes since 1.7: +8 -5 lines
Diff to previous 1.7 (colored)

Fix _PATH_REMSH for real.  We have <paths.h> so use it and define
_PATH_REMSH to _PATH_RSH.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jul 22 04:34:28 1997 UTC (26 years, 10 months ago) by millert
Branch: MAIN
Changes since 1.6: +3 -5 lines
Diff to previous 1.6 (colored)

Define _PATH_REMSH to _PATH_RSH

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jul 21 05:26:44 1997 UTC (26 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.5: +4 -1 lines
Diff to previous 1.5 (colored)

no, not ssh

Revision 1.5 / (download) - annotate - [select for diffs], Sun Apr 27 13:01:29 1997 UTC (27 years ago) by downsj
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.4: +3 -1 lines
Diff to previous 1.4 (colored)

Pull in more includes to properly prototype library functions, kill local
decls of library functions, kill local implementation of setproctitle().

This of course points out how utterly bad this code is and that someone needs
to come in here with a chainsaw sometime.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Feb 9 23:58:44 1997 UTC (27 years, 3 months ago) by millert
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Updates file(1) to version 3.22 by way to NetBSD.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jun 26 05:38:15 1996 UTC (27 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

rcsid

Revision 1.2 / (download) - annotate - [select for diffs], Tue Mar 5 03:16:09 1996 UTC (28 years, 2 months ago) by dm
Branch: MAIN
Changes since 1.1: +4 -2 lines
Diff to previous 1.1 (colored)

rdist 6.1.2

Revision 1.1 / (download) - annotate - [select for diffs], Sat Feb 3 12:12:33 1996 UTC (28 years, 3 months ago) by dm
Branch: MAIN

rdist 6.1.1

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.