Searched hist:1.447 (Results 1 - 25 of 38) sorted by relevance

12

/src/share/mk/
H A Dbsd.README1.447 Fri Apr 05 01:16:00 GMT 2024 christos branches: 1.447.2;
- Create 3 new variables:
MAKELINKLIB that follows MKLINKLIB but can be overwritten by Makefiles
MAKESTATICLIB that follows MKSTATICLIB but can be overwritten by Makefiles
LINKINSTALL that follows MAKELINKLIB but can be overwritten by Makefiles
These give enough control to the module Makefiles so that they don't need
to override the default library install rules which break the debug sets.
- Remove /usr/libexec/named which duplicated /usr/lib/named

1.447 Fri Apr 05 01:16:00 GMT 2024 christos branches: 1.447.2;
- Create 3 new variables:
MAKELINKLIB that follows MKLINKLIB but can be overwritten by Makefiles
MAKESTATICLIB that follows MKSTATICLIB but can be overwritten by Makefiles
LINKINSTALL that follows MAKELINKLIB but can be overwritten by Makefiles
These give enough control to the module Makefiles so that they don't need
to override the default library install rules which break the debug sets.
- Remove /usr/libexec/named which duplicated /usr/lib/named

/src/sys/dev/ata/
H A Dwd.c1.447 Fri Apr 05 18:23:45 GMT 2019 bouyer Implement a DIRTY flag (copied from sd(4)) so avoid flushing the cache if
there has been no write. This avoids a (long) timeout on the flush cache
command triggered by atactl sleep, when the device is open only by the atactl
command itself.
If a drive has no partition open and goes to sleep, the WDF_LOADED
flag is clear, and the next open will issue wd_get_params() command.
But to wake up the drive a reset is required, and wd_get_params() doens't
issue a reset on timeout, so there's no way to wake up the disk.
Add a retry after reset to wd_get_params().

Tested by Hauke Fath; fixes PR kern/49457

/src/sys/arch/i386/conf/
H A DALL1.447 Tue Aug 14 06:37:59 GMT 2018 maxv Replace references to etherip by l2tp. Etherip was already not enabled
anyway.

/src/distrib/notes/common/
H A Dmain1.447 Mon Apr 27 00:07:06 GMT 2009 snj Nuke some 5.0 stuff in preparation for 6.0. Sigh.
/src/distrib/sets/lists/debug/
H A Dmi1.447 Mon Sep 02 05:17:45 GMT 2024 ozaki-r distrib, etc: install shmif_pcapin and its tests
/src/etc/
H A DMakefile1.447 Thu Sep 03 18:59:33 GMT 2020 jakllsch Treat aarch64 and aarch64eb identically with regard to ld.so.conf
/src/share/man/man9/
H A DMakefile1.447 Fri Feb 07 13:02:35 GMT 2020 thorpej Document percpu_foreach_xcall().

/src/share/man/man4/
H A Doptions.41.447 Fri Aug 07 07:34:56 GMT 2015 maxv Remove KMEMSTATS
H A DMakefile1.447 Sun Nov 11 17:45:19 GMT 2007 jmcneill Add man page for pseudo-audio device driver.

/src/sys/dev/usb/
H A Dusbdevs1.447 Sun Jan 07 16:54:01 GMT 2007 jmcneill Add Xbox Controller S v1.0 product ID, from Andrew Gillham.
H A Dusbdevs.h1.447 Mon Jan 01 05:05:21 GMT 2007 ichiro re-make usbdevs.h & usbdevs_data.h
H A Dusbdevs_data.h1.447 Mon Jan 01 05:03:38 GMT 2007 ichiro regen.
/src/sys/dev/pci/
H A Dfiles.pci1.447 Wed Oct 04 07:35:27 GMT 2023 rin igc(4): Add support to Intel I225 / I226 series ethernet devices

Originally written by kevlo@o for OpenBSD, and ported by knakahara@,
msaitoh@, and myself.

The driver is *EXPERIMENTAL* at the moment, as some minor error
handling paths are not fully implemented.

Hardware VLAN tagging and TSO are not supported yet.

Although, we have never observed strange behaviors at least on amd64,
aarch64{,eb}, and evbppc (IBM405), except for PR port-arm/57643.

We will send pullup request to netbsd-10, after successful snapshot
build for -current.

H A Dpcidevs.h1.447 Sat Jun 22 14:34:49 GMT 2002 fvdl Regenerate.
H A Dpcidevs_data.h1.447 Wed Jun 26 10:09:17 GMT 2002 cjs Regenerate.
/src/usr.bin/xlint/lint1/
H A Dcgram.y1.447 Fri Jul 07 19:45:22 GMT 2023 rillig lint: warn about function definitions without header declaration

The existing warning was only issued for function declarations, not for
function definitions.

The interesting change in the tests is in msg_351.c. Many other tests
use non-static functions due to their syntactic brevity. In these
tests, the warning is disabled individually, to allow new functions to
be added without generating warning 351.
H A Dtree.c1.447 Thu May 26 17:23:09 GMT 2022 rillig lint: improve local variable and function names

No functional change.
/src/sys/kern/
H A Dinit_main.c1.447 Thu Feb 21 01:39:55 GMT 2013 pgoyette Move boottime50 and its associated sysctl into the compat module. As
noted on tech-kern. Should fix PR/47579.

OK christos@

Will request pull-up to 6.0 in a few days.

H A Dkern_exec.c1.447 Fri Oct 20 00:11:34 GMT 2017 martin Make check_exec() errors print the name of the binary that fails to
execute.

H A Dvfs_subr.c1.447 Tue Jun 23 10:42:34 GMT 2015 hannken Add a vfs_newvnode() method to deadfs and use it to create
anonymous device vnodes with bdevvp() and cdevvp().

Implement spec_inactive() and spec_reclaim() to handle these nodes.

/src/sys/net/
H A Dif.c1.447 Sat Mar 23 09:48:04 GMT 2019 pgoyette Replace compile-time checking for vlan code with a module hook.

Should resolve the errors reported on irc when booting a kernel which
has agr without vlan:


[ 1.0000000] WARNING: module error: built-in module if_agr can't find builtin dependency `if_vlan'
[ 1.0000000] WARNING: module error: built-in module if_agr prerequisite if_vlan failed, error 2

/src/sys/arch/amd64/conf/
H A DGENERIC1.447 Tue Dec 13 20:42:16 GMT 2016 christos wildcard speaker attachments, now that we can handle many of them.
/src/usr.bin/make/
H A Djob.c1.447 Fri Jan 07 19:24:27 GMT 2022 rillig make: rename and inline Targ_Precious

No functional change.

/src/sys/arch/i386/i386/
H A Dmachdep.c1.447 Sat Jul 14 02:02:46 GMT 2001 christos Use global descriptor 7 for mach traps. Unfortunately this is already
used by apm 16 bit code segments so we cannot have both at the same time.
/src/distrib/sets/lists/base/
H A Dshl.mi1.447 Mon Sep 15 20:03:50 GMT 2008 cube Libs in /lib have symlinks in /usr/lib. [hi haad!]

Completed in 827 milliseconds

12