aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Changes for KTH KerberosIVMark Murray1997-09-281-6/+1
* Changes for KTH KerberosIV.Mark Murray1997-09-282-3/+3
* Typo fixMike Smith1997-09-281-1/+1
* Fix typo in signal() prototypeMike Smith1997-09-281-1/+1
* Use revived __maskrune for digittointAndrey A. Chernov1997-09-271-2/+2
* Add mskanji.cAndrey A. Chernov1997-09-251-1/+1
* Move it under XPG4 defineAndrey A. Chernov1997-09-251-0/+2
* Move MSKanji under XPG4 defineAndrey A. Chernov1997-09-251-8/+8
* __maskrune --> __istypeAndrey A. Chernov1997-09-251-1/+1
* Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>Julian Elischer1997-09-245-3/+119
* This commit was generated by cvs2svn to compensate for changes in r29747,Andrey A. Chernov1997-09-232-20/+31
|\
| * Official patch from infozipAndrey A. Chernov1997-09-232-20/+31
| * This commit was manufactured by cvs2svn to create branch 'VENDOR-libz'.cvs2svn1996-08-181-0/+35
* | Apply fts() fix from PR#4593Peter Wemm1997-09-222-2/+2
* | Make selection logic more strict. Only select AF_INET loopback interfacesBill Paul1997-09-211-3/+6
* | Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-184-6/+6
* | environmental -> environment.Philippe Charnier1997-09-183-4/+4
* | Some adjustments for the resolver use of poll(). For some reason I thoughtPeter Wemm1997-09-161-7/+8
* | Put a system call not present checking wrapper around the call toPeter Wemm1997-09-161-9/+35
* | Fix yet a minor stylistic nit from Bruce.Wolfram Schneider1997-09-151-4/+4
* | Fix yet a minor stylistic nit from Bruce (Doesn't he have morePoul-Henning Kamp1997-09-151-7/+9
* | Fix a buglet and a couple of stylistic nits from Bruce.Poul-Henning Kamp1997-09-151-3/+2
* | Potential bufferflow in getpwent(), getpwnam() and getpwuid()Wolfram Schneider1997-09-141-2/+7
* | Add __getcwd() syscall, and have getcwd() take a shot at it.Poul-Henning Kamp1997-09-142-2/+13
* | Call poll(2) from within the resolver but adapt to older kernels without itPeter Wemm1997-09-141-26/+68
* | A poll(2) manpage.Peter Wemm1997-09-142-2/+190
* | Generate poll syscall stubPeter Wemm1997-09-141-2/+2
* | Document SA_NOCLDWAIT.Joerg Wunsch1997-09-131-17/+38
* | Removed superfluous quoting of function args.Bruce Evans1997-09-074-6/+6
* | Fixed style bug in pseudocode.Bruce Evans1997-09-071-1/+1
* | Upgrade to 2.4 (Fix -PKT_ALIAS_UNREGISTERED_ONLY)Brian Somers1997-09-065-4/+17
* | When compiling under elf, use correct library naming conventions. AlsoPeter Wemm1997-09-051-3/+19
* | If building under elf, have libskey.so depend on libmd and libcrypt.Peter Wemm1997-09-051-0/+5
* | If not building a.out, still build a pic version of libmd. This allowsPeter Wemm1997-09-051-1/+3
* | The parameters to logwtmp should be const char'sPaul Traina1997-09-042-4/+6
* | Fixed synopsis. The envp arg for execle() can't be given in the prototype.Bruce Evans1997-09-031-2/+2
* | Fix possible coredump on BW displaysAndrey A. Chernov1997-09-021-2/+6
* | Add "options no_tld_query" to resolv.conf.Brian Somers1997-09-012-4/+6
* | Hide the declaration of `struct exception' from C++, since it conflictsBruce Evans1997-08-311-1/+5
* | Fixed inclomplete function type in synopsis.Bruce Evans1997-08-311-1/+1
* | Remove login_progok()Brian Somers1997-08-315-103/+5
* | Restore back issetugid() usage and bump major numberAndrey A. Chernov1997-08-312-4/+4
* | Another 32bits of 64bits conformance.Poul-Henning Kamp1997-08-311-2/+2
* | Initial elf nlist support, mostly stolen from OpenBSD (they use standardPeter Wemm1997-08-312-3/+228
* | Added HW_MACHINE_ARCH.KATO Takenori1997-08-301-0/+3
* | Merge in the safe chdir changes from Todd Miller's mods to the OpenBSDWarner Losh1997-08-292-40/+128
* | Add a stub version of getpublickey(), in order to eliminate anJohn Polstra1997-08-282-1/+47
* | Fix inspace handling I broke in rev 1.13Andrey A. Chernov1997-08-281-3/+3
* | Add full support for determining if a userBrian Somers1997-08-275-5/+101
* | Use getpwnam(getlogin()) before getpwuid(getuid())Andrey A. Chernov1997-08-271-3/+5