summaryrefslogtreecommitdiff
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* MFC: 1.13Matthew N. Dodd2005-07-251-3/+4
* Merge sem_init.3:1.18, sem_post.3:1.15, sem_wait.3:1.13 from HEAD toRobert Watson2005-07-173-0/+3
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2005-07-112-1371/+0
* Assorted markup fixes.Ruslan Ermilov2005-06-152-14/+33
* When IPC_NOWAIT is set and there is no message, msgrcv() failsRuslan Ermilov2005-06-141-3/+3
* reduce strlen() call.Hajimu UMEMOTO2005-05-201-4/+6
* use reentrant.h and simplify.Hajimu UMEMOTO2005-05-201-29/+20
* check return value of ttyname_r().Hajimu UMEMOTO2005-05-201-1/+2
* ttyname_r() didn't pass correct buffer size to devname_r().Hajimu UMEMOTO2005-05-201-1/+1
* Revert to old ttyname_r behavior that when _ioctl() returns 0 (SUCCEEDED),Xin LI2005-05-141-1/+1
* Provide more POSIX-complaint ttyname_r(3) interface[1], which is slightlyXin LI2005-05-132-22/+41
* Connect MLINKS for ttyname_r(3), and add prototype into unistd.h.Xin LI2005-05-111-1/+1
* Cleanup for getgrouplist(3):Xin LI2005-05-031-8/+6
* Include paths.h for prototype of getbootfile(3).Xin LI2005-05-031-0/+2
* Add a sysctl that returns the full path of a process' text file.David Schultz2005-04-181-3/+9
* Remove unused variables and assignments.Stefan Farfeleder2005-04-081-1/+0
* Use prototypes in the function definitions.Stefan Farfeleder2005-04-082-34/+14
* Add some missing errnos from POSIX. Nothing in FreeBSD generatesDavid Schultz2005-04-021-0/+5
* Use __weak_reference macro to define weak symbols.David Xu2005-03-211-31/+51
* Teach fmtcheck() about the ' (thousands separator) flag.David Schultz2005-03-211-1/+1
* Have ttyname_r() try to ask DEVFS for the device name.Poul-Henning Kamp2005-03-082-35/+16
* Make the returnvalue of times(3) insensitive to changes in wall-clock.Poul-Henning Kamp2005-03-081-3/+5
* Add manpage links for frexpf, frexpl, ldexpf, and ldexpl.David Schultz2005-03-071-0/+2
* Document frexpl and ldexpl.David Schultz2005-03-072-13/+25
* Fix incorrect comment.David Xu2005-03-011-1/+1
* Mark _rtld_allocate_tls and _rtld_free_tls as weak symbols for Variant IDavid Xu2005-02-261-0/+5
* Add an EXAMPLES section[1], quote Nd, and bump doc date.Tom Rhodes2005-02-231-2/+12
* Expand contractions.Ruslan Ermilov2005-02-132-2/+2
* Expand *n't contractions.Ruslan Ermilov2005-02-134-11/+11
* Fixed the misplaced $FreeBSD$.Ruslan Ermilov2005-02-091-1/+1
* Update my email address.David Schultz2005-02-062-2/+2
* - Move the functions presently described in in ieee(3) to their ownDavid Schultz2005-01-272-2/+9
* - Document ldexpf().David Schultz2005-01-231-17/+12
* - Document frexpf().David Schultz2005-01-231-9/+13
* Replace the ldexp() implementation in libc with a renamed copy of theDavid Schultz2005-01-221-0/+123
* Sort sections.Ruslan Ermilov2005-01-2017-188/+188
* Markup: convert a display to a list.Ruslan Ermilov2005-01-151-10/+19
* remember to reset nextgrp in getnetgrent(), so that subsequent calls to getne...Jonathan Chen2005-01-131-0/+1
* The `timep' argument of utime() is not an array of structs.Giorgos Keramidas2005-01-071-1/+7
* Update manual page after adding 'fts_bignum' field.Pawel Jakub Dawidek2005-01-071-1/+24
* Introduce new field 'fts_bignum' which is 64bit long and will allow toPawel Jakub Dawidek2005-01-071-2/+10
* Make syslog(3) thread safe.Gleb Smirnoff2004-12-301-9/+53
* Add LOG_NTP facility.Kirill Ponomarev2004-12-301-1/+3
* Mark up SIGSTOP with .Dv and use .Nm in HISTORY for marking up `signal'.Giorgos Keramidas2004-12-291-3/+3
* Restore standard behavior: log to console only when normal loggingGleb Smirnoff2004-12-241-2/+3
* Better rendering of the prototype for signal(3).Joseph Koshy2004-12-231-6/+14
* o The macro versions of sigemptyset(3), sigfillset(3), sigaddset(3),Maxim Konovalov2004-12-161-9/+12
* Fix description: the argument to setcontext(3) must have been previouslyRalf S. Engelschall2004-12-031-1/+1
* Remove ntp_gettime.c which was a wrapper around sysctlbyname(3).Mark Santcroos2004-11-182-54/+1
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.Bjoern A. Zeeb2004-11-131-1/+1