| Home | Sort by: relevance | last modified time | path |
| /src/sys/dev/pci/ | |
| pcidevs.h | 1.1080 Mon Jun 06 14:31:51 UTC 2011 msaitoh regen. |
| pcidevs_data.h | 1.1080 Tue Jun 07 10:08:03 UTC 2011 cegger regen. |
| pcidevs | 1.1080 Fri May 27 15:09:44 UTC 2011 matt Add ALI M5288 SATA/Raid Controller |
| /src/usr.bin/make/ | |
| var.c | 1.1080 Sun Dec 10 20:03:30 UTC 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/arch/i386/conf/ | |
| GENERIC | 1.1080 Sun Sep 23 01:05:21 UTC 2012 chs add vmt entry to GENERIC. standardize commented pfsync and npf entries. |
| /src/sys/conf/ | |
| files | 1.1080 Sat Sep 21 13:22:48 UTC 2013 skrll Some dwc2 glue. |
| /src/doc/ | |
| CHANGES | 1.1080 Thu Jul 31 14:20:52 UTC 2008 joerg Add description of VGA_POST default and what it is good for. |
| 3RDPARTY | 1.1080 Fri Dec 27 20:13:36 UTC 2013 christos new openpam |
| /src/distrib/sets/lists/tests/ | |
| mi | 1.1080 Fri Jul 09 05:54:11 UTC 2021 yamaguchi added tests for IFF_PROMISC of vlan(4) |
| /src/share/mk/ | |
| bsd.own.mk | 1.1080 Sat Nov 10 22:19:33 UTC 2018 maya Revert part of 1.1079. MKSOFTFLOAT?=yes for mips64*. That is most likely an accidental commit. PR port-mips/53719 |
| /src/distrib/sets/lists/base/ | |
| mi | 1.1080 Tue Aug 05 18:46:21 UTC 2014 martin Add sysinst message files |
| /src/distrib/sets/lists/man/ | |
| mi | 1.1080 Sun Jun 22 17:47:37 UTC 2008 ad +psrset |
| /src/distrib/sets/lists/comp/ | |
| mi | 1.1080 Mon Nov 12 14:56:25 UTC 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. |