Searched hist:1.962 (Results 1 - 14 of 14) sorted by relevance

/src/sys/dev/pci/
H A Dpcidevs_data.h1.962 Wed Oct 15 18:31:16 GMT 2008 bouyer branches: 1.962.2; 1.962.4;
Regen: fix entry description.
1.962 Wed Oct 15 18:31:16 GMT 2008 bouyer branches: 1.962.2; 1.962.4;
Regen: fix entry description.
1.962 Wed Oct 15 18:31:16 GMT 2008 bouyer branches: 1.962.2; 1.962.4;
Regen: fix entry description.
H A Dpcidevs1.962 Wed Oct 15 18:30:29 GMT 2008 bouyer branches: 1.962.2; 1.962.4;
Fix entry description.
1.962 Wed Oct 15 18:30:29 GMT 2008 bouyer branches: 1.962.2; 1.962.4;
Fix entry description.
1.962 Wed Oct 15 18:30:29 GMT 2008 bouyer branches: 1.962.2; 1.962.4;
Fix entry description.
H A Dpcidevs.h1.962 Wed Oct 15 17:34:51 GMT 2008 bouyer Regen: add more ICH9 ethernet devices.
/src/usr.bin/make/
H A Dvar.c1.964 Sun Dec 05 17:00:02 GMT 2021 rillig make: fix types for modifier ':O' (since today)

In var.c 1.962 from 2021-12-05, the type of the array to be sorted
changed from 'const char *' to 'Substring'. The code still worked since
the first member of Substring is 'const char *start', but that was pure
luck.

Fix the type assumptions in the comparison functions.

Add an assertion that the words must be null-terminated since the
comparison functions currently assume this.

This kind of inconsistency may be possible to detect using static
analysis, but NetBSD's lint is currently too limited for that. To
detect this, it would have to analyze each possible comparison function
and remember the assumed type. This type could then be compared to the
argument type of a function call to qsort or bsearch.

No functional change.
1.962 Sun Dec 05 00:17:49 GMT 2021 rillig make: save a memory allocation in each modifier ':O' and ':u'

No functional change.
/src/distrib/sets/lists/base/
H A Dshl.mi1.962 Thu Aug 17 15:23:33 GMT 2023 christos new libpcap
H A Dmi1.962 Sat Oct 08 13:14:03 GMT 2011 mbalmer Link the gpio(4) Lua module to the build and add it to the set lists.
(There is no manual page yet, since we have not yet decided where to put
them for Lua modules.)
/src/doc/
H A D3RDPARTY1.962 Sun Aug 26 14:23:21 GMT 2012 wiz Update entries for:
- bind;
- libbind;
- bsd-family-tree;
- m4;
- tre (the `Mailing List' URL here gives a 404).

Patch from Bug Hunting.
H A DCHANGES1.962 Sun Dec 16 08:10:00 GMT 2007 apb shorten lines > 80 chars; remove trailing spaces; unexpand tabs.
/src/sys/arch/i386/conf/
H A DGENERIC1.962 Sun Jan 31 00:14:45 GMT 2010 jruoho Remove ACPICA_PEDANTIC. Appears to be no longer in use.
/src/distrib/sets/lists/man/
H A Dmi1.962 Tue Dec 26 04:44:54 GMT 2006 rumble Add light(4).
/src/distrib/sets/lists/tests/
H A Dmi1.962 Sat Nov 07 20:01:17 GMT 2020 rillig make(1): add test for job command flags
/src/share/mk/
H A Dbsd.own.mk1.962 Fri Sep 23 21:30:49 GMT 2016 macallan switch sparc to new Xorg
/src/sys/conf/
H A Dfiles1.962 Wed Nov 04 16:54:00 GMT 2009 pooka Split uiomove() and high-level copy routines out of the crowded
kern_subr and into their own cozy home in subr_copy.
/src/distrib/sets/lists/comp/
H A Dmi1.962 Mon Oct 30 20:22:53 GMT 2006 christos kill crypto/rmd160.h and crypto/sha2.h, and instead make symlinks to
/usr/include from /usr/include/sys. This makes all the one way hash
header handling identical.

Completed in 1250 milliseconds