Searched +hist:1.1 +hist:6.2 (Results 1 - 25 of 26) sorted by relevance
| /src/sys/arch/x86/include/ | ||
| H A D | i82489reg.h | 1.11 Fri Jan 20 18:47:04 GMT 2012 hannken branches: 1.11.6; Revert revision 1.4 and change LAPIC_LEVEL_ASSERT / _MASK back to 0x4000. According to "Intel 64 and IA-32 Architectures Software Developer's Manual" Vol. 3, May 2011, Order Number: 325384-039US, Section 10.6.1: LEVEL_ASSERT is bit #14, bit #13 is reserved. With this change NetBSD now boots multiple processors under CentOS 6.2/kvm. 1.1 Wed Feb 26 21:26:10 GMT 2003 fvdl branches: 1.1.18; 1.1.60; 1.1.78; 1.1.80; 1.1.84; 1.1.86; Move some files out of i386 into x86, so that they can be shared with other ports. 1.1 Wed Feb 26 21:26:10 GMT 2003 fvdl branches: 1.1.18; 1.1.60; 1.1.78; 1.1.80; 1.1.84; 1.1.86; Move some files out of i386 into x86, so that they can be shared with other ports. 1.1 Wed Feb 26 21:26:10 GMT 2003 fvdl branches: 1.1.18; 1.1.60; 1.1.78; 1.1.80; 1.1.84; 1.1.86; Move some files out of i386 into x86, so that they can be shared with other ports. 1.1 Wed Feb 26 21:26:10 GMT 2003 fvdl branches: 1.1.18; 1.1.60; 1.1.78; 1.1.80; 1.1.84; 1.1.86; Move some files out of i386 into x86, so that they can be shared with other ports. 1.1 Wed Feb 26 21:26:10 GMT 2003 fvdl branches: 1.1.18; 1.1.60; 1.1.78; 1.1.80; 1.1.84; 1.1.86; Move some files out of i386 into x86, so that they can be shared with other ports. 1.1 Wed Feb 26 21:26:10 GMT 2003 fvdl branches: 1.1.18; 1.1.60; 1.1.78; 1.1.80; 1.1.84; 1.1.86; Move some files out of i386 into x86, so that they can be shared with other ports. 1.1 Wed Feb 26 21:26:10 GMT 2003 fvdl branches: 1.1.18; 1.1.60; 1.1.78; 1.1.80; 1.1.84; 1.1.86; Move some files out of i386 into x86, so that they can be shared with other ports. |
| /src/usr.sbin/acpitools/acpidump/ | ||
| H A D | acpi.c | 1.29 Thu Sep 28 06:55:08 GMT 2017 msaitoh branches: 1.29.2; 1.29.4; Print ACPI_HEST_GHES_ASSIST flag (ACPI 6.2). 1.27 Wed Sep 27 05:43:55 GMT 2017 msaitoh - Print SAPIC EID of Processor Local APIC/SAPIC Affinity. - Print GIC Interrupt Translation Service(ITS) Affinity (ACPI 6.2) - KNF - Whilte space cleanup. 1.1 Sun Jan 14 04:36:13 GMT 2007 christos Add acpitools 1.29 Thu Sep 28 06:55:08 GMT 2017 msaitoh branches: 1.29.2; 1.29.4; Print ACPI_HEST_GHES_ASSIST flag (ACPI 6.2). 1.27 Wed Sep 27 05:43:55 GMT 2017 msaitoh - Print SAPIC EID of Processor Local APIC/SAPIC Affinity. - Print GIC Interrupt Translation Service(ITS) Affinity (ACPI 6.2) - KNF - Whilte space cleanup. 1.1 Sun Jan 14 04:36:13 GMT 2007 christos Add acpitools |
| /src/lib/libutil/ | ||
| H A D | shlib_version | 1.28 Fri Aug 23 10:34:02 GMT 2002 tron Bump minor number to 3 because there are already systems with "libutil.so.6.2" to avoid further problems. 1.26 Sat Aug 10 01:51:43 GMT 2002 thorpej Actually bump the shlib version to 6.2 as abs intended to. 1.1 Mon Nov 08 03:52:49 GMT 1993 cgd add shlib_version file, with version 0.0 |
| /src/sys/arch/arc/jazz/ | ||
| H A D | asc.c | 1.16 Sun Nov 06 11:09:17 GMT 2005 tsutsui - <machine/param.h> says: "XXX Maxphys temporary changed to 32K while SCSI driver is fixed." I (and soda) don't know what the "SCSI driver" is, but add local asc_minphys() to limit max xfer size only for asc.c for now. - According to old asc.c driver, DMA_START() is called before NCR_CMD_DMA command. I'm not sure which DMAC or ASC should be started first, but move DMA command from asc_dma_go() to asc_dma_setup(). - Disable NCR_F_DMASELECT (which allows DMA xfer for select command) since it caused some problem on PICA. Now gxemul-0.3.6.2 reaches mountroot() sd0 (but can't exec /sbin/init yet). 1.1 Sun Dec 24 09:25:27 GMT 2000 ur branches: 1.1.2; 1.1.4; Switch pica to jazzio. Split shared MD portion between algor and jazzio. 1.1 Sun Dec 24 09:25:27 GMT 2000 ur branches: 1.1.2; 1.1.4; Switch pica to jazzio. Split shared MD portion between algor and jazzio. 1.1 Sun Dec 24 09:25:27 GMT 2000 ur branches: 1.1.2; 1.1.4; Switch pica to jazzio. Split shared MD portion between algor and jazzio. |
| /src/sys/dev/acpi/ | ||
| H A D | acpi_timer.c | 1.23 Mon Oct 15 11:33:09 GMT 2018 jmcneill Do not attach a timecounter when PM_TMR_LEN is 0. According to ACPI 6.2 section 5.2.9 ("Fixed ACPI Description Table (FADT)"), a value of zero here means that the PM timer is not supported. 1.1 Wed Jun 21 17:47:23 GMT 2006 drochner First cut on an implementation of an ACPI power management counter backend for timecounters. Due to known bugs in some chipsets, always read until we get 3 successive samples which are monotonic, as FreeBSD does in its "safe" variant. This can be refined later, either by chipset quirks or by a test (as FreeBSD does). |
| /src/usr.bin/xlint/common/ | ||
| H A D | externs.h | 1.9 Fri Jan 01 01:42:55 GMT 2021 rillig lint: rename basic_type_name to tspec_name The term "basic type" is precisely defined in C99 6.2.5p14, and tspec_t is close to that, but nowhere identical. 1.1 Fri Jan 18 20:39:23 GMT 2002 thorpej * Move stuff shared between lint1 and lint2 to the new common/ directory. * Move the arch/ directory out of lint1/ into the top-level. |
| H A D | inittyp.c | 1.24 Wed Jun 30 10:56:24 GMT 2021 rillig lint: fix bit-size of long double _Complex in portable mode C99 6.2.5p13 says that LCOMPLEX has the same representation and alignment requirements as an array type containing exactly two LDOUBLE. When support for _Complex was added to lint in inittyp.c 1.10 from 2008-09-27, there was no explanation for making the bit-size of LCOMPLEX different from what C99 says, so it was probably a mistake that went unnoticed for more than 12 years. It's an edge case anyway. 1.1 Fri Jan 18 21:01:38 GMT 2002 thorpej Centralize the initialization/declaration of the ttab. |
| H A D | tyname.c | 1.18 Fri Jan 01 01:42:55 GMT 2021 rillig lint: rename basic_type_name to tspec_name The term "basic type" is precisely defined in C99 6.2.5p14, and tspec_t is close to that, but nowhere identical. 1.1 Thu Apr 07 16:28:40 GMT 2005 christos Factor out tyname() so that it can be used both by lint1 and lint2. Since type_t is different between lint1.h and lint2.h include the appropriate file depending on the pass. Make the argument mismatch error print the type names of the types involved. Now that we have a tyname() function we can fix the rest of the pass2 warnings to be more explanatory, but not now. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | ckbool.c | 1.3 Sun Jun 20 19:15:58 GMT 2021 rillig lint: in strict bool mode, treat boolean constants as unsigned In strict bool mode, bool is not an arithmetic type anyway, therefore it doesn't matter whether the type is signed or unsigned. C99 6.2.5p6 defines _Bool as one of the "standard unsigned integer types", so making the constants unsigned is more accurate. No functional change. 1.1 Tue Apr 06 13:17:04 GMT 2021 rillig lint: move check for strict bool mode into separate file No functional change. |
| H A D | decl.c | 1.91 Fri Jan 01 01:42:55 GMT 2021 rillig lint: rename basic_type_name to tspec_name The term "basic type" is precisely defined in C99 6.2.5p14, and tspec_t is close to that, but nowhere identical. 1.1 Mon Jul 03 20:56:36 GMT 1995 cgd branches: 1.1.1; Initial revision 1.1 Mon Jul 03 20:56:36 GMT 1995 cgd branches: 1.1.1; Initial revision |
| H A D | tree.c | 1.111 Fri Jan 01 01:42:55 GMT 2021 rillig lint: rename basic_type_name to tspec_name The term "basic type" is precisely defined in C99 6.2.5p14, and tspec_t is close to that, but nowhere identical. 1.1 Mon Jul 03 20:56:37 GMT 1995 cgd branches: 1.1.1; Initial revision 1.1 Mon Jul 03 20:56:37 GMT 1995 cgd branches: 1.1.1; Initial revision |
| /src/usr.bin/ftp/ | ||
| H A D | cmdtab.c | 1.49 Sat May 10 00:05:31 GMT 2008 skd Add epsv6 and epsv to disable extended passive mode for ipv6 or both ipv4 and ipv6 respectively. This hack is due to our friends a Juniper Networks who break epsv in ipv6. Should be fixed in ScreenOS 6.2.X. 1.1 Sun Mar 21 09:45:37 GMT 1993 cgd branches: 1.1.1; 1.1.2; Initial revision 1.1 Sun Mar 21 09:45:37 GMT 1993 cgd branches: 1.1.1; 1.1.2; Initial revision 1.1 Sun Mar 21 09:45:37 GMT 1993 cgd branches: 1.1.1; 1.1.2; Initial revision |
| H A D | extern.h | 1.75 Sat May 10 00:05:31 GMT 2008 skd branches: 1.75.4; 1.75.6; Add epsv6 and epsv to disable extended passive mode for ipv6 or both ipv4 and ipv6 respectively. This hack is due to our friends a Juniper Networks who break epsv in ipv6. Should be fixed in ScreenOS 6.2.X. 1.55 Mon May 29 14:57:27 GMT 2000 itojun convert IPv4 mapped address (::ffff:10.1.1.1) into real IPv4 address before touching it. IPv4 mapped address complicates too many things in FTP protocol handling. 1.22 Wed Jul 22 16:06:28 GMT 1998 lukem * send 'Connection: close' in HTTP/1.1 headers, preventing the remove server from using a persistent connection, which speeds up such requests. * support http 301 and 302 redirects * rewrite guts of url_get() to use fparseln() et al instead of read(s,&p,1)... enables each in the header to be parsed as necessary * rename login to ftp_login, to remove conflict with util.h::login * cleanup verbose messages during http proxy requests 1.1 Thu Aug 25 03:27:56 GMT 1994 cgd branches: 1.1.1; 1.1.2; Initial revision 1.1 Thu Aug 25 03:27:56 GMT 1994 cgd branches: 1.1.1; 1.1.2; Initial revision 1.1 Thu Aug 25 03:27:56 GMT 1994 cgd branches: 1.1.1; 1.1.2; Initial revision 1.75 Sat May 10 00:05:31 GMT 2008 skd branches: 1.75.4; 1.75.6; Add epsv6 and epsv to disable extended passive mode for ipv6 or both ipv4 and ipv6 respectively. This hack is due to our friends a Juniper Networks who break epsv in ipv6. Should be fixed in ScreenOS 6.2.X. 1.55 Mon May 29 14:57:27 GMT 2000 itojun convert IPv4 mapped address (::ffff:10.1.1.1) into real IPv4 address before touching it. IPv4 mapped address complicates too many things in FTP protocol handling. 1.22 Wed Jul 22 16:06:28 GMT 1998 lukem * send 'Connection: close' in HTTP/1.1 headers, preventing the remove server from using a persistent connection, which speeds up such requests. * support http 301 and 302 redirects * rewrite guts of url_get() to use fparseln() et al instead of read(s,&p,1)... enables each in the header to be parsed as necessary * rename login to ftp_login, to remove conflict with util.h::login * cleanup verbose messages during http proxy requests 1.1 Thu Aug 25 03:27:56 GMT 1994 cgd branches: 1.1.1; 1.1.2; Initial revision 1.1 Thu Aug 25 03:27:56 GMT 1994 cgd branches: 1.1.1; 1.1.2; Initial revision 1.1 Thu Aug 25 03:27:56 GMT 1994 cgd branches: 1.1.1; 1.1.2; Initial revision |
| H A D | ftp_var.h | 1.79 Sat May 10 00:05:31 GMT 2008 skd Add epsv6 and epsv to disable extended passive mode for ipv6 or both ipv4 and ipv6 respectively. This hack is due to our friends a Juniper Networks who break epsv in ipv6. Should be fixed in ScreenOS 6.2.X. 1.29 Sat Jan 23 15:46:24 GMT 1999 lukem support -f, which forces a cache flush for http xfers using either `Pragma: no-cache' (http/1.0) or `Cache-Control: no-cache' (http/1.1) 1.1 Sun Mar 21 09:45:37 GMT 1993 cgd branches: 1.1.1; 1.1.2; Initial revision 1.1 Sun Mar 21 09:45:37 GMT 1993 cgd branches: 1.1.1; 1.1.2; Initial revision 1.1 Sun Mar 21 09:45:37 GMT 1993 cgd branches: 1.1.1; 1.1.2; Initial revision |
| H A D | cmds.c | 1.125 Sat May 10 00:05:31 GMT 2008 skd Add epsv6 and epsv to disable extended passive mode for ipv6 or both ipv4 and ipv6 respectively. This hack is due to our friends a Juniper Networks who break epsv in ipv6. Should be fixed in ScreenOS 6.2.X. 1.96 Mon May 06 14:36:41 GMT 2002 lukem - Only send port number in HTTP/1.1 Host: request if port != 80. Fixes [bin/15415] from Takahiro Kambe <taca@sky.yamashina.kyoto.jp> - Fix bad mode passed by mls() to recvrequest(). Fixes [bin/16642] from <steve.mcclellan@radisys.com> 1.1 Sun Mar 21 09:45:37 GMT 1993 cgd branches: 1.1.1; 1.1.2; Initial revision 1.1 Sun Mar 21 09:45:37 GMT 1993 cgd branches: 1.1.1; 1.1.2; Initial revision 1.1 Sun Mar 21 09:45:37 GMT 1993 cgd branches: 1.1.1; 1.1.2; Initial revision |
| H A D | ftp.1 | 1.125 Sat May 10 00:05:31 GMT 2008 skd Add epsv6 and epsv to disable extended passive mode for ipv6 or both ipv4 and ipv6 respectively. This hack is due to our friends a Juniper Networks who break epsv in ipv6. Should be fixed in ScreenOS 6.2.X. 1.31 Sat Jan 23 15:46:24 GMT 1999 lukem support -f, which forces a cache flush for http xfers using either `Pragma: no-cache' (http/1.0) or `Cache-Control: no-cache' (http/1.1) 1.1 Sun Mar 21 09:45:37 GMT 1993 cgd branches: 1.1.1; 1.1.2; Initial revision 1.1 Sun Mar 21 09:45:37 GMT 1993 cgd branches: 1.1.1; 1.1.2; Initial revision 1.1 Sun Mar 21 09:45:37 GMT 1993 cgd branches: 1.1.1; 1.1.2; Initial revision |
| H A D | main.c | 1.109 Sat May 10 00:05:31 GMT 2008 skd Add epsv6 and epsv to disable extended passive mode for ipv6 or both ipv4 and ipv6 respectively. This hack is due to our friends a Juniper Networks who break epsv in ipv6. Should be fixed in ScreenOS 6.2.X. 1.36 Sat Jan 23 15:46:25 GMT 1999 lukem support -f, which forces a cache flush for http xfers using either `Pragma: no-cache' (http/1.0) or `Cache-Control: no-cache' (http/1.1) 1.1 Sun Mar 21 09:45:37 GMT 1993 cgd branches: 1.1.1; 1.1.2; Initial revision 1.1 Sun Mar 21 09:45:37 GMT 1993 cgd branches: 1.1.1; 1.1.2; Initial revision 1.1 Sun Mar 21 09:45:37 GMT 1993 cgd branches: 1.1.1; 1.1.2; Initial revision |
| H A D | util.c | 1.147 Sat May 10 00:05:31 GMT 2008 skd Add epsv6 and epsv to disable extended passive mode for ipv6 or both ipv4 and ipv6 respectively. This hack is due to our friends a Juniper Networks who break epsv in ipv6. Should be fixed in ScreenOS 6.2.X. 1.28 Wed Jul 22 16:06:28 GMT 1998 lukem * send 'Connection: close' in HTTP/1.1 headers, preventing the remove server from using a persistent connection, which speeds up such requests. * support http 301 and 302 redirects * rewrite guts of url_get() to use fparseln() et al instead of read(s,&p,1)... enables each in the header to be parsed as necessary * rename login to ftp_login, to remove conflict with util.h::login * cleanup verbose messages during http proxy requests 1.1 Sun Jan 19 14:19:17 GMT 1997 lukem New features: * Command line editing via editline(3) library. * Context sensitive command and file completion, including remote files. Enhancements to auto-fetch feature: * Support for http:// URLs using the http protocol, including proxy HTTP support via $htty_proxy if it's defined. * The connection is kept open between successive files on the same host. (obviously, this does not count for http requests.) * Return value of ftp is 0 on no error, or the offset in argv[] of the file which failed (i.e., argv[x] failed, ftp returns x). * If the path in an ftp URL or classic format line has a trailing '/', cd to the path and enter interactive mode. Fixes [bin/3011], albiet requiring the user to help ftp in determining the operation. Other changes: * '-P port' works for normal ftp, and is the default for all classic style auto-fetch transfers and for ftp URLs that don't specify the port. (previously it would just work for the first xfer.) * Some code moved into separated files along logical divisions. * Editing and completion can be compiled out with -DSMALLFTP. 1.147 Sat May 10 00:05:31 GMT 2008 skd Add epsv6 and epsv to disable extended passive mode for ipv6 or both ipv4 and ipv6 respectively. This hack is due to our friends a Juniper Networks who break epsv in ipv6. Should be fixed in ScreenOS 6.2.X. 1.28 Wed Jul 22 16:06:28 GMT 1998 lukem * send 'Connection: close' in HTTP/1.1 headers, preventing the remove server from using a persistent connection, which speeds up such requests. * support http 301 and 302 redirects * rewrite guts of url_get() to use fparseln() et al instead of read(s,&p,1)... enables each in the header to be parsed as necessary * rename login to ftp_login, to remove conflict with util.h::login * cleanup verbose messages during http proxy requests 1.1 Sun Jan 19 14:19:17 GMT 1997 lukem New features: * Command line editing via editline(3) library. * Context sensitive command and file completion, including remote files. Enhancements to auto-fetch feature: * Support for http:// URLs using the http protocol, including proxy HTTP support via $htty_proxy if it's defined. * The connection is kept open between successive files on the same host. (obviously, this does not count for http requests.) * Return value of ftp is 0 on no error, or the offset in argv[] of the file which failed (i.e., argv[x] failed, ftp returns x). * If the path in an ftp URL or classic format line has a trailing '/', cd to the path and enter interactive mode. Fixes [bin/3011], albiet requiring the user to help ftp in determining the operation. Other changes: * '-P port' works for normal ftp, and is the default for all classic style auto-fetch transfers and for ftp URLs that don't specify the port. (previously it would just work for the first xfer.) * Some code moved into separated files along logical divisions. * Editing and completion can be compiled out with -DSMALLFTP. |
| H A D | ftp.c | 1.156 Sat May 10 00:05:31 GMT 2008 skd branches: 1.156.6; Add epsv6 and epsv to disable extended passive mode for ipv6 or both ipv4 and ipv6 respectively. This hack is due to our friends a Juniper Networks who break epsv in ipv6. Should be fixed in ScreenOS 6.2.X. 1.96 Mon May 29 14:57:28 GMT 2000 itojun convert IPv4 mapped address (::ffff:10.1.1.1) into real IPv4 address before touching it. IPv4 mapped address complicates too many things in FTP protocol handling. 1.1 Sun Mar 21 09:45:37 GMT 1993 cgd branches: 1.1.1; 1.1.2; Initial revision 1.1 Sun Mar 21 09:45:37 GMT 1993 cgd branches: 1.1.1; 1.1.2; Initial revision 1.1 Sun Mar 21 09:45:37 GMT 1993 cgd branches: 1.1.1; 1.1.2; Initial revision 1.156 Sat May 10 00:05:31 GMT 2008 skd branches: 1.156.6; Add epsv6 and epsv to disable extended passive mode for ipv6 or both ipv4 and ipv6 respectively. This hack is due to our friends a Juniper Networks who break epsv in ipv6. Should be fixed in ScreenOS 6.2.X. 1.96 Mon May 29 14:57:28 GMT 2000 itojun convert IPv4 mapped address (::ffff:10.1.1.1) into real IPv4 address before touching it. IPv4 mapped address complicates too many things in FTP protocol handling. 1.1 Sun Mar 21 09:45:37 GMT 1993 cgd branches: 1.1.1; 1.1.2; Initial revision 1.1 Sun Mar 21 09:45:37 GMT 1993 cgd branches: 1.1.1; 1.1.2; Initial revision 1.1 Sun Mar 21 09:45:37 GMT 1993 cgd branches: 1.1.1; 1.1.2; Initial revision |
| /src/sys/dev/pci/ | ||
| H A D | pciconf.c | 1.15 Thu Feb 21 20:22:48 GMT 2002 kleink branches: 1.15.8; 1.15.10; As discussed with Jason Thorpe: while the `cacheline_size\' argument is a byte-size quantity, the CacheLine Size configuration register specifies the system cacheline size in units of 32-bit words; per PCI Local Bus Specification, rev. 2.1, section 6.2.4. 1.1 Fri Feb 09 14:33:15 GMT 2001 briggs branches: 1.1.2; Add an option (defopt) PCI_NETBSD_CONFIGURE that provides PCI bus configuration (assignment of bus numbers, BARs, timer values, interrupt lines, etc.). The interface must be called from m.d. code prior to probing the bus. It is meant to be called once for each primary (bus == 0) PCI bus in the system. It will configure any busses behind PCI-PCI bridges. Section 9 man page for pci_configure_bus() will come soon. In the meantime, sample usage is in arch/sandpoint/sandpoint/mainbus.c. [ Reviewed by thorpej ] 1.1 Fri Feb 09 14:33:15 GMT 2001 briggs branches: 1.1.2; Add an option (defopt) PCI_NETBSD_CONFIGURE that provides PCI bus configuration (assignment of bus numbers, BARs, timer values, interrupt lines, etc.). The interface must be called from m.d. code prior to probing the bus. It is meant to be called once for each primary (bus == 0) PCI bus in the system. It will configure any busses behind PCI-PCI bridges. Section 9 man page for pci_configure_bus() will come soon. In the meantime, sample usage is in arch/sandpoint/sandpoint/mainbus.c. [ Reviewed by thorpej ] |
| /src/share/misc/ | ||
| H A D | bsd-family-tree | 1.39 Wed Jan 31 14:45:04 GMT 2007 rpaulo branches: 1.39.4; Sync with v1.111 adding FreeBSD 6.2 and DragonFly 1.8.0. 1.1 Sat Apr 24 00:41:39 GMT 1999 abs Add bsd-family-tree - Wolfram Schneider's FreeBSD work with NetBSD and OpenBSD entries updated. |
| /src/sys/dev/pckbport/ | ||
| H A D | synaptics.c | 1.52 Tue Feb 25 21:36:13 GMT 2020 ryoon Do not enter extended W mode conditional for non extended W mode device Even without extended W mode, sp_w can be 2. This causes "invalid extended w mode N" warning messages. Restrict extended W mode conditional for hardwares with extended W support. Tested with Synaptics 6.2 device on Panasonic CF-Y8, however it does not work with X. 1.1 Fri Dec 24 18:33:06 GMT 2004 christos PR/28774: Kentaro A. Kurahone: Add synaptics touchpad driver |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.1899 Sat Nov 05 18:38:08 GMT 2022 wiz openssl 1.1.1s/3.0.7 out 1.1889 Wed Oct 12 14:46:17 GMT 2022 taca Revert previous commit. "Withdrawal of OpenSSL 3.0.6 and 1.1.1r" https://mta.openssl.org/pipermail/openssl-announce/2022-October/000237.html 1.1888 Tue Oct 11 15:22:16 GMT 2022 taca New OpenSSL 1.1.1r/3.0.6. 1.1855 Tue May 10 05:41:54 GMT 2022 wiz openssl-1.1.1o out. 1.1807 Sun Jul 11 21:28:17 GMT 2021 mrg GMP is updated to 6.2.1 now. 1.1806 Sun Jul 11 20:15:38 GMT 2021 mrg note that MPC is now at 1.2.1, and that GMP has 6.2.1 available. 1.1747 Sun Sep 27 00:32:22 GMT 2020 mrg note GMP 6.2.0 is in -current. 1.1746 Sat Sep 26 07:59:18 GMT 2020 mrg note mpc (1.2.0) and mpfr (4.1.0) have new versions and are also updated to them. note gmp has a new release (6.2.0). 1.1701 Fri Mar 20 23:01:24 GMT 2020 wiz openssl-1.1.1e out. 1.1552 Sat Aug 18 09:00:28 GMT 2018 christos OpenSSL 1.1.0i |
| /src/sys/dev/usb/ | ||
| H A D | xhci.c | 1.95 Wed Jul 18 10:44:17 GMT 2018 msaitoh Read xHCI 1.1's HCCPARAMS2 registar and print it with aprint_debug_dev(). e.g.: xhci0: hcc2=0x7d<ETC,CIC,LEC,CTC,FSC,U3C> 1.71 Thu Apr 13 19:54:22 GMT 2017 skrll PR/52154: xHCI Slot Context Not Include in configure endpoint process eXtensible Host Controller Interface Specification(rev 1.1), 4.6.6: "A0 shall be set to 1 and refer to section 6.2.2.2 for the Slot Context fields used by the Configure Endpoint Command." 1.71 Thu Apr 13 19:54:22 GMT 2017 skrll PR/52154: xHCI Slot Context Not Include in configure endpoint process eXtensible Host Controller Interface Specification(rev 1.1), 4.6.6: "A0 shall be set to 1 and refer to section 6.2.2.2 for the Slot Context fields used by the Configure Endpoint Command." 1.1 Sat Sep 14 00:40:31 GMT 2013 jakllsch Add work-in-progress xhci(4) driver code. Currently (mostly) supports interrupt-driven control, interrupt and bulk transfers at the three USB 2.0 speeds on root hub ports. |
| /src/sys/netinet6/ | ||
| H A D | nd6_nbr.c | 1.170 Thu Aug 29 16:26:43 GMT 2019 roy Userland really has no business with NA messages. However, RFC 4861 6.2.5 only says departing routers *SHOULD* send RA with lifetime of zero and *MUST* send all subsequent NA messages if the router flag unset. To help userland avoid the expensive process of parsing NA messages, send RTM_CHANGE without a lladdr in the gateway. This is different from the intial RTM_ADD also without a lladdr in the gateway and RTM_DELETE. 1.1 Mon Jun 28 06:37:07 GMT 1999 itojun branches: 1.1.2; file nd6_nbr.c was initially added on branch kame. 1.1 Mon Jun 28 06:37:07 GMT 1999 itojun branches: 1.1.2; file nd6_nbr.c was initially added on branch kame. |
Completed in 581 milliseconds