| Home | Sort by: relevance | last modified time | path |
1 2
| /src/sys/arch/amd64/conf/ | |
| INSTALL | 1.27.2.11 Thu Apr 20 14:30:29 UTC 2006 tron Pull up following revision(s) (requested by martti in ticket #1258): sys/arch/i386/conf/INSTALL: revision 1.284 sys/arch/i386/conf/GENERIC: revision 1.741 sys/arch/amd64/conf/GENERIC: revision 1.91 sys/arch/i386/conf/INSTALL_SMALL: revision 1.125 sys/arch/amd64/conf/INSTALL: revision 1.50 sys/arch/i386/conf/INSTALL_TINY: revision 1.102 Added ciss(4). Tested by Joseph Dacuma on HP DL-380 G3 with Smart Array 5i. |
| GENERIC | 1.42.2.10 Thu Apr 20 14:30:29 UTC 2006 tron Pull up following revision(s) (requested by martti in ticket #1258): sys/arch/i386/conf/INSTALL: revision 1.284 sys/arch/i386/conf/GENERIC: revision 1.741 sys/arch/amd64/conf/GENERIC: revision 1.91 sys/arch/i386/conf/INSTALL_SMALL: revision 1.125 sys/arch/amd64/conf/INSTALL: revision 1.50 sys/arch/i386/conf/INSTALL_TINY: revision 1.102 Added ciss(4). Tested by Joseph Dacuma on HP DL-380 G3 with Smart Array 5i. |
| /src/sys/arch/i386/conf/ | |
| INSTALL_TINY | 1.86.2.1 Thu Apr 20 14:30:29 UTC 2006 tron Pull up following revision(s) (requested by martti in ticket #1258): sys/arch/i386/conf/INSTALL: revision 1.284 sys/arch/i386/conf/GENERIC: revision 1.741 sys/arch/amd64/conf/GENERIC: revision 1.91 sys/arch/i386/conf/INSTALL_SMALL: revision 1.125 sys/arch/amd64/conf/INSTALL: revision 1.50 sys/arch/i386/conf/INSTALL_TINY: revision 1.102 Added ciss(4). Tested by Joseph Dacuma on HP DL-380 G3 with Smart Array 5i. |
| INSTALL | 1.262.2.2 Thu Apr 20 14:30:29 UTC 2006 tron Pull up following revision(s) (requested by martti in ticket #1258): sys/arch/i386/conf/INSTALL: revision 1.284 sys/arch/i386/conf/GENERIC: revision 1.741 sys/arch/amd64/conf/GENERIC: revision 1.91 sys/arch/i386/conf/INSTALL_SMALL: revision 1.125 sys/arch/amd64/conf/INSTALL: revision 1.50 sys/arch/i386/conf/INSTALL_TINY: revision 1.102 Added ciss(4). Tested by Joseph Dacuma on HP DL-380 G3 with Smart Array 5i. |
| GENERIC | 1.741 Wed Apr 12 03:41:51 UTC 2006 martti Added ciss(4). Tested by Joseph Dacuma on HP DL-380 G3 with Smart Array 5i. 1.661.2.11 Thu Apr 20 14:30:29 UTC 2006 tron Pull up following revision(s) (requested by martti in ticket #1258): sys/arch/i386/conf/INSTALL: revision 1.284 sys/arch/i386/conf/GENERIC: revision 1.741 sys/arch/amd64/conf/GENERIC: revision 1.91 sys/arch/i386/conf/INSTALL_SMALL: revision 1.125 sys/arch/amd64/conf/INSTALL: revision 1.50 sys/arch/i386/conf/INSTALL_TINY: revision 1.102 Added ciss(4). Tested by Joseph Dacuma on HP DL-380 G3 with Smart Array 5i. |
| /src/sys/dev/pci/ | |
| if_wmreg.h | 1.98.6.15 Wed Sep 07 10:09:20 UTC 2022 martin Pull up the following revisions, requested by msaitoh in ticket #1759: sys/dev/pci/if_wm.c 1.741-1.749,1.753-1.757, 1.762 via patch sys/dev/pci/if_wmreg.h 1.126-1.127 - Fix I219 workaround in wm_flush_desc_rings(). - Add more statistics counters. - To avoid releasing mutex temporally, use new wm_set_mdio_slow_mode_hv_locked(). - No functional changes: - Turn a locking botch (shouldn't drop lock on error) into a KASSERT in wm_deferred_start_locked(). - Remove unneeded header inclusion. - Use __BIT() a little. - Modify comment and debug messages. - Consistency use -1 instead of 1 for some error code. - KNF. 1.115.2.6 Wed Sep 07 10:05:42 UTC 2022 martin Pull up the following revisions, requested by msaitoh in ticket #1515: sys/dev/pci/if_wm.c 1.741-1.749, 1.753-1.757, 1.762 via patch sys/dev/pci/if_wmreg.h 1.126-1.127 - Fix I219 workaround in wm_flush_desc_rings(). - Add more statistics counters. - To avoid releasing mutex temporally, use new wm_set_mdio_slow_mode_hv_locked(). - No functional changes: - Turn a locking botch (shouldn't drop lock on error) into a KASSERT in wm_deferred_start_locked(). - Remove unneeded header inclusion. - Use __BIT() a little. - Modify comment and debug messages. - Consistency use -1 instead of 1 for some error code. - KNF. |
| if_wm.c | 1.741 Tue Jul 19 06:46:29 UTC 2022 skrll Turn a locking botch (shouldn't drop lock on error) into a KASSERT 1.508.4.46 Wed Sep 07 10:09:20 UTC 2022 martin Pull up the following revisions, requested by msaitoh in ticket #1759: sys/dev/pci/if_wm.c 1.741-1.749,1.753-1.757, 1.762 via patch sys/dev/pci/if_wmreg.h 1.126-1.127 - Fix I219 workaround in wm_flush_desc_rings(). - Add more statistics counters. - To avoid releasing mutex temporally, use new wm_set_mdio_slow_mode_hv_locked(). - No functional changes: - Turn a locking botch (shouldn't drop lock on error) into a KASSERT in wm_deferred_start_locked(). - Remove unneeded header inclusion. - Use __BIT() a little. - Modify comment and debug messages. - Consistency use -1 instead of 1 for some error code. - KNF. 1.645.2.14 Wed Sep 07 10:05:42 UTC 2022 martin Pull up the following revisions, requested by msaitoh in ticket #1515: sys/dev/pci/if_wm.c 1.741-1.749, 1.753-1.757, 1.762 via patch sys/dev/pci/if_wmreg.h 1.126-1.127 - Fix I219 workaround in wm_flush_desc_rings(). - Add more statistics counters. - To avoid releasing mutex temporally, use new wm_set_mdio_slow_mode_hv_locked(). - No functional changes: - Turn a locking botch (shouldn't drop lock on error) into a KASSERT in wm_deferred_start_locked(). - Remove unneeded header inclusion. - Use __BIT() a little. - Modify comment and debug messages. - Consistency use -1 instead of 1 for some error code. - KNF. |
| pcidevs.h | 1.741 Sun Dec 04 17:39:28 UTC 2005 christos Regen. |
| pcidevs_data.h | 1.741 Tue Dec 06 20:55:33 UTC 2005 fvdl Regen for BCM5789. |
| pcidevs | 1.741 Tue Dec 06 20:54:28 UTC 2005 fvdl Add ID for yet another 57xx-compatible Broadcom chip, the 5789. |
| /src/sys/dev/usb/ | |
| usbdevs | 1.741 Wed Oct 18 16:00:53 UTC 2017 jmcneill Add Sony UWA-BR100 WLAN adapter 1.736.2.4 Wed Jul 17 16:07:38 UTC 2019 martin Pull up the following revisions (via patch), requested by msaitoh in ticket #1297: sys/dev/usb/usbdevs 1.737-1.741,1.743-1.752, 1.756-1.759,1.763-1.770 - Add yet another moschip serial adapter chip. - Add some classic Roland products from Shinichi Doyashiki in PR kern/52385. - Add Ralink RT73. - Add Wacom Intuos2 A4 and Intuos Art pen tablets. - Add ELAN keyboard. - Add Sony UWA-BR100 WLAN adapter. - Add the TP-LINK TL-WN823N (version 2). - Add RT Systems RTS-03 USB to Serial Adapter. - Add West Mountain Radio IDs from OpenBSD. - Add LAN78xx family (Raspberry Pi 3B+) entries - PR kern/53105. - Add Linux Foundation vendor ID, and their root hub device IDs. - Apple Bluetooth adapter, as found on the G4 PowerBook FW-800 (PowerBook5,2). - Add Yubico Yubikey devices. - Add Huawei E182. - Add the Sierra Wireless MC7304 and EM7455 USB modems. - Add SMSC LAN7505 USB 2.0 gigabit ethernet device. - Add Panasonic N5HBZ0000055 WiFi device reported by David H. Gutteridge in PR kern/53647. - Add Logitech Gamepad F310 and Logitech Dual Action Gamepad. - Add D-Link LTE products. - Add D-Link DWA-131 rev E "Wireless N300 Nano USB Adapter" - Add Microsoft Natural Wireless Mouse 600 from Julian in PR kern/44634. - Add Gretag Macbeth/X-Rite Huey device ids. - Add HP LP2[24]75w hub. - Prefer longer "canonical" names and add some vendors (mainly from FreeBSD r334649). - Make whitespace much more consistent. - Lowercase hexadecimal number. - Update comment. |
| usbdevs.h | 1.741 Tue Jun 05 09:28:56 UTC 2018 eadler usbdevs: regen generated files |
| usbdevs_data.h | 1.741 Sat Jun 02 21:17:06 UTC 2018 sevan regen |
| /src/usr.bin/make/ | |
| parse.c | 1.741 Sun Mar 30 21:24:57 UTC 2025 sjg make: POSIX mode, check for sysV style modifiers first A POSIX compatible makefile should not be using any of our native modifiers, so give preference to the sysV style modifier and only check the others as a fallback. Reviewed by: rillig |
| var.c | 1.741 Sun Dec 20 11:38:51 UTC 2020 rillig make(1): document memory handling in ApplyModifiers |
| /src/share/man/man4/ | |
| Makefile | 1.741 Wed Feb 26 15:18:45 UTC 2025 ryoon Add amdgpio(4) device driver for AMD GPIO found on some HP laptops This device driver enables power button and trackpad on HP Envy 13 ay1000 and HP Envy 14 fa0000. Touchscreen and stylus have no decodable HID descriptors and not enabled. Based on qcomgpio(4) and OpenBSD's amdgpio(4). Add the following to your kernel configuration file: amdgpio* at acpi? |
| /src/sys/arch/i386/i386/ | |
| machdep.c | 1.741 Thu Jan 09 00:57:25 UTC 2014 dholland Make the amd64 post-halt-press-a-key code match i386, and introduce into both a message for the case where cngetc() doesn't work. If there's no console attached, this won't accomplish anything; but if there's a screen but no keyboard, or the keyboard's wedged, or whatever, it might provide useful information. Suggested back in 2009 by some stuff in PR 37924 and has been hanging about in one of my trees ever since. |
| /src/sys/sys/ | |
| param.h | 1.741 Sun Sep 21 14:43:19 UTC 2025 thorpej Tidy up the i2c subsystem ABI: - Remove unused structures and deprecated fields (ia_prop, ia_cookie, ia_cookietype). - Normalize the "compatible" list; we get it as a strlist, don't bother converting to an array when we can use the strlist as-is. (This is invisible to drivers using the API correctly, but it does change the i2c_attach_args). - Add a "channel" field to i2c_tag_t, for use by controllers with built-in i2c muxes or discrete i2c muxes. Bienvenido, NetBSD 11.99.3. |
| /src/sys/conf/ | |
| files | 1.741 Fri Nov 25 17:33:56 UTC 2005 thorpej Use a once control to call initialize the 802.11 layer when ieee80211_ifattach() is called. "wlan" no longer needs-flag, and remove the ieee80211_init() call from main(). |
| /src/doc/ | |
| CHANGES | 1.741 Wed Nov 01 10:21:34 UTC 2006 joerg Note addition of rum(4). |
| /src/distrib/sets/lists/tests/ | |
| mi | 1.741 Sun May 14 02:02:25 UTC 2017 kamil Add new ATF C++ tests in usr.bin/c++: t_static_destructor These tests are cloned from t_cxxruntime and check proper order of destructor calls. They must be reported in reverse order of constructor completion. Added tests: - static_destructor - static_destructor_pic - static_destructor_pie - static_destructor32 This test file replaces src/regress/usr.bin/c++/static_destructor. |
| /src/share/mk/ | |
| bsd.own.mk | 1.741 Mon Aug 05 00:21:50 UTC 2013 matt Add 3 more MACHINE_ARCH: earmv4 earmv7eb earmv7hfeb The latter are for cortex big-endian which uses a different binary format than previous arm big endian platforms. |
| /src/distrib/sets/lists/base/ | |
| mi | 1.741 Sat Mar 22 08:37:24 UTC 2008 mlelstv Import Heimdal-1.1 |
| /src/distrib/sets/lists/man/ | |
| mi | 1.741 Wed Dec 29 00:12:02 UTC 2004 thorpej Add PAM libraries, modules, and headers. |
| /src/distrib/sets/lists/comp/ | |
| mi | 1.741 Fri Dec 03 03:35:53 UTC 2004 atatat Add new errno.9 page |
1 2