Searched hist:1.1080 (Results 1 - 13 of 13) sorted by relevance

/src/sys/dev/pci/
H A Dpcidevs.h1.1080 Mon Jun 06 14:31:51 GMT 2011 msaitoh regen.
H A Dpcidevs_data.h1.1080 Tue Jun 07 10:08:03 GMT 2011 cegger regen.
H A Dpcidevs1.1080 Fri May 27 15:09:44 GMT 2011 matt Add ALI M5288 SATA/Raid Controller
/src/doc/
H A D3RDPARTY1.1080 Fri Dec 27 20:13:36 GMT 2013 christos new openpam
H A DCHANGES1.1080 Thu Jul 31 14:20:52 GMT 2008 joerg Add description of VGA_POST default and what it is good for.
1.1080 Thu Jul 31 14:20:52 GMT 2008 joerg Add description of VGA_POST default and what it is good for.
/src/sys/arch/i386/conf/
H A DGENERIC1.1080 Sun Sep 23 01:05:21 GMT 2012 chs add vmt entry to GENERIC.
standardize commented pfsync and npf entries.
/src/distrib/sets/lists/base/
H A Dmi1.1080 Tue Aug 05 18:46:21 GMT 2014 martin Add sysinst message files
/src/distrib/sets/lists/man/
H A Dmi1.1080 Sun Jun 22 17:47:37 GMT 2008 ad +psrset
/src/distrib/sets/lists/tests/
H A Dmi1.1080 Fri Jul 09 05:54:11 GMT 2021 yamaguchi added tests for IFF_PROMISC of vlan(4)
/src/share/mk/
H A Dbsd.own.mk1.1080 Sat Nov 10 22:19:33 GMT 2018 maya Revert part of 1.1079. MKSOFTFLOAT?=yes for mips64*.

That is most likely an accidental commit.

PR port-mips/53719
/src/usr.bin/make/
H A Dvar.c1.1080 Sun Dec 10 20:03:30 GMT 2023 rillig make: clean up the check for command line variables

It looked suspicious that to check whether a variable was set via the
command line, the variable value would be needed. Moving the debug
diagnostic to the calling function resolved this smell.

A variable from the command line scope is never short-lived, so there's
no need to clean up after accessing the variable.

No functional change.
/src/sys/conf/
H A Dfiles1.1080 Sat Sep 21 13:22:48 GMT 2013 skrll Some dwc2 glue.
/src/distrib/sets/lists/comp/
H A Dmi1.1080 Mon Nov 12 14:56:25 GMT 2007 jmmv Add the libatf library

This adds reachover Makefiles to build the libatf library and enables it in
the parent Makefile.

Things to review in this change:

* Add proper version numbers in the shlib_version files.

* Is libatf properly listed in lib/Makefile? It theoretically needs
libstdc++, but the resulting binary library is not linked against it.

Completed in 1214 milliseconds