| Age | Commit message (Expand) | Author |
| 1997-09-23 | - add '-C user', which runs checkaccess(user) and exits with the result | lukem |
| 1997-09-23 | implement '-c confdir', which allows the specification of an alternate | lukem |
| 1997-09-21 | Mention that if the user's shell is null, it's assumed to be /bin/sh. | cjs |
| 1997-09-19 | The "ufp" global wasn't used in any XIDLE code, so don't declare it inside | thorpej |
| 1997-09-18 | - ensure 257 reply codes from PWD and MKD are RFC959 compliant: | lukem |
| 1997-09-17 | fix WARNS=1 | christos |
| 1997-09-17 | Fix for WARNS=1 | christos |
| 1997-09-17 | Oops forgot this. | christos |
| 1997-09-17 | Fix WARNS problems. sigsetjmp() was missing an argument. | christos |
| 1997-09-09 | `-s' for `secure' doesn't make much sense. just note that it disables | mrg |
| 1997-09-09 | add "-g" flag: this just gets passed to finger. | mrg |
| 1997-08-26 | fix grammo | lukem |
| 1997-08-25 | Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated, | kleink |
| 1997-08-14 | * don't depend upon buffer returned by fgetln() to remain. fix mainly | lukem |
| 1997-08-06 | set WARNS?=1 | mikel |
| 1997-08-06 | use <sys/cdefs.h> __COPYRIGHT() and __RCSID() macros | mikel |
| 1997-08-06 | don't include <signal.h> twice | mikel |
| 1997-08-04 | Ignore SIGCHLD. | mycroft |
| 1997-08-04 | now finds symlinked man pages, as submitted by Thorsten Frueauf in pr-3087 | perry |
| 1997-08-01 | avoid void pointer arithmetic | mikel |
| 1997-07-31 | Fix files using old TNF copyright notice | jtc |
| 1997-07-31 | clean up .Nm entries, and change a silly .Nm gettytab 5 to an .Xr | perry |
| 1997-07-21 | be safe with some buffers. | mrg |
| 1997-07-19 | Make sure that the last fields in the transmitted stat structs are set | fvdl |
| 1997-07-14 | Add the necessary -I flag to pick up the libc/include/extern.h | christos |
| 1997-07-14 | xref gethostname(3) and uname(3) instead of obsolete gethostname(2) | mikel |
| 1997-07-11 | * Truncate the cinv table. It was twice as long as necessary as a result | matthias |
| 1997-07-10 | don't xref obsolete crypt(1) | mikel |
| 1997-07-09 | * Flush the icache from user mode. The original code and the idea came from | matthias |
| 1997-07-06 | Use WARNS=1 | christos |
| 1997-07-01 | Add WARNS=1 | christos |
| 1997-06-30 | Do not free dlopen'ed map structures twice. | pk |
| 1997-06-30 | Fix typo in free_link_map(); noticed by Mike Grupenhoff. | pk |
| 1997-06-29 | Install as ntalkd | christos |
| 1997-06-29 | We are not going to be running as root anymore, so no need to check for that. | christos |
| 1997-06-29 | - use ttymsg from libutil | christos |
| 1997-06-29 | Merge in lite-2 | christos |
| 1997-06-26 | Patch from Chris Demetriou to unmap an object on last dlclose(), which | pk |
| 1997-06-24 | Add missing braces. `check_modify' returns 0 without a reply. See PR #3779. | hannken |
| 1997-06-23 | install all man pages. | mrg |
| 1997-06-23 | move man pages into share/man. | mrg |
| 1997-06-22 | missed some warnings. | christos |
| 1997-06-21 | %qd wants long long. Thus, if you're going to turn on warnings for | cjs |
| 1997-06-21 | Need prototype for klogin() - probably ought to go in a header file, but klog... | mellon |
| 1997-06-20 | Fix typos (PR#3761). | pk |
| 1997-06-18 | - Pass gcc -Wall | christos |
| 1997-06-14 | * implement /etc/ftpd.conf, which adds support for the following features, | lukem |
| 1997-06-03 | fix typo; from Saitoh Masanobu in PR misc/3696. | mikel |
| 1997-05-31 | Back out BUILDDIR and NOINSTALL changes. | cjs |
| 1997-05-30 | Remove an ifdef. Add comment about -nostdlib vs. ELF ld. | cjs |