Searched hist:1.503 (Results 1 - 25 of 31) sorted by relevance
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.503 Sat Sep 24 11:05:17 GMT 2022 riastradh branches: 1.503.4; x86: Support EFI runtime services. This creates a special pmap, efi_runtime_pmap, which avoids setting PTE_U but allows mappings to lie in what would normally be user VM -- this way we don't fall afoul of SMAP/SMEP when executing EFI runtime services from CPL 0. SVS does not apply to the EFI runtime pmap. The mechanism is intended to work with either physical addressing or virtual addressing; currently the bootloader does physical addressing but in principle it could be modified to do virtual addressing instead, if it allocated virtual pages, assigned them in the memory map, and issued RT->SetVirtualAddressMap. Not sure pmap_activate_sync and pmap_deactivate_sync are correct, need more review from an x86 wizard. If this causes fallout, it can be disabled temporarily without reverting anything by just making efi_runtime_init return immediately without doing anything, or by removing options EFI_RUNTIME. amd64-only for now pending type fixes and testing on i386. 1.503 Sat Sep 24 11:05:17 GMT 2022 riastradh branches: 1.503.4; x86: Support EFI runtime services. This creates a special pmap, efi_runtime_pmap, which avoids setting PTE_U but allows mappings to lie in what would normally be user VM -- this way we don't fall afoul of SMAP/SMEP when executing EFI runtime services from CPL 0. SVS does not apply to the EFI runtime pmap. The mechanism is intended to work with either physical addressing or virtual addressing; currently the bootloader does physical addressing but in principle it could be modified to do virtual addressing instead, if it allocated virtual pages, assigned them in the memory map, and issued RT->SetVirtualAddressMap. Not sure pmap_activate_sync and pmap_deactivate_sync are correct, need more review from an x86 wizard. If this causes fallout, it can be disabled temporarily without reverting anything by just making efi_runtime_init return immediately without doing anything, or by removing options EFI_RUNTIME. amd64-only for now pending type fixes and testing on i386. |
| H A D | GENERIC | 1.503 Fri Aug 02 05:26:45 GMT 2002 ichiro chenge comment for wi(4) - add vender Intersil |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.503 Sat Jan 25 18:03:10 GMT 2014 wiedi add myself |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.503 Tue May 21 16:22:36 GMT 2019 sevan Sort UFS section |
| H A D | Makefile | 1.503 Sat Feb 06 20:11:33 GMT 2010 pgoyette Add man page and cross-refs for experimental acpismbus(4) |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.503 Mon Aug 18 11:48:23 GMT 2008 cegger add Cherry 6000 keyboard |
| H A D | usbdevs.h | 1.503 Thu Aug 28 21:41:51 GMT 2008 jmcneill Regen. |
| H A D | usbdevs_data.h | 1.503 Fri Aug 22 03:23:30 GMT 2008 matt Regen. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.503 Sun May 12 09:07:41 GMT 2024 rillig lint: don't call memcpy with null pointer Even copying 0 bytes from a null pointer invokes undefined behavior. |
| H A D | tree.c | 1.503 Sun Jan 29 17:36:26 GMT 2023 rillig lint: demonstrate wrong declaration of __func__ |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.503 Wed Feb 20 10:07:27 GMT 2019 hannken Attach "mnt_transinfo" to "dead_rootmount" so every mount has a valid "mnt_transinfo" and remove now unneeded flag IMNT_HAS_TRANS. Run fstrans_start()/fstrans_done() on dead_rootmount if FSTRANS_DEAD_ENABLED. Should become the default for DIAGNOSTIC in the future. |
| H A D | kern_exec.c | 1.503 Wed Nov 25 21:08:59 GMT 2020 wiz Define LMSG outside the MAXTSIZ check so it also exists in non-MAXTSIZ kernels. |
| /src/sys/net/ | ||
| H A D | if.c | 1.503 Sat Apr 09 23:38:33 GMT 2022 riastradh sys: Use membar_release/acquire around reference drop. This just goes through my recent reference count membar audit and changes membar_exit to membar_release and membar_enter to membar_acquire -- this should make everything cheaper on most CPUs without hurting correctness, because membar_acquire is generally cheaper than membar_enter. |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.503 Tue Aug 14 06:37:59 GMT 2018 maxv Replace references to etherip by l2tp. Etherip was already not enabled anyway. |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.503 Fri Jan 24 05:34:25 GMT 2003 thorpej Regen; add some more Promise products. |
| H A D | pcidevs_data.h | 1.503 Sat Feb 01 16:58:36 GMT 2003 matt Regen. |
| /src/usr.bin/make/ | ||
| H A D | job.c | 1.503 Fri May 09 20:26:03 GMT 2025 rillig make: error out if writing to an internal pipe fails The write end of the childExitJob pipe is synchronous, therefore, there is no EAGAIN to be expected. Writing to the pipe is expected to succeed, so error out noticeably. |
| H A D | main.c | 1.503 Sat Dec 26 03:54:48 GMT 2020 sjg Use .MAKE.DEPENDFILE as makefiles set it |
| H A D | parse.c | 1.503 Sat Dec 19 22:33:11 GMT 2020 rillig make(1): fix error message for .info/.warning/.error without argument Previously, the error message was "Unknown directive", which was obviously wrong. The new error message is "Missing argument". |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.503 Fri Dec 06 14:47:07 GMT 2002 junyoung Don't pollute struct cpu_info with throwaway variables. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.503 Sun Oct 25 04:38:05 GMT 2009 christos updates for new bind |
| H A D | mi | 1.503 Tue Sep 28 06:51:37 GMT 2004 tshiozak add missed entry for CP866. (lib/27060) |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.503 Sat Jan 27 23:05:13 GMT 2007 christos mention new bind. |
| /src/sys/sys/ | ||
| H A D | param.h | 1.503 Tue Sep 13 07:41:18 GMT 2016 martin Bump version for struct emul and do_sys_{send,recv}msg signature changes. Welcome to 7.99.37! |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.503 Wed Jul 10 10:49:51 GMT 2002 agc Sync with reality |
Completed in 1193 milliseconds