Searched hist:1.656 (Results 1 - 23 of 23) sorted by relevance

/src/share/man/man4/
H A DMakefile1.656 Wed Jun 13 03:28:36 GMT 2018 ozaki-r branches: 1.656.2;
Retire fast_ipsec.4

We switched to Fast IPsec at NetBSD 6.0 and that's the IPsec implementation of
us now. So we don't need to have a separate manual. Merge fast_ipsec.4 into
ipsec.4 and remove fast_ipsec.4.

1.656 Wed Jun 13 03:28:36 GMT 2018 ozaki-r branches: 1.656.2;
Retire fast_ipsec.4

We switched to Fast IPsec at NetBSD 6.0 and that's the IPsec implementation of
us now. So we don't need to have a separate manual. Merge fast_ipsec.4 into
ipsec.4 and remove fast_ipsec.4.

/src/sys/dev/usb/
H A Dusbdevs1.656 Sun Oct 27 16:59:46 GMT 2013 rmind usbdevs: add an entry for external WD disk.
H A Dusbdevs.h1.656 Fri Feb 14 04:22:13 GMT 2014 christos regen

H A Dusbdevs_data.h1.656 Mon Jan 13 08:24:17 GMT 2014 reinoud Regen
/src/sys/dev/pci/
H A Dpcidevs.h1.656 Mon Oct 11 13:05:39 GMT 2004 jmmv Regen after addition of ATI Technologies Radeon 9200SE Secondary identifier.
H A Dpcidevs_data.h1.656 Wed Oct 13 18:44:09 GMT 2004 augustss Regen.
H A Dpcidevs1.656 Wed Oct 13 18:42:17 GMT 2004 augustss Add ALi M1563 bridge.
/src/usr.bin/xlint/lint1/
H A Dtree.c1.656 Sat Oct 12 09:45:25 GMT 2024 rillig lint: reduce wrong warnings about loss of accuracy in signed '%'
/src/sys/arch/i386/i386/
H A Dmachdep.c1.656 Tue Jan 27 21:13:57 GMT 2009 ad Make previous compile.
/src/distrib/sets/lists/base/
H A Dshl.mi1.656 Sun Mar 24 19:56:06 GMT 2013 christos bump the rest of the bind libraries
H A Dmi1.656 Sat Sep 23 02:37:45 GMT 2006 jmcneill Add Canadian French keyboard mapping, from Matthew Mondor in PR# 23184.
/src/doc/
H A D3RDPARTY1.656 Fri Dec 19 15:24:19 GMT 2008 haad Merge the haad-dm branch to -current. This branch adds LVM functionality to
the base NetBSD system. It uses Linux LVM2 tools and our BSD licensed
device-mapper driver.

The device-mapper driver can be used to create virtual block devices which
maps virtual blocks to real with target mapping called target. Currently
these targets are available a linear, zero, error and a snapshot (this is
work in progress and doesn't work yet).

The lvm2tools adds lvm and dmsetup binary to based system, where the lvm
tool is used to manage and administer whole LVM and the dmestup is used to
communicate iwith device-mapper kernel driver. With these tools also
a libdevmapper library is instaled to the base system.

Building of tools and driver is currently disable and can be enabled with
MKLVM=yes in mk.conf. I will add sets lists and rc.d script soon.

Oked by agc@ and cube@.
H A DCHANGES1.656 Thu Jul 20 23:43:42 GMT 2006 rpaulo Add missing username and date.
/src/usr.bin/make/
H A Dmain.c1.656 Thu Jun 05 21:56:54 GMT 2025 rillig make: remove empty line from diagnostic, add tests for output handling

The warning for the invalid internal option "-J" does not need a
trailing newline, as that is provided by Parse_Error already.

Having this newline in the output demonstrated a previously unknown bug
in handling the output of child commands in parallel mode. There, empty
lines are randomly discarded, depending on the chunks in which the
output from the child process is copied to make's stdout. See
job-output.mk for a demonstration.

The test for the Korn shell did not run the Korn shell in error handling
mode, as the error handling mode only affects the parallel mode but the
test didn't switch to that mode.

After fixing the shell-ksh.mk test, the single '"' in the output looked
suspicious, and indeed, the shell-csh.mk test had the same problem of
filtering more characters from the output than intended.

H A Dparse.c1.656 Thu Jan 27 06:02:59 GMT 2022 sjg Allow local variable assignments in dependency lines

The variable is set in the context of the target.
This syntax has been supported by gmake for ~ever.
If necessary a makefile can set .MAKE.TARGET_LOCAL_VARIABLES=false
to disable this.

Expose GetBooleanExpr so parse.c can use it.

H A Dvar.c1.656 Wed Nov 04 04:24:57 GMT 2020 rillig make(1): add test for undefined variables in command line arguments

The variable discardUndefined has an implicit negation in its name,
which makes it hard to understand. Plus, most of the time it is true.
It's better to have a flag that is false most of the time and has a
positive name.

On the first attempt of inverting that variable, I stumbled upon
MainParseArgs, which initially leaves discardUndefined == FALSE, and
after handling the dashed options, sets it to TRUE. This would make a
difference when more command line arguments would be added later via the
.MAKEFLAGS special target.

Upon further inspection, the only place where discardUndefined is used
is in VarAssign_EvalSubst in parse.c, and that place is not reachable
from any of the dashed options. Therefore, discardUndefined could
already be set at the very beginning of MainParseArgs or even when
initializing the global variable itself, without any observable
difference.

Not even the ::= variable modifier could do anything about this since it
is not reachable from the dashed command line options as well, and in
addition, it expands its right-hand side in any case, always discarding
undefined variables. Oh, these little inconsistencies everywhere.
/src/sys/sys/
H A Dparam.h1.656 Sat Apr 04 20:21:26 GMT 2020 thorpej NetBSD 9.99.53 -- struct lwp changed.

/src/sys/arch/i386/conf/
H A DGENERIC1.656 Sat Feb 12 13:07:27 GMT 2005 jdolecek add npx* at pnpbios? (commented out)
/src/distrib/sets/lists/man/
H A Dmi1.656 Sun Jan 25 14:06:55 GMT 2004 bjh21 Obsolete beep(4).
/src/distrib/sets/lists/tests/
H A Dmi1.656 Fri Dec 04 19:36:53 GMT 2015 christos add gpt directory
/src/share/mk/
H A Dbsd.own.mk1.656 Fri Apr 15 18:05:45 GMT 2011 elric Upgrade Heimdal to 1.5pre1 by switching the build from crypto/dist/heimdal
to crypto/external/bsd/heimdal. The latter was just imported as the head
of the Heimdal tree as of a few days ago.
/src/sys/conf/
H A Dfiles1.656 Sat Feb 14 16:35:58 GMT 2004 junyoung device<tab>
attach<tab>
file<tab>
/src/distrib/sets/lists/comp/
H A Dmi1.656 Sun Jan 04 00:54:18 GMT 2004 lukem Support MKCRYPTO=no

Completed in 1820 milliseconds