summaryrefslogtreecommitdiffstats
path: root/lib
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
* Install the dlopen.3 manpage.phk1995-03-301-2/+2
* Clear IGNPAR in cfmakeraw() instead of set it.ache1995-03-291-2/+2
* Use __tty_fileno instead of STDERR_FILENO when detecting window sizedfr1995-03-281-1/+1
* Tweak a few things just to show how form traversal might work fully.jkh1995-03-282-8/+8
* Include <strhash.h> instead now.jkh1995-03-281-1/+1
* 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
* Remove duplicates: parm rindex & scroll rightache1995-03-271-1/+1
* Fix bug using CSR for partial scrollingache1995-03-271-4/+4
* 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
OpenPOWER on IntegriCloud