Searched hist:1.394 (Results 1 - 25 of 53) sorted by relevance
| /src/ | ||
| H A D | build.sh | 1.394 Sat May 10 15:42:39 GMT 2025 martin Fix git formatting for show-revisionid |
| /src/sys/kern/ | ||
| H A D | kern_sig.c | 1.394 Fri Oct 30 22:19:00 GMT 2020 christos branches: 1.394.2; fix indentation 1.394 Fri Oct 30 22:19:00 GMT 2020 christos branches: 1.394.2; fix indentation |
| /src/sys/arch/i386/conf/ | ||
| H A D | files.i386 | 1.394 Wed May 23 07:45:35 GMT 2018 maxv branches: 1.394.2; Merge convert_xmm_s87.c into fpu.c. It contains only two functions, that are used only in fpu.c. 1.394 Wed May 23 07:45:35 GMT 2018 maxv branches: 1.394.2; Merge convert_xmm_s87.c into fpu.c. It contains only two functions, that are used only in fpu.c. |
| H A D | ALL | 1.394 Sun May 03 02:52:50 GMT 2015 pgoyette Update to include the tco driver (it was previously included as part of ichlpcib). |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.394 Tue Apr 01 22:12:38 GMT 2008 cegger branches: 1.394.2; fix spelling: regenate -> regenerate OK cube 1.394 Tue Apr 01 22:12:38 GMT 2008 cegger branches: 1.394.2; fix spelling: regenate -> regenerate OK cube |
| /src/distrib/sets/lists/debug/ | ||
| H A D | mi | 1.394 Wed Nov 30 06:07:51 GMT 2022 ozaki-r branches: 1.394.2; tests: build and install t_ip_reass.c 1.394 Wed Nov 30 06:07:51 GMT 2022 ozaki-r branches: 1.394.2; tests: build and install t_ip_reass.c |
| /src/sys/dev/pci/ | ||
| H A D | files.pci | 1.394 Thu Mar 01 04:29:37 GMT 2018 pgoyette branches: 1.394.2; Move the imc and imcsmb stuff out of general files.pci and into the architecture-specific files.x86 Should unbreak the sgimips build. 1.394 Thu Mar 01 04:29:37 GMT 2018 pgoyette branches: 1.394.2; Move the imc and imcsmb stuff out of general files.pci and into the architecture-specific files.x86 Should unbreak the sgimips build. |
| H A D | if_bge.c | 1.394 Wed Aug 28 05:58:11 GMT 2024 skrll Apply changes from PR/58584 after testing (and fixing). Tested on an Apple M1. |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.394 Fri Apr 26 21:40:28 GMT 2019 sevan Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs. On ports without a GENERIC kernel config enable in individul files, e.g evbmips. Omit on: atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k, mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource constraints or port infancy. |
| /src/share/misc/ | ||
| H A D | acronyms.comp | 1.394 Fri Sep 27 20:08:21 GMT 2024 jschauma +WDM Wavelength Division Multiplexing |
| /src/sys/net/ | ||
| H A D | if.c | 1.394 Thu Jun 01 02:45:14 GMT 2017 chs branches: 1.394.2; remove checks for failure after memory allocation calls that cannot fail: kmem_alloc() with KM_SLEEP kmem_zalloc() with KM_SLEEP percpu_alloc() pserialize_create() psref_class_create() all of these paths include an assertion that the allocation has not failed, so callers should not assert that again. 1.394 Thu Jun 01 02:45:14 GMT 2017 chs branches: 1.394.2; remove checks for failure after memory allocation calls that cannot fail: kmem_alloc() with KM_SLEEP kmem_zalloc() with KM_SLEEP percpu_alloc() pserialize_create() psref_class_create() all of these paths include an assertion that the allocation has not failed, so callers should not assert that again. |
| /src/sys/uvm/ | ||
| H A D | uvm_map.c | 1.394 Sun Apr 10 09:50:46 GMT 2022 andvar fix various typos in comments and output/log messages. |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | locore.s | 1.394 Sun May 15 23:54:58 GMT 2016 nakayama %g1 is not preserved across function call, so load it before return_from_trap. |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.394 Mon Jul 02 18:15:46 GMT 2012 bouyer Add sata Port MultiPlier (PMP) support to the ata bus layer, as described in http://mail-index.netbsd.org/tech-kern/2012/06/23/msg013442.html PMP support in integrated to the atabus layer. struct ata_channel's ch_drive[] is not dynamically allocated, and ch_ndrive (renamed to ch_ndrives) closely reflects the size of the ch_drive[] array. Add helper functions atabus_alloc_drives() and atabus_free_drives() to manage ch_drive[]/ch_ndrives. Add wdc_maxdrives to struct wdc_softc so that bus front-end can specify how much drive they really support (master/slave or single). ata_reset_drive() callback gains a uint32_t *sigp argument which, when not NULL, will contain the signature of the device being reset. While there, some cosmetic changes: - added a drive_type enum to ata_drive_datas, and stop encoding the probed drive type in drive_flags (we were out of drive flags anyway). - rename DRIVE_ATAPIST to DRIVE_ATAPIDSCW to better reflect what this really is - remove ata_channel->ata_drives, it's redundant with the pointer in ata_drive_datas - factor out the interpretation of SATA signatures in sata_interpet_sig() propagate these changes to the ATA HBA drivers, and add support for PMP to ahcisata(4) and siisata(4). Thanks to: - Protocase (http://www.protocase.com/) which provided a system with lots of controllers, SATA PMP and drive slots - Conservation Genomics Laboratory, Department of Biology, New Mexico State University for hosting the above system - Brook Milligan, who set up remote access and has been very responsive when SATA cable move was needed |
| /src/sys/arch/arm/arm32/ | ||
| H A D | pmap.c | 1.394 Mon Feb 24 20:31:56 GMT 2020 ad Adjust for UVM locking changes |
| /src/etc/ | ||
| H A D | Makefile | 1.394 Sat Jan 14 22:56:31 GMT 2012 jmcneill PR# install/44593: Please give release ISO's more meaningful names Change release ISO filenames, what was once 'i386cd.iso' will now look like 'NetBSD-5.99.60-i386.iso'. ok snj@ |
| /src/share/man/man9/ | ||
| H A D | Makefile | 1.394 Sat Apr 09 04:39:46 GMT 2016 riastradh Introduce pserialize-safe linked lists. These are like LIST_* from queue(3), but issue the appropriate memory barriers for pserialize readers and writers. Discussed on tech-kern: https://mail-index.netbsd.org/tech-kern/2016/04/03/msg020365.html |
| /src/share/mk/ | ||
| H A D | bsd.README | 1.394 Sat Aug 10 00:46:38 GMT 2019 christos Make the X11 library lists consistent again. |
| H A D | bsd.lib.mk | 1.394 Sat Jun 03 21:24:57 GMT 2023 lukem bsd.*.mk: move MKSTRIPSYM default to bsd.own.mk Add default for MKSTRIPSYM=yes to to bsd.own.mk _MKVARS.no. Test ${MKSTRIPSYM} != "no". |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.394 Sat Jul 24 23:09:32 GMT 2010 jym Document PAE. |
| /src/sys/dev/raidframe/ | ||
| H A D | rf_netbsdkintf.c | 1.394 Wed May 26 06:11:50 GMT 2021 mrg support different endian raidframe component label. there are two on-disk formats in use in raidframe: - the component label - the parity map the parity map is a bitmap implemented as bytes, so it has no endian issue. the component label is the problem, as most of the fields are 32 bit. this change only supports version 2 of raidframe (active since the year 2000.) as component labels are read and used before a raidPtr for the raid set has been created, there is no obvious storage for the swapped indicator, so the in-core version remains the on-disk version, while the rest of in-core label is swapped. in raidread_component_label() and raidwrite_component_label(), check if the swapped version, and if so, call new rf_swap_label() and ensure that the in-core label is native-byte order. for the write method, an on-stack copy is modified before writing, so that the in-core version remains valid. (this stack usage is below other stack usage in similar functions here.) adjust the label ioctls RAIDFRAME_GET_COMPONENT_LABEL and RAIDFRAME_GET_COMPONENT_LABEL80 to return the byte-swapped version so that eg, raidctl -s reports the right version. when performing final configuration of a raidset, report if a label swapped, and also complain if there are differently swapped versions on the other components. tested on arm64, sparc64 and amd64 ok @oster |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.394 Sun Jan 23 01:25:04 GMT 2005 elric new driver: usb generic serial adapter. approved by: augustss@netbsd.org (code) christos@netbsd.org (driver name) |
| H A D | usbdevs.h | 1.394 Sun Dec 26 07:39:50 GMT 2004 imp Sync to usbdevs 1.389 |
| H A D | usbdevs_data.h | 1.394 Sun Dec 26 07:05:32 GMT 2004 imp Sync to usbdevs 1.388 |
| /src/usr.bin/indent/ | ||
| H A D | indent.c | 1.394 Sat Jan 04 21:20:59 GMT 2025 rillig indent: make debug log more uniform |
Completed in 431 milliseconds