Searched hist:1.973 (Results 1 - 14 of 14) sorted by relevance
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.973 Sat Dec 27 10:36:09 GMT 2008 tsutsui Regen from pcidevs rev 1.971: > Fix tyop in previous. |
| H A D | pcidevs_data.h | 1.973 Wed Jan 07 00:40:51 GMT 2009 jnemeth regen |
| H A D | pcidevs | 1.973 Mon Jan 19 15:03:50 GMT 2009 jmcneill Attansic L1E Gigabit Ethernet Adapter |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.973 Wed Dec 20 17:17:21 GMT 2023 christos bump libssh |
| H A D | mi | 1.973 Mon Nov 28 16:22:14 GMT 2011 tron Don't build postscreen(8) if "MKCRYPTO" is set to "no". It cannot be built without TLS support, at least not without major surgery. I've only tested this by building with "MKCRYPTO" set to "yes" because the build fails much ealier otherwise. Problem reported by Nick Hudson in private e-mail. |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.973 Mon Oct 08 00:12:57 GMT 2012 christos mention new wpa code. |
| H A D | CHANGES | 1.973 Mon Dec 31 13:03:38 GMT 2007 jmcneill Note when arch/usermode was imported. |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.973 Sat Mar 06 21:12:04 GMT 2010 plunky add uhso(4) |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.973 Wed Feb 07 22:17:46 GMT 2007 tls fix bug |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.973 Sun Nov 22 20:36:17 GMT 2020 rillig make(1): add another unit test for suffix handling |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.973 Sun Oct 16 19:20:02 GMT 2016 mrg switch alpha to GDB 7.12. it works just as featureful as 7.7/7.10. 'step' and 'stepi' both fail, but 'next' and break points are ok, so a sufficiently determined user can get somewhere.. someone should try to fix 'step'. it appears to loop forever inside ld.elf_so for me in an atomic cas function. |
| /src/usr.bin/make/ | ||
| H A D | var.c | 1.973 Sun Dec 12 20:45:48 GMT 2021 sjg Add .SUFFIXES as read-only variable. References to ${.SUFFIXES} are handled dynamically in ParseVarnameLong by calling Suff_NamesStr. The variable cannot be set normally. Reviewed by: rillig |
| /src/sys/conf/ | ||
| H A D | files | 1.973 Sun Jan 31 01:38:48 GMT 2010 pooka Place *hook implementations in kern_hook.c instead of them floating around in the kern_subr.c gruel. Arrrrr. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.973 Mon Nov 13 05:13:38 GMT 2006 dyoung Add a source-address selection policy mechanism to the kernel. Also, add ioctls SIOCGIFADDRPREF/SIOCSIFADDRPREF to get/set preference numbers for addresses. Make ifconfig(8) set/display preference numbers. To activate source-address selection policies in your kernel, add 'options IPSELSRC' to your kernel configuration. Miscellaneous changes in support of source-address selection: 1 Factor out some common code, producing rt_replace_ifa(). 2 Abbreviate a for-loop with TAILQ_FOREACH(). 3 Add the predicates on IPv4 addresses IN_LINKLOCAL() and IN_PRIVATE(), that are true for link-local unicast (169.254/16) and RFC1918 private addresses, respectively. Add the predicate IN_ANY_LOCAL() that is true for link-local unicast and multicast. 4 Add IPv4-specific interface attach/detach routines, in_domifattach and in_domifdetach, which build #ifdef IPSELSRC. See in_getifa(9) for a more thorough description of source-address selection policy. |
Completed in 1236 milliseconds