| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC: 1.13 | Matthew N. Dodd | 2005-07-25 | 1 | -3/+4 |
* | Merge sem_init.3:1.18, sem_post.3:1.15, sem_wait.3:1.13 from HEAD to | Robert Watson | 2005-07-17 | 3 | -0/+3 |
* | This commit was manufactured by cvs2svn to create branch 'RELENG_6'. | cvs2svn | 2005-07-11 | 2 | -1371/+0 |
* | Assorted markup fixes. | Ruslan Ermilov | 2005-06-15 | 2 | -14/+33 |
* | When IPC_NOWAIT is set and there is no message, msgrcv() fails | Ruslan Ermilov | 2005-06-14 | 1 | -3/+3 |
* | reduce strlen() call. | Hajimu UMEMOTO | 2005-05-20 | 1 | -4/+6 |
* | use reentrant.h and simplify. | Hajimu UMEMOTO | 2005-05-20 | 1 | -29/+20 |
* | check return value of ttyname_r(). | Hajimu UMEMOTO | 2005-05-20 | 1 | -1/+2 |
* | ttyname_r() didn't pass correct buffer size to devname_r(). | Hajimu UMEMOTO | 2005-05-20 | 1 | -1/+1 |
* | Revert to old ttyname_r behavior that when _ioctl() returns 0 (SUCCEEDED), | Xin LI | 2005-05-14 | 1 | -1/+1 |
* | Provide more POSIX-complaint ttyname_r(3) interface[1], which is slightly | Xin LI | 2005-05-13 | 2 | -22/+41 |
* | Connect MLINKS for ttyname_r(3), and add prototype into unistd.h. | Xin LI | 2005-05-11 | 1 | -1/+1 |
* | Cleanup for getgrouplist(3): | Xin LI | 2005-05-03 | 1 | -8/+6 |
* | Include paths.h for prototype of getbootfile(3). | Xin LI | 2005-05-03 | 1 | -0/+2 |
* | Add a sysctl that returns the full path of a process' text file. | David Schultz | 2005-04-18 | 1 | -3/+9 |
* | Remove unused variables and assignments. | Stefan Farfeleder | 2005-04-08 | 1 | -1/+0 |
* | Use prototypes in the function definitions. | Stefan Farfeleder | 2005-04-08 | 2 | -34/+14 |
* | Add some missing errnos from POSIX. Nothing in FreeBSD generates | David Schultz | 2005-04-02 | 1 | -0/+5 |
* | Use __weak_reference macro to define weak symbols. | David Xu | 2005-03-21 | 1 | -31/+51 |
* | Teach fmtcheck() about the ' (thousands separator) flag. | David Schultz | 2005-03-21 | 1 | -1/+1 |
* | Have ttyname_r() try to ask DEVFS for the device name. | Poul-Henning Kamp | 2005-03-08 | 2 | -35/+16 |
* | Make the returnvalue of times(3) insensitive to changes in wall-clock. | Poul-Henning Kamp | 2005-03-08 | 1 | -3/+5 |
* | Add manpage links for frexpf, frexpl, ldexpf, and ldexpl. | David Schultz | 2005-03-07 | 1 | -0/+2 |
* | Document frexpl and ldexpl. | David Schultz | 2005-03-07 | 2 | -13/+25 |
* | Fix incorrect comment. | David Xu | 2005-03-01 | 1 | -1/+1 |
* | Mark _rtld_allocate_tls and _rtld_free_tls as weak symbols for Variant I | David Xu | 2005-02-26 | 1 | -0/+5 |
* | Add an EXAMPLES section[1], quote Nd, and bump doc date. | Tom Rhodes | 2005-02-23 | 1 | -2/+12 |
* | Expand contractions. | Ruslan Ermilov | 2005-02-13 | 2 | -2/+2 |
* | Expand *n't contractions. | Ruslan Ermilov | 2005-02-13 | 4 | -11/+11 |
* | Fixed the misplaced $FreeBSD$. | Ruslan Ermilov | 2005-02-09 | 1 | -1/+1 |
* | Update my email address. | David Schultz | 2005-02-06 | 2 | -2/+2 |
* | - Move the functions presently described in in ieee(3) to their own | David Schultz | 2005-01-27 | 2 | -2/+9 |
* | - Document ldexpf(). | David Schultz | 2005-01-23 | 1 | -17/+12 |
* | - Document frexpf(). | David Schultz | 2005-01-23 | 1 | -9/+13 |
* | Replace the ldexp() implementation in libc with a renamed copy of the | David Schultz | 2005-01-22 | 1 | -0/+123 |
* | Sort sections. | Ruslan Ermilov | 2005-01-20 | 17 | -188/+188 |
* | Markup: convert a display to a list. | Ruslan Ermilov | 2005-01-15 | 1 | -10/+19 |
* | remember to reset nextgrp in getnetgrent(), so that subsequent calls to getne... | Jonathan Chen | 2005-01-13 | 1 | -0/+1 |
* | The `timep' argument of utime() is not an array of structs. | Giorgos Keramidas | 2005-01-07 | 1 | -1/+7 |
* | Update manual page after adding 'fts_bignum' field. | Pawel Jakub Dawidek | 2005-01-07 | 1 | -1/+24 |
* | Introduce new field 'fts_bignum' which is 64bit long and will allow to | Pawel Jakub Dawidek | 2005-01-07 | 1 | -2/+10 |
* | Make syslog(3) thread safe. | Gleb Smirnoff | 2004-12-30 | 1 | -9/+53 |
* | Add LOG_NTP facility. | Kirill Ponomarev | 2004-12-30 | 1 | -1/+3 |
* | Mark up SIGSTOP with .Dv and use .Nm in HISTORY for marking up `signal'. | Giorgos Keramidas | 2004-12-29 | 1 | -3/+3 |
* | Restore standard behavior: log to console only when normal logging | Gleb Smirnoff | 2004-12-24 | 1 | -2/+3 |
* | Better rendering of the prototype for signal(3). | Joseph Koshy | 2004-12-23 | 1 | -6/+14 |
* | o The macro versions of sigemptyset(3), sigfillset(3), sigaddset(3), | Maxim Konovalov | 2004-12-16 | 1 | -9/+12 |
* | Fix description: the argument to setcontext(3) must have been previously | Ralf S. Engelschall | 2004-12-03 | 1 | -1/+1 |
* | Remove ntp_gettime.c which was a wrapper around sysctlbyname(3). | Mark Santcroos | 2004-11-18 | 2 | -54/+1 |
* | Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set. | Bjoern A. Zeeb | 2004-11-13 | 1 | -1/+1 |