summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Add a sysctl that returns the full path of a process' text file.das2005-04-181-3/+9
* Remove unused variables and assignments.stefanf2005-04-081-1/+0
* Use prototypes in the function definitions.stefanf2005-04-082-34/+14
* Add some missing errnos from POSIX. Nothing in FreeBSD generatesdas2005-04-021-0/+5
* Use __weak_reference macro to define weak symbols.davidxu2005-03-211-31/+51
* Teach fmtcheck() about the ' (thousands separator) flag.das2005-03-211-1/+1
* Have ttyname_r() try to ask DEVFS for the device name.phk2005-03-082-35/+16
* Make the returnvalue of times(3) insensitive to changes in wall-clock.phk2005-03-081-3/+5
* Add manpage links for frexpf, frexpl, ldexpf, and ldexpl.das2005-03-071-0/+2
* Document frexpl and ldexpl.das2005-03-072-13/+25
* Fix incorrect comment.davidxu2005-03-011-1/+1
* Mark _rtld_allocate_tls and _rtld_free_tls as weak symbols for Variant Idavidxu2005-02-261-0/+5
* Add an EXAMPLES section[1], quote Nd, and bump doc date.trhodes2005-02-231-2/+12
* Expand contractions.ru2005-02-132-2/+2
* Expand *n't contractions.ru2005-02-134-11/+11
* Fixed the misplaced $FreeBSD$.ru2005-02-091-1/+1
* Update my email address.das2005-02-062-2/+2
* - Move the functions presently described in in ieee(3) to their owndas2005-01-272-2/+9
* - Document ldexpf().das2005-01-231-17/+12
* - Document frexpf().das2005-01-231-9/+13
* Replace the ldexp() implementation in libc with a renamed copy of thedas2005-01-221-0/+123
* Sort sections.ru2005-01-2017-188/+188
* Markup: convert a display to a list.ru2005-01-151-10/+19
* remember to reset nextgrp in getnetgrent(), so that subsequent calls to getne...jon2005-01-131-0/+1
* The `timep' argument of utime() is not an array of structs.keramida2005-01-071-1/+7
* Update manual page after adding 'fts_bignum' field.pjd2005-01-071-1/+24
* Introduce new field 'fts_bignum' which is 64bit long and will allow topjd2005-01-071-2/+10
* Make syslog(3) thread safe.glebius2004-12-301-9/+53
* Add LOG_NTP facility.krion2004-12-301-1/+3
* Mark up SIGSTOP with .Dv and use .Nm in HISTORY for marking up `signal'.keramida2004-12-291-3/+3
* Restore standard behavior: log to console only when normal loggingglebius2004-12-241-2/+3
* Better rendering of the prototype for signal(3).jkoshy2004-12-231-6/+14
* o The macro versions of sigemptyset(3), sigfillset(3), sigaddset(3),maxim2004-12-161-9/+12
* Fix description: the argument to setcontext(3) must have been previouslyrse2004-12-031-1/+1
* Remove ntp_gettime.c which was a wrapper around sysctlbyname(3).marks2004-11-182-54/+1
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.bz2004-11-131-1/+1
* Protect against local flooder of /var/run/log. Do not loop forever inglebius2004-11-041-13/+41
* When send()ing to syslogd return ENOBUFS keep trying until success.glebius2004-10-081-8/+18
* Mutually cross-reference sysexits(3) and err(3). Add text to err(3)jkoshy2004-10-041-1/+6
* Remove __isnanl() to avoid conflicting with the same function in libm.das2004-09-241-10/+0
* Arbitraly choose the Variant II for arm.cognet2004-09-231-1/+2
* Septepber -> Septembertjr2004-09-011-1/+1
* Back out the previous change. glob() still does use strcmp() to ordertjr2004-09-011-4/+4
* Add cross-reference to ftw(3).tjr2004-08-291-0/+1
* Replace the current implementations of ftw() and nftw() with the OpenBSDtjr2004-08-243-193/+208
* Make sure we allocate at least enough space for the TCB for variant I TLS.dfr2004-08-231-0/+2
* Update documentation to match reality: glob() sorts its result accordingtjr2004-08-231-4/+4
* Always allocate a TLS area even if its empty - libpthread relies ondfr2004-08-181-7/+4
* Add support for TLS in statically linked programs.dfr2004-08-151-2/+225
* Avoid using void pointers in additive expressions.stefanf2004-08-141-1/+1
OpenPOWER on IntegriCloud