main.c revision 1.22 1 1.22 mikel /* $NetBSD: main.c,v 1.22 1997/08/06 07:22:26 mikel Exp $ */
2 1.18 thorpej
3 1.1 cgd /*-
4 1.8 pk * Copyright (c) 1980, 1993
5 1.8 pk * The Regents of the University of California. All rights reserved.
6 1.1 cgd *
7 1.1 cgd * Redistribution and use in source and binary forms, with or without
8 1.1 cgd * modification, are permitted provided that the following conditions
9 1.1 cgd * are met:
10 1.1 cgd * 1. Redistributions of source code must retain the above copyright
11 1.1 cgd * notice, this list of conditions and the following disclaimer.
12 1.1 cgd * 2. Redistributions in binary form must reproduce the above copyright
13 1.1 cgd * notice, this list of conditions and the following disclaimer in the
14 1.1 cgd * documentation and/or other materials provided with the distribution.
15 1.1 cgd * 3. All advertising materials mentioning features or use of this software
16 1.1 cgd * must display the following acknowledgement:
17 1.1 cgd * This product includes software developed by the University of
18 1.1 cgd * California, Berkeley and its contributors.
19 1.1 cgd * 4. Neither the name of the University nor the names of its contributors
20 1.1 cgd * may be used to endorse or promote products derived from this software
21 1.1 cgd * without specific prior written permission.
22 1.1 cgd *
23 1.1 cgd * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
24 1.1 cgd * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25 1.1 cgd * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26 1.1 cgd * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
27 1.1 cgd * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28 1.1 cgd * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29 1.1 cgd * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30 1.1 cgd * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31 1.1 cgd * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32 1.1 cgd * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33 1.1 cgd * SUCH DAMAGE.
34 1.1 cgd */
35 1.1 cgd
36 1.22 mikel #include <sys/cdefs.h>
37 1.22 mikel
38 1.1 cgd #ifndef lint
39 1.22 mikel __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
40 1.22 mikel The Regents of the University of California. All rights reserved.\n");
41 1.1 cgd #endif /* not lint */
42 1.1 cgd
43 1.1 cgd #ifndef lint
44 1.18 thorpej #if 0
45 1.18 thorpej static char sccsid[] = "from: @(#)main.c 8.1 (Berkeley) 6/20/93";
46 1.18 thorpej #else
47 1.22 mikel __RCSID("$NetBSD: main.c,v 1.22 1997/08/06 07:22:26 mikel Exp $");
48 1.18 thorpej #endif
49 1.1 cgd #endif /* not lint */
50 1.1 cgd
51 1.1 cgd #include <sys/param.h>
52 1.1 cgd #include <sys/stat.h>
53 1.14 jtc #include <termios.h>
54 1.7 pk #include <sys/ioctl.h>
55 1.8 pk #include <sys/resource.h>
56 1.3 mycroft #include <sys/utsname.h>
57 1.21 mikel
58 1.15 cgd #include <errno.h>
59 1.1 cgd #include <fcntl.h>
60 1.1 cgd #include <time.h>
61 1.1 cgd #include <ctype.h>
62 1.8 pk #include <fcntl.h>
63 1.1 cgd #include <setjmp.h>
64 1.8 pk #include <signal.h>
65 1.8 pk #include <stdlib.h>
66 1.8 pk #include <string.h>
67 1.1 cgd #include <syslog.h>
68 1.8 pk #include <time.h>
69 1.1 cgd #include <unistd.h>
70 1.17 jtc #include <util.h>
71 1.8 pk
72 1.1 cgd #include "gettytab.h"
73 1.1 cgd #include "pathnames.h"
74 1.8 pk #include "extern.h"
75 1.8 pk
76 1.8 pk /*
77 1.8 pk * Set the amount of running time that getty should accumulate
78 1.8 pk * before deciding that something is wrong and exit.
79 1.8 pk */
80 1.8 pk #define GETTY_TIMEOUT 60 /* seconds */
81 1.1 cgd
82 1.8 pk struct termios tmode, omode;
83 1.1 cgd
84 1.1 cgd int crmod, digit, lower, upper;
85 1.1 cgd
86 1.1 cgd char hostname[MAXHOSTNAMELEN];
87 1.3 mycroft struct utsname kerninfo;
88 1.1 cgd char name[16];
89 1.1 cgd char dev[] = _PATH_DEV;
90 1.1 cgd char ttyn[32];
91 1.1 cgd
92 1.1 cgd #define OBUFSIZ 128
93 1.1 cgd #define TABBUFSIZ 512
94 1.1 cgd
95 1.1 cgd char defent[TABBUFSIZ];
96 1.1 cgd char tabent[TABBUFSIZ];
97 1.1 cgd
98 1.1 cgd char *env[128];
99 1.1 cgd
100 1.1 cgd char partab[] = {
101 1.1 cgd 0001,0201,0201,0001,0201,0001,0001,0201,
102 1.1 cgd 0202,0004,0003,0205,0005,0206,0201,0001,
103 1.1 cgd 0201,0001,0001,0201,0001,0201,0201,0001,
104 1.1 cgd 0001,0201,0201,0001,0201,0001,0001,0201,
105 1.1 cgd 0200,0000,0000,0200,0000,0200,0200,0000,
106 1.1 cgd 0000,0200,0200,0000,0200,0000,0000,0200,
107 1.1 cgd 0000,0200,0200,0000,0200,0000,0000,0200,
108 1.1 cgd 0200,0000,0000,0200,0000,0200,0200,0000,
109 1.1 cgd 0200,0000,0000,0200,0000,0200,0200,0000,
110 1.1 cgd 0000,0200,0200,0000,0200,0000,0000,0200,
111 1.1 cgd 0000,0200,0200,0000,0200,0000,0000,0200,
112 1.1 cgd 0200,0000,0000,0200,0000,0200,0200,0000,
113 1.1 cgd 0000,0200,0200,0000,0200,0000,0000,0200,
114 1.1 cgd 0200,0000,0000,0200,0000,0200,0200,0000,
115 1.1 cgd 0200,0000,0000,0200,0000,0200,0200,0000,
116 1.1 cgd 0000,0200,0200,0000,0200,0000,0000,0201
117 1.1 cgd };
118 1.1 cgd
119 1.7 pk #define ERASE tmode.c_cc[VERASE]
120 1.7 pk #define KILL tmode.c_cc[VKILL]
121 1.7 pk #define EOT tmode.c_cc[VEOF]
122 1.1 cgd
123 1.22 mikel static void dingdong __P((int));
124 1.22 mikel static void interrupt __P((int));
125 1.22 mikel void timeoverrun __P((int));
126 1.22 mikel
127 1.1 cgd jmp_buf timeout;
128 1.1 cgd
129 1.1 cgd static void
130 1.22 mikel dingdong(signo)
131 1.22 mikel int signo;
132 1.1 cgd {
133 1.1 cgd
134 1.1 cgd alarm(0);
135 1.1 cgd signal(SIGALRM, SIG_DFL);
136 1.1 cgd longjmp(timeout, 1);
137 1.1 cgd }
138 1.1 cgd
139 1.1 cgd jmp_buf intrupt;
140 1.1 cgd
141 1.1 cgd static void
142 1.22 mikel interrupt(signo)
143 1.22 mikel int signo;
144 1.1 cgd {
145 1.1 cgd
146 1.1 cgd signal(SIGINT, interrupt);
147 1.1 cgd longjmp(intrupt, 1);
148 1.1 cgd }
149 1.1 cgd
150 1.8 pk /*
151 1.8 pk * Action to take when getty is running too long.
152 1.8 pk */
153 1.8 pk void
154 1.8 pk timeoverrun(signo)
155 1.8 pk int signo;
156 1.8 pk {
157 1.8 pk
158 1.8 pk syslog(LOG_ERR, "getty exiting due to excessive running time\n");
159 1.8 pk exit(1);
160 1.8 pk }
161 1.8 pk
162 1.22 mikel int main __P((int, char **));
163 1.8 pk static int getname __P((void));
164 1.8 pk static void oflush __P((void));
165 1.8 pk static void prompt __P((void));
166 1.8 pk static void putchr __P((int));
167 1.8 pk static void putf __P((char *));
168 1.8 pk static void putpad __P((char *));
169 1.8 pk static void puts __P((char *));
170 1.8 pk
171 1.8 pk int
172 1.1 cgd main(argc, argv)
173 1.1 cgd int argc;
174 1.8 pk char *argv[];
175 1.1 cgd {
176 1.8 pk extern char **environ;
177 1.1 cgd char *tname;
178 1.15 cgd int repcnt = 0, failopenlogged = 0;
179 1.8 pk struct rlimit limit;
180 1.1 cgd
181 1.22 mikel #ifdef __GNUC__
182 1.22 mikel (void)&tname; /* XXX gcc -Wall */
183 1.22 mikel #endif
184 1.22 mikel
185 1.1 cgd signal(SIGINT, SIG_IGN);
186 1.1 cgd /*
187 1.1 cgd signal(SIGQUIT, SIG_DFL);
188 1.1 cgd */
189 1.11 pk openlog("getty", LOG_ODELAY|LOG_CONS|LOG_PID, LOG_AUTH);
190 1.1 cgd gethostname(hostname, sizeof(hostname));
191 1.1 cgd if (hostname[0] == '\0')
192 1.1 cgd strcpy(hostname, "Amnesiac");
193 1.3 mycroft uname(&kerninfo);
194 1.8 pk
195 1.8 pk /*
196 1.8 pk * Limit running time to deal with broken or dead lines.
197 1.8 pk */
198 1.8 pk (void)signal(SIGXCPU, timeoverrun);
199 1.8 pk limit.rlim_max = RLIM_INFINITY;
200 1.8 pk limit.rlim_cur = GETTY_TIMEOUT;
201 1.8 pk (void)setrlimit(RLIMIT_CPU, &limit);
202 1.8 pk
203 1.1 cgd /*
204 1.1 cgd * The following is a work around for vhangup interactions
205 1.1 cgd * which cause great problems getting window systems started.
206 1.1 cgd * If the tty line is "-", we do the old style getty presuming
207 1.1 cgd * that the file descriptors are already set up for us.
208 1.1 cgd * J. Gettys - MIT Project Athena.
209 1.1 cgd */
210 1.20 tls if (argc <= 2 || strcmp(argv[2], "-") == 0) {
211 1.20 tls strncpy(ttyn, ttyname(0), 32);
212 1.20 tls ttyn[31] = (char)NULL;
213 1.20 tls }
214 1.1 cgd else {
215 1.1 cgd int i;
216 1.1 cgd
217 1.1 cgd strcpy(ttyn, dev);
218 1.1 cgd strncat(ttyn, argv[2], sizeof(ttyn)-sizeof(dev));
219 1.1 cgd if (strcmp(argv[0], "+") != 0) {
220 1.1 cgd chown(ttyn, 0, 0);
221 1.1 cgd chmod(ttyn, 0600);
222 1.1 cgd revoke(ttyn);
223 1.19 gwr if (ttyaction(ttyn, "getty", "root"))
224 1.19 gwr syslog(LOG_ERR,"%s: ttyaction failed", ttyn);
225 1.1 cgd /*
226 1.1 cgd * Delay the open so DTR stays down long enough to be detected.
227 1.1 cgd */
228 1.1 cgd sleep(2);
229 1.1 cgd while ((i = open(ttyn, O_RDWR)) == -1) {
230 1.15 cgd if ((repcnt % 10 == 0) &&
231 1.15 cgd (errno != ENXIO || !failopenlogged)) {
232 1.1 cgd syslog(LOG_ERR, "%s: %m", ttyn);
233 1.1 cgd closelog();
234 1.15 cgd failopenlogged = 1;
235 1.1 cgd }
236 1.1 cgd repcnt++;
237 1.1 cgd sleep(60);
238 1.1 cgd }
239 1.1 cgd login_tty(i);
240 1.1 cgd }
241 1.1 cgd }
242 1.1 cgd
243 1.7 pk /* Start with default tty settings */
244 1.7 pk if (tcgetattr(0, &tmode) < 0) {
245 1.7 pk syslog(LOG_ERR, "%s: %m", ttyn);
246 1.7 pk exit(1);
247 1.7 pk }
248 1.8 pk omode = tmode;
249 1.7 pk
250 1.5 cgd gettable("default", defent);
251 1.1 cgd gendefaults();
252 1.1 cgd tname = "default";
253 1.1 cgd if (argc > 1)
254 1.1 cgd tname = argv[1];
255 1.1 cgd for (;;) {
256 1.8 pk int off;
257 1.1 cgd
258 1.5 cgd gettable(tname, tabent);
259 1.1 cgd if (OPset || EPset || APset)
260 1.1 cgd APset++, OPset++, EPset++;
261 1.1 cgd setdefaults();
262 1.8 pk off = 0;
263 1.12 pk (void)tcflush(0, TCIOFLUSH); /* clear out the crap */
264 1.1 cgd ioctl(0, FIONBIO, &off); /* turn off non-blocking mode */
265 1.1 cgd ioctl(0, FIOASYNC, &off); /* ditto for async mode */
266 1.7 pk
267 1.1 cgd if (IS)
268 1.9 mycroft cfsetispeed(&tmode, IS);
269 1.1 cgd else if (SP)
270 1.9 mycroft cfsetispeed(&tmode, SP);
271 1.1 cgd if (OS)
272 1.9 mycroft cfsetospeed(&tmode, OS);
273 1.1 cgd else if (SP)
274 1.9 mycroft cfsetospeed(&tmode, SP);
275 1.7 pk setflags(0);
276 1.1 cgd setchars();
277 1.7 pk if (tcsetattr(0, TCSANOW, &tmode) < 0) {
278 1.7 pk syslog(LOG_ERR, "%s: %m", ttyn);
279 1.7 pk exit(1);
280 1.7 pk }
281 1.1 cgd if (AB) {
282 1.1 cgd tname = autobaud();
283 1.1 cgd continue;
284 1.1 cgd }
285 1.1 cgd if (PS) {
286 1.1 cgd tname = portselector();
287 1.1 cgd continue;
288 1.1 cgd }
289 1.1 cgd if (CL && *CL)
290 1.1 cgd putpad(CL);
291 1.1 cgd edithost(HE);
292 1.1 cgd if (IM && *IM)
293 1.1 cgd putf(IM);
294 1.1 cgd if (setjmp(timeout)) {
295 1.7 pk tmode.c_ispeed = tmode.c_ospeed = 0;
296 1.7 pk (void)tcsetattr(0, TCSANOW, &tmode);
297 1.1 cgd exit(1);
298 1.1 cgd }
299 1.1 cgd if (TO) {
300 1.1 cgd signal(SIGALRM, dingdong);
301 1.1 cgd alarm(TO);
302 1.1 cgd }
303 1.1 cgd if (getname()) {
304 1.1 cgd register int i;
305 1.1 cgd
306 1.1 cgd oflush();
307 1.1 cgd alarm(0);
308 1.1 cgd signal(SIGALRM, SIG_DFL);
309 1.1 cgd if (name[0] == '-') {
310 1.1 cgd puts("user names may not start with '-'.");
311 1.1 cgd continue;
312 1.1 cgd }
313 1.1 cgd if (!(upper || lower || digit))
314 1.1 cgd continue;
315 1.7 pk setflags(2);
316 1.7 pk if (crmod) {
317 1.7 pk tmode.c_iflag |= ICRNL;
318 1.7 pk tmode.c_oflag |= ONLCR;
319 1.7 pk }
320 1.7 pk #if XXX
321 1.1 cgd if (upper || UC)
322 1.1 cgd tmode.sg_flags |= LCASE;
323 1.1 cgd if (lower || LC)
324 1.1 cgd tmode.sg_flags &= ~LCASE;
325 1.7 pk #endif
326 1.7 pk if (tcsetattr(0, TCSANOW, &tmode) < 0) {
327 1.7 pk syslog(LOG_ERR, "%s: %m", ttyn);
328 1.7 pk exit(1);
329 1.7 pk }
330 1.1 cgd signal(SIGINT, SIG_DFL);
331 1.1 cgd for (i = 0; environ[i] != (char *)0; i++)
332 1.1 cgd env[i] = environ[i];
333 1.1 cgd makeenv(&env[i]);
334 1.8 pk
335 1.8 pk limit.rlim_max = RLIM_INFINITY;
336 1.8 pk limit.rlim_cur = RLIM_INFINITY;
337 1.8 pk (void)setrlimit(RLIMIT_CPU, &limit);
338 1.16 mycroft execle(LO, "login", "-p", "--", name, (char *)0, env);
339 1.1 cgd syslog(LOG_ERR, "%s: %m", LO);
340 1.1 cgd exit(1);
341 1.1 cgd }
342 1.1 cgd alarm(0);
343 1.1 cgd signal(SIGALRM, SIG_DFL);
344 1.1 cgd signal(SIGINT, SIG_IGN);
345 1.1 cgd if (NX && *NX)
346 1.1 cgd tname = NX;
347 1.1 cgd }
348 1.1 cgd }
349 1.1 cgd
350 1.8 pk static int
351 1.1 cgd getname()
352 1.1 cgd {
353 1.1 cgd register int c;
354 1.1 cgd register char *np;
355 1.1 cgd char cs;
356 1.1 cgd
357 1.1 cgd /*
358 1.1 cgd * Interrupt may happen if we use CBREAK mode
359 1.1 cgd */
360 1.1 cgd if (setjmp(intrupt)) {
361 1.1 cgd signal(SIGINT, SIG_IGN);
362 1.1 cgd return (0);
363 1.1 cgd }
364 1.1 cgd signal(SIGINT, interrupt);
365 1.7 pk setflags(1);
366 1.1 cgd prompt();
367 1.1 cgd if (PF > 0) {
368 1.1 cgd oflush();
369 1.1 cgd sleep(PF);
370 1.1 cgd PF = 0;
371 1.1 cgd }
372 1.7 pk if (tcsetattr(0, TCSANOW, &tmode) < 0) {
373 1.7 pk syslog(LOG_ERR, "%s: %m", ttyn);
374 1.7 pk exit(1);
375 1.7 pk }
376 1.1 cgd crmod = digit = lower = upper = 0;
377 1.1 cgd np = name;
378 1.1 cgd for (;;) {
379 1.1 cgd oflush();
380 1.1 cgd if (read(STDIN_FILENO, &cs, 1) <= 0)
381 1.1 cgd exit(0);
382 1.1 cgd if ((c = cs&0177) == 0)
383 1.1 cgd return (0);
384 1.1 cgd if (c == EOT)
385 1.1 cgd exit(1);
386 1.1 cgd if (c == '\r' || c == '\n' || np >= &name[sizeof name]) {
387 1.1 cgd putf("\r\n");
388 1.1 cgd break;
389 1.1 cgd }
390 1.1 cgd if (islower(c))
391 1.1 cgd lower = 1;
392 1.1 cgd else if (isupper(c))
393 1.1 cgd upper = 1;
394 1.1 cgd else if (c == ERASE || c == '#' || c == '\b') {
395 1.1 cgd if (np > name) {
396 1.1 cgd np--;
397 1.10 mycroft if (cfgetospeed(&tmode) >= 1200)
398 1.1 cgd puts("\b \b");
399 1.1 cgd else
400 1.1 cgd putchr(cs);
401 1.1 cgd }
402 1.1 cgd continue;
403 1.1 cgd } else if (c == KILL || c == '@') {
404 1.1 cgd putchr(cs);
405 1.1 cgd putchr('\r');
406 1.10 mycroft if (cfgetospeed(&tmode) < 1200)
407 1.1 cgd putchr('\n');
408 1.1 cgd /* this is the way they do it down under ... */
409 1.1 cgd else if (np > name)
410 1.1 cgd puts(" \r");
411 1.1 cgd prompt();
412 1.1 cgd np = name;
413 1.1 cgd continue;
414 1.1 cgd } else if (isdigit(c))
415 1.1 cgd digit++;
416 1.1 cgd if (IG && (c <= ' ' || c > 0176))
417 1.1 cgd continue;
418 1.1 cgd *np++ = c;
419 1.1 cgd putchr(cs);
420 1.1 cgd }
421 1.1 cgd signal(SIGINT, SIG_IGN);
422 1.1 cgd *np = 0;
423 1.1 cgd if (c == '\r')
424 1.1 cgd crmod = 1;
425 1.22 mikel if ((upper && !lower && !LC) || UC)
426 1.1 cgd for (np = name; *np; np++)
427 1.1 cgd if (isupper(*np))
428 1.1 cgd *np = tolower(*np);
429 1.1 cgd return (1);
430 1.1 cgd }
431 1.1 cgd
432 1.8 pk static void
433 1.1 cgd putpad(s)
434 1.1 cgd register char *s;
435 1.1 cgd {
436 1.1 cgd register pad = 0;
437 1.10 mycroft speed_t ospeed = cfgetospeed(&tmode);
438 1.1 cgd
439 1.1 cgd if (isdigit(*s)) {
440 1.1 cgd while (isdigit(*s)) {
441 1.1 cgd pad *= 10;
442 1.1 cgd pad += *s++ - '0';
443 1.1 cgd }
444 1.1 cgd pad *= 10;
445 1.1 cgd if (*s == '.' && isdigit(s[1])) {
446 1.1 cgd pad += s[1] - '0';
447 1.1 cgd s += 2;
448 1.1 cgd }
449 1.1 cgd }
450 1.1 cgd
451 1.1 cgd puts(s);
452 1.1 cgd /*
453 1.1 cgd * If no delay needed, or output speed is
454 1.1 cgd * not comprehensible, then don't try to delay.
455 1.1 cgd */
456 1.10 mycroft if (pad == 0 || ospeed <= 0)
457 1.1 cgd return;
458 1.1 cgd
459 1.1 cgd /*
460 1.1 cgd * Round up by a half a character frame, and then do the delay.
461 1.1 cgd * Too bad there are no user program accessible programmed delays.
462 1.1 cgd * Transmitting pad characters slows many terminals down and also
463 1.1 cgd * loads the system.
464 1.1 cgd */
465 1.10 mycroft pad = (pad * ospeed + 50000) / 100000;
466 1.10 mycroft while (pad--)
467 1.1 cgd putchr(*PC);
468 1.1 cgd }
469 1.1 cgd
470 1.8 pk static void
471 1.1 cgd puts(s)
472 1.1 cgd register char *s;
473 1.1 cgd {
474 1.1 cgd while (*s)
475 1.1 cgd putchr(*s++);
476 1.1 cgd }
477 1.1 cgd
478 1.1 cgd char outbuf[OBUFSIZ];
479 1.1 cgd int obufcnt = 0;
480 1.1 cgd
481 1.8 pk static void
482 1.1 cgd putchr(cc)
483 1.8 pk int cc;
484 1.1 cgd {
485 1.1 cgd char c;
486 1.1 cgd
487 1.1 cgd c = cc;
488 1.1 cgd if (!NP) {
489 1.1 cgd c |= partab[c&0177] & 0200;
490 1.1 cgd if (OP)
491 1.1 cgd c ^= 0200;
492 1.1 cgd }
493 1.1 cgd if (!UB) {
494 1.1 cgd outbuf[obufcnt++] = c;
495 1.1 cgd if (obufcnt >= OBUFSIZ)
496 1.1 cgd oflush();
497 1.1 cgd } else
498 1.1 cgd write(STDOUT_FILENO, &c, 1);
499 1.1 cgd }
500 1.1 cgd
501 1.8 pk static void
502 1.1 cgd oflush()
503 1.1 cgd {
504 1.1 cgd if (obufcnt)
505 1.1 cgd write(STDOUT_FILENO, outbuf, obufcnt);
506 1.1 cgd obufcnt = 0;
507 1.1 cgd }
508 1.1 cgd
509 1.8 pk static void
510 1.1 cgd prompt()
511 1.1 cgd {
512 1.1 cgd
513 1.1 cgd putf(LM);
514 1.1 cgd if (CO)
515 1.1 cgd putchr('\n');
516 1.1 cgd }
517 1.1 cgd
518 1.8 pk static void
519 1.1 cgd putf(cp)
520 1.1 cgd register char *cp;
521 1.1 cgd {
522 1.1 cgd extern char editedhost[];
523 1.1 cgd time_t t;
524 1.1 cgd char *slash, db[100];
525 1.1 cgd
526 1.1 cgd while (*cp) {
527 1.1 cgd if (*cp != '%') {
528 1.1 cgd putchr(*cp++);
529 1.1 cgd continue;
530 1.1 cgd }
531 1.1 cgd switch (*++cp) {
532 1.1 cgd
533 1.1 cgd case 't':
534 1.8 pk slash = strrchr(ttyn, '/');
535 1.1 cgd if (slash == (char *) 0)
536 1.1 cgd puts(ttyn);
537 1.1 cgd else
538 1.1 cgd puts(&slash[1]);
539 1.1 cgd break;
540 1.1 cgd
541 1.1 cgd case 'h':
542 1.1 cgd puts(editedhost);
543 1.1 cgd break;
544 1.1 cgd
545 1.1 cgd case 'd': {
546 1.13 mycroft static char fmt[] = "%l:% %p on %A, %d %B %Y";
547 1.1 cgd
548 1.1 cgd fmt[4] = 'M'; /* I *hate* SCCS... */
549 1.1 cgd (void)time(&t);
550 1.1 cgd (void)strftime(db, sizeof(db), fmt, localtime(&t));
551 1.1 cgd puts(db);
552 1.3 mycroft break;
553 1.3 mycroft
554 1.3 mycroft case 's':
555 1.3 mycroft puts(kerninfo.sysname);
556 1.3 mycroft break;
557 1.3 mycroft
558 1.3 mycroft case 'm':
559 1.3 mycroft puts(kerninfo.machine);
560 1.3 mycroft break;
561 1.3 mycroft
562 1.3 mycroft case 'r':
563 1.3 mycroft puts(kerninfo.release);
564 1.3 mycroft break;
565 1.3 mycroft
566 1.3 mycroft case 'v':
567 1.3 mycroft puts(kerninfo.version);
568 1.1 cgd break;
569 1.1 cgd }
570 1.1 cgd
571 1.1 cgd case '%':
572 1.1 cgd putchr('%');
573 1.1 cgd break;
574 1.1 cgd }
575 1.1 cgd cp++;
576 1.1 cgd }
577 1.1 cgd }
578