Searched hist:1.788 (Results 1 - 19 of 19) sorted by relevance
| /src/sys/dev/pci/ | ||
| H A D | if_wm.c | 1.788 Mon Sep 25 08:18:13 GMT 2023 msaitoh wm(4): Modify descriptions of flow control related event counters. |
| H A D | pcidevs.h | 1.788 Fri May 19 01:24:46 GMT 2006 markd branches: 1.788.2; regen 1.788 Fri May 19 01:24:46 GMT 2006 markd branches: 1.788.2; regen |
| H A D | pcidevs_data.h | 1.788 Wed May 31 21:43:25 GMT 2006 riz Regen. |
| H A D | pcidevs | 1.788 Wed May 31 21:42:35 GMT 2006 riz Add a couple DLINK product IDs, from OpenBSD. |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.788 Sun Jan 31 18:05:38 GMT 2021 nia urtwn(4): add TPLINK WN821N to the list of USB device ids reported by kfmut on the unitedbsd forums. |
| H A D | usbdevs.h | 1.788 Thu Oct 21 20:17:57 GMT 2021 jnemeth regen |
| H A D | usbdevs_data.h | 1.788 Thu Oct 21 20:17:57 GMT 2021 jnemeth regen |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.788 Wed Jun 20 03:51:27 GMT 2018 maya branches: 1.788.2; Add test case for PR lib/50646. Make sure that cabsl (aka __c99_cabsl) is usable from C++. 1.788 Wed Jun 20 03:51:27 GMT 2018 maya branches: 1.788.2; Add test case for PR lib/50646. Make sure that cabsl (aka __c99_cabsl) is usable from C++. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.788 Thu Aug 10 00:49:11 GMT 2017 maxv Don't include opt_compat_ibcs2.h. No idea what it was doing in amd64, since it never got implemented there. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.788 Fri Oct 14 16:09:45 GMT 2016 spz periphereal updates and generated files for the new openssl. Expect at least one more commit until the tree builds again. |
| H A D | mi | 1.788 Fri Jan 02 00:20:18 GMT 2009 tnozaki Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. ok'ed by core and releng. (thanks for agc@, snj@ and i'm sorry for long time patience). [libc] - localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by new locale-db implementation using citrus_db backend, see src/lib/libc/citrus/citrus_lc_*.[ch]. - add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation internally, because they're locale-aware function. - add some stubs for multi-locale issue, see {current,global}_locale.c. - remove some obsolete file, setrunelocale.c, ___runetype_mb.c. - remove __savectype() from ctypeio.[ch]. [tools] - mklocale(1): add new option ``-t'' that generates new style LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format. - chrtbl(1): added ctypeio.[ch] for __savectype(). [locale-db] - added en_US.US-ASCII locale. - removed some shareable locale definition file: en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8 zh_CN.eucCN -> zh_CN.GB18030 and more...see src/share/locale/*/Makefile. - remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS. - change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP* for X11's locale.alias file alignments. - fix regression test, wrong wcs?width(3), NAN/INF usage. i tested release-build following arch: i386, amd64, hpc{mips,arm,sh}, sparc64, vax. citrus_lc_*.[ch] also can read old-plain-text style locale-db. so that backward compatibility is keeped, but lc*.[ch] can't read new citrus_db'ed locale-db and localeio.c never check sanity, so forward compatibility is broken ;-< old mklocale(1) doesn't know -t option, so you have to rebuild toolchain. |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.788 Sat Nov 27 11:35:54 GMT 2010 roy dhcpcd-5.2.9 |
| H A D | CHANGES | 1.788 Sun Feb 11 10:39:31 GMT 2007 tsutsui Note news68k generic softintr(9). |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.788 Sat Oct 21 14:10:33 GMT 2006 bouyer Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in newer server chipsets) to wm(4), from the FreeBSD em(4) driver. While there, add a few other Intel Ethernet controller that should work as is. Properly update the RX error and TX collision counters. Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.788 Sun May 01 10:34:50 GMT 2005 lukem Fix typo in previous. Noted by Markus W Kilbinger in private email. |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.788 Sun Mar 16 23:07:42 GMT 2014 mrg add dri2proto and presentproto. |
| /src/usr.bin/make/ | ||
| H A D | var.c | 1.788 Tue Feb 02 15:41:14 GMT 2021 rillig make: replace enum bit-set with bit-field No functional change. The generated code from GCC 5.5 is very similar. On x86_64, memory access is no longer in 32-bit units but in 8-bit units since only the first few bits are actually used. The bit patterns are the same as before, so if there is any difference in performance, GCC should have chosen the more efficient variant all along. In a previous experiment, the code size increased a lot, surprisingly. |
| /src/sys/conf/ | ||
| H A D | files | 1.788 Thu Jul 13 22:56:02 GMT 2006 gdamore Add an option COM_REGMAP to allow com(4) to use an array of register indices. This allows us to convert aucom to just another com attachment, and cleanup some code in the com_arbus.c. Additionally, we use a common com_cleanup routine rather than having a zillion copies of it in the attachment points. This has been tested on a number architectures, and it has been shown to get close to comparable performance when COM_REGMAP is defined, and comparable when it is not defined. Approved by core@. Fixes PR port-evbmips/32362. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.788 Tue May 31 11:38:31 GMT 2005 christos Add genassym. |
Completed in 1431 milliseconds