Searched hist:1.823 (Results 1 - 16 of 16) sorted by relevance
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.823 Tue Jul 29 19:31:21 GMT 2025 hgutch Add Asus USB-AC53 Nano |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.823 Sun Aug 27 08:16:44 GMT 2006 christos Regen |
| H A D | pcidevs_data.h | 1.823 Sun Sep 03 07:36:35 GMT 2006 xtraeme regen |
| H A D | pcidevs | 1.823 Sun Aug 27 08:16:16 GMT 2006 christos PR/34289: St�phane Witzmann: Add some missing PCI devices in pcidevs |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.823 Fri Oct 18 01:38:28 GMT 2019 manu Multiboot2 kernel support for i386 That implementation works either with BIOS or UEFI bootstrap This requires the following kernel changes: Add UEFI boot services and I/O method protoypes src/sys/arch/x86/include/efi.h 1.8 - 1.9 Fix EFI system table mapping in virtual space src/sys/arch/x86/x86/efi.c 1.19 - 1.20 Make sure no bioscall is issued when booting off UEFI system src/sys/arch/i386/i386/machdep.c 1.821 - 1.822 src/sys/arch/i386/pci/piixpcib.c 1.22 - 1.23 And the following bootstrap changes: Add kernel symbols for multiboot1 src/sys/arch/i386/stand/lib/exec_multiboot1.c 1.2 - 1.3 src/sys/arch/i386/stand/lib/libi386.h 1.45 - 1.47 Fix kernel symbols for multiboot2 src/sys/arch/i386/stand/lib/exec_multiboot2.c 1.2 - 1.3 |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.823 Tue Oct 10 19:31:56 GMT 2017 christos Add librumpres |
| H A D | mi | 1.823 Sat Jul 18 22:24:02 GMT 2009 reinoud Fix missing /usr/include/nilfs directory declaration |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.823 Sat Mar 19 17:12:12 GMT 2011 jakllsch Fix typo, adjust less list address. |
| H A D | CHANGES | 1.823 Thu Apr 12 13:20:32 GMT 2007 jmcneill Note recent sgimips IP32 changes (O2 keyboard, mouse, and display) |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.823 Thu Apr 19 14:34:35 GMT 2007 xtraeme ALL: add ug(4). GENERIC/GENERIC_LAPTOP: add ug(4) commented out. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.823 Sat Sep 10 19:26:18 GMT 2005 jmmv Place mount_ptyfs.8 in man-sysutil-man (instead of man-miscfs-man) to match mount_ptyfs.0, which is in man-sysutil-catman. |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.823 Sat Nov 30 04:06:22 GMT 2019 pgoyette Add the new unit-tests for make(1) to the sets list, fixing the build. |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.823 Tue Jul 15 13:27:04 GMT 2014 christos stray slash |
| /src/usr.bin/make/ | ||
| H A D | var.c | 1.823 Mon Feb 15 17:44:09 GMT 2021 rillig make: split parameters for evaluating variable expressions The details of how variable expressions are evaluated is controlled by several parameters: startc and endc differ for $(VAR) and ${VAR}, the value of the expression can be interpreted as a single big word, and when joining several words (such as with ':M' or ':S'), there may be a custom word separator (defined with ':ts*'). The scope of half of these parameters is the whole variable expression, the other half of the parameters are reset after each chain of indirect modifiers. To make this distinction obvious in the code, extract Expr from ApplyModifiersState. Previously, these details were hidden in how parameters are passed and restored among ApplyModifiersIndirect and ApplyModifiers. The changes in the individual ApplyModifier functions are numerous but straight-forward. They mostly replace 'st' with 'expr'. The changes in ApplyModifiers and ApplyModifiersIndirect are more subtle. The value of the expression is no longer passed around but is stored in a fixed location, in Expr, which makes it easier to reason about memory management. The code in ApplyModifiers after 'cleanup' looks quite different but preserves the existing behavior. Expr_SetValueRefer is nothing else than the combination of FStr_Done followed by FStr_InitRefer. Storing exprStatus back at the end was responsible for passing the definedness of the expression after applying the indirect modifiers back to the outer ApplyModifiersState. The same effect is now achieved by having Expr.status with a wider scope. No functional change. |
| /src/sys/conf/ | ||
| H A D | files | 1.823 Tue Jan 09 15:34:59 GMT 2007 cube Disable daic(4). The driver is not finished. Ok'd by martin@. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.823 Fri Sep 30 20:57:15 GMT 2005 rpaulo Add sysexits.3 man page. |
Completed in 1400 milliseconds