diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-08-29 18:35:14 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-08-29 18:35:14 +0000 |
commit | 36fcc458cd85159260ba1b0cd7d01b02012f3589 (patch) | |
tree | 64e3e5646c483cdc6d33bd8fbc88f6dc795dd0ee /usr.bin/calendar | |
parent | 008a32ca473ccaa9710a06ed2a495847a56596ef (diff) |
formatting fixes from dfa@
Diffstat (limited to 'usr.bin/calendar')
-rw-r--r-- | usr.bin/calendar/calendars/calendar.openbsd | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/usr.bin/calendar/calendars/calendar.openbsd b/usr.bin/calendar/calendars/calendar.openbsd index e9ccf617e97..7be962c771f 100644 --- a/usr.bin/calendar/calendars/calendar.openbsd +++ b/usr.bin/calendar/calendars/calendar.openbsd @@ -1,4 +1,11 @@ -/* $OpenBSD: calendar.openbsd,v 1.1 2002/08/27 23:14:38 mickey Exp $ */ +/* + * OpenBSD-related dates to celebrate + * + * $OpenBSD: calendar.openbsd,v 1.2 2002/08/29 18:35:13 mickey Exp $ + */ + +#ifndef _calendar_openbsd_ +#define _calendar_openbsd_ Jan 06 IPF gets integrated into the OpenBSD kernel, 1996 Jan 06 NRL IPv6 addition to OpenBSD, 1999 @@ -7,7 +14,7 @@ Jan 29 ``second anoncvs server is 100 miles from the first'', 1996 Feb 03 Describe the ports mechanism [in OpenBSD], 1997 Feb 13 Unpatented fast block cipher for new password hashing, 1997 Feb 19 IPSEC package by John Ioannidis and Angelos D. Keromytis, 1997 -Feb 26 OpenBSD/Amiga gets ISA bus support, 1996 +Feb 26 OpenBSD/Amiga gets ISA bus support, 1996 Feb 28 Cryptographic services framework in OpenBSD, 2000 Mar 10 OpenBSD/WWW translation started -- German, Spanish, Dutch, 2000 May 19 OpenBSD 2.3 released, including ``ports'' system, 1998 @@ -22,9 +29,9 @@ Jun 24 PF added. Insane amounts of work done my dhartmei@, 2001 Jul 01 OpenBSD 1.2 released on ftp, 1996 Jul 01 add strlcpy/strlcat, safe and sensible string copy/append, 1998 Jul 11 OpenBSD goes wireless w/ if_wi addition, 1999 -Jul 23 OpenBSD goes multimedia with Brooktree 848 support, 1998 +Jul 23 OpenBSD goes multimedia with Brooktree 848 support, 1998 Jul 24 Non-executable stack on most architectures, 2002 -Jul 25 Gigabit speed to OpenBSD with the addition of if_ti, 1999 +Jul 25 Gigabit speed to OpenBSD with the addition of if_ti, 1999 Aug 11 OpenBSD/sparc is ELF, 2002 Aug 12 OpenBSD/sparc is switched to wscons, 2002 Aug 16 IPX network stack added to OpenBSD, from FreeBSD, 1996 @@ -33,8 +40,10 @@ Aug 17 OpenBSD/sparc64 port added, from NetBSD, 2001 Sep 26 OpenSSH born, Sunday 11:56 MST, 1999 Oct 14 OpenBSD born, Saturday 16:36 MST, 1995 Nov 11 want.html added to OpenBSD/www, 1998 -Nov 27 Unified buffer & VM cache enters OpenBSD, 2001 +Nov 27 Unified buffer & VM cache enters OpenBSD, 2001 Nov 30 OpenBSD gets RAID suppoprt w/ a dpt(4) addition, 1999 Dec 01 OpenBSD 3.0 released, including PF, tripple set, 2001 Dec 07 KAME IPv6 merger TODOs. you may want to see them earlier..., 1999 Dec 21 OpenBSD/powerpc added, 1996 + +#endif /* !_calendar_openbsd_ */ |