| Home | Sort by: relevance | last modified time | path |
1 2
| /src/external/gpl2/xcvs/dist/doc/ | |
| cvs.1 | 1.10 Wed May 01 02:15:07 UTC 2019 gutteridge cvs.1 & cvs.texinfo: add various small corrections Add various corrections mostly sourced from upstream's cvs.texinfo, e.g., note NetBSD's local change to log admin commands in history (subsequently added on upstream's HEAD, since it was noted in r. 1.689), add some references to rannotate and rlog (from r. 1.686), some amendments concerning rdiff (from r. 1.687), and miscellaneous typo fixes. |
| cvs.texinfo | 1.11 Wed May 01 02:15:07 UTC 2019 gutteridge cvs.1 & cvs.texinfo: add various small corrections Add various corrections mostly sourced from upstream's cvs.texinfo, e.g., note NetBSD's local change to log admin commands in history (subsequently added on upstream's HEAD, since it was noted in r. 1.689), add some references to rannotate and rlog (from r. 1.686), some amendments concerning rdiff (from r. 1.687), and miscellaneous typo fixes. |
| /src/sys/dev/mii/ | |
| inbmphyreg.h | 1.18.4.1 Wed Sep 23 08:46:54 UTC 2020 martin Pull up following revision(s) (requested by msaitoh in ticket #1093): sys/dev/pci/if_wmreg.h: revision 1.120 sys/dev/pci/if_wmvar.h: revision 1.46 sys/dev/pci/if_wm.c: revision 1.686 sys/dev/pci/if_wm.c: revision 1.687 sys/dev/mii/inbmphyreg.h: revision 1.20 sys/dev/pci/if_wm.c: revision 1.688 sys/dev/pci/if_wm.c: revision 1.689 s/ressource/resource/. Found by knakahara. Add new flag named WM_F_CRC_STRIP and use it. No functional change. This change also sets the RCTL_SECRC bit on I211 but it doesn't change the behavior because I211 always strips CRC like I35[04] and I210. Add a workaround for jumbo frame on PCH2 and newer. Tested by chs@. - Add wm_lv_jumbo_workaround_ich8lan() and use it. From FreeBSD. XXX For KUMCTRLSTA_OFFSET_HD_CTRL register modification, it's doubtful. FreeBSD and Linux do the same thing that they set the same value on both jumbo frame's enable case and the disable case. It seems the default value is 0x0b0c and it's not changed on the enable case, so it might be a bug on the enable case or the modification is not required. - Rename I219_UNKNOWN1 to I82579_UNKNOWN1. Use 12K for packet buffer for jumbo frame on PCH2 and newer. XXX Note that Linux Use 14K. |
| /src/sys/dev/pci/ | |
| pcidevs.h | 1.689 Tue Jan 25 00:55:25 UTC 2005 matt branches: 1.689.2; Regen. Tue Jan 25 00:55:25 UTC 2005 matt branches: 1.689.2; Regen. 1.689.2.4 Sat Mar 26 18:19:19 UTC 2005 yamt sync with head. 1.689.2.3 Sat Mar 19 08:35:12 UTC 2005 yamt sync with head. xen and whitespace. xen part is not finished. 1.689.2.2 Sat Feb 12 18:17:48 UTC 2005 yamt sync with head. 1.689.2.1 Tue Jan 25 00:55:25 UTC 2005 yamt file pcidevs.h was added on branch yamt-km on 2005-02-12 18:17:48 +0000 |
| if_wmvar.h | 1.33.6.12 Wed Oct 18 14:41:55 UTC 2023 martin Pull up the following, requested by msaitoh in ticket #1915: sys/dev/pci/pcidevs 1.1497 sys/dev/pci/if_wm.c 1.689,1.790-1.791 via patch sys/dev/pci/if_wmreg.h 1.120 via patch sys/dev/pci/if_wmvar.h 1.51 - Use 12K for packet buffer for jumbo frame on PCH2 and newer. - Add new workaround for Tiger Lake and newer to avoid packet loss. - Add I219{V,LM}({22,23}) devices (Raptor Lake). 1.44.4.2 Wed Sep 23 08:46:54 UTC 2020 martin Pull up following revision(s) (requested by msaitoh in ticket #1093): sys/dev/pci/if_wmreg.h: revision 1.120 sys/dev/pci/if_wmvar.h: revision 1.46 sys/dev/pci/if_wm.c: revision 1.686 sys/dev/pci/if_wm.c: revision 1.687 sys/dev/mii/inbmphyreg.h: revision 1.20 sys/dev/pci/if_wm.c: revision 1.688 sys/dev/pci/if_wm.c: revision 1.689 s/ressource/resource/. Found by knakahara. Add new flag named WM_F_CRC_STRIP and use it. No functional change. This change also sets the RCTL_SECRC bit on I211 but it doesn't change the behavior because I211 always strips CRC like I35[04] and I210. Add a workaround for jumbo frame on PCH2 and newer. Tested by chs@. - Add wm_lv_jumbo_workaround_ich8lan() and use it. From FreeBSD. XXX For KUMCTRLSTA_OFFSET_HD_CTRL register modification, it's doubtful. FreeBSD and Linux do the same thing that they set the same value on both jumbo frame's enable case and the disable case. It seems the default value is 0x0b0c and it's not changed on the enable case, so it might be a bug on the enable case or the modification is not required. - Rename I219_UNKNOWN1 to I82579_UNKNOWN1. Use 12K for packet buffer for jumbo frame on PCH2 and newer. XXX Note that Linux Use 14K. |
| if_wmreg.h | 1.98.6.18 Wed Oct 18 14:41:54 UTC 2023 martin Pull up the following, requested by msaitoh in ticket #1915: sys/dev/pci/pcidevs 1.1497 sys/dev/pci/if_wm.c 1.689,1.790-1.791 via patch sys/dev/pci/if_wmreg.h 1.120 via patch sys/dev/pci/if_wmvar.h 1.51 - Use 12K for packet buffer for jumbo frame on PCH2 and newer. - Add new workaround for Tiger Lake and newer to avoid packet loss. - Add I219{V,LM}({22,23}) devices (Raptor Lake). 1.115.2.3 Wed Sep 23 08:46:54 UTC 2020 martin Pull up following revision(s) (requested by msaitoh in ticket #1093): sys/dev/pci/if_wmreg.h: revision 1.120 sys/dev/pci/if_wmvar.h: revision 1.46 sys/dev/pci/if_wm.c: revision 1.686 sys/dev/pci/if_wm.c: revision 1.687 sys/dev/mii/inbmphyreg.h: revision 1.20 sys/dev/pci/if_wm.c: revision 1.688 sys/dev/pci/if_wm.c: revision 1.689 s/ressource/resource/. Found by knakahara. Add new flag named WM_F_CRC_STRIP and use it. No functional change. This change also sets the RCTL_SECRC bit on I211 but it doesn't change the behavior because I211 always strips CRC like I35[04] and I210. Add a workaround for jumbo frame on PCH2 and newer. Tested by chs@. - Add wm_lv_jumbo_workaround_ich8lan() and use it. From FreeBSD. XXX For KUMCTRLSTA_OFFSET_HD_CTRL register modification, it's doubtful. FreeBSD and Linux do the same thing that they set the same value on both jumbo frame's enable case and the disable case. It seems the default value is 0x0b0c and it's not changed on the enable case, so it might be a bug on the enable case or the modification is not required. - Rename I219_UNKNOWN1 to I82579_UNKNOWN1. Use 12K for packet buffer for jumbo frame on PCH2 and newer. XXX Note that Linux Use 14K. |
| if_wm.c | 1.689 Wed Sep 16 15:04:57 UTC 2020 msaitoh Use 12K for packet buffer for jumbo frame on PCH2 and newer. XXX Note that Linux Use 14K. 1.508.4.53 Wed Oct 18 14:41:54 UTC 2023 martin Pull up the following, requested by msaitoh in ticket #1915: sys/dev/pci/pcidevs 1.1497 sys/dev/pci/if_wm.c 1.689,1.790-1.791 via patch sys/dev/pci/if_wmreg.h 1.120 via patch sys/dev/pci/if_wmvar.h 1.51 - Use 12K for packet buffer for jumbo frame on PCH2 and newer. - Add new workaround for Tiger Lake and newer to avoid packet loss. - Add I219{V,LM}({22,23}) devices (Raptor Lake). 1.645.2.7 Wed Sep 23 08:46:54 UTC 2020 martin Pull up following revision(s) (requested by msaitoh in ticket #1093): sys/dev/pci/if_wmreg.h: revision 1.120 sys/dev/pci/if_wmvar.h: revision 1.46 sys/dev/pci/if_wm.c: revision 1.686 sys/dev/pci/if_wm.c: revision 1.687 sys/dev/mii/inbmphyreg.h: revision 1.20 sys/dev/pci/if_wm.c: revision 1.688 sys/dev/pci/if_wm.c: revision 1.689 s/ressource/resource/. Found by knakahara. Add new flag named WM_F_CRC_STRIP and use it. No functional change. This change also sets the RCTL_SECRC bit on I211 but it doesn't change the behavior because I211 always strips CRC like I35[04] and I210. Add a workaround for jumbo frame on PCH2 and newer. Tested by chs@. - Add wm_lv_jumbo_workaround_ich8lan() and use it. From FreeBSD. XXX For KUMCTRLSTA_OFFSET_HD_CTRL register modification, it's doubtful. FreeBSD and Linux do the same thing that they set the same value on both jumbo frame's enable case and the disable case. It seems the default value is 0x0b0c and it's not changed on the enable case, so it might be a bug on the enable case or the modification is not required. - Rename I219_UNKNOWN1 to I82579_UNKNOWN1. Use 12K for packet buffer for jumbo frame on PCH2 and newer. XXX Note that Linux Use 14K. |
| pcidevs | 1.689 Thu Jan 27 13:31:45 UTC 2005 kent add some nForce 4 devices 1.1289.2.30 Wed Oct 18 14:41:55 UTC 2023 martin Pull up the following, requested by msaitoh in ticket #1915: sys/dev/pci/pcidevs 1.1497 sys/dev/pci/if_wm.c 1.689,1.790-1.791 via patch sys/dev/pci/if_wmreg.h 1.120 via patch sys/dev/pci/if_wmvar.h 1.51 - Use 12K for packet buffer for jumbo frame on PCH2 and newer. - Add new workaround for Tiger Lake and newer to avoid packet loss. - Add I219{V,LM}({22,23}) devices (Raptor Lake). |
| pcidevs_data.h | 1.689 Thu Jan 27 21:48:37 UTC 2005 jdolecek regen: add id for nForce2 Ultra 400 audio |
| /src/sys/dev/usb/ | |
| usbdevs | 1.689 Wed Feb 04 14:23:04 UTC 2015 jmcneill add Xbox 360 Wireless Receiver 1.680.2.6 Thu Dec 08 07:49:42 UTC 2016 snj Pull up following revision(s) (requested by msaitoh in ticket #1289): sys/dev/usb/usbdevs: revisions 1.683-1.684, 1.686-1.689, 1.691-1.695, 1.697-1.700, 1.702-1.711, 1.713-1.715, 1.717-1.727 - Add Realtek RTL8152, RTL8153, RTL8192EU. - Add Atheros AR3012. - Add Validity Sensors, Inc. and their devices. PR#45732 from Greg A. Woods. - Add some SMSC devices (PR#49484) - Add Silicon Labs EC3 USB debug adapter. - Add Xbox 360 Wireless Receiver. - Add Arduino, TP-Link, Compare, DataApex, Evoluton Robotics devices. - Add another RTL8192CU device of Asustek. - Add Belkin Components RTL8192CPU, RTL8188CU and F7D2102. - Add another RTL8188CUS. device of Chicony Electronics. - Add another RTL8192CU and DWA-131 rev. B of D-Link. - Add Guillemot RTL8192CU. - Add Hawking RTL8192CU. - Add IO-DATA WN-G150UM and RTL8192CU. - Add another RTL8188RU of Realtek. - Add Huawei U8150, E353_HiLink. - Add vendor ID of Ingenic Semiconductor Ltd. - Add Conexant USB Modem. - Add TI TUSB3410, MSP-FET430UIF and MSP-FET430UIF JTAG. Part of PR#49814. - Add Lenovo ThinkPad Compact USB keyboard with TrackPoint. - Add Panasonic Lumix Camera DMC-FS45 from kern/49809. - Add Asustek USB-N53 and USB-N66. - Add D-Link DWA-1xx devices. - Add Ralink RT3573 and RT5572. - Add Sitecom Europe ET3072 and LN-031. - Add Elecom WDC-433SU2M2. - Add Apple iPhone[45], iPad[23] and iPad Mini. - Add Century CT-USB1HUB. - Add MosChip MCS7832 Ethernet Adapter. - Add another RTL8188CU of Realtek. - Add DisplayLink MIMO, Polaris2 USB dock, Plugable docking station, FY-DVI and FY-DVI2. - Add a NetChip USB-IDE bridge. - Add MS Confort Mouse 6000 from Martijn van Buul (PR#50701). - Add NTT DOCOMO L-05A. - Add Buffalo WI-U2-300D. - Add Sandisk Cruzer (PR#46547). - Add D-Link DWA 125 rev. D1 USB wireless network adapter from Jake Slazenger (part of PR#51529). - Add C-Meida USB Pnp Sound. - Add AboCom RTL8188EU. - Add Intel Advanced-N 6235 Combo Bluetooth. - Add Validity Sensors VFS491. - Add Linksys HG20F9 Ethernet. |
| usbdevs.h | 1.689 Wed Jun 17 14:21:22 UTC 2015 nonaka regen |
| usbdevs_data.h | 1.689 Mon Apr 06 17:16:25 UTC 2015 bouyer Regen (Add Apple Magic Trackpad) |
| /src/usr.bin/xlint/lint1/ | |
| tree.c | 1.689 Sun Sep 07 09:53:28 UTC 2025 rillig lint: clean up checks for '<<' and '>>' |
| /src/usr.bin/make/ | |
| parse.c | 1.689 Sat Oct 01 09:25:06 UTC 2022 rillig make: use consistent variable names in parser No functional change. |
| var.c | 1.689 Tue Nov 17 20:11:02 UTC 2020 rillig make(1): fix error message of failed :!cmd! modifier (since 2000-04-29) |
| /src/distrib/sets/lists/comp/ | |
| mi | 1.689 Sun Mar 28 18:23:27 UTC 2004 he branches: 1.689.2; Add entries for new include files installed by the new version of IPF. Sun Mar 28 18:23:27 UTC 2004 he branches: 1.689.2; Add entries for new include files installed by the new version of IPF. 1.689.2.10 Sat Sep 11 11:55:56 UTC 2004 he branches: 1.689.2.10.2; Pull up revision 1.723 (requested by ginsbach in ticket #834): Restore gethostent() as a supported interface. Yes, it may be obsolete, but it is specified by IEEE Std 1003.1, 2004 Edition (POSIX) and the X/Open standards (Issue 66 and XNS 5.2). .2.10 Sat Sep 11 11:55:56 UTC 2004 he branches: 1.689.2.10.2; Pull up revision 1.723 (requested by ginsbach in ticket #834): Restore gethostent() as a supported interface. Yes, it may be obsolete, but it is specified by IEEE Std 1003.1, 2004 Edition (POSIX) and the X/Open standards (Issue 66 and XNS 5.2). 1.689.2.9 Sat Sep 11 11:15:25 UTC 2004 he Pull up revision 1.725 (requested by yamt in ticket #831): Add m_copyback_cow and m_makewritable. 1.689.2.8 Mon Aug 16 05:49:57 UTC 2004 jmc Pullup rev 1.719-1.720 (requested by tron in ticket #765) Fix the set lists after IPF 4.1.3 1.689.2.7 Thu Jul 15 20:59:04 UTC 2004 he Pull up revision 1.713 (requested by junyoung in ticket #664): Add C99 functions round(3) and roundf(3). Bump the teeny version number for libm. 1.689.2.6 Wed Jul 14 00:41:55 UTC 2004 tron Pull up revision 1.717 (requested by agc in ticket #651): One more "sync with reality" fix. 1.689.2.5 Wed Jul 14 11:33:04 UTC 2004 tron Pull up revision 1.716 (requested by jonathan in ticket #649): Sync krb5 manual pages with reality 1.689.2.4 Wed Jul 14 11:14:27 UTC 2004 tron Pull up revision 1.715 (requested by jonathan in ticket #649): Commit manpage for krb5_set_password(3), based on Heimdal-20040606, with small revisions by myself, reviewed/approved by Love. |
| /src/share/man/man4/ | |
| Makefile | 1.689 Wed Nov 20 09:37:45 UTC 2019 hikaru Add opencrypto driver for Intel QuickAssist. |
| /src/sys/arch/i386/i386/ | |
| machdep.c | 1.689 Thu Jul 15 22:19:19 UTC 2010 jym pte0 is used to map the page required by bioscall() trampoline code, so add VM_PROT_EXECUTE protection for it. Currently, this does not change much, as page execute permission is not enforced for i386 (except for Xen, where BIOS calls are not used anyway). |
| /src/sys/sys/ | |
| param.h | 1.689 Wed Feb 17 22:32:04 UTC 2021 christos - pass the alignment instead of the mask (as Roy asked and to match the other macro) - use alignof to determine that alignment and CTASSERT what we expect - remove unused macros |
| /src/sys/arch/i386/conf/ | |
| GENERIC | 1.689 Mon Jul 18 00:02:21 UTC 2005 augustss Add uipaq driver. |
| /src/sys/conf/ | |
| files | 1.689 Mon Oct 04 01:07:25 UTC 2004 thorpej Move wedge code to a subdirectory, as suggested by Christos. |
| /src/doc/ | |
| CHANGES | 1.689 Sat Sep 09 23:57:21 UTC 2006 riz Note addition of msk(4). |
| /src/distrib/sets/lists/tests/ | |
| mi | 1.689 Sun Oct 30 16:17:16 UTC 2016 kamil Add new test t_timedmutex This test is a clone on t_mutex with additional two tests for timed-mutex specific block. All simple-mutex (not with the timed property according to the C11 wording) specific tests are covered by pthread_mutex_timedlock(3) with parameter ts_lengthy of sufficiently large tv_sec value (right now UINT16_MAX). If, a test will hang, it won't wait UINT16_MAX seconds, but will be terminated within the default timeout for ATF tests (right now 300 [sec] in my NetBSD/amd64 setup). This test was inspired by a classic selflock test failure of pthread_mutex_timedlock(3) of the following form: #include <assert.h> #include <errno.h> #include <pthread.h> #include <stdio.h> #include <time.h> int main(int argc, char **argv) { pthread_mutex_t mtx; struct timespec ts; ts.tv_sec = 0; ts.tv_nsec = 1000; printf("ts{.tv_sec = %d, .tv_nsec=%ld}\n", ts.tv_sec, ts.tv_nsec); fflush(stdout); printf("mtx_init\n"); assert(pthread_mutex_init(&mtx, NULL) == 0); printf("mtx_lock\n"); assert(pthread_mutex_lock(&mtx) == 0); printf("mtx_timedlock\n"); assert(pthread_mutex_timedlock(&mtx, &ts) == ETIMEDOUT); printf("mtx_unlock\n"); assert(pthread_mutex_unlock(&mtx) == 0); printf("mtx_destroy\n"); assert(pthread_mutex_destroy(&mtx) == 0); return 0; } Current NetBSD implementation wrongly hangs on this test. The issue was detected during development of the C11 portable threads. My local tests in chroot presents that the are further issues: t_timedmutex (21/25): 10 test cases mutex1: [0.001142s] Failed: /usr/src/tests/lib/libpthread/t_timedmutex.c:75: *param != 20 mutex2: [0.261499s] Passed. mutex3: [0.261496s] Passed. mutex4: [0.001204s] Failed: /usr/src/tests/lib/libpthread/t_timedmutex.c:265: pthread_mutex_timedlock(&mutex, &ts_lengthy): Connection timed out mutex5: [0.001235s] Failed: /usr/src/tests/lib/libpthread/t_timedmutex.c:337: pthread_mutex_timedlock(&mutex5, &ts_lengthy): Connection timed out mutex6: [21.218497s] Failed: /usr/src/tests/lib/libpthread/t_timedmutex.c:512: start != 1 mutexattr1: [0.001328s] Passed. mutexattr2: [0.001175s] Passed. timedmutex1: [301.119397s] Failed: Test case timed out after 300 seconds timedmutex2: [301.123081s] Failed: Test case timed out after 300 seconds [623.990659s] I'm also receiveing the same failure in the mutex6 test in t_mutex, so there might be a false positives due to local chroot(8) issues. Commit approved by <christos>. |
| /src/share/mk/ | |
| bsd.own.mk | 1.689 Mon Oct 31 14:20:11 UTC 2011 chs switch everything except vax to gcc 4.5. switch m68k to -Os since -O2 produces much bigger code with gcc 4.5 than it did with gcc 4.1. |
| /src/distrib/sets/lists/base/ | |
| mi | 1.689 Thu Mar 01 23:55:43 UTC 2007 martin Add dkscan_bsdlabel |
1 2