#
023c898a |
| 30-Aug-2019 |
deraadt <deraadt@openbsd.org> |
stdarg.3 -> va_start.3, because there is no stdarg(3)
|
#
4d9461fa |
| 30-Aug-2019 |
deraadt <deraadt@openbsd.org> |
Move 4 manual pages from not-a-function filenames to a correct filename, and correct Xr. ok jmc
|
#
1650b70e |
| 07-Feb-2019 |
cheloha <cheloha@openbsd.org> |
deraadt@ says "don't wait" re. adding timeradd.3 to this Makefile...
|
#
faa33665 |
| 30-Mar-2016 |
jmc <jmc@openbsd.org> |
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 funct
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
show more ...
|
#
44ab62a3 |
| 19-Nov-2015 |
millert <millert@openbsd.org> |
Add SIMPLEQ_CONCAT and TAILQ_CONCAT for moving one queue onto the end of another one. Adapted from FreeBSD. OK jmc@ dlg@ nicm@
|
#
c2687984 |
| 13-Oct-2014 |
millert <millert@openbsd.org> |
Add a simple man page for the makedev, major and minor macros.
|
#
1f9c555b |
| 13-Sep-2014 |
jmc <jmc@openbsd.org> |
zap MLINK for *Q_END and CIRCLEQ*;
|
#
61f9916f |
| 11-Apr-2012 |
naddy <naddy@openbsd.org> |
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@
|
#
f5950253 |
| 11-Jan-2012 |
bluhm <bluhm@openbsd.org> |
Remove SLIST_FOREACH_PREVPTR from src tree, it is not used anymore. ok guenther@ deraadt@
|
#
435e02d5 |
| 09-Jul-2011 |
jmc <jmc@openbsd.org> |
update MLINKS for the *SAFE macros;
|
#
55c9a951 |
| 03-Jul-2011 |
matthew <matthew@openbsd.org> |
Add a SIMPLEQ_REMOVE_NEXT() macro analogous to SLIST_REMOVE_NEXT().
ok krw@
|
#
f8088df4 |
| 18-Feb-2010 |
jmc <jmc@openbsd.org> |
document offsetof; from Thomas Pfaff ok kettenis millert otto
|
#
8dd272ab |
| 11-May-2008 |
millert <millert@openbsd.org> |
Add RB_PROTOTYPE_STATIC, RB_GENERATE_STATIC, RB_PREV, RB_NFIND, and RB_FOREACH_REVERSE from FreeBSD. OK deraadt@
|
#
28601b65 |
| 31-Mar-2008 |
jmc <jmc@openbsd.org> |
some missing bits; from Girish Venkatachalam ok henning
while here, clean up the queue MLINKS
|
#
093bf79b |
| 04-Jul-2005 |
jaredy <jaredy@openbsd.org> |
add a manpage describing the socket control message macros.
lots of help and ok millert, ok henning, jmc
|
#
97986280 |
| 30-Jan-2005 |
kettenis <kettenis@openbsd.org> |
dl_iterate_phdr man
|
#
7be38e1c |
| 11-Aug-2004 |
drahn <drahn@openbsd.org> |
add dladdr() support and add some 'standard' dlsym() support. ok millert miod pval, grumble deraadt
|
#
0201bdce |
| 09-Feb-2004 |
espie <espie@openbsd.org> |
help makewhatis produce correct entries. okay deraadt@
|
#
ae8b1ccc |
| 20-Feb-2003 |
deraadt <deraadt@openbsd.org> |
fix a variety of missing or wrong MLINKS
|
#
743dcd30 |
| 25-Mar-2002 |
frantzen <frantzen@openbsd.org> |
document the {SPLAY,RB}_INITIALIZER and {SPLAY,RB}_EMPTY() macros
|
#
76a83b3c |
| 24-Feb-2002 |
provos <provos@openbsd.org> |
tree.3 and links
|
#
de6e13ab |
| 02-Aug-2001 |
mpech <mpech@openbsd.org> |
remove unnecessary MLINK entry mentioned twice.
millert@ ok.
|
#
285ed419 |
| 31-Jul-2001 |
deraadt <deraadt@openbsd.org> |
more Xr completions
|
#
0feeb606 |
| 13-Oct-2000 |
aaron <aaron@openbsd.org> |
Remove unwanted trailing whitespace.
|
#
f82443cd |
| 26-Apr-2000 |
millert <millert@openbsd.org> |
Add sysexits(3) as referenced by style(9) from FreeBSD. This is basically just the comments from sysexits.h
|