summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Add const to __setrunelocale prototypeache2003-07-061-4/+4
* Reorganize wrapper around setrunelocale() to mark it as deprecatedache2003-07-063-25/+41
* Add more useful cross-references to the SEE ALSO section.tjr2003-07-051-2/+7
* Catch up with recent FP-related changes to scanf.3 and vfwscanf.c.tjr2003-07-051-31/+16
* Fix two incorrect uses of sizeof: we need to divide the size of the buffertjr2003-07-051-11/+6
* Merge recent floating point conversion changes from vfscanf.c.tjr2003-07-051-93/+175
* With the latest mdoc(7), we can now fix the synopsis like this.ru2003-07-031-3/+9
* When size is 1 should just null terminate the string. The dummy variablejkh2003-07-021-3/+5
* Add a new mount flag MNT_BYFSID that can be used to unmount a fileiedowse2003-07-011-1/+17
* o strmode(3) returns void not 0.maxim2003-07-011-5/+0
* Axe AINC.ru2003-07-011-2/+2
* Fixed some style bugs.bde2003-07-011-6/+7
* Don't segfault if setproctitle(3) is called with NULL initially.alfred2003-07-011-0/+1
* Separate the description of the flags for mount(2) and unmount(2)iedowse2003-06-301-14/+16
* Add a libc function execvP that takes the search path as an arguement.gordon2003-06-292-15/+40
* Teach fmtcheck(3) about the flags a, A, F, G, t, and z.das2003-06-291-8/+28
* mdoc(7) fix: Use the normal AT&T macro (.At) rather than itsru2003-06-281-1/+1
* Update to reflect changes in vfscanf.c,v 1.32. Remove bogusdas2003-06-281-35/+14
* Revamp scanf's floating-point-parsing algorithm to supportdas2003-06-281-94/+172
* Correct a misspelled name of time_hi_and_version.yar2003-06-271-1/+1
* fix NIS+ YP compat modejwd2003-06-271-3/+4
* . style(9)phantom2003-06-267-19/+41
* Reduce code duplication by separating _PathLocle detection code intophantom2003-06-253-37/+37
* Move _PathLocale declaration to more logical place (setlocale.c)phantom2003-06-252-1/+5
* Catch up with _PATH_LOCALE move from rune.h to paths.hphantom2003-06-251-1/+1
* mdoc policeobrien2003-06-251-6/+6
* Be more specific in BUGS.obrien2003-06-251-5/+7
* Push the alloca #error warning farther down to play nicer with some out ofobrien2003-06-251-2/+4
* Don't statically initialize buf to _PATH_DEV, _PATH_DEV always copied toache2003-06-241-1/+1
* Unify cross-references between sigpending(2), sigprocmask(2),yar2003-06-243-1/+5
* Supplement the cross-references section with those to sigpending(2)yar2003-06-241-0/+2
* Implement signalcontext(). Needed by libpthread (aka libkse).marcel2003-06-242-1/+123
* Add clarifications about the information that ntp_gettime returns.imp2003-06-211-8/+18
* Userland spinlocks bad. Sleep locks good.das2003-06-211-2/+5
* ttyname(3) must return absolute pathnames.phk2003-06-211-2/+8
* Use devname(3) to do the task.phk2003-06-201-66/+2
* Explain the relationship to POSIX.wollman2003-06-201-0/+14
* ntp_adjtime returns the current state of the clock (TIME_*) on successimp2003-06-201-1/+4
* Add devname_r(3) which takes a buffer as argument.phk2003-06-202-56/+21
* Remove bogus non-reentrant "temporary" implementation of gethostbyaddr_r()kris2003-06-191-19/+0
* Make the execle() synopsis look (again) like a normal C prototype.ru2003-06-181-3/+3
* Xref policy: exit(2) -> _exit(2).sobomax2003-06-171-1/+1
* Fix the execle(3) synopsis to include the environment pointer.phk2003-06-171-1/+1
* Kill prototype for __msgwrite too. It is not needed anymore.mbr2003-06-151-1/+0
* Replace the old SCM_CREDS cred procedures. They can now bembr2003-06-151-122/+21
* Only use this with a non-GCC compiler.obrien2003-06-141-0/+2
* Document ENOSPC.trhodes2003-06-131-0/+2
* This is unusable on amd64. Remove it before it causes more confusion.peter2003-06-131-53/+0
* Mark the following interfaces as OBSOLETE_IN_6:tjr2003-06-134-4/+16
* Fixes to locale code to properly use indirect pointers in order to preventjkh2003-06-136-11/+11
OpenPOWER on IntegriCloud