summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Merge from Lite2 onto mainline -peter1997-03-1119-278/+186
* This commit was generated by cvs2svn to compensate for changes in r23658,peter1997-03-119-37/+373
|\
| * Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branchpeter1997-03-1175-662/+1333
* | Import CSRG 4.4BSD-Lite2 includes onto vendor branchpeter1997-03-111-4/+7
* | Check for overflow of FD_SETguido1997-03-101-1/+6
* | Fix brain-o in SunOS passwd.adjunct stuff: !strstr(s, "##") is a) badwpaul1997-03-101-1/+1
* | Clarified the behaviour of dup2(fd1,fd2) when fd1==fd2 and when fd1 is invalid.mckay1997-03-091-4/+21
* | The first argument to fts_set was wrong. Part of PR# 2917.mpp1997-03-091-1/+2
* | Pause() is made obsolete by sigsuspend(2), not sigpause(3).mpp1997-03-091-4/+4
* | Allow comments in group database.wosch1997-03-081-2/+2
* | Add a missing semi-colon.mpp1997-03-071-1/+1
* | Remove words about lower limit needed (from BUGS section), we haveache1997-03-031-7/+0
* | Fixed handling of input failure by the scanf family.bde1997-03-031-3/+11
* | Use .Sq Li \&\e0 rather than NUL to describe the character with no bitsimp1997-03-031-3/+7
* | Enabled the Lite2 getvfsbyname(). It's actually named new_getvfsbyname()bde1997-03-032-4/+8
* | Use stricter MAXLOGNAME nowache1997-03-031-1/+1
* | Reflect current MAXLONGNAME value and specify that null includedache1997-03-031-1/+1
* | Don't add/subtract 1 to MAXLOGNAME, it is already NUL-terminatedache1997-03-031-2/+2
* | 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
* | Buffer overflow from DNS name information which could cause root accessimp1997-02-261-1/+2
* | Revert $FreeBSD$ to $Id$peter1997-02-22314-394/+394
* | Revert $FreeBSD$ to $Id$peter1997-02-223-3/+3
* | Typogrammatical error 'with' -> 'when'.danny1997-02-201-1/+1
* | Add forgotten man page link fts_set.3 -> fts.3wosch1997-02-161-1/+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
* | 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
* | 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
* | 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-052-6/+4
* | 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
OpenPOWER on IntegriCloud