<sys/queue.h>: Add _FOREACH_FROM and _FOREACH_FROM_MUTABLE macros.Useful for dports.Taken-from: FreeBSDReported-by: zrj
Remove references to math(3) in various manual pages.We no longer have a math(3) manual page.
Adjust numerous manual pages, scripts and Makefiles for the utmp removal.Also remove /var/run/utmp and /var/log/lastlog via 'make upgrade'. Keepany /var/log/wtmp and /var/log/wtmp.* files in case
Adjust numerous manual pages, scripts and Makefiles for the utmp removal.Also remove /var/run/utmp and /var/log/lastlog via 'make upgrade'. Keepany /var/log/wtmp and /var/log/wtmp.* files in case the user wants toconvert them with wtmpcvt(1).
show more ...
Remove any remaining traces of varargs.h.This is a follow-up of b3a17fb68c15a4c57da6867f1b2119587b7a68a8.
fpgetround.3: Replace references to the former fenv.3 manual page.OpenBSD's libm has 4 separate manual pages for these.
Remove some documentation of the i386 specific fpresetsticky().
Clean up some manual pages (mainly .Dv related).
Remove unnecessary whitespace in macro arguments in some manual pages.
i386 removal, part 43/x: Remove/change i386 specific info in manual pages.
Add MLINKS for recently added tree(3) macros.
tree.3: Document new tree.3 macros.Fixes incomplete commit 61ec010eb93d253cf0f3d9b932cb520c9cbcc560.
tgmath.3: Fix a typo in a function name.
Remove fpsetsticky(3) remains. It was removed with the recent libm update.See FreeBSD's r143658 commit message for why it was removed.This commit removes an orphaned extern declaration in x86_64'
Remove fpsetsticky(3) remains. It was removed with the recent libm update.See FreeBSD's r143658 commit message for why it was removed.This commit removes an orphaned extern declaration in x86_64's <ieeefp.h>,syncs the fpgetround(3) manual page with FreeBSD and removes fpsetsticky'sMLINK.
math.3/tgmath.3: Bump dates and fix minor mdoc issues.
Add <tgmath.h>.Obtained-from: FreeBSD
Correct BSD License clause numbering from 1-2-4 to 1-2-3.Apparently everyone's doing it:http://svnweb.freebsd.org/base?view=revision&revision=251069Submitted-by: "Eitan Adler" <lists at eitanadl
Correct BSD License clause numbering from 1-2-4 to 1-2-3.Apparently everyone's doing it:http://svnweb.freebsd.org/base?view=revision&revision=251069Submitted-by: "Eitan Adler" <lists at eitanadler.com>
Remove advertising header from man pages.By: Eitan Adler <lists@eitanadler.com>
manpages: Uniformly order the prologue macros by Dd/Dt/Os.This is the most widely used order and it also silences warningsin mandoc -Tlint output.
Update queue(3) for the REMOVE_NEXT -> REMOVE_AFTER rename.While I'm here, sync with FreeBSD:-Remove extra note about O(n) removal.Obtained-from: FreeBSD
manual pages: Punctuation and whitespace cleanup.
Fix installworld.
bitstring(3): Describe bit_fls and bit_nsearch.
Adjust some comments/manpages regarding where profiling libs are.
Fix some typos/wording in our manual pages.
rename amd64 architecture to x86_64The rest of the world seems to call amd64 x86_64. Bite the bullet andrename all of the architecture files and references. This willhopefully make pkgsrc build
rename amd64 architecture to x86_64The rest of the world seems to call amd64 x86_64. Bite the bullet andrename all of the architecture files and references. This willhopefully make pkgsrc builds less painful.Discussed-with: dillon@
123