| Commit message (Expand) | Author | Age | Files | Lines |
* | EISCONN may be returned by sendto() if an attempt is made to specify the | keramida | 2005-01-24 | 1 | -0/+2 |
* | Markup and grammar fixes. | ru | 2005-01-24 | 3 | -23/+31 |
* | Update man pages to be in line with guidelines for IPv6 in FreeBSD. | gnn | 2005-01-24 | 3 | -653/+17 |
* | Fix a dangling MKLINK from my last commit. | gnn | 2005-01-24 | 1 | -1/+1 |
* | - Document ldexpf(). | das | 2005-01-23 | 1 | -17/+12 |
* | - Document frexpf(). | das | 2005-01-23 | 1 | -9/+13 |
* | Submitted by: George V. Neville-Neil (gnn at freebsd dot org) | gnn | 2005-01-23 | 7 | -0/+2099 |
* | Submitted by: George V. Neville-Neil (gnn at freebsd dot org) | gnn | 2005-01-23 | 7 | -2357/+2 |
* | Minor white space tweak. | rwatson | 2005-01-23 | 1 | -1/+1 |
* | Especially mention that setting errno to EINVAL in "no conversion" case | ache | 2005-01-22 | 2 | -4/+8 |
* | Replace the ldexp() implementation in libc with a renamed copy of the | das | 2005-01-22 | 6 | -739/+123 |
* | Fixed punctuation in xrefs. | ru | 2005-01-21 | 1 | -1/+1 |
* | Whitespace/style tweaking of prev. commit. | ache | 2005-01-21 | 6 | -24/+18 |
* | POSIX says that 0[xX] prefix is _optional_ even in base 16 case, make it | ache | 2005-01-21 | 6 | -6/+30 |
* | Sort sections. | ru | 2005-01-20 | 84 | -715/+715 |
* | Cut out the gordian handling of subnormals by bit fiddling, and | das | 2005-01-18 | 1 | -128/+15 |
* | Correct the values of FLT_ROUNDS for the FE_UPWARD and FE_DOWNWARD cases. | das | 2005-01-18 | 1 | -2/+2 |
* | Eliminate macro calls inside literal displays. | ru | 2005-01-15 | 4 | -5/+5 |
* | Fixed markup bug. | ru | 2005-01-15 | 1 | -10/+22 |
* | Markup: convert a display to a list. | ru | 2005-01-15 | 1 | -10/+19 |
* | Markup style. | ru | 2005-01-15 | 2 | -6/+2 |
* | Add a file missed in the previous commit: | das | 2005-01-15 | 1 | -0/+5 |
* | Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc. | das | 2005-01-15 | 14 | -38/+20 |
* | Markup fixes. | ru | 2005-01-14 | 1 | -6/+6 |
* | remember to reset nextgrp in getnetgrent(), so that subsequent calls to getne... | jon | 2005-01-13 | 1 | -0/+1 |
* | Fix some signed/unsigned comparisons. Fix prototypes while I'm here. | brian | 2005-01-12 | 1 | -3/+6 |
* | Scheduled mdoc(7) sweep. | ru | 2005-01-11 | 12 | -78/+123 |
* | Implement rpmatch(), a semi-standard interface (as found on AIX, Tru64, | tjr | 2005-01-09 | 3 | -2/+121 |
* | The `timep' argument of utime() is not an array of structs. | keramida | 2005-01-07 | 1 | -1/+7 |
* | Update manual page after adding 'fts_bignum' field. | pjd | 2005-01-07 | 1 | -1/+24 |
* | Introduce new field 'fts_bignum' which is 64bit long and will allow to | pjd | 2005-01-07 | 1 | -2/+10 |
* | Don't ignore the last line of config file (/etc/hosts, /etc/services, etc) | sobomax | 2005-01-03 | 5 | -15/+12 |
* | Constify arguments. | marcel | 2005-01-03 | 5 | -11/+11 |
* | Make syslog(3) thread safe. | glebius | 2004-12-30 | 1 | -9/+53 |
* | Plug memory leak. | dds | 2004-12-30 | 1 | -0/+4 |
* | Add LOG_NTP facility. | krion | 2004-12-30 | 1 | -1/+3 |
* | Catch up with stat.h a bit: | trhodes | 2004-12-29 | 1 | -6/+5 |
* | Mark up SIGSTOP with .Dv and use .Nm in HISTORY for marking up `signal'. | keramida | 2004-12-29 | 1 | -3/+3 |
* | Various markup and spelling fixes. | trhodes | 2004-12-29 | 1 | -1/+1 |
* | Restore standard behavior: log to console only when normal logging | glebius | 2004-12-24 | 1 | -2/+3 |
* | ``NULL is a specific instance of a null pointer constant; the generic is | keramida | 2004-12-23 | 6 | -30/+12 |
* | Better rendering of the prototype for signal(3). | jkoshy | 2004-12-23 | 1 | -6/+14 |
* | Punctuation marks should be separate arguments in groff macros. | keramida | 2004-12-22 | 1 | -1/+1 |
* | Use .Dv NULL when referring to NULL C pointers, instead of "nil". | keramida | 2004-12-22 | 6 | -11/+32 |
* | Cross reference init(8) too, instead of vaguely referring to the | keramida | 2004-12-22 | 1 | -4/+7 |
* | o The macro versions of sigemptyset(3), sigfillset(3), sigaddset(3), | maxim | 2004-12-16 | 1 | -9/+12 |
* | Date business, update. | trhodes | 2004-12-10 | 1 | -1/+1 |
* | According to the information on: | trhodes | 2004-12-10 | 2 | -4/+4 |
* | Oooops I forgot to commit that. | cognet | 2004-12-08 | 1 | -1/+1 |
* | Make sure the first argument to the user function is 16-byte aligned. | deischen | 2004-12-05 | 1 | -5/+7 |