summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/brk.2
Commit message (Collapse)AuthorAgeFilesLines
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* Sort sections.ru2005-01-201-5/+5
|
* mdoc(7) police: Tidy up the syscall language.ru2002-12-181-3/+5
| | | | | | | | | | Stop calling system calls "function calls". Use "The .Fn system call" a-la "The .Nm utility". When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe.
* Change brk's prototype from char *brk(const char *) to int brk(const void *)dwmalone2002-01-241-15/+7
| | | | | | | | | | | | | | | and sbrk's prototype from char *sbrk(int) to void *sbrk(intptr_t). This makes us more consistant with NetBSD and standards which include these functions. Bruce pointed out that ptrdiff_t would probably have been better than intptr_t, but this doesn't match other implimentations. Also remove local declarations of sbrk and unnecessary casting. PR: 32296 Tested by: Harti Brandt <brandt@fokus.gmd.de> MFC after: 1 month
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Fix all the ambiguous or erroneous statements of the brk(2)yar2001-09-061-55/+87
| | | | | | | | manpage by taking its text from NetBSD and editing it further. This also improves the page's mdoc(7) markup style. Reviewed by: ru Obtained from: NetBSD
* Use ``.Rv -std'' wherever possible.ru2001-08-311-7/+4
| | | | Submitted by: yar
* Remove whitespace at EOL.dd2001-07-151-2/+2
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-2/+2
|
* Prepare for mdoc(7)NG.ru2000-12-291-2/+2
|
* Use `Er' variable to define first column width in ERRORS section. It wasphantom2000-05-041-1/+1
| | | | initially suggested by mdoc(7) style, but was broken over the years
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Fixed synopsis (the #include was bogus and the return type for brk() wasbde1997-04-111-2/+2
| | | | wrong).
* Fixed synopsis (put all of the function (return) type info in .Ft andbde1997-03-191-1/+1
| | | | none in .Fn).
* Merge from Lite2 onto mainline -peter1997-03-111-4/+6
| | | | | - add undelete() and undelete.2 (requires libc minor bump some time) - man page updates
* Sort cross references.wosch1997-01-201-2/+2
|
* Don't use malloc, pessimize to use sbrk.phk1996-09-271-1/+1
| | | | fix sbrk manpage while we're at it.
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-221-1/+2
| | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages.
* Update a bunch of man pages to use .Fn insteadmpp1996-08-221-3/+3
| | | | of .Nm when referencing funciton names.
* Fixed various problems: typos, grammer, missing include filesmpp1996-05-231-1/+1
| | | | | wrong function type declarations, and wrong argument type declarations.
* Added missing section numbers to a bunch of .Xr macros, ormpp1996-03-271-3/+3
| | | | | converted them into .Fn macros where appropriate. Also fixed up some minor formatting problems.
* bkr() returns an int, and not a pointer. Document this.joerg1995-07-231-3/+3
| | | | | | | | Closes PR #pending/630. Pointed out by: phk Obtained from:
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+146
OpenPOWER on IntegriCloud