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

/src/sys/dev/pci/
H A Dpcidevs.h1.956 Sat Sep 13 15:40:51 GMT 2008 njoly Regen for Nvidia GeForce 6150 devices addition.
H A Dpcidevs_data.h1.956 Thu Sep 18 09:49:29 GMT 2008 cegger regen.
H A Dpcidevs1.956 Sat Sep 13 15:39:01 GMT 2008 njoly Add Nvidia GeForce 6150 devices.
/src/distrib/sets/lists/base/
H A Dshl.mi1.956 Thu Aug 03 13:13:04 GMT 2023 rin Fix lists for HAVE_GCC=12.
H A Dmi1.956 Sun Sep 11 19:10:56 GMT 2011 christos sets for bind.
/src/doc/
H A D3RDPARTY1.956 Thu Aug 09 00:39:56 GMT 2012 christos update for tzcode2012e
H A DCHANGES1.956 Sat Dec 01 18:27:19 GMT 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).
/src/sys/arch/i386/conf/
H A DGENERIC1.956 Sun Jan 03 03:50:38 GMT 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/distrib/sets/lists/man/
H A Dmi1.956 Mon Dec 04 08:59:13 GMT 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/tests/
H A Dmi1.956 Mon Nov 02 00:29:49 GMT 2020 mrg add missing files (one from me, one from someone else :-)
/src/share/mk/
H A Dbsd.own.mk1.956 Thu Sep 15 07:49:08 GMT 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/usr.bin/make/
H A Dvar.c1.956 Fri Dec 03 18:08:51 GMT 2021 rillig make: extract ParseModifierPartDollar from ParseModifierPartSubst

No functional change.
/src/sys/conf/
H A Dfiles1.956 Sat Sep 26 19:01:04 GMT 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.
/src/distrib/sets/lists/comp/
H A Dmi1.956 Thu Oct 26 05:02:12 GMT 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 1217 milliseconds