aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/brk.2
Commit message (Expand)AuthorAgeFilesLines
* libsys: relocate implementations and manpagesBrooks Davis2024-02-051-187/+0
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Reimplement brk() and sbrk() to avoid the use of _end.Mark Johnston2018-06-041-1/+6
* Indicate the brk/sbrk are deprecated and not portable.Brooks Davis2018-05-241-1/+16
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Remove sys/types.h due to STANDARDS and unistd.h also includes sys/types.h.Kevin Lo2015-12-151-2/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Sort sections.Ruslan Ermilov2005-01-201-5/+5
* mdoc(7) police: Tidy up the syscall language.Ruslan Ermilov2002-12-181-3/+5
* Change brk's prototype from char *brk(const char *) to int brk(const void *)David Malone2002-01-241-15/+7
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
* Fix all the ambiguous or erroneous statements of the brk(2)Yaroslav Tykhiy2001-09-061-55/+87
* Use ``.Rv -std'' wherever possible.Ruslan Ermilov2001-08-311-7/+4
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-2/+2
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-2/+2
* Use `Er' variable to define first column width in ERRORS section. It wasAlexey Zelkin2000-05-041-1/+1
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Fixed synopsis (the #include was bogus and the return type for brk() wasBruce Evans1997-04-111-2/+2
* Fixed synopsis (put all of the function (return) type info in .Ft andBruce Evans1997-03-191-1/+1
* Merge from Lite2 onto mainline -Peter Wemm1997-03-111-4/+6
* Sort cross references.Wolfram Schneider1997-01-201-2/+2
* Don't use malloc, pessimize to use sbrk.Poul-Henning Kamp1996-09-271-1/+1
* Correctly use .Fn instead of .Nm to reference function namesMike Pritchard1996-08-221-1/+2
* Update a bunch of man pages to use .Fn insteadMike Pritchard1996-08-221-3/+3
* Fixed various problems: typos, grammer, missing include filesMike Pritchard1996-05-231-1/+1
* Added missing section numbers to a bunch of .Xr macros, orMike Pritchard1996-03-271-3/+3
* bkr() returns an int, and not a pointer. Document this.Joerg Wunsch1995-07-231-3/+3
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+146