aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.1.1cvs2svn2000-09-254-360/+0
* MFC 1.9 -> 1.11: Document RTLD_{DEFAULT,GLOBAL,LOCAL} and the symbolJohn Polstra2000-09-221-7/+61
* MFC: Move setproctitle() from libutil to libcBrian Somers2000-09-161-4/+4
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-09-115-0/+460
* MFC: #include <string.h> for memcpy() prototypeJohn Baldwin2000-08-221-0/+1
* MFC: sprintf -> snprintf paranoiaJohn Baldwin2000-08-221-3/+3
* MFC: Add shm_open(3) and shm_unlink(3).John Baldwin2000-08-221-2/+4
* MFC: unvis.3 --> strunvisx.3 MLINKAlexander Langer2000-08-181-1/+1
* MFC: VIS_HTTPSTYLEJohn Baldwin2000-08-173-15/+99
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-08-041-0/+147
* MFC rev 1.37: remove reference to KERN_UPDATEINTERVAL and syncer(4).Sheldon Hearn2000-07-221-6/+0
* MFC: replace the obsolete update(4) page with one for syncer(4).Sheldon Hearn2000-07-201-1/+1
* MFC 1.6 -> 1.7: Deprecate the dllockinit interface.John Polstra2000-07-121-3/+4
* MFC: Remove the getflags/setflags functions. Their functionality hasJosef Karthauser2000-06-282-234/+0
* MFC: strtofflags and fflagstostr are functions for converting betweenJosef Karthauser2000-06-281-2/+3
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-06-262-0/+257
* MFC: Clarify the description of some of the err() and warn() functions asJohn Baldwin2000-06-121-12/+33
* MFC: fix memory leak that sometimes occured if getent() failedTim Vanderhoek2000-06-041-1/+3
* MFC: minor mdoc cleanup.Mike Pritchard2000-05-241-1/+2
* MFC: Use `Er' variable to define first column width in ERRORS section.Alexey Zelkin2000-05-065-5/+5
* MFC: rev 1.35 , mdoc cleanupAlexey Zelkin2000-05-061-17/+17
* MFC: rev 1.9, EXAMPLE -> EXAMPLESAlexey Zelkin2000-05-061-1/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-04-262-0/+263
* MFC: introduce .Lb macro to libc manpagesAlexey Zelkin2000-04-2284-0/+168
* MFC: For libc_r, do not create both weak and strong symbols of the sameJason Evans2000-03-185-0/+10
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-1317-2811/+0
* Fix various unsigned vs signed errors that caused problems with uidsPaul Richards2000-03-091-5/+14
* Remove more single-space hard sentence breaks.Sheldon Hearn2000-03-022-3/+6
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-0212-28/+56
* Fix errors in .Xr usage.Nik Clayton2000-03-011-1/+1
* Restore `[no]{s|u}unlnk' and `[no]opaque' support.Ruslan Ermilov2000-02-223-6/+21
* Add man pages for the sem_*() functions.Jason Evans2000-02-166-0/+503
* Replace the existing documentation for ``KERN_QUANTUM'' with a moreChris Costello2000-02-101-4/+2
* Revert part of the last commit, remove {g|s}etflags from the libcJosef Karthauser2000-02-051-4/+2
* Revive the warning that dllockinit() is experimental and subject toJohn Polstra2000-01-291-1/+6
* Install setflags.3 and its link to getflags.3.Bruce Evans2000-01-281-1/+3
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-2722-95/+87
* Historically file flags (schg, uschg, etc) have been converted fromJosef Karthauser2000-01-277-13/+247
* Document KERN_QUANTUM under CTL_KERNChris Costello2000-01-191-0/+6
* Document isnanf() for checking if a float is NaN (``Not-a-Number'') andChris Costello2000-01-192-4/+9
* This man page is not needed; it just gets jumped on later when libcryptMark Murray2000-01-182-298/+1
* Correct placement of $FreeBSD$ CVS identifier.Jeroen Ruigrok van der Werven2000-01-131-1/+1
* Change ``from'' to ``to''.Jeroen Ruigrok van der Werven2000-01-131-1/+1
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-1222-91/+140
* Remove the warning that this interface shouldn't be used yet. FixJohn Polstra2000-01-091-8/+4
* remove most of PF_INET6 description. add references only.Jun-ichiro itojun Hagino2000-01-061-138/+4
* bring in description for KAME IPv6 changes.Jun-ichiro itojun Hagino2000-01-061-4/+156
* Fixed the type of dllockinit() (const unpoisoning).Bruce Evans2000-01-051-4/+1
* Work around an assert failure in the dynamic linker's default threadJohn Polstra1999-12-281-0/+4
* Add a new function dllockinit() for registering thread lockingJohn Polstra1999-12-273-1/+124