Searched hist:1.821 (Results 1 - 21 of 21) sorted by relevance

/src/sys/arch/x86/x86/
H A Dmultiboot2.c1.1 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/sys/arch/i386/include/
H A Dmultiboot.h1.11 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/sys/arch/i386/i386/
H A Dmultiboot.c1.26 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

H A Dlocore.S1.173 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

H A Dmachdep.c1.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
1.821 Sat Oct 12 06:31:03 GMT 2019 maxv Rewrite the FPU code on x86. This greatly simplifies the logic and removes
the dependency on IPL_HIGH. NVMM is updated accordingly. Posted on
port-amd64 a week ago.

Bump the kernel version to 9.99.16.
/src/sys/arch/i386/conf/
H A Dfiles.i3861.401 Fri Oct 18 01:38:28 GMT 2019 manu branches: 1.401.6;
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
H A DGENERIC1.821 Thu Mar 22 00:40:06 GMT 2007 gdt Add apm emulation via acpi.

Enable cardbus attachment for lots of devices. The drivers were
already compiled in via pci attachment, and GENERIC supports cardbus,
so there's no reason not to attach.

With this, GENERIC.MP works well on a Thinkpad T60.

(proposed on port-i386, no objections received)
/src/sys/dev/usb/
H A Dusbdevs1.821 Thu Apr 03 14:51:37 GMT 2025 bouyer Add 2 candleLight USB CAN device IDs
/src/sys/dev/pci/
H A Dpcidevs.h1.821 Wed Aug 23 13:55:48 GMT 2006 cube Regen (Broadcom NetXtreme II).
H A Dpcidevs_data.h1.821 Thu Aug 24 22:40:59 GMT 2006 riz Regen (Marvell product IDs)
H A Dpcidevs1.821 Wed Aug 23 13:54:37 GMT 2006 cube Add Broadcom NetXtreme II devices.
/src/distrib/sets/lists/base/
H A Dshl.mi1.821 Fri Oct 06 19:21:17 GMT 2017 christos bump libraries that depend on libstdc++.
H A Dmi1.821 Thu Jun 25 18:41:22 GMT 2009 mbalmer wake(8) is a command to send Wake-on-LAN packets to machines on the local
ethernet, allowing machines to be powered up without physical access to them.

tonnerre@ and tron@ reviewed it and decided that the bin directories
are not to full for this small and useful command.
/src/doc/
H A D3RDPARTY1.821 Sat Mar 19 14:54:05 GMT 2011 jakllsch Less is now at version 436.
H A DCHANGES1.821 Sun Apr 08 10:04:39 GMT 2007 scw Note deletion of sh5/evbsh5 port.
/src/distrib/sets/lists/man/
H A Dmi1.821 Sat Sep 10 10:35:25 GMT 2005 jmmv Add xge.{0,4}. Hi, ragge@!
/src/distrib/sets/lists/tests/
H A Dmi1.821 Sun Sep 15 16:58:11 GMT 2019 christos fexecve(2) related additions.
/src/share/mk/
H A Dbsd.own.mk1.821 Tue Jul 15 13:22:39 GMT 2014 christos Add vfontedpr
/src/usr.bin/make/
H A Dvar.c1.821 Sun Feb 14 22:48:17 GMT 2021 rillig make: clean up memory management in evaluation of expressions

The condition "st->newValue.str != val" in ApplySingleModifier made the
memory management look more complicated than it really was. Freeing an
object based on another object's value is harder to understand than
necessary.

To fix this, the "current value" of the expression is now stored in
ApplyModifiersState, and it gets updated in-place by the ApplyModifier
functions. This reduces the number of parameters for the ApplyModifier
functions.

Accessing the current value of the expression is now more verbose than
before (st->value.str instead of the simple val). To compensate for
this verbosity, ApplyModifiersIndirect is now much easier to understand
since there is no extra "current value" floating around.

There is still room for improvement. In ApplyModifiers, passing an FStr
in and returning another (or possibly the same) makes it difficult to
understand memory management. Adding a separate Expr type that outlives
the ApplyModifiersState will make this easier, in a follow-up commit.
/src/sys/conf/
H A Dfiles1.821 Sun Dec 17 22:57:15 GMT 2006 bouyer Add mfi(4), a driver for LSI Logic & Dell MegaRAID SAS RAID controller.
Ported from OpenBSD, tested on i386 and amd64.
/src/distrib/sets/lists/comp/
H A Dmi1.821 Mon Sep 26 00:24:13 GMT 2005 tron Add manual pages MD2FileChunk(3), MD2Transform(3) and SHA1FileChunk(3).

Completed in 1371 milliseconds