summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Hash 8bit chars without sign extensionache1995-03-261-3/+8
* Update info about LC_COLLATE implementationache1995-03-261-3/+1
* change hash.h to strhash.h to match new convention.jkh1995-03-264-5/+4
* Add the strhash family of routines. They provide a number of featuresjkh1995-03-262-2/+416
* Use a hash table to hold all the bindings info rather than a linked list.paul1995-03-269-146/+321
* Continue of previous fix: eliminate backslashes too.ache1995-03-261-1/+1
* Compact entry returned to user:ache1995-03-261-3/+49
* 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
* Get rid of strtok(), it is depricated in libsache1995-03-241-6/+6
* Change strtok() to strsep(), strtok() usage is depricatedache1995-03-243-14/+39
* 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
* msun becomes the default -lm the right way now.phk1995-03-211-1/+1
* Reviewed by: Bill Paul <wpaul@freebsd.org>wpaul1995-03-211-2/+2
* Comment out declaration of kvm_uread until it can be fixed correctly.rgrimes1995-03-201-0/+2
* Change u_long to unsigned long to be consistent.rgrimes1995-03-201-1/+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
* Separated out the _putchar & __cputchar() routines so that programs suchnate1995-03-193-11/+51
* libkvm exports kvm_uread(), so do declare it in the header file.joerg1995-03-191-0/+1
* Cast the offset of one call to lseek() to off_t, as it's already donejoerg1995-03-191-1/+1
* add a couple of missing #include linesphk1995-03-192-0/+3
* Two major changes:wpaul1995-03-191-4/+71
* Fix authunix_maxgrouplist testache1995-03-181-2/+2
* Remove private mkdir for /usr/include/ss, no handled by mtree.rgrimes1995-03-181-5/+1
* Fix 'putting +: in /etc/group causes many programs to dump core' bugwpaul1995-03-181-1/+11
* Repeat after me kids: "I will not try to install files into a directorywpaul1995-03-151-1/+5
* Fix wbkgdset macroache1995-03-131-1/+1
* 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
* Fix suspended vipw hangsache1995-03-091-9/+25
* stdio.h --> unistd.hache1995-03-091-1/+1
* Obtained from: NetBSDbde1995-03-081-2/+7
* Don't build swab.o here. It gets built in libc/i386/string. Previouslybde1995-03-071-1/+1
* If we are going to set the OBJS target, don't add to the old target. Thisnate1995-03-041-2/+2
* Solve conflict between two global force variablesache1995-03-032-2/+2
OpenPOWER on IntegriCloud