OpenBSD CVS

CVS log for src/share/man/man8/Makefile


[BACK] Up to [local] / src / share / man / man8

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.104 / (download) - annotate - [select for diffs], Mon Nov 8 16:12:10 2021 UTC (2 years, 6 months ago) by kn
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, HEAD
Changes since 1.103: +2 -2 lines
Diff to previous 1.103 (colored)

Rename/move site(8) into install.site(5)

These sets/scripts are not commands and there is nothing actually called
"site".  This is configuration, so use section five.  Also rename to what
actually exists.

Discussed with deraadt schwarze jmc
OK deraadt

Revision 1.103 / (download) - annotate - [select for diffs], Sat Nov 6 01:24:37 2021 UTC (2 years, 6 months ago) by kn
Branch: MAIN
Changes since 1.102: +2 -2 lines
Diff to previous 1.102 (colored)

Add site(8), OpenBSD installation and upgrade customization

This is practically https://www.openbsd.org/faq/faq4.html#site
"Customizing the Install Process"++ with practical examples and references
to/from relevant manuals.

Prodding/first diff from Aaron Poffenberger <akp AT hypernote DOT com>
"I didn't know about it and now I'm using it on all my systems." florian
Feedback semarie afresh1
OK afresh1

Revision 1.102 / (download) - annotate - [select for diffs], Sat May 1 16:11:10 2021 UTC (3 years, 1 month ago) by visa
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0
Changes since 1.101: +2 -2 lines
Diff to previous 1.101 (colored)

Retire OpenBSD/sgi.

OK deraadt@

Revision 1.101 / (download) - annotate - [select for diffs], Wed Apr 28 15:11:27 2021 UTC (3 years, 1 month ago) by jsg
Branch: MAIN
Changes since 1.100: +2 -2 lines
Diff to previous 1.100 (colored)

descend into riscv64 dirs

ok deraadt@

Revision 1.100 / (download) - annotate - [select for diffs], Sat Oct 24 21:16:49 2020 UTC (3 years, 7 months ago) by kettenis
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.99: +2 -2 lines
Diff to previous 1.99 (colored)

Add man8.powerpc64 to SUBDIR.

