summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Add the nls code for XPG3-style message catalogs to libc.jkh1995-03-309-0/+854
* Add nls include to Makefile.jkh1995-03-301-0/+1
* Clear IGNPAR in cfmakeraw() instead of set it.ache1995-03-291-2/+2
* Fix a missing _hash() to prevent namespace pollution with the db/hash routines.jkh1995-03-281-5/+7
* Use yp_order() instead of yp_first() in _havemaster() to check for thewpaul1995-03-271-7/+7
* Bump the shared library minor # because of the additions of thenate1995-03-271-0/+2
* Hash 8bit chars without sign extensionache1995-03-261-3/+8
* Update info about LC_COLLATE implementationache1995-03-261-3/+1
* Add the strhash family of routines. They provide a number of featuresjkh1995-03-262-2/+416
* Updated manual page to indicate flags argument; added return value anddg1995-03-251-6/+24
* scandir(3) didn't transfer d_type, and d_ino is called d_fileno now.phk1995-03-251-1/+2
* Add calls to endgrent() and endnetgrent() to the end of _createcaches().wpaul1995-03-251-0/+2
* Add more sanity checks. *Lots* of sanity checks. Huge tracts of sanity checks.wpaul1995-03-241-8/+40
* Make sanity checks saner: don't let setnetgrent() or innetgr() swallowwpaul1995-03-241-2/+8
* Change strtok() to strsep(), using strtok() can cause memory corruptionache1995-03-241-16/+29
* Sicnce this code shares the same fragment as gethostnamaddr:ache1995-03-241-10/+16
* Change strtok() to strsep(), cause memory corruption for allache1995-03-241-10/+16
* Yikes! Fix stupid mistake I made in last commit that made getpwent() ignorewpaul1995-03-241-9/+12
* As per Justin T. Gibbs's request, agument the +@netgroup/-@netgroupwpaul1995-03-241-36/+72
* Don't let yp_match() or yp_next() operate on null or empty keys: askingwpaul1995-03-231-1/+11
* Don't let setnetgrent() operate on a null or empty group name: it canwpaul1995-03-231-0/+4
* Very important sanity checks: today I clobbered all four NIS servers onwpaul1995-03-231-6/+8
* Lots of fixes/improvements in the +user substitution handling:wpaul1995-03-231-52/+39
* Small cleanups:wpaul1995-03-231-39/+44
* Phew! Done at last: getpwent now understands +@netgroup/-@netgroup directiveswpaul1995-03-231-9/+212
* Use better/stronger/faster NIS lookup code: by using yp_match() instead ofwpaul1995-03-211-44/+14
* Reviewed by: Bill Paul <wpaul@freebsd.org>wpaul1995-03-211-2/+2
* At last! Modified __ivaliduser() to do the same kind of user/host validationwpaul1995-03-201-3/+69
* Whoops: expanding netgroups that reference multiple netgroups doesn'twpaul1995-03-191-1/+1
* Two major changes:wpaul1995-03-191-4/+71
* Fix authunix_maxgrouplist testache1995-03-181-2/+2
* Fix 'putting +: in /etc/group causes many programs to dump core' bugwpaul1995-03-181-1/+11
* Remove `|| flags & ALT == 0' which was an obscure no-op, not abde1995-03-121-1/+1
* Obtained from: 1.1.5. Originally by jtc. Cosmetically changed for thisbde1995-03-121-15/+23
* stdio.h --> unistd.hache1995-03-091-1/+1
* Don't build swab.o here. It gets built in libc/i386/string. Previouslybde1995-03-071-1/+1
* On snap 950210, format %s (print seconds from the epoch) is missingjoerg1995-03-012-1/+23
* Don't attempt to lstat() the POSIXLY invalid empty pathname.bde1995-02-251-1/+1
* Explain the full story, and make it understandable too.phk1995-02-251-2/+7
* fix the synopsis to showphk1995-02-241-5/+1
* Add missing #include <time.h> with time() prototypeache1995-02-241-0/+1
* Minor optimization.ache1995-02-181-7/+9
* Minor optimizationache1995-02-181-7/+4
* Copyrights cleanupache1995-02-184-22/+38
* Bruce pointed out, that a misleading warning would be issuedse1995-02-171-1/+1
* Protect against duplicate gids in group list (as could be these1995-02-171-2/+5
* Don't pick _warn module nowache1995-02-171-10/+34
* Correct the parameters for the fchown. The third was erroneouslyats1995-02-171-1/+1
* Add 8bit collate stuffache1995-02-165-110/+150
* Add 8-bit collate stuffache1995-02-165-2/+270
OpenPOWER on IntegriCloud