aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Check for overflow of FD_SETGuido van Rooij1997-03-101-1/+6
* Fix brain-o in SunOS passwd.adjunct stuff: !strstr(s, "##") is a) badBill Paul1997-03-101-1/+1
* Use __ieee754_sqrt() instead of sqrt() internally. Similarly for theBruce Evans1997-03-0912-33/+33
* Include <machine/asm.h> instead of kernel-only <machine/asmacros.h>.Bruce Evans1997-03-0924-48/+48
* Clarified the behaviour of dup2(fd1,fd2) when fd1==fd2 and when fd1 is invalid.Stephen McKay1997-03-091-4/+21
* The first argument to fts_set was wrong. Part of PR# 2917.Mike Pritchard1997-03-091-1/+2
* Pause() is made obsolete by sigsuspend(2), not sigpause(3).Mike Pritchard1997-03-091-4/+4
* Install opie.h in /usr/includePaul Traina1997-03-081-1/+5
* Allow comments in group database.Wolfram Schneider1997-03-081-2/+2
* API cleanups (use const char * where appropriate)Paul Traina1997-03-084-15/+15
* Add a missing semi-colon.Mike Pritchard1997-03-071-1/+1
* Fixed wrong magic numbers in scaling. hypotf() was very broken for largeBruce Evans1997-03-051-8/+8
* Remove words about lower limit needed (from BUGS section), we haveAndrey A. Chernov1997-03-031-7/+0
* Fixed handling of input failure by the scanf family.Bruce Evans1997-03-031-3/+11
* Use .Sq Li \&\e0 rather than NUL to describe the character with no bitsWarner Losh1997-03-031-3/+7
* Enabled the Lite2 getvfsbyname(). It's actually named new_getvfsbyname()Bruce Evans1997-03-032-4/+8
* Use stricter MAXLOGNAME nowAndrey A. Chernov1997-03-031-1/+1
* Reflect current MAXLONGNAME value and specify that null includedAndrey A. Chernov1997-03-031-1/+1
* Don't add/subtract 1 to MAXLOGNAME, it is already NUL-terminatedAndrey A. Chernov1997-03-031-2/+2
* Change vfc_typenum back to vfc_index in response to bde'sMike Pritchard1997-03-031-2/+2
* Changed vfc_typenum back to vfc_index. The old vfsconf struct is nowBruce Evans1997-03-031-1/+1
* MAXLOGNAME currently 16, not 12Andrey A. Chernov1997-03-021-1/+1
* Pendantic change of null to NUL. Also warn that this function does notWarner Losh1997-03-021-3/+9
* This commit was generated by cvs2svn to compensate for changes in r23291,Bruce Evans1997-03-021-0/+77
|\
| * Attempt to import Lite2's getvfsbyname.c.Bruce Evans1997-03-021-0/+77
| * pull this in to avoid fixing these twicePeter Wemm1996-08-301-0/+250
* getnetbyaddr now takes an unsigned long as its first argument.Mike Pritchard1997-02-281-1/+1
* Oops! I accidently commited a change that wasn't ready for primeMike Pritchard1997-02-281-15/+0
* The struct vfsconf element vfc_index is now vfs_typenum.Mike Pritchard1997-02-282-2/+17
* Correct the xref section - it was incorrectly using .Fn insteadMike Pritchard1997-02-281-4/+4
* "infinity" check was missed from login_getcapsize(), add itAndrey A. Chernov1997-02-271-1/+7
* Buffer overflow from DNS name information which could cause root accessWarner Losh1997-02-261-1/+2
* Use the C library version of log10() instead of the inaccurate formulaBruce Evans1997-02-241-4/+2
* Oops, I thought I was fixing the double precision lg10 in theBruce Evans1997-02-241-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-22638-719/+719
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-224-4/+4
* Back out an easy $FreeBSD$Peter Wemm1997-02-221-1/+1
* Split up the Bessel function wrapper files so that most wrapper functionsBruce Evans1997-02-2013-177/+315
* Removed misplaced duplicate of comment about implementation details.Bruce Evans1997-02-201-22/+0
* Compute (1 - x^2) as ((1 - x) * (1 + x)) instead of as (1 - x * x) toBruce Evans1997-02-202-11/+23
* Typogrammatical error 'with' -> 'when'.Daniel O'Callaghan1997-02-201-1/+1
* Add forgotten man page link fts_set.3 -> fts.3Wolfram Schneider1997-02-161-1/+1
* Select between the generic math functions and the i387-specific onesBruce Evans1997-02-1625-56/+110
* Use the C library version of log10() instead of the inaccurate formulaBruce Evans1997-02-161-3/+1
* Fixed the i87 version of exp(). It returned NaN for args +-Inf. It hadBruce Evans1997-02-161-0/+42
* Put back .endif clobbered by the previous commit, breaking theJordan K. Hubbard1997-02-151-0/+1
* Reviewed by: Bruce Evans <bde@freebsd.org>Daniel O'Callaghan1997-02-151-0/+6
* Allow commonly-used "insecure" as a valid keyword in /etc/ttys.David Nugent1997-02-151-0/+2
* Disabled the i387 version if log1p(). It just evaluates log(1 + x).Bruce Evans1997-02-151-2/+4
* Moved definitions of PIC macros from SYS.h to DEFS.h so that SYS.hBruce Evans1997-02-143-41/+21