| Commit message (Expand) | Author | Age | Files | Lines |
* | EXT_KEYS gone, STD ommited | ache | 1997-09-29 | 1 | -3/+2 |
* | Add logwtmp.c | ache | 1997-09-29 | 1 | -2/+2 |
* | Merge | ache | 1997-09-29 | 1 | -16/+73 |
* | Revert the previous prototype un-typo. Add a brief comment warning that | msmith | 1997-09-28 | 1 | -1/+3 |
* | Changes for KTH KerberosIV | markm | 1997-09-28 | 1 | -6/+1 |
* | Changes for KTH KerberosIV. | markm | 1997-09-28 | 2 | -3/+3 |
* | Typo fix | msmith | 1997-09-28 | 1 | -1/+1 |
* | Fix typo in signal() prototype | msmith | 1997-09-28 | 1 | -1/+1 |
* | Use revived __maskrune for digittoint | ache | 1997-09-27 | 1 | -2/+2 |
* | Add mskanji.c | ache | 1997-09-25 | 1 | -1/+1 |
* | Move it under XPG4 define | ache | 1997-09-25 | 1 | -0/+2 |
* | Move MSKanji under XPG4 define | ache | 1997-09-25 | 1 | -8/+8 |
* | __maskrune --> __istype | ache | 1997-09-25 | 1 | -1/+1 |
* | Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp> | julian | 1997-09-24 | 5 | -3/+119 |
* | This commit was generated by cvs2svn to compensate for changes in r29747, | ache | 1997-09-23 | 2 | -20/+31 |
|\ |
|
| * | Official patch from infozip | ache | 1997-09-23 | 2 | -20/+31 |
| * | This commit was manufactured by cvs2svn to create branch 'VENDOR-libz'. | cvs2svn | 1996-08-18 | 1 | -0/+35 |
* | | Apply fts() fix from PR#4593 | peter | 1997-09-22 | 2 | -2/+2 |
* | | Make selection logic more strict. Only select AF_INET loopback interfaces | wpaul | 1997-09-21 | 1 | -3/+6 |
* | | Many places in the code NULL is used in integer context, where | phk | 1997-09-18 | 4 | -6/+6 |
* | | environmental -> environment. | charnier | 1997-09-18 | 3 | -4/+4 |
* | | Some adjustments for the resolver use of poll(). For some reason I thought | peter | 1997-09-16 | 1 | -7/+8 |
* | | Put a system call not present checking wrapper around the call to | peter | 1997-09-16 | 1 | -9/+35 |
* | | Fix yet a minor stylistic nit from Bruce. | wosch | 1997-09-15 | 1 | -4/+4 |
* | | Fix yet a minor stylistic nit from Bruce (Doesn't he have more | phk | 1997-09-15 | 1 | -7/+9 |
* | | Fix a buglet and a couple of stylistic nits from Bruce. | phk | 1997-09-15 | 1 | -3/+2 |
* | | Potential bufferflow in getpwent(), getpwnam() and getpwuid() | wosch | 1997-09-14 | 1 | -2/+7 |
* | | Add __getcwd() syscall, and have getcwd() take a shot at it. | phk | 1997-09-14 | 2 | -2/+13 |
* | | Call poll(2) from within the resolver but adapt to older kernels without it | peter | 1997-09-14 | 1 | -26/+68 |
* | | A poll(2) manpage. | peter | 1997-09-14 | 2 | -2/+190 |
* | | Generate poll syscall stub | peter | 1997-09-14 | 1 | -2/+2 |
* | | Document SA_NOCLDWAIT. | joerg | 1997-09-13 | 1 | -17/+38 |
* | | Removed superfluous quoting of function args. | bde | 1997-09-07 | 4 | -6/+6 |
* | | Fixed style bug in pseudocode. | bde | 1997-09-07 | 1 | -1/+1 |
* | | Upgrade to 2.4 (Fix -PKT_ALIAS_UNREGISTERED_ONLY) | brian | 1997-09-06 | 5 | -4/+17 |
* | | When compiling under elf, use correct library naming conventions. Also | peter | 1997-09-05 | 1 | -3/+19 |
* | | If building under elf, have libskey.so depend on libmd and libcrypt. | peter | 1997-09-05 | 1 | -0/+5 |
* | | If not building a.out, still build a pic version of libmd. This allows | peter | 1997-09-05 | 1 | -1/+3 |
* | | The parameters to logwtmp should be const char's | pst | 1997-09-04 | 2 | -4/+6 |
* | | Fixed synopsis. The envp arg for execle() can't be given in the prototype. | bde | 1997-09-03 | 1 | -2/+2 |
* | | Fix possible coredump on BW displays | ache | 1997-09-02 | 1 | -2/+6 |
* | | Add "options no_tld_query" to resolv.conf. | brian | 1997-09-01 | 2 | -4/+6 |
* | | Hide the declaration of `struct exception' from C++, since it conflicts | bde | 1997-08-31 | 1 | -1/+5 |
* | | Fixed inclomplete function type in synopsis. | bde | 1997-08-31 | 1 | -1/+1 |
* | | Remove login_progok() | brian | 1997-08-31 | 5 | -103/+5 |
* | | Restore back issetugid() usage and bump major number | ache | 1997-08-31 | 2 | -4/+4 |
* | | Another 32bits of 64bits conformance. | phk | 1997-08-31 | 1 | -2/+2 |
* | | Initial elf nlist support, mostly stolen from OpenBSD (they use standard | peter | 1997-08-31 | 2 | -3/+228 |
* | | Added HW_MACHINE_ARCH. | kato | 1997-08-30 | 1 | -0/+3 |
* | | Merge in the safe chdir changes from Todd Miller's mods to the OpenBSD | imp | 1997-08-29 | 2 | -40/+128 |