summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* getnetbyaddr now takes an unsigned long as its first argument.mpp1997-02-281-1/+1
* Oops! I accidently commited a change that wasn't ready for primempp1997-02-281-15/+0
* The struct vfsconf element vfc_index is now vfs_typenum.mpp1997-02-282-2/+17
* Correct the xref section - it was incorrectly using .Fn insteadmpp1997-02-281-4/+4
* "infinity" check was missed from login_getcapsize(), add itache1997-02-271-1/+7
* Buffer overflow from DNS name information which could cause root accessimp1997-02-261-1/+2
* Use the C library version of log10() instead of the inaccurate formulabde1997-02-241-4/+2
* Oops, I thought I was fixing the double precision lg10 in thebde1997-02-241-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-22638-719/+719
* Revert $FreeBSD$ to $Id$peter1997-02-224-4/+4
* Back out an easy $FreeBSD$peter1997-02-221-1/+1
* Split up the Bessel function wrapper files so that most wrapper functionsbde1997-02-2013-177/+315
* Removed misplaced duplicate of comment about implementation details.bde1997-02-201-22/+0
* Compute (1 - x^2) as ((1 - x) * (1 + x)) instead of as (1 - x * x) tobde1997-02-202-11/+23
* Typogrammatical error 'with' -> 'when'.danny1997-02-201-1/+1
* Add forgotten man page link fts_set.3 -> fts.3wosch1997-02-161-1/+1
* Select between the generic math functions and the i387-specific onesbde1997-02-1625-56/+110
* Use the C library version of log10() instead of the inaccurate formulabde1997-02-161-3/+1
* Fixed the i87 version of exp(). It returned NaN for args +-Inf. It hadbde1997-02-161-0/+42
* Put back .endif clobbered by the previous commit, breaking thejkh1997-02-151-0/+1
* Reviewed by: Bruce Evans <bde@freebsd.org>danny1997-02-151-0/+6
* Allow commonly-used "insecure" as a valid keyword in /etc/ttys.davidn1997-02-151-0/+2
* Disabled the i387 version if log1p(). It just evaluates log(1 + x).bde1997-02-151-2/+4
* Moved definitions of PIC macros from SYS.h to DEFS.h so that SYS.hbde1997-02-143-41/+21
* lite2 remame: vfc_index --> vfc_typenumadam1997-02-121-1/+1
* Obsolete fgetline() -> fgetln(); and chop off newline if necessary.davidn1997-02-101-4/+5
* Update to reflect new Lite2 mount.h and friends.mpp1997-02-101-50/+53
* Update to reflect new Lite2 mount.h.mpp1997-02-102-6/+16
* Move _PathLocale to data-only file, so setrunelocale() not pick upache1997-02-092-2/+2
* Fix PR2579: potential security hole in rcmd.cimp1997-02-091-2/+2
* Do Andrey's homework :) before merging this into 2.2:joerg1997-02-082-1/+6
* Include "setlocale.h" for _PathLocale like other parts already didache1997-02-071-3/+2
* Activate libopiepst1997-02-071-2/+2
* This commit was generated by cvs2svn to compensate for changes in r22375,pst1997-02-071-0/+27
|\
| * Build libopie from contrib_opie module.pst1997-02-071-0/+27
* Config information for FreeBSDpst1997-02-071-0/+322
* Comment out PATH_LOCALE referenceache1997-02-062-2/+2
* Use symbolic constants instead of hardcoded digitsache1997-02-064-32/+51
* Fix yet another setlocale() bug.pst1997-02-061-1/+1
* Submitted by: John Birrelljulian1997-02-05127-558/+3037
* Add XXX comment describing potential memset non-portable issueache1997-02-051-0/+3
* Update the comment why range checking is not neededache1997-02-051-1/+1
* Update the comment why range checking not neededache1997-02-053-4/+4
* Killed getenv of PATH_LOCALE per Andrey's suggestion. It was intendeddg1997-02-051-11/+2
* 1MB is 1048576 bytes, not 1038476 bytes. (I can see that the originalasami1997-02-051-1/+1
* Add yet one comment saying that range checking already doneache1997-02-031-0/+1
* Cruft cleanup to eliminate useless warningspst1997-02-021-3/+6
* Make this texinfo file info-aware.joerg1997-02-012-5/+69
* Don't use hardcoded *roff font change requests.mpp1997-01-312-3/+5
* Don't use hardcoded *roff font change requests. Do itmpp1997-01-317-18/+56
OpenPOWER on IntegriCloud