summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/brk.2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sbrk(2) already existed in Version 4 AT&T UNIX;schwarze2019-09-081-5/+7
| | | | | source: https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/man/man2/break.2 pointed out by Sevan Janiyan <venture37 at geeklan dot co dot uk>
* more Version 1 AT&T UNIX history:schwarze2019-09-071-5/+11
| | | | | a few cases that weren't altogether straightforward; tweak and OK jmc@, OK sobrado@
* Prefer .Fa over .Em for struct membersguenther2015-10-111-3/+3
| | | | ok jmc@
* use .In rather than .Fd #includeschwarze2015-09-101-3/+3
|
* Use -> instead of a right arrow when referring to C's -> operator.bentley2015-03-261-3/+3
| | | | with input from jmc@ schwarze@
* use .Rv; no change of meaning; from Kaspars at Bankovskis dot netschwarze2014-12-101-7/+4
|
* - correct brk(2) prototype and man page to match implementation and POSIX.kurt2008-04-241-4/+4
| | | | | brk(2) returns an int value not a void *. brk(2) returns 0 upon success not a pointer to the new end of memory. okay millert@, kettenis@, deraadt@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* brk() and sbrk() should use void *, not char *. Note that sbrk()millert2005-11-201-4/+4
| | | | | should take intptr_t, not int, but we don't presently have intptr_t available from unistd.h. OK marco@
* - punctuation fixesjaredy2005-08-101-2/+2
| | | | | | - refer to formal parameters consistently. ok jmc
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* - section reorderjmc2003-06-011-7/+7
| | | | | | - merge COMPATIBILITY - kill whitespace at EOL - tidy up macros
* Another round of man page cleanup, this time to remove more hard sentenceaaron2000-10-181-7/+5
| | | | breaks and getting rid of short lines, making these files easier to work with.
* Mostly punctuation fixes.aaron2000-04-151-2/+2
|
* Suffix "i.e." and "e.g." with a comma. Just another really picky man pageaaron2000-03-141-2/+2
| | | | | commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
* - change references to nil to null; tschroed@acm.orgaaron1999-06-291-11/+15
| | | | | | | - remove trailing spaces from end of lines - add some .Dv - change -1 to \-1, so `-' is taken as a negative sign - other misc formatting fixes
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
| | | | is used instead; kwesterback@home.com
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-3/+3
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* fix openbsd tagderaadt1998-07-061-0/+1
|
* do not needlessly uppercase function namesderaadt1998-06-081-2/+2
|
* Fix typo. From maximum entropy <entropy@tardis.bernstein.com>millert1997-09-261-1/+1
|
* fix lots of .Xr and other minor thingsderaadt1997-06-131-1/+1
|
* Correct type of brk(), use <unistd.h>, reference mmap(2); from NetBSDtholo1997-02-021-2/+3
|
* initial import of NetBSD treederaadt1995-10-181-0/+149