Searched hist:1.266 (Results 1 - 25 of 147) sorted by relevance
| /src/sys/netipsec/ | ||
| H A D | key.c | 1.266 Sun Aug 04 14:30:36 GMT 2019 maxv Fix info leaks. |
| /src/sys/nfs/ | ||
| H A D | nfs_vnops.c | 1.266 Wed Feb 13 09:51:37 GMT 2008 yamt branches: 1.266.6; 1.266.10; 1.266.16; reject files larger than nm_maxfilesize. 1.266 Wed Feb 13 09:51:37 GMT 2008 yamt branches: 1.266.6; 1.266.10; 1.266.16; reject files larger than nm_maxfilesize. 1.266 Wed Feb 13 09:51:37 GMT 2008 yamt branches: 1.266.6; 1.266.10; 1.266.16; reject files larger than nm_maxfilesize. 1.266 Wed Feb 13 09:51:37 GMT 2008 yamt branches: 1.266.6; 1.266.10; 1.266.16; reject files larger than nm_maxfilesize. |
| /src/lib/libc/ | ||
| H A D | shlib_version | 1.266 Sat Jul 09 20:15:06 GMT 2016 dholland branches: 1.266.2; note that on libc bump obsolete signal functions should be sent to libcompat. 1.266 Sat Jul 09 20:15:06 GMT 2016 dholland branches: 1.266.2; note that on libc bump obsolete signal functions should be sent to libcompat. |
| /src/usr.sbin/ | ||
| H A D | Makefile | 1.266 Wed Aug 08 14:13:46 GMT 2012 christos branches: 1.266.2; exclude programs for MKRUMP = no 1.266 Wed Aug 08 14:13:46 GMT 2012 christos branches: 1.266.2; exclude programs for MKRUMP = no |
| /src/sys/dev/ic/ | ||
| H A D | mvsata.c | 1.13 Sat Jan 21 18:33:17 GMT 2012 jakllsch Correct some typos in comments, as was done in wdc.c 1.266. |
| /src/sys/arch/m68k/m68k/ | ||
| H A D | pmap_motorola.c | 1.70 Sat Jan 27 23:07:36 GMT 2018 chs branches: 1.70.2; 1.70.4; apply the change from arch/x86/x86/pmap.c rev. 1.266 commitid vZRjvmxG7YTHLOfA: In pmap_enter_ma(), only try to allocate pves if we might need them, and even if that fails, only fail the operation if we later discover that we really do need them. If we are replacing an existing mapping, reuse the pv structure where possible. This implements the requirement that pmap_enter(PMAP_CANFAIL) must not fail when replacing an existing mapping with the first mapping of a new page, which is an unintended consequence of the changes from the rmind-uvmplock branch in 2011. The problem arises when pmap_enter(PMAP_CANFAIL) is used to replace an existing pmap mapping with a mapping of a different page (eg. to resolve a copy-on-write). If that fails and leaves the old pmap entry in place, then UVM won't hold the right locks when it eventually retries. This entanglement of the UVM and pmap locking was done in rmind-uvmplock in order to improve performance, but it also means that the UVM state and pmap state need to be kept in sync more than they did before. It would be possible to handle this in the UVM code instead of in the pmap code, but these pmap changes improve the handling of low memory situations in general, and handling this in UVM would be clunky, so this seemed like the better way to go. This somewhat indirectly fixes PR 52706 on the remaining platforms where this problem existed. |
| /src/sys/sys/ | ||
| H A D | systm.h | 1.266 Sun Aug 03 00:49:32 GMT 2014 wiz branches: 1.266.4; Fix typo in comment. 1.266 Sun Aug 03 00:49:32 GMT 2014 wiz branches: 1.266.4; Fix typo in comment. |
| H A D | syscallargs.h | 1.266 Thu Jun 18 15:19:50 GMT 2015 pooka regen |
| H A D | syscall.h | 1.266 Mon Dec 09 21:13:21 GMT 2013 pooka regen |
| /src/sys/kern/ | ||
| H A D | kern_sysctl.c | 1.266 Thu Aug 27 14:11:57 GMT 2020 riastradh branches: 1.266.20; Sort includes, nix trailing whitespace, fix comment. 1.266 Thu Aug 27 14:11:57 GMT 2020 riastradh branches: 1.266.20; Sort includes, nix trailing whitespace, fix comment. |
| H A D | init_sysent.c | 1.266 Fri Jun 22 18:27:25 GMT 2012 christos regen |
| H A D | syscalls.c | 1.266 Thu Oct 17 18:04:40 GMT 2013 njoly Regen for mknodat(2) device argument type change. |
| /src/sys/net/ | ||
| H A D | if_spppsubr.c | 1.266 Sat Sep 03 02:47:59 GMT 2022 thorpej branches: 1.266.4; Garbage-collect the remaining vestiges of netisr. 1.266 Sat Sep 03 02:47:59 GMT 2022 thorpej branches: 1.266.4; Garbage-collect the remaining vestiges of netisr. |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | pmap.c | 1.308 Sat Jan 27 23:07:36 GMT 2018 chs branches: 1.308.2; 1.308.4; apply the change from arch/x86/x86/pmap.c rev. 1.266 commitid vZRjvmxG7YTHLOfA: In pmap_enter_ma(), only try to allocate pves if we might need them, and even if that fails, only fail the operation if we later discover that we really do need them. If we are replacing an existing mapping, reuse the pv structure where possible. This implements the requirement that pmap_enter(PMAP_CANFAIL) must not fail when replacing an existing mapping with the first mapping of a new page, which is an unintended consequence of the changes from the rmind-uvmplock branch in 2011. The problem arises when pmap_enter(PMAP_CANFAIL) is used to replace an existing pmap mapping with a mapping of a different page (eg. to resolve a copy-on-write). If that fails and leaves the old pmap entry in place, then UVM won't hold the right locks when it eventually retries. This entanglement of the UVM and pmap locking was done in rmind-uvmplock in order to improve performance, but it also means that the UVM state and pmap state need to be kept in sync more than they did before. It would be possible to handle this in the UVM code instead of in the pmap code, but these pmap changes improve the handling of low memory situations in general, and handling this in UVM would be clunky, so this seemed like the better way to go. This somewhat indirectly fixes PR 52706 on the remaining platforms where this problem existed. 1.266 Sat Oct 30 18:30:55 GMT 2010 uebayasi Use VM_PAGE_TO_MD() to locate struct vm_page_md. No functional changes. |
| H A D | locore.s | 1.266 Sat Jan 26 11:43:36 GMT 2008 nakayama branches: 1.266.2; 1.266.6; Fix for 32-bit kernels. 1.266 Sat Jan 26 11:43:36 GMT 2008 nakayama branches: 1.266.2; 1.266.6; Fix for 32-bit kernels. 1.266 Sat Jan 26 11:43:36 GMT 2008 nakayama branches: 1.266.2; 1.266.6; Fix for 32-bit kernels. |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | locore.s | 1.266 Sun Feb 19 21:06:28 GMT 2012 rmind branches: 1.266.2; Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! Approved by core@. 1.266 Sun Feb 19 21:06:28 GMT 2012 rmind branches: 1.266.2; Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! Approved by core@. |
| H A D | autoconf.c | 1.266 Mon May 10 23:53:44 GMT 2021 thorpej Associate the OpenBoot / OpenFirmware node with attached devices at config_found() time. |
| /src/sys/arch/i386/i386/ | ||
| H A D | trap.c | 1.266 Sat Dec 08 00:36:30 GMT 2012 kiyohara branches: 1.266.2; #ifdef - #endif-ed. NMCA, NISA, NNPX, NIOAPIC, LAPIC, MPBIOS and MULTIPROCESSOR. 1.266 Sat Dec 08 00:36:30 GMT 2012 kiyohara branches: 1.266.2; #ifdef - #endif-ed. NMCA, NISA, NNPX, NIOAPIC, LAPIC, MPBIOS and MULTIPROCESSOR. |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.266 Sat Jun 25 00:05:15 GMT 2005 rpaulo branches: 1.266.2; Add file-system PTYFS (commented out) so that people know its existence. Ok'ed by Christos Zoulas and Hubert Feyrer. 1.266 Sat Jun 25 00:05:15 GMT 2005 rpaulo branches: 1.266.2; Add file-system PTYFS (commented out) so that people know its existence. Ok'ed by Christos Zoulas and Hubert Feyrer. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | shl.mi | 1.266 Thu Jul 17 00:04:05 GMT 2014 prlw1 branches: 1.266.2; Update lists after adding support for vnd to rump (report from hannken@) 1.266 Thu Jul 17 00:04:05 GMT 2014 prlw1 branches: 1.266.2; Update lists after adding support for vnd to rump (report from hannken@) |
| /src/sys/arch/powerpc/oea/ | ||
| H A D | pmap.c | 1.95 Sat Jan 27 23:07:36 GMT 2018 chs branches: 1.95.8; apply the change from arch/x86/x86/pmap.c rev. 1.266 commitid vZRjvmxG7YTHLOfA: In pmap_enter_ma(), only try to allocate pves if we might need them, and even if that fails, only fail the operation if we later discover that we really do need them. If we are replacing an existing mapping, reuse the pv structure where possible. This implements the requirement that pmap_enter(PMAP_CANFAIL) must not fail when replacing an existing mapping with the first mapping of a new page, which is an unintended consequence of the changes from the rmind-uvmplock branch in 2011. The problem arises when pmap_enter(PMAP_CANFAIL) is used to replace an existing pmap mapping with a mapping of a different page (eg. to resolve a copy-on-write). If that fails and leaves the old pmap entry in place, then UVM won't hold the right locks when it eventually retries. This entanglement of the UVM and pmap locking was done in rmind-uvmplock in order to improve performance, but it also means that the UVM state and pmap state need to be kept in sync more than they did before. It would be possible to handle this in the UVM code instead of in the pmap code, but these pmap changes improve the handling of low memory situations in general, and handling this in UVM would be clunky, so this seemed like the better way to go. This somewhat indirectly fixes PR 52706 on the remaining platforms where this problem existed. |
| /src/share/misc/ | ||
| H A D | acronyms | 1.266 Thu May 03 15:38:13 GMT 2018 htodd Added NTBF. |
| /src/sys/arch/sparc/conf/ | ||
| H A D | GENERIC | 1.266 Fri Apr 26 21:40:32 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/distrib/sets/lists/etc/ | ||
| H A D | mi | 1.266 Wed May 25 10:18:29 GMT 2022 nia mk: Allow building base without the MBONE applications by setting MKMBONE=no in mk.conf |
| /src/doc/ | ||
| H A D | BRANCHES | 1.266 Mon Jul 28 00:11:17 GMT 2008 simonb simonb-wapbl branch now covers sbin/tunefs and usr.sbin/dumpfs. |
Completed in 316 milliseconds