summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Change vfc_typenum back to vfc_index in response to bde'smpp1997-03-031-2/+2
* Changed vfc_typenum back to vfc_index. The old vfsconf struct is nowbde1997-03-031-1/+1
* MAXLOGNAME currently 16, not 12ache1997-03-021-1/+1
* Pendantic change of null to NUL. Also warn that this function does notimp1997-03-021-3/+9
* This commit was generated by cvs2svn to compensate for changes in r23291,bde1997-03-021-0/+77
|\
| * Attempt to import Lite2's getvfsbyname.c.bde1997-03-021-0/+77
| * pull this in to avoid fixing these twicepeter1996-08-301-5/+6
* | 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
OpenPOWER on IntegriCloud