OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.32 / (download) - annotate - [select for diffs], Fri Aug 30 18:53:26 2019 UTC (4 years, 9 months ago) by deraadt
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, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, HEAD
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

stdarg.3 -> va_start.3, because there is no stdarg(3)

Revision 1.31 / (download) - annotate - [select for diffs], Fri Aug 30 18:33:17 2019 UTC (4 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

Move 4 manual pages from not-a-function filenames to a correct filename,
and correct Xr.
ok jmc

Revision 1.30 / (download) - annotate - [select for diffs], Thu Feb 7 03:10:14 2019 UTC (5 years, 3 months ago) by cheloha
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.29: +3 -2 lines
Diff to previous 1.29 (colored)

deraadt@ says "don't wait" re. adding timeradd.3 to this Makefile...

Revision 1.29 / (download) - annotate - [select for diffs], Wed Mar 30 06:38:43 2016 UTC (8 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.28: +1 -65 lines
Diff to previous 1.28 (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.28 / (download) - annotate - [select for diffs], Thu Nov 19 13:38:07 2015 UTC (8 years, 6 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (colored)

Add SIMPLEQ_CONCAT and TAILQ_CONCAT for moving one queue onto the end
of another one.  Adapted from FreeBSD.  OK jmc@ dlg@ nicm@

Revision 1.27 / (download) - annotate - [select for diffs], Mon Oct 13 17:27:00 2014 UTC (9 years, 7 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.26: +3 -2 lines
Diff to previous 1.26 (colored)

Add a simple man page for the makedev, major and minor macros.

Revision 1.26 / (download) - annotate - [select for diffs], Sat Sep 13 06:32:13 2014 UTC (9 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.25: +5 -16 lines
Diff to previous 1.25 (colored)

zap MLINK for *Q_END and CIRCLEQ*;

Revision 1.25 / (download) - annotate - [select for diffs], Wed Apr 11 13:29:14 2012 UTC (12 years, 1 month ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, 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
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored)

SLIST_REMOVE_NEXT -> SLIST_REMOVE_AFTER for better consistency and
compatibility with FreeBSD/NetBSD.
Also rename SIMPLEQ_REMOVE_NEXT to SIMPLEQ_REMOVE_AFTER.

ok mikeb@ guenther@

Revision 1.24 / (download) - annotate - [select for diffs], Wed Jan 11 00:06:48 2012 UTC (12 years, 4 months ago) by bluhm
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Remove SLIST_FOREACH_PREVPTR from src tree, it is not used anymore.
ok guenther@ deraadt@

Revision 1.23 / (download) - annotate - [select for diffs], Sat Jul 9 08:42:38 2011 UTC (12 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.22: +12 -8 lines
Diff to previous 1.22 (colored)

update MLINKS for the *SAFE macros;

Revision 1.22 / (download) - annotate - [select for diffs], Sun Jul 3 16:08:40 2011 UTC (12 years, 11 months ago) by matthew
Branch: MAIN
Changes since 1.21: +3 -2 lines
Diff to previous 1.21 (colored)

Add a SIMPLEQ_REMOVE_NEXT() macro analogous to SLIST_REMOVE_NEXT().

ok krw@

Revision 1.21 / (download) - annotate - [select for diffs], Thu Feb 18 18:28:18 2010 UTC (14 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

document offsetof; from Thomas Pfaff
ok kettenis millert otto

Revision 1.20 / (download) - annotate - [select for diffs], Sun May 11 22:19:09 2008 UTC (16 years ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.19: +7 -7 lines
Diff to previous 1.19 (colored)

Add RB_PROTOTYPE_STATIC, RB_GENERATE_STATIC, RB_PREV, RB_NFIND,
and RB_FOREACH_REVERSE from FreeBSD.  OK deraadt@

Revision 1.19 / (download) - annotate - [select for diffs], Mon Mar 31 13:15:53 2008 UTC (16 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.18: +26 -22 lines
Diff to previous 1.18 (colored)

some missing bits; from Girish Venkatachalam
ok henning

while here, clean up the queue MLINKS

Revision 1.18 / (download) - annotate - [select for diffs], Mon Jul 4 03:03:16 2005 UTC (18 years, 11 months ago) by jaredy
Branch: MAIN
CVS Tags: 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
Changes since 1.17: +5 -3 lines
Diff to previous 1.17 (colored)

add a manpage describing the socket control message macros.

lots of help and ok millert, ok henning, jmc

Revision 1.17 / (download) - annotate - [select for diffs], Sun Jan 30 14:38:17 2005 UTC (19 years, 4 months ago) by kettenis
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored)

dl_iterate_phdr man

Revision 1.16 / (download) - annotate - [select for diffs], Wed Aug 11 19:14:56 2004 UTC (19 years, 9 months ago) by drahn
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

add dladdr() support and add some 'standard' dlsym() support.
ok millert miod pval, grumble deraadt

Revision 1.15 / (download) - annotate - [select for diffs], Mon Feb 9 19:21:51 2004 UTC (20 years, 4 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.14: +7 -6 lines
Diff to previous 1.14 (colored)

help makewhatis produce correct entries.
okay deraadt@

Revision 1.14 / (download) - annotate - [select for diffs], Thu Feb 20 03:20:09 2003 UTC (21 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.13: +4 -3 lines
Diff to previous 1.13 (colored)

fix a variety of missing or wrong MLINKS

Revision 1.13 / (download) - annotate - [select for diffs], Mon Mar 25 21:53:39 2002 UTC (22 years, 2 months ago) by frantzen
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.12: +5 -3 lines
Diff to previous 1.12 (colored)

document the {SPLAY,RB}_INITIALIZER and {SPLAY,RB}_EMPTY() macros

Revision 1.12 / (download) - annotate - [select for diffs], Sun Feb 24 19:49:17 2002 UTC (22 years, 3 months ago) by provos
Branch: MAIN
Changes since 1.11: +16 -1 lines
Diff to previous 1.11 (colored)

tree.3 and links

Revision 1.11 / (download) - annotate - [select for diffs], Thu Aug 2 19:02:46 2001 UTC (22 years, 10 months ago) by mpech
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.10: +1 -2 lines
Diff to previous 1.10 (colored)

remove unnecessary MLINK entry mentioned twice.

millert@ ok.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Jul 31 01:07:47 2001 UTC (22 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

more Xr completions

Revision 1.9 / (download) - annotate - [select for diffs], Fri Oct 13 04:09:19 2000 UTC (23 years, 7 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Remove unwanted trailing whitespace.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Apr 26 16:01:09 2000 UTC (24 years, 1 month ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Add sysexits(3) as referenced by style(9) from FreeBSD.  This is basically
just the comments from sysexits.h

Revision 1.7 / (download) - annotate - [select for diffs], Tue Apr 25 16:51:18 2000 UTC (24 years, 1 month ago) by espie
Branch: MAIN
Changes since 1.6: +7 -4 lines
Diff to previous 1.6 (colored)

Missing MLINKS

Revision 1.6 / (download) - annotate - [select for diffs], Sat Apr 15 01:37:28 2000 UTC (24 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.5: +5 -3 lines
Diff to previous 1.5 (colored)

doc some missing macros

Revision 1.5 / (download) - annotate - [select for diffs], Tue Mar 28 22:50:07 2000 UTC (24 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.4: +32 -24 lines
Diff to previous 1.4 (colored)

link real names (uppercase) to queue.3

Revision 1.4 / (download) - annotate - [select for diffs], Wed Nov 17 04:15:04 1999 UTC (24 years, 6 months ago) by millert
Branch: MAIN
Changes since 1.3: +3 -2 lines
Diff to previous 1.3 (colored)

Add missing MLINKs

Revision 1.3 / (download) - annotate - [select for diffs], Sun Sep 5 15:55:46 1999 UTC (24 years, 9 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.2: +23 -11 lines
Diff to previous 1.2 (colored)

Document newer queue macros.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Oct 8 03:38:20 1998 UTC (25 years, 8 months ago) by provos
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.1: +4 -0 lines
Diff to previous 1.1 (colored)

insert bit_ffc into title, symlink bit_* to bitstring.3

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:44:23 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
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:23 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.