Searched hist:1.471 (Results 1 - 25 of 36) sorted by relevance

12

/src/distrib/notes/common/
H A Dmain1.471 Mon Dec 20 19:51:03 GMT 2010 ryo branches: 1.471.2;
add myself
1.471 Mon Dec 20 19:51:03 GMT 2010 ryo branches: 1.471.2;
add myself
/src/sys/arch/i386/i386/
H A Dmachdep.c1.471 Sun May 12 23:16:53 GMT 2002 matt branches: 1.471.2; 1.471.4;
Eliminate commons.
1.471 Sun May 12 23:16:53 GMT 2002 matt branches: 1.471.2; 1.471.4;
Eliminate commons.
1.471 Sun May 12 23:16:53 GMT 2002 matt branches: 1.471.2; 1.471.4;
Eliminate commons.
/src/sys/dev/ata/
H A Dwd.c1.471 Mon Feb 17 18:45:01 GMT 2025 jakllsch Fix aprint_error_dev() abuse
/src/sys/arch/i386/conf/
H A DALL1.471 Mon Oct 07 11:53:40 GMT 2019 msaitoh Add support IC Plus IP1000* PHYs. PR/kern 42314 first reported by
Tomokazu HARADA and patch provided by Andrius V.
/src/distrib/sets/lists/debug/
H A Dmi1.471 Mon Mar 31 13:57:06 GMT 2025 riastradh pthread_cancel(3): Add some automatic tests.

PR lib/59240: POSIX.1-2024: cancellation point audit
PR lib/59134: POSIX-1.2024: pthread_setcancelstate must be
async-signal-safe
/src/etc/
H A DMakefile1.471 Fri May 31 20:58:52 GMT 2024 tsutsui Use tools/mkhybrid as MKISOFS for mac68k and future macppc.
/src/share/man/man9/
H A DMakefile1.471 Wed Jul 10 07:20:01 GMT 2024 rin man9: Provide all combinations of {,u}{i,l}{max,min}(9)
/src/share/man/man4/
H A Doptions.41.471 Wed Sep 13 00:34:48 GMT 2017 mrg note that COMPAT_XX netbsd options enable all forward support as well.
eg, COMPAT_60 enables COMPAT_70 and higher.
document the changes in compat for 4, 5, 6, and 7.
bump date.
H A DMakefile1.471 Sat Sep 06 19:08:29 GMT 2008 jmcneill Add video(4) and video(9) man pages.
/src/sys/dev/usb/
H A Dusbdevs1.471 Mon Jun 18 00:24:04 GMT 2007 dsainty Add AX88772 USB 2.0 10/100 Ethernet adapter
H A Dusbdevs.h1.471 Wed Jun 13 00:30:54 GMT 2007 uebayasi Regen.
H A Dusbdevs_data.h1.471 Sat Jun 09 11:18:46 GMT 2007 kiyohara Regen.
/src/usr.bin/xlint/lint1/
H A Dcgram.y1.471 Sat Aug 12 18:05:51 GMT 2023 rillig lint: clean up
H A Dtree.c1.471 Tue Jul 05 22:50:41 GMT 2022 rillig lint: add additional queries that are not enabled by default

In the last 18 months, several lint warnings have been made adjusted to
allow common usage patterns. For example, lint no longer warns about a
constant condition in the statement 'do { ... } while (false)' (message
161), as this pattern is well-known in statement-like macros, making it
unlikely that the 'false' is a mistake. Another example is casts
between unequal pointer types (message 247) for a few well-known
patterns that are unlikely to be bugs.

Occasionally, it is useful to query the code for patterns or events that
would not justify a warning. These patterns are modeled as predefined
queries that can be selected individually, in addition to and
independently of the existing warnings and errors.

New queries can be added as needed, in the same way as new warnings.
Queries that are deemed no longer used can be deactivated in the same
way as warnings that are no longer used.

As long as none of the queries is enabled, they produce a minimal
overhead of querying a single global variable. Computations that are
more expensive than a few machine instructions should be guarded by
any_query_enabled.

https://mail-index.netbsd.org/source-changes-d/2022/06/28/msg013716.html

ok christos@
/src/sys/kern/
H A Dinit_main.c1.471 Sat Oct 17 13:52:52 GMT 2015 jmcneill initialize MODULE_CLASS_DRIVER modules before the drivers themselves are loaded during autoconfiguration
H A Dkern_exec.c1.471 Tue Jun 25 19:47:35 GMT 2019 wiz Fix word (direct -> directory) in comment.
H A Dvfs_subr.c1.471 Tue Jan 01 10:06:54 GMT 2019 hannken Add "void *extra" argument to vcache_new() so a file system may
pass more information about the file to create.

Welcome to 8.99.30
/src/sys/net/
H A Dif.c1.471 Thu Feb 06 23:30:19 GMT 2020 thorpej Perform link state change processing on a work queue, rather than in a
softint.
/src/sys/arch/amd64/conf/
H A DGENERIC1.471 Sat Dec 02 13:03:15 GMT 2017 maxv Drop COMPAT_13 on amd64, already not enabled. Reduces the number of
critical places.
/src/sys/dev/pci/
H A Dpcidevs.h1.471 Fri Sep 06 23:58:11 GMT 2002 uwe Regen for Integraphics Systems CyberPro 2000 and 2010.
H A Dpcidevs_data.h1.471 Thu Sep 19 18:53:01 GMT 2002 nathanw Regen.
/src/usr.bin/make/
H A Djob.c1.471 Tue May 07 18:26:22 GMT 2024 sjg make: all command line overrides go in .MAKEOVERRIDES

Not all variables that start with '.' are internals,
and unless they are explicitly flagged as internal should go
into .MAKEOVERRIDES

Update varname-dot-makeoverrides to check this.

Also avoid using SCOPE_CMDLINE when ReadOnly will do.

H A Dmain.c1.471 Sun Nov 15 08:12:35 GMT 2020 rillig make(1): fix previous commit for parse_debug_options
/src/distrib/sets/lists/base/
H A Dshl.mi1.471 Tue May 12 10:05:07 GMT 2009 plunky Add in the new Service Discovery Protocol API as announced previously in
http://mail-index.netbsd.org/tech-userlevel/2009/02/27/msg001764.html

in lib/libbluetooth, add new SDP functions and bump minor version
replace usr.sbin/sdpd with new version
install sdp.h and sdp.3 from lib/libbluetooth

(Don't remove libsdp yet since some programs still refer to it)
/src/doc/
H A D3RDPARTY1.471 Fri Sep 29 01:25:43 GMT 2006 taca OpenSSL 0.9.8d released.

Completed in 1735 milliseconds

12