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

  /src/sys/dev/pci/
files.pci 1.308.2.5 Mon Sep 28 00:27:13 UTC 2009 snj Pull up following revision(s) (requested by jakllsch in ticket #1023):
sys/conf/files: revision 1.956 via patch
sys/dev/pci/files.pci: revision 1.321
As, siisata attaches not just at pci, but for a while now, also at cardbus,
move siisata core driver config to the propper config file.
pcidevs.h 1.956 Sat Sep 13 15:40:51 UTC 2008 njoly Regen for Nvidia GeForce 6150 devices addition.
pcidevs_data.h 1.956 Thu Sep 18 09:49:29 UTC 2008 cegger regen.
pcidevs 1.956 Sat Sep 13 15:39:01 UTC 2008 njoly Add Nvidia GeForce 6150 devices.
  /src/usr.bin/make/
var.c 1.956 Fri Dec 03 18:08:51 UTC 2021 rillig make: extract ParseModifierPartDollar from ParseModifierPartSubst

No functional change.
  /src/sys/conf/
files 1.956 Sat Sep 26 19:01:04 UTC 2009 jakllsch As, siisata attaches not just at pci, but for a while now, also at cardbus,
move siisata core driver config to the propper config file.
1.924.4.4 Mon Sep 28 00:27:13 UTC 2009 snj Pull up following revision(s) (requested by jakllsch in ticket #1023):
sys/conf/files: revision 1.956 via patch
sys/dev/pci/files.pci: revision 1.321
As, siisata attaches not just at pci, but for a while now, also at cardbus,
move siisata core driver config to the propper config file.
  /src/sys/arch/i386/conf/
GENERIC 1.956 Sun Jan 03 03:50:38 UTC 2010 dholland Assorted spelling/capitalization fixes from Igor Sobrado in PR kern/22595.
Merged by yours truly as the set of configs has changed quite a bit since
the PR was filed in 2003, and I may have missed some stuff. These changes
should probably be merged into other arches' configs; I'm not going to do
that now though.
  /src/doc/
CHANGES 1.956 Sat Dec 01 18:27:19 UTC 2007 tsutsui Mention ext2fs support for libsa.

Note:
More work is needed for ports which require
primary bootloaders and installboot(8) support
to load the secondary bootloader (which has ext2fs support).
3RDPARTY 1.956 Thu Aug 09 00:39:56 UTC 2012 christos update for tzcode2012e
  /src/distrib/sets/lists/tests/
mi 1.956 Mon Nov 02 00:29:49 UTC 2020 mrg add missing files (one from me, one from someone else :-)
  /src/share/mk/
bsd.own.mk 1.956 Thu Sep 15 07:49:08 UTC 2016 mrg switch amd64, i386, shark, ofppc and macppc to xorg-server 1.18.

add a note to UPDATING about needing a clean objdir and destdir.
  /src/distrib/sets/lists/base/
mi 1.956 Sun Sep 11 19:10:56 UTC 2011 christos sets for bind.
shl.mi 1.956 Thu Aug 03 13:13:04 UTC 2023 rin Fix lists for HAVE_GCC=12.
  /src/distrib/sets/lists/man/
mi 1.956 Mon Dec 04 08:59:13 UTC 2006 pavel Move the description of sysctl MIBs from sysctl.3 to a new manual page
sysctl.7. Remove the list of MIBs from sysctl.8 so we don't have to
maintain duplicate information, as proposed by YAMAMOTO Takashi on
tech-userlevel. Also remove references to header files from sysctl.8.

The numeric constants remain documented, they are still needed in some
cases. See the discussion on tech-userlevel. ("mib list in sysctl.8")

OK by YAMAMOTO Takashi.
  /src/distrib/sets/lists/comp/
mi 1.956 Thu Oct 26 05:02:12 UTC 2006 thorpej - Add prop_dictionary_all_keys(). Takes a snapshot of a dictionary's
keys and returns them in an array. This effectively allows a caller
to mutate a dictionary while iterating over it (really, you iterate
over the array of keys instead of the dictionary itself).
- Add a slew of utility functions that make it more convenient (in some
circumstances, anyway) to get/set values in a dictionary.

Completed in 1568 milliseconds