Searched hist:1.791 (Results 1 - 19 of 19) sorted by relevance

/src/sys/dev/pci/
H A Dif_wm.c1.791 Wed Oct 11 15:14:28 GMT 2023 msaitoh wm(4): Add I219{V,LM}({22,23}) devices (Raptor Lake).
H A Dpcidevs.h1.791 Mon Jun 05 21:08:51 GMT 2006 martin Regen (DWL-610 added)
H A Dpcidevs_data.h1.791 Tue Jun 06 21:01:04 GMT 2006 rpaulo regen
H A Dpcidevs1.791 Tue Jun 06 21:00:41 GMT 2006 rpaulo Attachment framework for the rt2561.c and rt2661.c drivers.

From OpenBSD.
/src/sys/dev/usb/
H A Dusbdevs1.791 Tue Mar 09 16:37:23 GMT 2021 ryo Add CoolerMaster, and AMD SR4 lamplight Control device (Wraith Prism RGB CPU Cooler)
H A Dusbdevs.h1.791 Wed Jan 12 00:54:45 GMT 2022 martin regen (new APC UPS device id)
H A Dusbdevs_data.h1.791 Wed Jan 12 00:54:45 GMT 2022 martin regen (new APC UPS device id)
/src/sys/arch/i386/i386/
H A Dmachdep.c1.791 Sat Aug 12 19:06:23 GMT 2017 kre Remove what is now an unused variable. One less build issue...
/src/distrib/sets/lists/base/
H A Dshl.mi1.791 Sat Nov 26 03:17:58 GMT 2016 ozaki-r Rumpify vlan(4)
H A Dmi1.791 Sat Jan 24 01:15:25 GMT 2009 agc Add the build glue and sets information for the libopenpgpsdk library, and
the openpgp binary.
/src/doc/
H A D3RDPARTY1.791 Thu Dec 02 14:55:40 GMT 2010 christos new bind
H A DCHANGES1.791 Mon Feb 19 00:38:46 GMT 2007 rmind Mention sdiff(1) replacement.
/src/sys/arch/i386/conf/
H A DGENERIC1.791 Thu Oct 26 11:48:38 GMT 2006 elad Compile in Veriexec by default on some popular archs (amd64, i386, sparc64)
so it's more accessible and less of a hassle to put to use. Also enable
fileassoc(9) by default as a result, which for itself may open the door for
a lot of cool stuff. (stay tuned. :)

I recommend port masters of other archs to consider doing the same.
Personally I don't know which ports are considered more of a legacy than
in-production, so I'm leaving it for someone else for now...

No objections on tech-kern.
/src/distrib/sets/lists/man/
H A Dmi1.791 Tue May 31 11:39:03 GMT 2005 christos mark genassym.sh obsolete
/src/distrib/sets/lists/tests/
H A Dmi1.791 Mon Aug 06 04:50:11 GMT 2018 msaitoh Add simple test case for if_nametoindex(3).
/src/share/mk/
H A Dbsd.own.mk1.791 Mon Mar 24 21:25:03 GMT 2014 joerg Add m68k support to our unwinder.
/src/usr.bin/make/
H A Dvar.c1.791 Wed Feb 03 08:00:36 GMT 2021 rillig make: use shortcut functions Global_SetExpand and Global_AppendExpand

There are many places where global variables are set or appended to. To
reduce clutter and code size, encode the VAR_GLOBAL in the function
name.

The word Expand in the function names says that the variable name is
expanded. In most of the cases, this is not necessary, but there are no
corresponding functions Global_Set or Global_Append yet.

Encoding the information whether the name is expanded or not in the
function name will make inconsistencies obvious in future manual code
reviews. Letting the compiler check this by using different types for
unexpanded and expanded variable names is probably not worth the effort.
There are still a few bugs to be fixed, such as in SetVar, which expands
the variable name twice in a row.
/src/sys/conf/
H A Dfiles1.791 Mon Jul 24 16:37:28 GMT 2006 elad some fixes:
- adapt to NVERIEXEC in init_sysctl.c.
- we now need "veriexec.h" for NVERIEXEC.
- "opt_verified_exec.h" -> "opt_veriexec.h", and include it only where
it is needed.
/src/distrib/sets/lists/comp/
H A Dmi1.791 Tue Jun 07 14:27:42 GMT 2005 is Move ld and libbfd (needed by modload) to base, so that a base-only
system can load kernel modules.

Completed in 1534 milliseconds