Searched hist:1.580 (Results 1 - 24 of 24) sorted by relevance
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.580 Sun Sep 27 13:48:49 GMT 2020 roy branches: 1.580.2; vether: Add to kernel configurations It's only enabled if the kernel enabled bridge AND tap. Otherwise it's commented out. 1.580 Sun Sep 27 13:48:49 GMT 2020 roy branches: 1.580.2; vether: Add to kernel configurations It's only enabled if the kernel enabled bridge AND tap. Otherwise it's commented out. |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.580 Wed Jun 01 13:57:55 GMT 2011 njoly Add Chipsbank vendor id. |
| H A D | usbdevs.h | 1.580 Wed Jul 20 17:07:03 GMT 2011 jakllsch regen. |
| H A D | usbdevs_data.h | 1.580 Wed Jul 20 14:40:22 GMT 2011 apb regen for Huawei E1820 |
| /src/share/man/man4/ | ||
| H A D | Makefile | 1.580 Sun Jan 22 06:44:31 GMT 2012 christos add a tpm driver from bsssd.sourceforge.net |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.580 Fri Oct 10 15:20:17 GMT 2003 thorpej Regen: Add several more Intel Gig-E product IDs. |
| H A D | pcidevs_data.h | 1.580 Wed Oct 15 20:31:52 GMT 2003 itojun regen |
| H A D | pcidevs | 1.580 Fri Sep 26 07:45:15 GMT 2003 matt Add Dell Perc 4/DI |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | tree.c | 1.580 Tue Sep 12 22:01:05 GMT 2023 rillig lint: mark unreachable function call arguments as used as well Previously, in a '?:' expression with a constant condition, the branch that is not taken was skipped but any identifiers in there were intended to be marked as used. In function call expressions, this only worked for the last argument, as the PUSH operator is not a binary operator (see ops.def). Cover this case as well. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.580 Thu Oct 12 01:30:42 GMT 2006 christos - sprinkle __unused on function decls. - fix a couple of unused bugs - no more -Wno-unused for i386 |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.580 Thu Mar 31 08:25:30 GMT 2011 pooka +rumpdev_pud |
| H A D | mi | 1.580 Tue Dec 06 03:19:02 GMT 2005 christos deprecate lmcctl, welcome lmcconfig |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.580 Sun Feb 03 21:28:38 GMT 2008 joerg pkg_install-20080202 merged. |
| H A D | CHANGES | 1.580 Mon Feb 06 18:59:16 GMT 2006 wiz Updated groff to 1.19.2. User-visible changes since 1.19.1: VERSION 1.19.2 |
| /src/usr.bin/make/ | ||
| H A D | main.c | 1.580 Mon Apr 18 15:06:27 GMT 2022 rillig make: only switch to POSIX mode if '.POSIX:' is the first line https://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html says that in order to make a makefile POSIX-conforming, its first non-comment line must be the special dependency line '.POSIX:' without any source dependencies. Previously, make switched to POSIX mode even if such a line occurred anywhere else, which was allowed by POSIX but was deep in the "unspecified behavior" area. For NetBSD make, there is no big difference since it doesn't ship any <posix.mk> file, this change mainly affects the bmake distribution. Previously, makefiles that contain '.POSIX:' somewhere in the middle could fail due to <posix.mk> resetting .SUFFIXES, among other things. Suggested by Simon J. Gerraty, who also reviewed an earlier version of this change. |
| H A D | parse.c | 1.580 Tue Dec 14 00:45:11 GMT 2021 rillig make: remove dead code for handling traditional include directives This code is not reached, a line containing only the word "include" is categorized as error before. No functional change. |
| H A D | var.c | 1.580 Thu Oct 22 05:35:21 GMT 2020 rillig make(1): extract CanonicalVarname from VarFind |
| /src/sys/sys/ | ||
| H A D | param.h | 1.580 Sun Jan 27 02:35:49 GMT 2019 pgoyette Belated bump of kernel version, for merge of [pgoyette-compat] |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.580 Tue Nov 04 23:38:41 GMT 2003 fvdl Add and enable igphy. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.580 Sun May 11 19:00:06 GMT 2003 ragge Obsolete kvm_mkdb.[08] |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.580 Sat Jul 12 14:40:06 GMT 2014 darrenr Test n17_6 does not yet exist so remove unrequired files and test case |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.580 Tue Sep 22 01:28:50 GMT 2009 uwe Switch sh3eb to binutils 2.19. Compile-tested for mmeye. |
| /src/sys/conf/ | ||
| H A D | files | 1.580 Tue Nov 12 23:40:19 GMT 2002 manu The kernel now builds with COMPAT_DARWIN. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.580 Thu Jun 05 16:38:06 GMT 2003 jwise Split comp-krb5-* and comp-krb4-* from comp-c-* to mirror division of libraries among syspkg in base set. |
Completed in 1753 milliseconds