aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Removed the y.tab.h file from the sources. It is automatically generatedAndreas Schulz1995-04-151-0/+2
* Head off potential core dump in _havemaster() (we don't need to free anyBill Paul1995-04-151-4/+1
* Better conformance to SunOS behavior: if we can't match a user to oneBill Paul1995-04-141-2/+8
* Add err_set_file() and err_set_exit() functions to make it possible forGarrett Wollman1995-04-132-18/+64
* Add an ethers(3) man page.Bill Paul1995-04-122-3/+190
* The implementation of rexec() missed the function ruserpass(), so theJoerg Wunsch1995-04-112-3/+252
* My libcompat cleanup.Joerg Wunsch1995-04-1014-4/+378
* More of the same: we also need to handle multiple domains properlyBill Paul1995-04-091-6/+33
* Fix behavior of YP library routines in environments with multiple domains,Bill Paul1995-04-091-6/+24
* Add missing header referenceAndrey A. Chernov1995-04-091-0/+1
* Submitted by: J.T. Conklin <jtc@wimsey.com>Bruce Evans1995-04-076-10/+56
* Submitted by: J.T. Conklin <jtc@wimsey.com>Bruce Evans1995-04-072-4/+4
* Reviewed by: ache and wollman (long ago)Bruce Evans1995-04-072-52/+11
* Obtained from: 1.1.5 (originally by jtc)Bruce Evans1995-04-061-1/+2
* The man page setmode(3) declares `void setmode' when it should beJoerg Wunsch1995-04-051-1/+1
* Add "before inclusion of any header which ... "Andrey A. Chernov1995-04-041-1/+1
* 'Fix' for esoteric misfeature discovered while searching for another bug:Bill Paul1995-04-041-1/+16
* getpwent.c: fix problem with emacs dumping core when NIS is enabled. AlsoBill Paul1995-04-043-21/+34
* Properly describe how to expand default limit of handled descriptorsAndrey A. Chernov1995-04-041-1/+6
* Submitted by: Sebastian StrollowBill Paul1995-04-021-4/+14
* Fix xdr_ypmap_parms() so that it agrees with xdr_domainname(), xdr_peername()Bill Paul1995-04-021-4/+4
* Fix manpage ruleAndrey A. Chernov1995-04-021-1/+1
* Add ether_addr functions to libc. This seems to be the logical placeBill Paul1995-04-022-1/+235
* Add some missing xdr functions needed for server-side implementations.Bill Paul1995-04-021-1/+116
* Add the nls code for XPG3-style message catalogs to libc.Jordan K. Hubbard1995-03-309-0/+854
* Add nls include to Makefile.Jordan K. Hubbard1995-03-301-0/+1
* Install the dlopen.3 manpage.Poul-Henning Kamp1995-03-301-2/+2
* Clear IGNPAR in cfmakeraw() instead of set it.Andrey A. Chernov1995-03-291-2/+2
* Use __tty_fileno instead of STDERR_FILENO when detecting window sizeDoug Rabson1995-03-281-1/+1
* Tweak a few things just to show how form traversal might work fully.Jordan K. Hubbard1995-03-282-8/+8
* Include <strhash.h> instead now.Jordan K. Hubbard1995-03-281-1/+1
* Fix a missing _hash() to prevent namespace pollution with the db/hash routines.Jordan K. Hubbard1995-03-281-5/+7
* Use yp_order() instead of yp_first() in _havemaster() to check for theBill Paul1995-03-271-7/+7
* Bump the shared library minor # because of the additions of theNate Williams1995-03-271-0/+2
* Remove duplicates: parm rindex & scroll rightAndrey A. Chernov1995-03-271-1/+1
* Fix bug using CSR for partial scrollingAndrey A. Chernov1995-03-271-4/+4
* Hash 8bit chars without sign extensionAndrey A. Chernov1995-03-261-3/+8
* Update info about LC_COLLATE implementationAndrey A. Chernov1995-03-261-3/+1
* change hash.h to strhash.h to match new convention.Jordan K. Hubbard1995-03-264-5/+4
* Add the strhash family of routines. They provide a number of featuresJordan K. Hubbard1995-03-262-2/+416
* Use a hash table to hold all the bindings info rather than a linked list.Paul Richards1995-03-269-146/+321
* Continue of previous fix: eliminate backslashes too.Andrey A. Chernov1995-03-261-1/+1
* Compact entry returned to user:Andrey A. Chernov1995-03-261-3/+49
* Updated manual page to indicate flags argument; added return value andDavid Greenman1995-03-251-6/+24
* scandir(3) didn't transfer d_type, and d_ino is called d_fileno now.Poul-Henning Kamp1995-03-251-1/+2
* Add calls to endgrent() and endnetgrent() to the end of _createcaches().Bill Paul1995-03-251-0/+2
* Add more sanity checks. *Lots* of sanity checks. Huge tracts of sanity checks.Bill Paul1995-03-241-8/+40
* Make sanity checks saner: don't let setnetgrent() or innetgr() swallowBill Paul1995-03-241-2/+8
* Get rid of strtok(), it is depricated in libsAndrey A. Chernov1995-03-241-6/+6
* Change strtok() to strsep(), strtok() usage is depricatedAndrey A. Chernov1995-03-243-14/+39