| #
c4b7a9e7 |
| 03-Jun-2023 |
lukem <lukem@NetBSD.org> |
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_IMPL
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.
show more ...
|
| #
bf0d5180 |
| 01-Jul-2020 |
martin <martin@NetBSD.org> |
Forbid gcc to whine about intended format truncation
|
| #
924caced |
| 21-Oct-2011 |
christos <christos@NetBSD.org> |
Remove stale proc_compare code and use the shared one in libutil.
|
| #
e6c06635 |
| 17-Aug-2011 |
christos <christos@NetBSD.org> |
Eliminate non-literal format strings, and now that gcc warns, kill y2k format warning.
|
| #
c7d4de10 |
| 26-Feb-2003 |
christos <christos@NetBSD.org> |
- 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
- 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.
show more ...
|
| #
5d4973fe |
| 18-Sep-2002 |
lukem <lukem@NetBSD.org> |
makefile delint. use NETBSDSRCDIR as appropriate
|
| #
1e703dc1 |
| 27-Jul-2002 |
christos <christos@NetBSD.org> |
add utmpx support.
|
| #
f8031c2d |
| 28-Sep-2000 |
jdolecek <jdolecek@NetBSD.org> |
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_
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.
show more ...
|
| #
ea744872 |
| 26-May-2000 |
simonb <simonb@NetBSD.org> |
Use new sysctl/kvm interfaces and remove sgid bit.
|
| #
21eedb0e |
| 12-Sep-1999 |
chs <chs@NetBSD.org> |
the PMAP_NEW option is gone as the new interface is no longer optional.
|
| #
d2397ac5 |
| 24-Mar-1999 |
mrg <mrg@NetBSD.org> |
completely remove Mach VM support. all that is left is the all the header files as UVM still uses (most of) these.
|
| #
ba7b5f16 |
| 18-Feb-1998 |
perry <perry@NetBSD.org> |
add -DPMAP_NEW if PMAP_NEW is on in mk.conf
|
| #
279ce528 |
| 09-Feb-1998 |
mrg <mrg@NetBSD.org> |
add -DUVM to CPPFLAGS if defined(UVM)
|
| #
10e180cc |
| 08-May-1997 |
gwr <gwr@NetBSD.org> |
Back out the .PATH.c changes. The .depend problem (and others) will be fixed using the new .NOPATH make feature instead.
|
| #
012e528f |
| 06-May-1997 |
gwr <gwr@NetBSD.org> |
Use .PATH.c: ...
|
| #
8baabb16 |
| 07-Jun-1996 |
thorpej <thorpej@NetBSD.org> |
RCS id police.
|
| #
9e975209 |
| 22-Dec-1994 |
cgd <cgd@NetBSD.org> |
specify man pages the new way.
|
| #
5a9cb854 |
| 09-May-1994 |
cgd <cgd@NetBSD.org> |
clean up import
|
| #
851f7cd3 |
| 28-Jan-1994 |
cgd <cgd@NetBSD.org> |
get rid of getloadavg() linking hack
|
| #
542fa2fb |
| 28-Jan-1994 |
cgd <cgd@NetBSD.org> |
hack to make getloadavg() link properly
|
| #
d0f8d5d2 |
| 30-Jul-1993 |
mycroft <mycroft@NetBSD.org> |
Add RCS identifiers.
|
| #
d3bc70b6 |
| 17-Jun-1993 |
mycroft <mycroft@NetBSD.org> |
Don't need -I/sys. (Why was it here?)
|
| #
61f28255 |
| 21-Mar-1993 |
cgd <cgd@NetBSD.org> |
initial import of 386bsd-0.1 sources
|