Searched hist:1.602 (Results 1 - 24 of 24) sorted by relevance
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.602 Sat Nov 26 18:34:17 GMT 2011 nonaka branches: 1.602.2; Add "Novatel Wireless Expedite EU850D/EU860D/EU870D" entry. requested by http://mail-index.netbsd.org/tech-kern/2011/11/26/msg012002.html. model name from http://www.nvtl.com/index.php?option=com_content&view=article&id=76 1.602 Sat Nov 26 18:34:17 GMT 2011 nonaka branches: 1.602.2; Add "Novatel Wireless Expedite EU850D/EU860D/EU870D" entry. requested by http://mail-index.netbsd.org/tech-kern/2011/11/26/msg012002.html. model name from http://www.nvtl.com/index.php?option=com_content&view=article&id=76 |
| H A D | usbdevs.h | 1.602 Sat Mar 03 05:38:41 GMT 2012 nonaka regen. |
| H A D | usbdevs_data.h | 1.602 Sun Feb 19 14:55:41 GMT 2012 mbalmer Re-gen for QUAN DM9601. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.602 Tue Mar 20 21:07:39 GMT 2007 xtraeme branches: 1.602.4; MSR read and write IPI handlers for x86. A MSR will be read or written in all CPUs available in the system. This adds another member to struct cpu_info, ci_msr_rvalue; it will contain the value of the MSR in a previous operation. Tested with clockmod in UP and SMP by me, tested with est in SMP by Daniel Carosone and Michael Van Elst. Ok'ed by Andrew Doran and Matthew R. Green. 1.602 Tue Mar 20 21:07:39 GMT 2007 xtraeme branches: 1.602.4; MSR read and write IPI handlers for x86. A MSR will be read or written in all CPUs available in the system. This adds another member to struct cpu_info, ci_msr_rvalue; it will contain the value of the MSR in a previous operation. Tested with clockmod in UP and SMP by me, tested with est in SMP by Daniel Carosone and Michael Van Elst. Ok'ed by Andrew Doran and Matthew R. Green. |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.602 Wed Apr 12 06:39:15 GMT 2023 riastradh ichsmb(4), tco(4): Add support for TCO on newer Intel chipsets. TCO (`Total Cost of Ownership', Intel's bizarre name for a watchdog timer) used to hang off the Intel I/O platform controller hub's (ICH) low-pin-count interface bridge (LPC IB), or ichlpcib(4). On newer devices, it hangs off the ICH SMBus instead. Tested on INTEL 100SERIES_SMB (works) and INTEL 100SERIES_LP_SMB (doesn't work, still not sure why). XXX kernel revbump: This breaks the module ABI -- tco(4) modules older than the change to make ta_has_rcba into ta_version will incorrectly attach at buses they do not understand. (However, the tco(4) driver is statically built into GENERIC, so maybe it's safe for pullup since the module wouldn't have worked anyway.) |
| /src/share/man/man4/ | ||
| H A D | Makefile | 1.602 Sun Sep 08 15:57:39 GMT 2013 rkujawa Add mpl115a(4) man page for the new MPL115A2 pressure sensor driver. |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.602 Sat Dec 20 03:35:00 GMT 2003 thorpej Regen: Add product ID for the SiI 3124 SATALink. |
| H A D | pcidevs_data.h | 1.602 Tue Jan 06 19:44:38 GMT 2004 matt Regen. |
| H A D | pcidevs | 1.602 Wed Dec 17 09:17:07 GMT 2003 tls Add support for some more Marvell-based adapters to the sk driver: D-Link DGE-530T Linksys EG1032v2 Linksys EG1064v2 The Linux driver treats all of these the same. Tested with a DGE-530T; it works, though performance on at least one of my systems is atrocious. Fix setting of ethernet capabilities into interface capabilites word in attach routine. Manual page: note that jumbo support doesn't work and checksum support doesn't exist. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | tree.c | 1.602 Sat Feb 03 19:25:16 GMT 2024 rillig lint: keep strings in their source representation This allows further analysis depending on whether individual characters are escaped as octal, hexadecimal or not at all. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.602 Mon Sep 19 00:19:51 GMT 2011 christos bump libc |
| H A D | mi | 1.602 Thu Mar 16 17:38:46 GMT 2006 jwise Some users use pf. Some use ipfilter. Syspkg was designed for situations like this, where a user may well want to install one of these but not the other. To allow syspkg to be used for its intended purpose here, carefully split out ipfilter and pf from the main {base,comp,man,misc}-net{,util}-* packages (something which was partially done for ipf, but not done for pf in the past). This way, a user can pkg_delete *-{ipf,pf}-*, and not have utilities, libraries, man pages, examples, or default /etc files for the packet filter they don't like. |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.602 Wed May 21 00:22:34 GMT 2008 martti IPF 4.1.29 |
| H A D | CHANGES | 1.602 Mon Apr 03 08:21:21 GMT 2006 scw Note addition of utoppya(1) and utoppy(4) |
| /src/usr.bin/make/ | ||
| H A D | main.c | 1.602 Thu Nov 02 05:40:49 GMT 2023 rillig make: clean up comments No functional change. |
| H A D | parse.c | 1.602 Tue Dec 28 19:41:01 GMT 2021 rillig make: clean up function names in parse.c, remove redundant comments No functional change. |
| H A D | var.c | 1.602 Fri Oct 30 16:45:37 GMT 2020 rillig make(1): rename VAR_EXPORTED_YES to VAR_EXPORTED_SOME The "yes" sounded too much like "all". |
| /src/sys/sys/ | ||
| H A D | param.h | 1.602 Tue Aug 06 00:19:57 GMT 2019 mrg extend usbnet to cope with if_upl, if_smsc, and if_umb needs: - usbnet_enqueue() can set mbuf flags and csum_data - usbnet_input() for non-ethernet based devices (upl, umb) - allow a complete override for ioctl() - remove converted list -- we have compiling and/or working patches for all the devices except for umb(4), will be merged as testing happens hopefully this is the last ABI change, though it may end up being extended for additional smsc(4) support. hello for real netbsd 9.99.3! |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.602 Fri Apr 30 17:41:19 GMT 2004 gendalia Uncomment 'wd* at umass?' in GENERIC, add to GENERIC_LAPTOP. supports the ISD's ATA protocol over Bulk-Only, used with the Archos studio and Archos Jukebox products, among others. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.602 Wed Sep 03 10:25:45 GMT 2003 he Add pkg_view and linkfarm binaries and man pages. |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.602 Tue Dec 02 19:56:17 GMT 2014 christos add new address printing tests. |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.602 Fri Dec 04 11:21:07 GMT 2009 haad Switch MKLVM to default value to yes. There are only few bits missing and it would be great if it can receive more testing. Oked: core@, yamt@ |
| /src/sys/conf/ | ||
| H A D | files | 1.602 Wed Feb 26 06:31:08 GMT 2003 matt Add MBUFTRACE kernel option. Do a little mbuf rework while here. Change all uses of MGET*(*, M_WAIT, *) to m_get*(M_WAIT, *). These are not performance critical and making them call m_get saves considerable space. Add m_clget analogue of MCLGET and make corresponding change for M_WAIT uses. Modify netinet, gem, fxp, tulip, nfs to support MBUFTRACE. Begin to change netstat to use sysctl. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.602 Fri Jul 25 15:11:39 GMT 2003 he Sync with current reality: openssl/rsaref.h, {man,cat}1/openssl_CA.pl.{0,1}. |
Completed in 1799 milliseconds