Searched hist:1.399 (Results 1 - 25 of 52) sorted by relevance

123

/src/
H A Dbuild.sh1.399 Tue Jul 08 00:29:40 GMT 2025 hgutch Export MKREPRO to environment when calling build.sh -P

This matches what setup_mkrepro() does when MKREPRO or
MKREPRO_TIMESTAMP are set manually.

This fixes PR toolchain/59512.
/src/sys/arch/i386/conf/
H A DALL1.399 Mon Jul 11 11:26:46 GMT 2016 msaitoh branches: 1.399.2;
Add tcpcib, gpioiic, gpiopwm and bwi into i386/conf/ALL.

1.399 Mon Jul 11 11:26:46 GMT 2016 msaitoh branches: 1.399.2;
Add tcpcib, gpioiic, gpiopwm and bwi into i386/conf/ALL.

H A Dfiles.i3861.399 Sat Dec 22 07:45:58 GMT 2018 cherry This change modifies the mainbus(4) entry point for all x86 sub-archs
in the following way:

i) It provides a unified entry point in
x86/x86/mainbus.c:mainbus_attach()
ii) It carves out the preliminary bus attachment sequence that is
common to all sub-archs into
x86/x86/mainbus.c: x86_cpubus_attach()
iii) It consolidates the remaining pathways as internal callee
functions so that these may be called piecemeal if required. A
special usecase of this is XEN PVHVM which may need to call the
native configure path, the xen configure path, or both.
iv) It moves the driver private data structures from
i386/i386_mainbus.c to an x86/ level one. This allows for other
sub-arch's to do similar, if needed. (They do not at the moment).
v) For dom0 kernels, it enables 'acpi0 at mainbus?' and
'acpi0 at hypervisorbus'. This serves two purposes:
a) To demonstrate the possibility of dynamic configuration tree
traversal ordering changes.
b) To allow for the common acpi_check(self, "acpibus") call in
x86/mainbus.c to not barf when it is called from the dom0 attach
path. We allow for the acpi0 device to be a child of mainbus with
the changes to amd64/conf/XEN3_DOM0 and i386/conf/XEN3PAE_DOM0
without actually probing further in the code. This path will later
be pursued in a PVHVM boot codepath.

There should be no operative changes with this change. If there are,
please complain loudly.
/src/sys/dev/usb/
H A Dusbdevs.h1.399 Mon Jan 24 01:21:31 GMT 2005 joff branches: 1.399.2;
New Belkin USB-wifi ID, rename DWL120 to generic AT76C503A since this ID is used by more than one vendor (from OpenBSD)
1.399 Mon Jan 24 01:21:31 GMT 2005 joff branches: 1.399.2;
New Belkin USB-wifi ID, rename DWL120 to generic AT76C503A since this ID is used by more than one vendor (from OpenBSD)
H A Dusbdevs1.399 Wed Jun 01 09:15:41 GMT 2005 sekiya Add product IDs for devices that use the RT2500USB chip. From OpenBSD.
H A Dusbdevs_data.h1.399 Sun Jan 23 01:25:04 GMT 2005 elric new driver: usb generic serial adapter.

approved by: augustss@netbsd.org (code)
christos@netbsd.org (driver name)
/src/sys/arch/alpha/conf/
H A DGENERIC1.399 Mon Jan 20 18:38:19 GMT 2020 thorpej Remove FDDI support.

/src/share/misc/
H A Dacronyms.comp1.399 Mon Feb 10 15:24:52 GMT 2025 jschauma +GDT (block) group descriptor table (e.g., ext file systems)

/src/usr.bin/make/
H A Djob.c1.434 Wed Jun 16 03:56:59 GMT 2021 rillig make: extract commands-ok check from JobWriteShellCommands

This piece of code did not match the function name and thus could not
reasonably be expected in that function.

In job.c 1.399 from 2021-01-29 I missed exactly this little detail when
I added code to skip the apparently unnecessary creation of empty shell
files. The code I added only handled the happy case, not the case where
the target could not be made.

That code path then differed, leading to a much more verbose error
message than before.

before:
don't know how to make ../missing/no-such.o. Stop

