HomeSort by: relevance | last modified time | path
    Searched hist:1.964 (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/dev/pci/
pcidevs.h 1.964 Tue Nov 04 00:30:54 UTC 2008 cegger regen.
pcidevs_data.h 1.964 Tue Nov 04 13:23:41 UTC 2008 cegger regen.
pcidevs 1.964 Tue Nov 04 13:22:29 UTC 2008 cegger fix typo in previous: prodcut -> product
  /src/usr.bin/make/
var.c 1.964 Sun Dec 05 17:00:02 UTC 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.
  /src/sys/arch/i386/conf/
GENERIC 1.964 Mon Feb 08 21:45:31 UTC 2010 pgoyette Add flags to all instances of lm(4), add a reference to man page
  /src/sys/conf/
files 1.964 Wed Nov 18 17:40:45 UTC 2009 pooka * make it possible to include kern_module in a kernel without vfs
support, i.e. move vfs functionality to a separate module
(kern_module_vfs.c)
* make module proplist size an MI constant (now 8k) instead of PAGE_SIZE
* change some error values to something else than the karmic EINVAL
  /src/doc/
CHANGES 1.964 Tue Dec 18 02:33:37 UTC 2007 christos update for 4.7
3RDPARTY 1.964 Tue Aug 28 07:55:01 UTC 2012 christos mention how to fix protocols.
  /src/distrib/sets/lists/tests/
mi 1.964 Sun Nov 08 16:44:47 UTC 2020 rillig make(1): add test for expanding variable expressions
  /src/share/mk/
bsd.own.mk 1.964 Thu Sep 29 03:53:13 UTC 2016 mrg enable xorg-server 1.18 for sparc64. minor consistency
  /src/distrib/sets/lists/base/
mi 1.964 Tue Oct 11 05:19:38 UTC 2011 dholland Fix sets for new tzdata.
shl.mi 1.964 Mon Sep 04 17:07:59 UTC 2023 christos sqlite3 changes
  /src/distrib/sets/lists/man/
mi 1.964 Sat Jan 06 21:13:57 UTC 2007 kardel add ntp-keygen.8 manual page
  /src/distrib/sets/lists/comp/
mi 1.964 Sat Nov 04 13:00:00 UTC 2006 yamt vmem_xalloc/xfree.

Completed in 1505 milliseconds