Delete 'emul' keyword: it's been just returned 'native' for a long time
authorguenther <guenther@openbsd.org>
Wed, 5 Jan 2022 04:10:36 +0000 (04:10 +0000)
committerguenther <guenther@openbsd.org>
Wed, 5 Jan 2022 04:10:36 +0000 (04:10 +0000)
ok jsg@ deraadt@

bin/ps/extern.h
bin/ps/keyword.c
bin/ps/print.c
bin/ps/ps.1

index 2b27c81..385229f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: extern.h,v 1.22 2021/08/28 20:54:54 chrisz Exp $      */
+/*     $OpenBSD: extern.h,v 1.23 2022/01/05 04:10:36 guenther Exp $    */
 /*     $NetBSD: extern.h,v 1.10 1995/05/21 13:38:27 mycroft Exp $      */
 
 /*-
@@ -47,7 +47,6 @@ __BEGIN_DECLS
 void    command(const struct kinfo_proc *, VARENT *);
 void    cputime(const struct kinfo_proc *, VARENT *);
 int     donlist(void);
-void    emulname(const struct kinfo_proc *, VARENT *);
 void    elapsed(const struct kinfo_proc *, VARENT *);
 double  getpcpu(const struct kinfo_proc *);
 double  getpmem(const struct kinfo_proc *);
index 2600dd0..7bef5fb 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: keyword.c,v 1.48 2021/08/28 20:54:54 chrisz Exp $     */
+/*     $OpenBSD: keyword.c,v 1.49 2022/01/05 04:10:36 guenther Exp $   */
 /*     $NetBSD: keyword.c,v 1.12.6.1 1996/05/30 21:25:13 cgd Exp $     */
 
 /*-
@@ -99,7 +99,6 @@ VAR var[] = {
        {"cputime", "", "time"},
        {"cwd", "CWD", NULL, LJUST, curwd, CWDLEN},
        {"dsiz", "DSIZ", NULL, 0, dsize, 4},
-       {"emul", "EMUL", NULL, LJUST, emulname, KI_EMULNAMELEN - 1},
        {"etime", "ELAPSED", NULL, USER, elapsed, 12},
        {"f", "F", NULL, 0, pvar, 7, 0, POFF(p_flag), INT32, "x"},
        {"flags", "", "f"},
index 29ae2ec..40e0622 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: print.c,v 1.78 2021/12/01 18:21:23 deraadt Exp $      */
+/*     $OpenBSD: print.c,v 1.79 2022/01/05 04:10:36 guenther Exp $     */
 /*     $NetBSD: print.c,v 1.27 1995/09/29 21:58:12 cgd Exp $   */
 
 /*-
@@ -786,13 +786,3 @@ pvar(const struct kinfo_proc *kp, VARENT *ve)
        else
                printval((char *)kp + v->off, v);
 }
-
-void
-emulname(const struct kinfo_proc *kp, VARENT *ve)
-{
-       VAR *v;
-
-       v = ve->var;
-
-       (void)printf("%-*s", (int)v->width, kp->p_emul);
-}
index 4415a34..f661483 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: ps.1,v 1.118 2021/08/28 20:54:54 chrisz Exp $
+.\"    $OpenBSD: ps.1,v 1.119 2022/01/05 04:10:36 guenther Exp $
 .\"    $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1991, 1993, 1994
@@ -30,7 +30,7 @@
 .\"
 .\"     @(#)ps.1       8.3 (Berkeley) 4/18/94
 .\"
-.Dd $Mdocdate: August 28 2021 $
+.Dd $Mdocdate: January 5 2022 $
 .Dt PS 1
 .Os
 .Sh NAME
@@ -209,8 +209,6 @@ CPU ID (zero on single processor systems).
 Current working directory.
 .It Cm dsiz
 Data size, in Kilobytes.
-.It Cm emul
-Name of system call emulation environment.
 .It Cm etime
 Elapsed time since the process was started.
 .It Cm flags