Revision 1.99 / (download) - annotate - [select for diffs], Sat May 11 07:18:15 2019 UTC (5 years ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.98: +2 -2 lines
Diff to previous 1.98 (colored)

socppc makes an extended visit to the bigbucket.
ok kettenis

Revision 1.98 / (download) - annotate - [select for diffs], Tue Jun 26 05:38:49 2018 UTC (5 years, 11 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.97: +2 -2 lines
Diff to previous 1.97 (colored)

move ports infra manpages into base, as discussed with
schwarze@, deraadt@, landry@...

Revision 1.97 / (download) - annotate - [select for diffs], Wed Apr 26 14:53:11 2017 UTC (7 years, 1 month ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.96: +2 -2 lines
Diff to previous 1.96 (colored)

Install arm64 manpages: eeprom(8), MAKEDEV(8).  ok phessler kettenis

Revision 1.96 / (download) - annotate - [select for diffs], Sat Sep 3 13:37:41 2016 UTC (7 years, 8 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.95: +2 -3 lines
Diff to previous 1.95 (colored)

Retire zaurus, as it hasn't made the EABI jump and will be permanently broken
shortly when we use the hardware thread register in userland

Revision 1.95 / (download) - annotate - [select for diffs], Thu Sep 1 09:53:08 2016 UTC (7 years, 9 months ago) by tedu
Branch: MAIN
Changes since 1.94: +2 -2 lines
Diff to previous 1.94 (colored)

remove sparc manuals

Revision 1.94 / (download) - annotate - [select for diffs], Wed Aug 10 14:27:16 2016 UTC (7 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.93: +2 -2 lines
Diff to previous 1.93 (colored)

armish handled some early-gen arm machines, which required tons of
workarounds.  Some of them will soon stand in the way of armv7.
Off to the attic you go.

Revision 1.93 / (download) - annotate - [select for diffs], Wed May 11 21:52:49 2016 UTC (8 years ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.92: +2 -2 lines
Diff to previous 1.92 (colored)

remove hppa64 port, which we never got going beyond broken single users.
hppa reverse-stack gives us a valuable test case, but most developers don't
have a 2nd one to proceed further with this.
ok kettenis

Revision 1.92 / (download) - annotate - [select for diffs], Wed Mar 30 06:38:44 2016 UTC (8 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.91: +1 -6 lines
Diff to previous 1.91 (colored)

for some time now mandoc has not required MLINKS to function
correctly - logically complete that now by removing MLINKS from base;

authors need only to ensure there is an entry in NAME for any function/
util being added. MLINKS will still work, and remain for perl to ease
upgrades;

ok nicm (curses) bcook (ssl)
ok schwarze, who provided a lot of feedback and assistance
ok tb natano jung

Revision 1.91 / (download) - annotate - [select for diffs], Wed Mar 9 16:28:47 2016 UTC (8 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.90: +2 -2 lines
Diff to previous 1.90 (colored)

We are done providing support for the vax.
lots of agreement.

Revision 1.90 / (download) - annotate - [select for diffs], Sun Feb 28 15:46:18 2016 UTC (8 years, 3 months ago) by naddy
Branch: MAIN
Changes since 1.89: +2 -2 lines
Diff to previous 1.89 (colored)

Support for running Linux binaries under emulation is going away.

Remove "option COMPAT_LINUX" and everything directly tied to it from the
kernel and the corresponding man page documentation.

ok visa@ guenther@

Revision 1.89 / (download) - annotate - [select for diffs], Tue Dec 1 07:50:05 2015 UTC (8 years, 6 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.88: +2 -2 lines
Diff to previous 1.88 (colored)

Send Aviion to same place as Nova II
discussed with jsg

Revision 1.88 / (download) - annotate - [select for diffs], Tue Mar 18 22:36:31 2014 UTC (10 years, 2 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.87: +3 -3 lines
Diff to previous 1.87 (colored)

Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping
this hardware alive is becoming increasingly difficult, and I should heed the
message sent by the three disks which have died on me over the last few days.

Noone sane will mourn these ports anyway. So long, and thanks for the fish.

Revision 1.87 / (download) - annotate - [select for diffs], Tue Dec 17 15:25:55 2013 UTC (10 years, 5 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.86: +2 -2 lines
Diff to previous 1.86 (colored)

install autoinstall manpage

Revision 1.86 / (download) - annotate - [select for diffs], Wed Sep 4 19:39:19 2013 UTC (10 years, 8 months ago) by patrick
Branch: MAIN
Changes since 1.85: +2 -2 lines
Diff to previous 1.85 (colored)

Beagle has been replaced by armv7.

Revision 1.85 / (download) - annotate - [select for diffs], Thu Aug 8 06:43:02 2013 UTC (10 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.84: +2 -2 lines
Diff to previous 1.84 (colored)

no need for this file: all relevant info found in dhclient(8)
and dhcpd(8);

ok krw

Revision 1.84 / (download) - annotate - [select for diffs], Tue Mar 26 18:06:00 2013 UTC (11 years, 2 months ago) by jasper
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.83: +2 -2 lines
Diff to previous 1.83 (colored)

hookup octeon

ok deraadt@

Revision 1.83 / (download) - annotate - [select for diffs], Mon Mar 25 17:40:12 2013 UTC (11 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.82: +2 -2 lines
Diff to previous 1.82 (colored)

these will not be built for palm since it went away

Revision 1.82 / (download) - annotate - [select for diffs], Thu Aug 23 07:06:06 2012 UTC (11 years, 9 months ago) by todd
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.81: +6 -6 lines
Diff to previous 1.81 (colored)

now that man8.beagle/MAKEDEV.8 exists, handle it

Revision 1.81 / (download) - annotate - [select for diffs], Wed Jun 20 18:33:58 2012 UTC (11 years, 11 months ago) by matthew
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.80: +2 -2 lines
Diff to previous 1.80 (colored)

Delete some more SUBDIR += mac68k.

Revision 1.80 / (download) - annotate - [select for diffs], Fri Jul 8 20:57:50 2011 UTC (12 years, 10 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.79: +2 -2 lines
Diff to previous 1.79 (colored)

unlink compat_aout, spotted by jmc

Revision 1.79 / (download) - annotate - [select for diffs], Mon Jul 4 22:59:43 2011 UTC (12 years, 11 months ago) by tedu
Branch: MAIN
Changes since 1.78: +2 -3 lines
Diff to previous 1.78 (colored)

remove compat_svr4

Revision 1.78 / (download) - annotate - [select for diffs], Fri Apr 29 07:08:27 2011 UTC (13 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.77: +2 -2 lines
Diff to previous 1.77 (colored)

it seems in fifteen years, and eleven revisions of this page, we have never
actually had an update command; make one more, final, edit...

ok krw ian deraadt

Revision 1.77 / (download) - annotate - [select for diffs], Mon Apr 25 14:12:33 2011 UTC (13 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.76: +2 -2 lines
Diff to previous 1.76 (colored)

+MLINK=rc.8 rc.firsttime.8;

Revision 1.76 / (download) - annotate - [select for diffs], Tue Apr 5 12:50:15 2011 UTC (13 years, 1 month ago) by guenther
Branch: MAIN
Changes since 1.75: +2 -2 lines
Diff to previous 1.75 (colored)

Push COMPAT_FREEBSD in front of a whale.  Buggy, out of date, no
one has been weeding it, and it makes life harder.

Toasts of Brennivin for its passing from many; diff ok henning@

Revision 1.75 / (download) - annotate - [select for diffs], Thu Feb 17 18:22:44 2011 UTC (13 years, 3 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.74: +2 -3 lines
Diff to previous 1.74 (colored)

split along user/implementation lines.
After lots of back and forth with jmc@ and schwarze.

okay miod@

Revision 1.74 / (download) - annotate - [select for diffs], Sun Jan 16 14:20:54 2011 UTC (13 years, 4 months ago) by robert
Branch: MAIN
Changes since 1.73: +4 -3 lines
Diff to previous 1.73 (colored)

hook rc.subr.8 to the build and create a link to rc.d.8 and
document the missing pieces in rc(8) and rc.shutdown(8)

Revision 1.73 / (download) - annotate - [select for diffs], Mon Jul 5 22:26:20 2010 UTC (13 years, 10 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.72: +2 -2 lines
Diff to previous 1.72 (colored)

compat_bsdos is gone

Revision 1.72 / (download) - annotate - [select for diffs], Fri Jul 2 20:00:54 2010 UTC (13 years, 11 months ago) by tedu
Branch: MAIN
Changes since 1.71: +2 -3 lines
Diff to previous 1.71 (colored)

remove userland bits of compat_sunos

Revision 1.71 / (download) - annotate - [select for diffs], Thu Jul 1 17:26:52 2010 UTC (13 years, 11 months ago) by tedu
Branch: MAIN
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (colored)

another day, another compat gets removed.  today is ibcs2's turn

Revision 1.70 / (download) - annotate - [select for diffs], Wed Jun 30 20:46:52 2010 UTC (13 years, 11 months ago) by tedu
Branch: MAIN
Changes since 1.69: +2 -2 lines
Diff to previous 1.69 (colored)

remove compat_osf1.  ok deraadt miod

Revision 1.69 / (download) - annotate - [select for diffs], Tue Jun 29 20:30:31 2010 UTC (13 years, 11 months ago) by guenther
Branch: MAIN
Changes since 1.68: +2 -2 lines
Diff to previous 1.68 (colored)

Remove COMPAT_HPUX.  No one wanted to support it and its fewmets were
blocking other cleanups
ok miod@

Revision 1.68 / (download) - annotate - [select for diffs], Tue Jun 29 18:50:23 2010 UTC (13 years, 11 months ago) by tedu
Branch: MAIN
Changes since 1.67: +2 -2 lines
Diff to previous 1.67 (colored)

remove compat_ultrix docs

Revision 1.67 / (download) - annotate - [select for diffs], Sun Jan 24 15:38:49 2010 UTC (14 years, 4 months ago) by matthieu
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.66: +3 -2 lines
Diff to previous 1.66 (colored)

link man section 8 for loongson. ok miod@

Revision 1.66 / (download) - annotate - [select for diffs], Thu Sep 24 21:46:00 2009 UTC (14 years, 8 months ago) by miod
Branch: MAIN
Changes since 1.65: +3 -3 lines
Diff to previous 1.65 (colored)

Reach palm MAKEDEV bits.

Revision 1.65 / (download) - annotate - [select for diffs], Sat May 9 16:29:54 2009 UTC (15 years ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 (colored)

revert previous, requested by kettenis@ and deraadt@

Revision 1.64 / (download) - annotate - [select for diffs], Sat May 9 14:21:24 2009 UTC (15 years ago) by schwarze
Branch: MAIN
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored)

remove the empty script /etc/monthly
in preparation for improvements in /etc/daily and /etc/weekly
using feedback and suggestions from jmc@ and sthen@
ok jmc@, and sthen@ agreed with the general direction

Revision 1.63 / (download) - annotate - [select for diffs], Wed May 14 20:55:48 2008 UTC (16 years ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.62: +3 -3 lines
Diff to previous 1.62 (colored)

Add the generated MAKEDEV.8 for socppc.

Revision 1.62 / (download) - annotate - [select for diffs], Wed Aug 1 21:23:27 2007 UTC (16 years, 10 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.61: +2 -2 lines
Diff to previous 1.61 (colored)

Retire OpenBSD/cats. Hardware is nice but prone to catch fire, and the firmware
is anything but useful. Nevertheless this was a very good platform to use as
an OpenBSD/*arm* starting point, but nowadays this platform is not necessary
anymore.

Somehow these CATS motherboard are just like AUI hubs, with the difference that,
when my AUI hub caught fire, 10base5 support was not removed from the networking
code.

Revision 1.61 / (download) - annotate - [select for diffs], Wed Jan 24 22:14:00 2007 UTC (17 years, 4 months ago) by martin
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.60: +3 -3 lines
Diff to previous 1.60 (colored)

build and install landisk man8 specific manpages

Revision 1.60 / (download) - annotate - [select for diffs], Tue Jun 6 00:01:49 2006 UTC (18 years ago) by drahn
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.59: +3 -3 lines
Diff to previous 1.59 (colored)

System build pieces for armish arch.

Revision 1.59 / (download) - annotate - [select for diffs], Fri May 26 04:02:59 2006 UTC (18 years ago) by deraadt
Branch: MAIN
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (colored)

let us not talk about ipsecadm and vpn anymore; ok reyk

Revision 1.58 / (download) - annotate - [select for diffs], Tue May 9 21:25:30 2006 UTC (18 years ago) by deraadt
Branch: MAIN
Changes since 1.57: +2 -2 lines
Diff to previous 1.57 (colored)

can enter it again

Revision 1.57 / (download) - annotate - [select for diffs], Tue May 9 21:21:09 2006 UTC (18 years ago) by deraadt
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored)

do not enter dir which has no files (yet)

Revision 1.56 / (download) - annotate - [select for diffs], Tue May 9 21:17:13 2006 UTC (18 years ago) by miod
Branch: MAIN
Changes since 1.55: +5 -4 lines
Diff to previous 1.55 (colored)

Administrative changes for aviion, ok deraadt@

Revision 1.55 / (download) - annotate - [select for diffs], Thu Aug 18 13:08:10 2005 UTC (18 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.54: +1 -2 lines
Diff to previous 1.54 (colored)

afterboot(8) MLINK to faq(8) is pointless;
ok deraadt@

Revision 1.54 / (download) - annotate - [select for diffs], Sat Apr 2 01:01:46 2005 UTC (19 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored)

enter the right directory...

Revision 1.53 / (download) - annotate - [select for diffs], Fri Apr 1 16:07:12 2005 UTC (19 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.52: +4 -4 lines
Diff to previous 1.52 (colored)

+ man8.hppa64

Revision 1.52 / (download) - annotate - [select for diffs], Fri Dec 31 00:09:58 2004 UTC (19 years, 5 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored)

Generated MAKEDEV.8 for zaurus, and link it in

Revision 1.51 / (download) - annotate - [select for diffs], Fri Aug 6 23:05:19 2004 UTC (19 years, 9 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored)

zee sgi makefiles

Revision 1.50 / (download) - annotate - [select for diffs], Mon May 3 15:18:19 2004 UTC (20 years, 1 month ago) by drahn
Branch: MAIN
Changes since 1.49: +1 -1 lines
Diff to previous 1.49 (colored)

Remove OpenBSD/pegaos, this has been announced before but delayed until
the tree was stable. No point in code supporting a company which screws
its employees being in the OpenBSD tree.

Revision 1.49 / (download) - annotate - [select for diffs], Wed Apr 21 18:26:50 2004 UTC (20 years, 1 month ago) by miod
Branch: MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored)

Bring luna88k section 8 into the build.

Revision 1.48 / (download) - annotate - [select for diffs], Mon Feb 16 19:04:40 2004 UTC (20 years, 3 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

Add the missing MAKEDEV.8 files to the build (to be generated in a couple
seconds)

Revision 1.47 / (download) - annotate - [select for diffs], Fri Feb 13 11:23:50 2004 UTC (20 years, 3 months ago) by miod
Branch: MAIN
Changes since 1.46: +4 -3 lines
Diff to previous 1.46 (colored)

Kittens in section 8.

Revision 1.46 / (download) - annotate - [select for diffs], Tue Jan 6 08:01:10 2004 UTC (20 years, 4 months ago) by deraadt
Branch: MAIN
Changes since 1.45: +15 -14 lines
Diff to previous 1.45 (colored)

cleanup

Revision 1.45 / (download) - annotate - [select for diffs], Sat Nov 8 17:06:36 2003 UTC (20 years, 6 months ago) by miod
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

The very beginning of a pegasos-specific section 8.

Revision 1.44 / (download) - annotate - [select for diffs], Tue Sep 2 21:33:16 2003 UTC (20 years, 9 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored)

More mvme88k manual pages, shamelessly cloned from mvme68k

Revision 1.43 / (download) - annotate - [select for diffs], Mon Jul 28 20:55:59 2003 UTC (20 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.42: +3 -2 lines
Diff to previous 1.42 (colored)

add a manpage for the /etc/{daily,weekly,monthly} scripts;
improvements from millert@ and jose@;

ok millert@

Revision 1.42 / (download) - annotate - [select for diffs], Sun Jun 29 10:56:38 2003 UTC (20 years, 11 months ago) by espie
Branch: MAIN
Changes since 1.41: +3 -2 lines
Diff to previous 1.41 (colored)

+compat_aout.8

Revision 1.41 / (download) - annotate - [select for diffs], Tue Dec 31 16:22:26 2002 UTC (21 years, 5 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.40: +3 -3 lines
Diff to previous 1.40 (colored)

Prepare for the removal of amiga and sun3 platforms from the tree.
There has not been enough activity and interest towards these platform
to keep them lying in the tree.

Revision 1.40 / (download) - annotate - [select for diffs], Fri Oct 4 16:32:55 2002 UTC (21 years, 8 months ago) by mickey
Branch: MAIN
Changes since 1.39: +3 -2 lines
Diff to previous 1.39 (colored)

now i wanna be your dog

Revision 1.39 / (download) - annotate - [select for diffs], Wed May 22 07:35:31 2002 UTC (22 years ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.38: +5 -5 lines
Diff to previous 1.38 (colored)

Add a compat_hpux(8) manual page, from NetBSD with corrections.

Revision 1.38 / (download) - annotate - [select for diffs], Tue May 7 08:20:16 2002 UTC (22 years, 1 month ago) by miod
Branch: MAIN
Changes since 1.37: +6 -6 lines
Diff to previous 1.37 (colored)

The beginnings of a compat_osf1(8) manual page, borrowed from NetBSD then
adapted to our current situation.

Revision 1.37 / (download) - annotate - [select for diffs], Thu Feb 21 02:36:09 2002 UTC (22 years, 3 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.36: +3 -3 lines
Diff to previous 1.36 (colored)

With the recent changes to /etc/netstart, split the part of rc.8 covering
it into a full-blown manual page, and document the new behaviour, in
particular, what I forgot to add in the previous commit message.

Add more Xrefs to network-related configuration files in netstart.8.

There is still room for improvement: multicast routing ought to be documented
in netstart.8 now, and afterboot.8 modified accordingly.

ok chris@

Revision 1.36 / (download) - annotate - [select for diffs], Thu Oct 4 23:42:20 2001 UTC (22 years, 8 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

+ man8.sparc64

Revision 1.35 / (download) - annotate - [select for diffs], Wed Sep 19 14:08:37 2001 UTC (22 years, 8 months ago) by millert
Branch: MAIN
Changes since 1.34: +5 -5 lines
Diff to previous 1.34 (colored)

starttls man page for sebdmail over TLS from Jose Nazario and mdoc'd
with minor content changes by me.

Revision 1.34 / (download) - annotate - [select for diffs], Sun Sep 16 14:32:27 2001 UTC (22 years, 8 months ago) by miod
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

Add a manual page for genassym.sh, from NetBSD.

Revision 1.33 / (download) - annotate - [select for diffs], Sat Sep 1 16:54:57 2001 UTC (22 years, 9 months ago) by drahn
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

Move manpages for the powerpc -> macppc port rename.

Revision 1.32 / (download) - annotate - [select for diffs], Sun Jan 28 03:52:43 2001 UTC (23 years, 4 months ago) by d
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

a start for security(8)

Revision 1.31 / (download) - annotate - [select for diffs], Thu Nov 9 03:57:33 2000 UTC (23 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.30: +3 -3 lines
Diff to previous 1.30 (colored)

incomplete work.  moved them, repaired some, it is a giant mess

Revision 1.30 / (download) - annotate - [select for diffs], Thu Oct 26 00:46:17 2000 UTC (23 years, 7 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.29: +3 -2 lines
Diff to previous 1.29 (colored)

Enable sun3 md manpages

Revision 1.29 / (download) - annotate - [select for diffs], Tue Oct 10 12:37:12 2000 UTC (23 years, 7 months ago) by hugh
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

Descend vax subdirs.

Revision 1.28 / (download) - annotate - [select for diffs], Fri Jul 7 18:00:58 2000 UTC (23 years, 10 months ago) by marc
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)


First cut at 'how to make a release' doc.   Please read, comment, and
either fix or send corrections

Revision 1.27 / (download) - annotate - [select for diffs], Fri Apr 21 21:27:32 2000 UTC (24 years, 1 month ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.26: +3 -2 lines
Diff to previous 1.26 (colored)

rc.conf.local support, inspired by chuck yerkes

Revision 1.26 / (download) - annotate - [select for diffs], Tue Apr 11 19:44:42 2000 UTC (24 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.25: +2 -3 lines
Diff to previous 1.25 (colored)

lose non-support architecture pages

Revision 1.25 / (download) - annotate - [select for diffs], Tue Apr 4 03:32:02 2000 UTC (24 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.24: +4 -4 lines
Diff to previous 1.24 (colored)

more details, and a UKC(8) link

Revision 1.24 / (download) - annotate - [select for diffs], Mon Feb 28 22:36:42 2000 UTC (24 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

add start of a crash page

Revision 1.23 / (download) - annotate - [select for diffs], Tue Jul 20 18:35:35 1999 UTC (24 years, 10 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.22: +3 -2 lines
Diff to previous 1.22 (colored)

add an rc.shutdown(8) man page

Revision 1.22 / (download) - annotate - [select for diffs], Thu Jul 8 13:56:35 1999 UTC (24 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored)

install the new dhcp man page

Revision 1.21 / (download) - annotate - [select for diffs], Wed Mar 17 02:47:06 1999 UTC (25 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

do not break things

Revision 1.20 / (download) - annotate - [select for diffs], Tue Mar 2 02:35:35 1999 UTC (25 years, 3 months ago) by aaron
Branch: MAIN
Changes since 1.19: +3 -1 lines
Diff to previous 1.19 (colored)

add MLINKS for rc.local, rc.securelevel, and netstart

Revision 1.19 / (download) - annotate - [select for diffs], Sun May 24 14:20:39 1998 UTC (26 years ago) by provos
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

describe how to set up a VPN.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Feb 9 21:58:21 1998 UTC (26 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.17: +3 -2 lines
Diff to previous 1.17 (colored)

from netbsd

Revision 1.17 / (download) - annotate - [select for diffs], Tue Jan 20 21:18:49 1998 UTC (26 years, 4 months ago) by deraadt
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

manpage from ian@darwinsys.com

Revision 1.16 / (download) - annotate - [select for diffs], Mon Jan 12 06:01:38 1998 UTC (26 years, 4 months ago) by mickey
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

cvs server: nothing known about share/man/man8/rc.conf.8

Revision 1.15 / (download) - annotate - [select for diffs], Wed Jan 7 17:28:13 1998 UTC (26 years, 4 months ago) by deraadt
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

rc.conf page; ian@darwinsys.com

Revision 1.14 / (download) - annotate - [select for diffs], Wed Nov 12 22:00:57 1997 UTC (26 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.13: +3 -1 lines
Diff to previous 1.13 (colored)

also call it faq.8

Revision 1.13 / (download) - annotate - [select for diffs], Mon Oct 20 20:18:36 1997 UTC (26 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

new afterboot man page, and root logins will be told about it

Revision 1.12 / (download) - annotate - [select for diffs], Tue Sep 2 10:02:41 1997 UTC (26 years, 9 months ago) by downsj
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Add man page for COMPAT_BSDOS.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jun 11 01:14:13 1997 UTC (26 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

add; jonathan

Revision 1.10 / (download) - annotate - [select for diffs], Wed Mar 5 09:13:17 1997 UTC (27 years, 3 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Remove remnants of Tahoe.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Sep 28 05:13:32 1996 UTC (27 years, 8 months ago) by downsj
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Bye for now.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Sep 21 10:36:51 1996 UTC (27 years, 8 months ago) by maja
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Document BOOT_CONFIG kernel option. -moj

Revision 1.7 / (download) - annotate - [select for diffs], Sat Aug 24 22:08:56 1996 UTC (27 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

compat_svr4 from christos

Revision 1.6 / (download) - annotate - [select for diffs], Fri Aug 9 16:43:26 1996 UTC (27 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.5: +3 -2 lines
Diff to previous 1.5 (colored)

from compat_linux; apparently hacked by soda@sra.co.jp

Revision 1.5 / (download) - annotate - [select for diffs], Thu Aug 8 02:17:46 1996 UTC (27 years, 10 months ago) by downsj
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

adduser -> adduser_proc

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jun 11 03:25:11 1996 UTC (27 years, 11 months ago) by tholo
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (colored)

Kernel-implementation of update(8) my me

Revision 1.3 / (download) - annotate - [select for diffs], Mon Apr 22 01:28:14 1996 UTC (28 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.2: +4 -3 lines
Diff to previous 1.2 (colored)

sync with netbsd 960418

Revision 1.2 / (download) - annotate - [select for diffs], Thu Dec 14 05:41:55 1995 UTC (28 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

update from netbsd

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:44:39 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:44:39 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

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.