aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Fix the range of the returned value.Ruslan Ermilov2001-05-231-1/+1
* Suppress compiler warning by adding a type cast.Ruslan Ermilov2001-05-171-4/+2
* Introduce getprogname(3) and setprogname(3) library calls. These getDima Dorfman2001-05-154-3/+123
* * include/elf.h has been repo copied to include/elf-hints.h, and it noDavid E. O'Brien2001-05-021-1/+2
* Compensate for header dethreading.Mark Murray2001-05-015-0/+12
* Fix directory reads of MNT_UNION mounts, where entries present in bothJoerg Wunsch2001-04-231-1/+2
* mdoc(7) police: normalize .Nd.Ruslan Ermilov2001-04-181-1/+1
* mdoc(7) police: fix markup.Ruslan Ermilov2001-04-181-9/+15
* Add fmtcheck(), a function for checking consistency of format stringKris Kennaway2001-04-173-2/+355
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>Daniel Eischen2001-04-103-32/+34
* mdoc(7) police: add missing .Pa call.Ruslan Ermilov2001-04-041-1/+3
* Mostly pick up OpenBSD's rev 1.14 by deraadt@ and millert@.Peter Wemm2001-03-281-42/+39
* OpenBSD's g_Ctoc() returned a false error when the target buffer wasPeter Wemm2001-03-281-16/+16
* Fix g_Ctoc() interface, approximately based on OpenBSD's recent changes.Peter Wemm2001-03-281-14/+36
* Document LOG_CONSOLE.Chris Timmons2001-03-271-0/+2
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* give the "netgrent" functions a home in netdb.hAlfred Perlstein2001-03-271-0/+1
* This is kind of a hack, but it should work. Currently, world is brokenPeter Wemm2001-03-243-81/+14
* Introduce the GLOB_MAXPATH flag, which allows the user to limit theJonathan Lemon2001-03-192-39/+59
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-0/+93
* Bump MAX_GLOBENTRIES up to 16384, so it is a power of two. AddJonathan Lemon2001-03-161-1/+7
* Limit the number of paths that glob can return to MAX_GLOBENTRIES, whichJonathan Lemon2001-03-151-0/+7
* Mention that MAXHOSTNAMELEN includes space for the NUL.Brian Somers2001-03-151-0/+2
* Use the right format string for printing ULONG_MAX.David Malone2001-03-051-2/+2
* Fix style breakage in rev 1.3David E. O'Brien2001-03-051-0/+1
* Fix style bug that was introduced.David E. O'Brien2001-03-051-0/+1
* Use ``.St -p1003.[12]''.Ruslan Ermilov2001-02-262-6/+18
* Use ``.St -p1003.1-96''.Ruslan Ermilov2001-02-266-18/+12
* ``.St -p1003.1b'' -> ``.St -p1003.1b-93''.Ruslan Ermilov2001-02-261-1/+1
* .St -ansiC -> .St -isoCRuslan Ermilov2001-02-267-7/+7
* mdoc(7) police: use .Vt macro.Ruslan Ermilov2001-02-261-6/+2
* Prepare for mdocNG.Ruslan Ermilov2001-02-261-1/+1
* Preceed/preceeding are not english words. Use precede or preceding.Jeroen Ruigrok van der Werven2001-02-181-1/+1
* libc MT-safety, part 2.Daniel Eischen2001-02-111-0/+12
* mdoc(7) police: Change -filled displays (which just happenRuslan Ermilov2001-02-071-2/+2
* Don't install links for crypt.3 here. There is no crypt.3 here...Bruce Evans2001-02-051-2/+0
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-0114-49/+53
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-2446-217/+454
* I made a last-minute change before the last commit which brokeGarrett Wollman2001-01-231-3/+1
* mdoc(7) police: replaced empty line with .Pp, updated document date.Ruslan Ermilov2001-01-231-2/+2
* Add a couple of new library interfaces (will be activated when theGarrett Wollman2001-01-232-0/+88
* Add the function sysctlnametomib to libc. Details on the semanticsKirk McKusick2001-01-233-3/+111
* SIGABRT is *not* the same as calling abort(), so don't claim that it is.Ben Smithurst2001-01-161-2/+2
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-162-3/+3
* mdoc(7) police: Ft/Vt now accept punctuation-type arguments.Ruslan Ermilov2001-01-122-3/+3
* Change the interface of getlogin_r to return an int. The formerDaniel Eischen2001-01-011-17/+50
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-2919-148/+158
* Link stringlist.3 to sl_{add,find,free,init}.3Ben Smithurst2000-12-271-0/+2
* Fix mostly harmless typo:Jacques Vidrine2000-12-171-1/+1
* #endif should not have a non-comment token after it.David E. O'Brien2000-12-131-1/+1