Searched hist:1.401 (Results 1 - 25 of 50) sorted by relevance

12

/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
1.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 DALL1.401 Sun Aug 07 10:44:05 GMT 2016 christos rename ifmpls to mpls, so we don't have if_ifmpls...
/src/share/man/man9/
H A DMakefile1.401 Sat Jan 07 04:44:12 GMT 2017 ozaki-r branches: 1.401.2;
Add entries of pmap(9) functions
1.401 Sat Jan 07 04:44:12 GMT 2017 ozaki-r branches: 1.401.2;
Add entries of pmap(9) functions
/src/sys/arch/alpha/conf/
H A DGENERIC1.401 Wed Mar 25 17:06:17 GMT 2020 jdolecek remove 'file-system SMBFS' and 'pseudo-device nsmb' from all kernel configs
to prepare for their eventual removal
/src/share/misc/
H A Dacronyms.comp1.401 Wed Feb 26 19:32:57 GMT 2025 jschauma +GUA global unicast address
+ULA unique local address

/src/sys/uvm/
H A Duvm_map.c1.401 Mon Jun 06 07:00:02 GMT 2022 rin PR kern/51254
uvm_map_findspace(): Output current value of "entry" when KASSERT fires.

/src/sys/kern/
H A Dkern_sig.c1.401 Sat Feb 12 15:51:29 GMT 2022 thorpej Add inline functions to manipulate the klists that link up knotes
via kn_selnext:

- klist_init()
- klist_fini()
- klist_insert()
- klist_remove()

These provide some API insulation from the implementation details of these
lists (but not completely; see vn_knote_attach() and vn_knote_detach()).
Currently just a wrapper around SLIST(9).

This will make it significantly easier to switch kn_selnext linkage
to a different kind of list.
H A Dinit_main.c1.401 Mon Sep 21 00:14:46 GMT 2009 pooka Split config_init() into config_init() and config_init_mi() to help
platforms which want to call config_init() very early in the boot.
/src/sys/arch/sparc64/sparc64/
H A Dlocore.s1.401 Tue Sep 20 08:56:34 GMT 2016 nakayama Fix RAS for 32-bit kernels. trapframe is always 64-bit.
/src/sys/dev/ata/
H A Dwd.c1.401 Fri Oct 19 17:09:07 GMT 2012 drochner Implement experimental support to pass notifications that a file
was deleted from the filesystem to the disk driver, commonly
known as "discard" or "trim".
fs/driver support is in ffs and ata wd for now.
This is what was posted here:
http://mail-index.netbsd.org/tech-kern/2012/02/28/msg012813.html
with minor cleanup, and the global switch replaced by a mount option.
/src/sys/arch/arm/arm32/
H A Dpmap.c1.401 Sun Mar 29 09:10:26 GMT 2020 skrll Support PMAP_FAULTINFO on arm

/src/distrib/notes/common/
H A Dmain1.401 Sun Jul 06 19:52:53 GMT 2008 ahoka Add my name to the list of developers.
/src/distrib/sets/lists/debug/
H A Dmi1.401 Fri Jun 02 11:09:39 GMT 2023 martin Add recent ld.elf_so test helpers debug info
/src/etc/
H A DMakefile1.401 Mon Dec 03 13:53:28 GMT 2012 apb Add src/etc/Makefile.params, containing the definition of the
RELEASEVARS variable, and commands related to printing the values of
the variables whose names are in RELEASEVARS.

Add an awk script to remove noise printed by "make -j" or high levels
of MAKEVERBOSE, so we get only the variables names and values. The
values are escaped so that variables containing embedded newlines,
quotation marks, and backslashes, are passed through safely.

Adapt src/etc/Makefile and src/Makefile to use the new ${PRINT_PARAMS}
command defined in src/etc/Makefile.params.

Now ${DESTDIR}/etc/release and the params file in the top-level
.OBJDIR should never contain unwanted noise, even after a build with
MAKEVERBOSE=4.
/src/share/mk/
H A Dbsd.README1.401 Sat Apr 04 23:54:06 GMT 2020 christos Document and set a default for KERNEL_DIR
H A Dbsd.lib.mk1.401 Tue Apr 09 22:37:23 GMT 2024 christos Merge two identical if's and fix a logic error in them ( && instead of ||)

/src/share/man/man4/
H A Doptions.41.401 Sun Mar 06 17:39:34 GMT 2011 wiz Fix typo.
/src/sys/dev/raidframe/
H A Drf_netbsdkintf.c1.401 Thu Sep 09 23:26:37 GMT 2021 riastradh sys/dev: Memset zero before copyout.

Just in case of uninitialized padding which would lead to kernel
stack disclosure. If the compiler can prove the memset redundant
then it can optimize it away; otherwise better safe than sorry.

I think the iwi(4), mcd(4), and ses(4) changes actually plug leaks;
the raidframe(4) change probably doesn't (but doesn't hurt).

/src/sys/dev/usb/
H A Dusbdevs1.401 Fri Jun 24 08:09:31 GMT 2005 skrll Add the DeLorme Earthmate GPS. From FreeBSD.
Add the Cypress microcontroller based USB-RS232 Interface
H A Dusbdevs.h1.401 Fri Mar 04 05:03:42 GMT 2005 mycroft Regen.
H A Dusbdevs_data.h1.401 Tue Mar 01 03:19:17 GMT 2005 itojun regen
/src/sys/dev/pci/
H A Dfiles.pci1.401 Thu Sep 06 05:36:51 GMT 2018 maxv Retire the 'midway' driver. Discussed on tech-net@ recently and also three
years ago, part of removing the network ATM code.
/src/usr.bin/xlint/lint1/
H A Dcgram.y1.401 Sun Apr 24 19:21:01 GMT 2022 rillig lint: error out on missing type in declarations
H A Ddecl.c1.401 Fri May 03 04:04:17 GMT 2024 rillig lint: measure the alignment in bytes, not bits

While measuring the alignment in bits makes sense when building a struct
type with bit-fields, in all other places it is more confusing than
helpful.

The only visible change is that in debug mode, the format of type sizes
and alignment changed. Since the size of all complete types is a
multiple of a byte (as defined in the C standard), sizes and alignments
are reported in bytes as well. Only while a struct is being built, the
type size may include an additional '+x' for the bits of a bit-field.

/src/sys/netinet/
H A Dip_input.c1.401 Mon Mar 08 18:03:25 GMT 2021 christos remove now unused pseudo-random ip id code.

Completed in 710 milliseconds

12