| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=108257
|
| |
|
|
|
|
|
|
| |
PR: 43357
Submitted by: David Schultz <dschultz@uclink.Berkeley.EDU>
Notes:
svn path=/head/; revision=108113
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108040
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108037
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/head/; revision=107788
|
| |
|
|
|
|
|
|
|
|
| |
are marked up in stdio(3), and because they are defined expressions
of type "FILE *".
Approved by: re
Notes:
svn path=/head/; revision=107619
|
| |
|
|
|
|
|
|
|
|
|
| |
Hopefully, now it is more clear that the memory referenced by the
ptr argument of realloc(ptr,size) is freed and only the return value
of realloc() points to a valid memory area upon successful completion.
Submitted by: Martin Faxer <gmh003532@brfmasthugget.se>
Notes:
svn path=/head/; revision=97967
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97467
|
| |
|
|
| |
Notes:
svn path=/head/; revision=95377
|
| |
|
|
| |
Notes:
svn path=/head/; revision=87737
|
| |
|
|
|
|
|
|
|
|
| |
different pointer than the one passed to it.
PR: docs/31925
Submitted by: Andrew <andrew@ugh.net.au>
Notes:
svn path=/head/; revision=86845
|
| |
|
|
|
|
|
|
| |
PR: 31365
Submitted by: SUZUKI Koichi <koich@cac.co.jp>
Notes:
svn path=/head/; revision=86063
|
| |
|
|
|
|
|
| |
Inspired by comment from: dd
Notes:
svn path=/head/; revision=83206
|
| |
|
|
|
|
|
|
|
|
|
| |
Backout previous revision. We should not expand plain text xrefs if
they appear in the literal text, e.g. in the error or warning message
of the library function. (Submitted by: bde)
Moved "out of memory" from warning to errors section.
Notes:
svn path=/head/; revision=81446
|
| |
|
|
| |
Notes:
svn path=/head/; revision=81285
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79754
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79531
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79454
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79200
|
| |
|
|
| |
Notes:
svn path=/head/; revision=78727
|
| |
|
|
| |
Notes:
svn path=/head/; revision=78726
|
| |
|
|
| |
Notes:
svn path=/head/; revision=78706
|
| |
|
|
| |
Notes:
svn path=/head/; revision=73088
|
| |
|
|
| |
Notes:
svn path=/head/; revision=72400
|
| |
|
|
| |
Notes:
svn path=/head/; revision=72368
|
| |
|
|
|
|
|
|
|
| |
to be the same as -ragged in the current implementation) to
-ragged. With mdocNG, -filled displays produce the correct
output, formatted and justified to both margins.
Notes:
svn path=/head/; revision=72126
|
| |
|
|
| |
Notes:
svn path=/head/; revision=71895
|
| |
|
|
| |
Notes:
svn path=/head/; revision=71097
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70481
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70015
|
| |
|
|
|
|
|
|
|
|
| |
stderr in case of warnings and errors.
Rename malloc_options to have a leading underscore, I belive I have been
told that is more correct namespace wise.
Notes:
svn path=/head/; revision=69201
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68716
|
| |
|
|
|
|
|
| |
PR: docs/13218
Notes:
svn path=/head/; revision=60015
|
| |
|
|
|
|
|
| |
More libraries manpages updates following.
Notes:
svn path=/head/; revision=59460
|
| |
|
|
|
|
|
|
|
|
| |
<netch@segfault.kiev.ua>
Remove allocation failure check from 'A' option, the 'X' option does
this as a standalone check now.
Notes:
svn path=/head/; revision=59117
|
| |
|
|
|
|
|
|
| |
See imp's 199808201619.KAA20970@harmony.village.org in freebsd-hackers (the
reallocf.c cvs history mistakenly refers to freebsd-current).
Notes:
svn path=/head/; revision=55186
|
| |
|
|
|
|
|
| |
Approved by: phk
Notes:
svn path=/head/; revision=55006
|
| |
|
|
|
|
|
| |
does not zero the allocated memory.
Notes:
svn path=/head/; revision=53111
|
| |
|
|
| |
Notes:
svn path=/head/; revision=51667
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50476
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Sort xrefs
- FreeBSD.ORG -> FreeBSD.org
- Be consistent with section names as outlines in mdoc(7)
- Other misc mdoc cleanup.
PR: doc/13144
Submitted by: Alexy M. Zelkin <phantom@cris.net>
Notes:
svn path=/head/; revision=49828
|
| |
|
|
| |
Notes:
svn path=/head/; revision=49744
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
changes have made this too expensive. This gains about 1.25% on
worldstone on my SMP machine.
Swap-less machines, for instance PicoBSDs, and machines which experience
page-out trafic, check with top(1), will probably want to reenable this
with:
ln -s H /etc/malloc.conf
Suggested by: alc (&dyson ?)
Notes:
svn path=/head/; revision=45091
|
| |
|
|
|
|
|
|
|
| |
o Properly order things
Pointed out by: bde
Notes:
svn path=/head/; revision=39325
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
when it returns NULL to indicate failure, it will also free the memory
that was passed to it, if that was non-null.
This does not change the semantics of realloc.
A second commit will be done to commit the conversion of those places in
the code that can safely use this to avoid memory leaks when confronted
with low memory situations.
Beaten-to-death-but-finally-approved-in: -current
Notes:
svn path=/head/; revision=39191
|
| |
|
|
| |
Notes:
svn path=/head/; revision=29563
|
| |
|
|
| |
Notes:
svn path=/head/; revision=28830
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
Various cleanup from Keith Bostic
Reinstate calloc() as a separate funtion, in its own source/object file.
leave the manpage integrated with malloc.3 and friends. Too many things
were broken in this respect.
PR: 4002
Reviewed by: phk
Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
Submitted by: Keith Bostic <bostic@bostic.com>
Notes:
svn path=/head/; revision=27152
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Various portability and stylistic cleanups.
Kill MALLOC_STATS & the 'D' option.
Fix the 'V' option.
Major overhaul of the man-page.
You milage should not vary.
Reviewed by: Keith Bostic <bostic@bostic.com>
Submitted by: Keith Bostic <bostic@bostic.com>
Notes:
svn path=/head/; revision=26816
|
| |
|
|
|
|
|
| |
Prompted by: X11 & XFree86
Notes:
svn path=/head/; revision=26579
|