after:
don't know how to make ../missing/no-such.o. Stop
...
`../missing/no-such.o' was not built (made BEINGMADE, ...)!
`muck' was not built (made DEFERRED, type OP_DEPENDS|...)!
`muck' has .ORDER dependency against build-all (made DEFERRED, ...)

Thanks to sjg for finding and reproducing this unintended change of
behavior.

1.399 Fri Jan 29 22:52:29 GMT 2021 rillig make(1): do not create empty shell files in jobs mode

In a chain of dependencies such as "all: build; build: do-build", the
intermediate targets do not have any commands. In jobs mode,
nevertheless, an empty file was created and fed to the shell. This was
unnecessary. See jobs-empty-commands.mk.

The case of the special command line "...", which was suggested on
current-users, is not optimized since it doesn't occur in practice.

Suggested by Mateusz Guzik on current-users:
https://mail-index.netbsd.org/current-users/2021/01/26/msg040215.html

/src/sys/uvm/
H A Duvm_map.c1.399 Sun Jun 05 01:45:45 GMT 2022 riastradh uvm(9): Don't duplicate vm_map_min/max in `show map' output.

Didn't notice these were already there, oops!

/src/sys/kern/
H A Dkern_sig.c1.399 Sun Sep 26 17:34:19 GMT 2021 thorpej sig_filtops is MPSAFE.
/src/sys/arch/sparc64/sparc64/
H A Dlocore.s1.399 Mon Jul 18 19:51:06 GMT 2016 palle sun4v: handle device interrupts properly - both legacy (sysino) and cookies
/src/sys/dev/ata/
H A Dwd.c1.399 Thu Jul 26 20:49:48 GMT 2012 jakllsch Revert, with intention of restoring in a less invasive way, the SATA Port
Multiplier code.

ok christos@

/src/sys/arch/arm/arm32/
H A Dpmap.c1.399 Sat Mar 14 14:05:42 GMT 2020 ad pmap_remove_all(): Return a boolean value to indicate the behaviour. If
true, all mappings have been removed, the pmap is totally cleared out, and
UVM can then avoid doing the work to call pmap_remove() for each map entry.
If false, either nothing has been done, or some helpful arch-specific voodoo
has taken place.

/src/distrib/notes/common/
H A Dmain1.399 Sun May 25 01:15:33 GMT 2008 dholland Add myself to the list. (Should have done this months ago...)
/src/distrib/sets/lists/debug/
H A Dmi1.399 Wed May 24 13:00:15 GMT 2023 lukem obsolete mkstr(1) and xstr(1)

These were only used on PDP-11 for two programs we don't ship,
and have been obsolete since the VAX days.

xstr never worked in the build.sh cross-build environment (22 years), or
parallel make environment (nearly 28 years), didn't work in the orignal 386bsd
import, and has never been needed in NetBSD as we don't have the older BSD
programs (pascal, pre-nvi ex) that needed mkstr/xstr on PDP-11.

PR toolchain/35964
/src/etc/
H A DMakefile1.399 Sun Nov 04 11:04:10 GMT 2012 apb Add DISTRIBVER to the list of variables under RELEASEVARS.
/src/share/man/man9/
H A DMakefile1.399 Thu Dec 22 11:46:48 GMT 2016 cherry Add the uvm_hotplug.9 manpage to the build tree.
/src/share/mk/
H A Dbsd.README1.399 Tue Mar 24 07:56:26 GMT 2020 mrg note that MKLLVMRT affects more than amdgpu.

H A Dbsd.lib.mk1.399 Tue Apr 02 16:18:23 GMT 2024 christos Back-out unintented commit.

/src/share/man/man4/
H A Doptions.41.399 Tue Dec 21 08:11:21 GMT 2010 jruoho Remark acpicpu(4).
/src/sys/dev/raidframe/
H A Drf_netbsdkintf.c1.399 Sat Aug 07 16:19:15 GMT 2021 thorpej Merge thorpej-cfargs2.

/src/sys/dev/pci/
H A Dif_bge.c1.399 Sat Oct 04 04:44:21 GMT 2025 thorpej Add a shared function to query the common properties used for configuring
an Ethernet address.

H A Dfiles.pci1.399 Wed Aug 08 21:00:28 GMT 2018 maya Remove NetOctave NSP2000 support

This code has bitrotted - it hasn't been adjusted from the old module
framework.

Discussed on tech-kern:
https://mail-index.netbsd.org/tech-kern/2018/07/10/msg023638.html

/src/usr.bin/xlint/lint1/
H A Dcgram.y1.399 Sun Apr 24 16:54:09 GMT 2022 rillig lint: resolve 6 shift/reduce conflicts in type_direct_declarator

No functional change intended.

Completed in 552 milliseconds

123