| History log of /src/usr.bin/w/Makefile |
| Revision | | Date | Author | Comments |
| 1.23 |
| 03-Jun-2023 |
lukem | bsd.own.mk: rename GCC_NO_* to CC_WNO_*
Rename compiler-warning-disable variables from GCC_NO_warning to CC_WNO_warning where warning is the full warning name as used by the compiler.
GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH
Using the convention CC_compilerflag, where compilerflag is based on the full compiler flag name.
|
| 1.22 |
| 01-Jul-2020 |
martin | Forbid gcc to whine about intended format truncation
|
| 1.21 |
| 21-Oct-2011 |
christos | Remove stale proc_compare code and use the shared one in libutil.
|
| 1.20 |
| 17-Aug-2011 |
christos | Eliminate non-literal format strings, and now that gcc warns, kill y2k format warning.
|
| 1.19 |
| 26-Feb-2003 |
christos | - Remove SUPPORT_FTPD_UTMP flag. Enable it only for utmp entries, utmpx does not need it since it can get the pid from the utmpx structure. - If the line is not found, and the pid is present (from utmpx) use that to determine the process information for that particular entry.
|
| 1.18 |
| 18-Sep-2002 |
lukem | makefile delint. use NETBSDSRCDIR as appropriate
|
| 1.17 |
| 27-Jul-2002 |
christos | add utmpx support.
|
| 1.16 |
| 28-Sep-2000 |
jdolecek | branches: 1.16.2; add code to recognize special ftpd utmp entries and match corresponding process accordingly, so that w parses entries made by "ftpd -U" correctly
the new code is conditionalized upon define SUPPORT_FTPD_UTMP, turned on by default in w(1)'s Makefile
This addresses bin/11095 by Daniel Hagerty.
|
| 1.15 |
| 26-May-2000 |
simonb | branches: 1.15.4; Use new sysctl/kvm interfaces and remove sgid bit.
|
| 1.14 |
| 12-Sep-1999 |
chs | the PMAP_NEW option is gone as the new interface is no longer optional.
|
| 1.13 |
| 24-Mar-1999 |
mrg | completely remove Mach VM support. all that is left is the all the header files as UVM still uses (most of) these.
|
| 1.12 |
| 18-Feb-1998 |
perry | add -DPMAP_NEW if PMAP_NEW is on in mk.conf
|
| 1.11 |
| 09-Feb-1998 |
mrg | add -DUVM to CPPFLAGS if defined(UVM)
|
| 1.10 |
| 08-May-1997 |
gwr | Back out the .PATH.c changes. The .depend problem (and others) will be fixed using the new .NOPATH make feature instead.
|
| 1.9 |
| 06-May-1997 |
gwr | Use .PATH.c: ...
|
| 1.8 |
| 07-Jun-1996 |
thorpej | RCS id police.
|
| 1.7 |
| 22-Dec-1994 |
cgd | branches: 1.7.6; specify man pages the new way.
|
| 1.6 |
| 09-May-1994 |
cgd | clean up import
|
| 1.5 |
| 28-Jan-1994 |
cgd | get rid of getloadavg() linking hack
|
| 1.4 |
| 28-Jan-1994 |
cgd | hack to make getloadavg() link properly
|
| 1.3 |
| 30-Jul-1993 |
mycroft | Add RCS identifiers.
|
| 1.2 |
| 17-Jun-1993 |
mycroft | Don't need -I/sys. (Why was it here?)
|
| 1.1 |
| 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.2 |
| 09-May-1994 |
cgd | new w, to match libkvm
|
| 1.1.1.1 |
| 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.7.6.1 |
| 07-Jun-1996 |
thorpej | Discard setgid privileges if not reading the running kernel, as suggested by Mike Grupenhoff <kashmir@umiacs.umd.edu> in PR #2485.
Also, RCS id police.
|
| 1.15.4.1 |
| 28-Sep-2000 |
jdolecek | pullup rev. 1.16 from trunk (approved by thorpej): switch on define SUPPORT_FTPD_UTMP
|
| 1.16.2.1 |
| 12-Nov-2002 |
nathanw | Catch up to -current.
|