| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Add a stub version of getpublickey(), in order to eliminate an | jdp | 1997-08-28 | 2 | -1/+47 |
* | | Fix inspace handling I broke in rev 1.13 | ache | 1997-08-28 | 1 | -3/+3 |
* | | Add full support for determining if a user | brian | 1997-08-27 | 5 | -5/+101 |
* | | Use getpwnam(getlogin()) before getpwuid(getuid()) | ache | 1997-08-27 | 1 | -3/+5 |
* | | Improvement of type independency for the bitmap. | phk | 1997-08-27 | 1 | -3/+4 |
* | | Malloc option H is now default. | phk | 1997-08-27 | 2 | -4/+5 |
* | | Don't getenv(HOME) when set[ug]od. This can lead to a buffer overflow and | imp | 1997-08-27 | 1 | -3/+4 |
* | | Add prog.deny as a list capability for | brian | 1997-08-26 | 1 | -1/+3 |
* | | -I${DESTDIR}/sys -> -I${.CURDIR}/../../sys. | bde | 1997-08-26 | 4 | -4/+4 |
* | | Temp restore of rev 1.9 | ache | 1997-08-26 | 1 | -3/+3 |
* | | Temporarily comment out issetugid() call until everyone installs libtermcap, | ache | 1997-08-25 | 1 | -2/+2 |
* | | Fix saving/restoring tty modes, allow initscr be called twice, | ache | 1997-08-25 | 5 | -29/+66 |
* | | Make the MD* header files C++-aware. Also, string arguments are supposed | joerg | 1997-08-25 | 5 | -10/+20 |
* | | Bump minor number due to issetugid() | ache | 1997-08-24 | 1 | -1/+1 |