Searched hist:1.265 (Results 1 - 25 of 146) sorted by relevance
| /src/sys/netipsec/ | ||
| H A D | key.c | 1.265 Tue Jul 23 04:29:26 GMT 2019 ozaki-r branches: 1.265.2; ipsec: fix a regression of the update API The update API updates an SA by creating a new SA and removing an existing SA. The previous change removed a newly added SA wrongly if an existing SA had been created by the getspi API. 1.265 Tue Jul 23 04:29:26 GMT 2019 ozaki-r branches: 1.265.2; ipsec: fix a regression of the update API The update API updates an SA by creating a new SA and removing an existing SA. The previous change removed a newly added SA wrongly if an existing SA had been created by the getspi API. |
| /src/sys/dev/scsipi/ | ||
| H A D | sd.c | 1.265 Fri Aug 03 13:56:37 GMT 2007 tsutsui branches: 1.265.2; 1.265.4; 1.265.6; 1.265.8; Don't allocate data buffer on stack in sd_read_capacity(). If data buffer is allocated on stack at the end of CPU cacheline, the same cacheline region might be accessed via kernel stack even after bus_dmamap_sync(9) against the data buffer in lower scsi drivers so that read data via DMA could be lost. Fixes occasional readdisklabel(9) failure at boot on ews4800mips with osiop(4) driver and 128byte cacheline. XXX: Other functions/drivers might have the similar problem. 1.265 Fri Aug 03 13:56:37 GMT 2007 tsutsui branches: 1.265.2; 1.265.4; 1.265.6; 1.265.8; Don't allocate data buffer on stack in sd_read_capacity(). If data buffer is allocated on stack at the end of CPU cacheline, the same cacheline region might be accessed via kernel stack even after bus_dmamap_sync(9) against the data buffer in lower scsi drivers so that read data via DMA could be lost. Fixes occasional readdisklabel(9) failure at boot on ews4800mips with osiop(4) driver and 128byte cacheline. XXX: Other functions/drivers might have the similar problem. 1.265 Fri Aug 03 13:56:37 GMT 2007 tsutsui branches: 1.265.2; 1.265.4; 1.265.6; 1.265.8; Don't allocate data buffer on stack in sd_read_capacity(). If data buffer is allocated on stack at the end of CPU cacheline, the same cacheline region might be accessed via kernel stack even after bus_dmamap_sync(9) against the data buffer in lower scsi drivers so that read data via DMA could be lost. Fixes occasional readdisklabel(9) failure at boot on ews4800mips with osiop(4) driver and 128byte cacheline. XXX: Other functions/drivers might have the similar problem. 1.265 Fri Aug 03 13:56:37 GMT 2007 tsutsui branches: 1.265.2; 1.265.4; 1.265.6; 1.265.8; Don't allocate data buffer on stack in sd_read_capacity(). If data buffer is allocated on stack at the end of CPU cacheline, the same cacheline region might be accessed via kernel stack even after bus_dmamap_sync(9) against the data buffer in lower scsi drivers so that read data via DMA could be lost. Fixes occasional readdisklabel(9) failure at boot on ews4800mips with osiop(4) driver and 128byte cacheline. XXX: Other functions/drivers might have the similar problem. 1.265 Fri Aug 03 13:56:37 GMT 2007 tsutsui branches: 1.265.2; 1.265.4; 1.265.6; 1.265.8; Don't allocate data buffer on stack in sd_read_capacity(). If data buffer is allocated on stack at the end of CPU cacheline, the same cacheline region might be accessed via kernel stack even after bus_dmamap_sync(9) against the data buffer in lower scsi drivers so that read data via DMA could be lost. Fixes occasional readdisklabel(9) failure at boot on ews4800mips with osiop(4) driver and 128byte cacheline. XXX: Other functions/drivers might have the similar problem. |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | autoconf.c | 1.265 Sat Apr 24 23:36:49 GMT 2021 thorpej branches: 1.265.2; 1.265.4; Merge thorpej-cfargs branch: Simplify and make extensible the config_search() / config_found() / config_attach() interfaces: rather than having different variants for which arguments you want pass along, just have a single call that takes a variadic list of tag-value arguments. Adjust all call sites: - Simplify wherever possible; don't pass along arguments that aren't actually needed. - Don't be explicit about what interface attribute is attaching if the device only has one. (More simplification.) - Add a config_probe() function to be used in indirect configuiration situations, making is visibly easier to see when indirect config is in play, and allowing for future change in semantics. (As of now, this is just a wrapper around config_match(), but that is an implementation detail.) Remove unnecessary or redundant interface attributes where they're not needed. There are currently 5 "cfargs" defined: - CFARG_SUBMATCH (submatch function for direct config) - CFARG_SEARCH (search function for indirect config) - CFARG_IATTR (interface attribte) - CFARG_LOCATORS (locators array) - CFARG_DEVHANDLE (devhandle_t - wraps OFW, ACPI, etc. handles) ...and a sentinel value CFARG_EOL. Add some extra sanity checking to ensure that interface attributes aren't ambiguous. Use CFARG_DEVHANDLE in MI FDT, OFW, and ACPI code, and macppc and shark ports to associate those device handles with device_t instance. This will trickle trough to more places over time (need back-end for pre-OFW Sun OBP; any others?). 1.265 Sat Apr 24 23:36:49 GMT 2021 thorpej branches: 1.265.2; 1.265.4; Merge thorpej-cfargs branch: Simplify and make extensible the config_search() / config_found() / config_attach() interfaces: rather than having different variants for which arguments you want pass along, just have a single call that takes a variadic list of tag-value arguments. Adjust all call sites: - Simplify wherever possible; don't pass along arguments that aren't actually needed. - Don't be explicit about what interface attribute is attaching if the device only has one. (More simplification.) - Add a config_probe() function to be used in indirect configuiration situations, making is visibly easier to see when indirect config is in play, and allowing for future change in semantics. (As of now, this is just a wrapper around config_match(), but that is an implementation detail.) Remove unnecessary or redundant interface attributes where they're not needed. There are currently 5 "cfargs" defined: - CFARG_SUBMATCH (submatch function for direct config) - CFARG_SEARCH (search function for indirect config) - CFARG_IATTR (interface attribte) - CFARG_LOCATORS (locators array) - CFARG_DEVHANDLE (devhandle_t - wraps OFW, ACPI, etc. handles) ...and a sentinel value CFARG_EOL. Add some extra sanity checking to ensure that interface attributes aren't ambiguous. Use CFARG_DEVHANDLE in MI FDT, OFW, and ACPI code, and macppc and shark ports to associate those device handles with device_t instance. This will trickle trough to more places over time (need back-end for pre-OFW Sun OBP; any others?). 1.265 Sat Apr 24 23:36:49 GMT 2021 thorpej branches: 1.265.2; 1.265.4; Merge thorpej-cfargs branch: Simplify and make extensible the config_search() / config_found() / config_attach() interfaces: rather than having different variants for which arguments you want pass along, just have a single call that takes a variadic list of tag-value arguments. Adjust all call sites: - Simplify wherever possible; don't pass along arguments that aren't actually needed. - Don't be explicit about what interface attribute is attaching if the device only has one. (More simplification.) - Add a config_probe() function to be used in indirect configuiration situations, making is visibly easier to see when indirect config is in play, and allowing for future change in semantics. (As of now, this is just a wrapper around config_match(), but that is an implementation detail.) Remove unnecessary or redundant interface attributes where they're not needed. There are currently 5 "cfargs" defined: - CFARG_SUBMATCH (submatch function for direct config) - CFARG_SEARCH (search function for indirect config) - CFARG_IATTR (interface attribte) - CFARG_LOCATORS (locators array) - CFARG_DEVHANDLE (devhandle_t - wraps OFW, ACPI, etc. handles) ...and a sentinel value CFARG_EOL. Add some extra sanity checking to ensure that interface attributes aren't ambiguous. Use CFARG_DEVHANDLE in MI FDT, OFW, and ACPI code, and macppc and shark ports to associate those device handles with device_t instance. This will trickle trough to more places over time (need back-end for pre-OFW Sun OBP; any others?). |
| H A D | locore.s | 1.265 Mon Aug 15 02:19:44 GMT 2011 mrg branches: 1.265.2; 1.265.6; 1.265.8; re-introduce the NULL savefpstate IPI checks and evcnts. something is Wrong with GCC 4.5.3 and these trigger. i haven't seen anything else particularly wrong so for now this will allow sparc to switch to GCC 4.5, which otherwise seems to be working very well for me. sigh. i'm going to file a PR to research what is really wrong here. 1.265 Mon Aug 15 02:19:44 GMT 2011 mrg branches: 1.265.2; 1.265.6; 1.265.8; re-introduce the NULL savefpstate IPI checks and evcnts. something is Wrong with GCC 4.5.3 and these trigger. i haven't seen anything else particularly wrong so for now this will allow sparc to switch to GCC 4.5, which otherwise seems to be working very well for me. sigh. i'm going to file a PR to research what is really wrong here. 1.265 Mon Aug 15 02:19:44 GMT 2011 mrg branches: 1.265.2; 1.265.6; 1.265.8; re-introduce the NULL savefpstate IPI checks and evcnts. something is Wrong with GCC 4.5.3 and these trigger. i haven't seen anything else particularly wrong so for now this will allow sparc to switch to GCC 4.5, which otherwise seems to be working very well for me. sigh. i'm going to file a PR to research what is really wrong here. 1.265 Mon Aug 15 02:19:44 GMT 2011 mrg branches: 1.265.2; 1.265.6; 1.265.8; re-introduce the NULL savefpstate IPI checks and evcnts. something is Wrong with GCC 4.5.3 and these trigger. i haven't seen anything else particularly wrong so for now this will allow sparc to switch to GCC 4.5, which otherwise seems to be working very well for me. sigh. i'm going to file a PR to research what is really wrong here. |
| H A D | machdep.c | 1.265 Wed Oct 25 07:04:13 GMT 2006 he branches: 1.265.2; Propagate const, prompted by new gcc. 1.265 Wed Oct 25 07:04:13 GMT 2006 he branches: 1.265.2; Propagate const, prompted by new gcc. |
| H A D | trap.c | 1.138 Tue Aug 12 15:34:32 GMT 2003 pk sun4/sun4 mem_fault(): on kernel faults we now need to try to page in a a `pmeg' too. See also sparc/pmap.c, rev 1.265. |
| /src/share/misc/ | ||
| H A D | acronyms | 1.265 Sat Jan 13 03:35:40 GMT 2018 pgoyette branches: 1.265.2; Add: BIDI = boy, I did it 1.265 Sat Jan 13 03:35:40 GMT 2018 pgoyette branches: 1.265.2; Add: BIDI = boy, I did it |
| /src/sys/dev/ | ||
| H A D | DEVNAMES | 1.265 Fri Jan 14 10:05:14 GMT 2011 phx branches: 1.265.2; 1.265.4; bppcsc(4) 1.265 Fri Jan 14 10:05:14 GMT 2011 phx branches: 1.265.2; 1.265.4; bppcsc(4) 1.265 Fri Jan 14 10:05:14 GMT 2011 phx branches: 1.265.2; 1.265.4; bppcsc(4) |
| /src/sys/arch/amiga/conf/ | ||
| H A D | GENERIC | 1.265 Fri Jan 14 10:03:44 GMT 2011 phx branches: 1.265.2; 1.265.4; regen 1.265 Fri Jan 14 10:03:44 GMT 2011 phx branches: 1.265.2; 1.265.4; regen 1.265 Fri Jan 14 10:03:44 GMT 2011 phx branches: 1.265.2; 1.265.4; regen |
| /src/sys/arch/sparc/conf/ | ||
| H A D | GENERIC | 1.265 Sat Apr 13 08:23:00 GMT 2019 isaki branches: 1.265.2; Add drvctl to kernel which has audio device. audiocfg(1) requires drvctl(4). 1.265 Sat Apr 13 08:23:00 GMT 2019 isaki branches: 1.265.2; Add drvctl to kernel which has audio device. audiocfg(1) requires drvctl(4). |
| /src/sys/kern/ | ||
| H A D | tty.c | 1.267 Tue Aug 25 00:55:30 GMT 2015 gson In ttywait_timo(), break out of loop on all errors, not just EWOULDBLOCK, as ttywait() did prior to 1.265. 1.265 Wed Aug 19 00:02:55 GMT 2015 gson When closing a tty, limit the amount of time spent waiting for the output to drain to five seconds so that exiting processes with buffered output for a serial port blocked by flow control or a pty that is not being read do not hang indefinitely. Should fix PRs kern/12534 and kern/17171. This is an updated version of the change of tty.c 1.263. |
| H A D | vfs_subr.c | 1.265 Sat Feb 25 07:11:31 GMT 2006 skrll branches: 1.265.2; 1.265.4; 1.265.6; Fix PR 32923 by ensuring we have non-NULL LWP in vfs_shutdown. 1.265 Sat Feb 25 07:11:31 GMT 2006 skrll branches: 1.265.2; 1.265.4; 1.265.6; Fix PR 32923 by ensuring we have non-NULL LWP in vfs_shutdown. 1.265 Sat Feb 25 07:11:31 GMT 2006 skrll branches: 1.265.2; 1.265.4; 1.265.6; Fix PR 32923 by ensuring we have non-NULL LWP in vfs_shutdown. 1.265 Sat Feb 25 07:11:31 GMT 2006 skrll branches: 1.265.2; 1.265.4; 1.265.6; Fix PR 32923 by ensuring we have non-NULL LWP in vfs_shutdown. |
| H A D | subr_autoconf.c | 1.265 Sat Dec 01 02:08:16 GMT 2018 msaitoh branches: 1.265.4; 1.265.6; Fix compile error. 1.265 Sat Dec 01 02:08:16 GMT 2018 msaitoh branches: 1.265.4; 1.265.6; Fix compile error. 1.265 Sat Dec 01 02:08:16 GMT 2018 msaitoh branches: 1.265.4; 1.265.6; Fix compile error. |
| H A D | init_sysent.c | 1.265 Sat May 05 19:49:13 GMT 2012 christos regen |
| H A D | syscalls.c | 1.265 Tue Sep 10 17:42:02 GMT 2013 pooka regen |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | machdep.c | 1.265 Mon Feb 06 10:40:26 GMT 2012 martin branches: 1.265.2; Provide a module_map (16 MB for now) to load modules close to kernel text and data. Fixes PR port-sparc64/45895. Ok: releng 1.265 Mon Feb 06 10:40:26 GMT 2012 martin branches: 1.265.2; Provide a module_map (16 MB for now) to load modules close to kernel text and data. Fixes PR port-sparc64/45895. Ok: releng |
| /src/sys/dev/usb/ | ||
| H A D | ohci.c | 1.265 Sun Dec 04 10:12:35 GMT 2016 skrll branches: 1.265.2; Whitespace 1.265 Sun Dec 04 10:12:35 GMT 2016 skrll branches: 1.265.2; Whitespace |
| H A D | usb_subr.c | 1.265 Sun Jun 13 14:48:10 GMT 2021 riastradh branches: 1.265.2; usb(4): Bus exploration is single-threaded -- assert it so. New usb_in_event_thread(dev) returns true if dev is a USB device -- that is, a device with a usbN ancestor -- and the current thread is the USB event thread. (Kinda kludgey to pass around the device_t instead of, say, struct usbd_bus, but I don't see a good way to get to the usbN device_t or struct usb_softc from there.) 1.265 Sun Jun 13 14:48:10 GMT 2021 riastradh branches: 1.265.2; usb(4): Bus exploration is single-threaded -- assert it so. New usb_in_event_thread(dev) returns true if dev is a USB device -- that is, a device with a usbN ancestor -- and the current thread is the USB event thread. (Kinda kludgey to pass around the device_t instead of, say, struct usbd_bus, but I don't see a good way to get to the usbN device_t or struct usb_softc from there.) |
| /src/sys/sys/ | ||
| H A D | syscallargs.h | 1.265 Wed May 13 02:13:08 GMT 2015 pgoyette Regenerate |
| H A D | syscall.h | 1.265 Mon Dec 09 19:19:39 GMT 2013 pooka regen |
| /src/sys/dev/ic/ | ||
| H A D | wdc.c | 1.265 Sun Aug 28 10:21:41 GMT 2011 bouyer branches: 1.265.2; 1.265.6; Revert previous and fix properly by just removing the #error and a bogus KASSERT() (these 2 are leftover from the experiments on the fuloong and were not intended to be commited). 1.265 Sun Aug 28 10:21:41 GMT 2011 bouyer branches: 1.265.2; 1.265.6; Revert previous and fix properly by just removing the #error and a bogus KASSERT() (these 2 are leftover from the experiments on the fuloong and were not intended to be commited). 1.265 Sun Aug 28 10:21:41 GMT 2011 bouyer branches: 1.265.2; 1.265.6; Revert previous and fix properly by just removing the #error and a bogus KASSERT() (these 2 are leftover from the experiments on the fuloong and were not intended to be commited). |
| /src/lib/libc/ | ||
| H A D | shlib_version | 1.265 Fri Jul 01 22:41:39 GMT 2016 christos new hmac function. |
| /src/distrib/sets/lists/etc/ | ||
| H A D | mi | 1.265 Tue Jan 26 13:31:19 GMT 2021 martin Rename etc/rc.d/llvmlockdir to lvmlockdir - it has nothing to do with LLVM, the name probably was a freudian slip of my fingers when I split that fragment out of another rc.d script. |
| /src/doc/ | ||
| H A D | BRANCHES | 1.265 Mon Jul 28 04:07:59 GMT 2008 oster Mention turning on WAPBL_DEBUG_SERIALIZE to work around performance issue in simonb-wapbl. |
| /src/usr.sbin/ | ||
| H A D | Makefile | 1.265 Sat May 26 01:58:20 GMT 2012 uebayasi Rename wake(8) to wakeonlan(8). Approved by core@. |
Completed in 302 milliseconds