Add references to llabs(3) and imaxabs(3).
Add imaxabs(3) function and manual page.Taken-from: FreeBSD
Add llabs(3).Obtained-From: FreeBSD
Add some missing MLINKS and sort alphabetically.
Add some missing LIBRARY sections.
Add some useful references to various manual pages which deal with randomnumbers.Suggested-by: Robin Carey <robin_carey5@yahoo.co.uk>Dragonfly-bug: <http://bugs.dragonflybsd.org/issue708>
Add some words about _Exit() and create an MLINK.Reported-by: Robin Carey <robin_carey5@yahoo.co.uk>Dragonfly-bug: <http://bugs.dragonflybsd.org/issue702>
Use .At, .Bsx, .Fx, .Nx and .Ox
Swap "underflow" and "overflow" in table header.Obtained-from: FreeBSD
Add a note that getopt_long_only(3) is deprecated.Requested-by: joerg
Oops, really add the MLINK.
1) Fix typo in getopt_long's prototype.2) Document the index argument.3) s/floride/fluoride/4) Document getopt_long_only() and add an MLINK.Taken-from: NetBSD (1-3) and FreeBSD (4)Reported-
1) Fix typo in getopt_long's prototype.2) Document the index argument.3) s/floride/fluoride/4) Document getopt_long_only() and add an MLINK.Taken-from: NetBSD (1-3) and FreeBSD (4)Reported-by: Slava Semushin <php-coder@altlinux.ru> (4)
show more ...
Sync strtol(3) and strtoul(3) with FreeBSD.This fixes some mdoc nits, adds documentation about when EINVAL is returnedand makes the existance of strtoimax(3) and strtoumax(3) known to the world.
Update strtonum(3) to the latest OpenBSD version, which uses long long'sinstead of unsigned long long's.Noticed-by: OpenSSH openbsd-portable regression test suite
* Remove support for VAX-style and IBM mainframe-style floating-point arithmetic.* Remove K&R function header support.* Remove Bad_float_h support.* While I'm here, perform some minor style c
* Remove support for VAX-style and IBM mainframe-style floating-point arithmetic.* Remove K&R function header support.* Remove Bad_float_h support.* While I'm here, perform some minor style cleanup.
Remove all occurences of double semicolons at the end of a line bysingle ones.Submitted-by: Bill Marquette <bill.marquette@gmail.com>
Tell malloc.c about amd64
- Uniformly use .In for header file references.- Fix numerous wrong directory names.
Put the 'V' option back in.It was accidentally removed with the last commit.Submitted-by: Kevin L. Kane <kevin.kane@gmail.com>
Fix section order (missed in my last commit).
Sweep-fix man page section order to match mdoc(7), part 2/5.Note: I haven't touched the few man pages that are still using the old man(7) macros. They will be converted to mdoc later.
Bring in a bunch of malloc features from OpenBSD and fundamentally changethe core allocation code to use mmap() instead of brk/sbrk(). Most of thenew options are off by default, see the new manual
Bring in a bunch of malloc features from OpenBSD and fundamentally changethe core allocation code to use mmap() instead of brk/sbrk(). Most of thenew options are off by default, see the new manual page for more information.* guard pages and chunk randomization* free page protection* malloc stats(dump)* pointer guard* no longer uses brk/sbrk* updated man pageSubmitted-by: "Kevin L. Kane" <kevin.kane@gmail.com>Porting-work-by: "Kevin L. Kane" <kevin.kane@gmail.com>
Move individual parameter comments into the general comment.Submitted-by: Alexey Slynko <slynko@tronet.ru>
Remove forgotten K&R parameter declaration.Submitted-by: Alexey Slynko <slynko@tronet.ru>
Add an XXX comment to document that the initializations are for silencingGCC warnings.Requested-by: joergSubmitted-by: Alexey Slynko <slynko@tronet.ru>
1234567891011