Searched hist:1.422 (Results 1 - 25 of 43) sorted by relevance

12

/src/sys/dev/usb/
H A Dusbdevs1.422 Mon Feb 06 17:33:26 GMT 2006 jmmv branches: 1.422.2; 1.422.4;
Add the Apple extended keyboard, its internal hub and the Logitech Marble Mouse.
1.422 Mon Feb 06 17:33:26 GMT 2006 jmmv branches: 1.422.2; 1.422.4;
Add the Apple extended keyboard, its internal hub and the Logitech Marble Mouse.
1.422 Mon Feb 06 17:33:26 GMT 2006 jmmv branches: 1.422.2; 1.422.4;
Add the Apple extended keyboard, its internal hub and the Logitech Marble Mouse.
H A Dusbdevs.h1.422 Fri Nov 18 11:31:41 GMT 2005 hira Regen.
H A Dusbdevs_data.h1.422 Thu Nov 17 18:12:59 GMT 2005 hira Regen.
/src/sys/uvm/
H A Duvm_map.c1.424 Wed Aug 14 22:24:09 GMT 2024 rin uvm_map: Fix build failure with DIAGNOSTIC for rev 1.422

PR kern/51254: uvm assertion "!topdown || hint <= orig_hint" failed

1.422 Wed Aug 14 20:58:25 GMT 2024 riastradh uvm_map(9): Show the next entry when findspace invariants fail too.

PR kern/51254: uvm assertion "!topdown || hint <= orig_hint" failed

/src/sys/arch/arm/arm32/
H A Dpmap.c1.422 Fri Oct 30 18:54:36 GMT 2020 skrll branches: 1.422.2;
Retire arm_[di]sb in favour of the isb() and dsb(sy) macro invocations.

1.422 Fri Oct 30 18:54:36 GMT 2020 skrll branches: 1.422.2;
Retire arm_[di]sb in favour of the isb() and dsb(sy) macro invocations.

/src/sys/kern/
H A Dvfs_subr.c1.422 Tue Apr 26 11:32:39 GMT 2011 hannken branches: 1.422.2;
Change vflushbuf() to return an error if a synchronous write fails.

Welcome to 5.99.51.
1.422 Tue Apr 26 11:32:39 GMT 2011 hannken branches: 1.422.2;
Change vflushbuf() to return an error if a synchronous write fails.

Welcome to 5.99.51.
H A Dinit_main.c1.422 Sat Jun 26 07:23:57 GMT 2010 pgoyette 1. Add an allocator for 'struct module *' and use it instead of local
allocations.

2. Add a new member mod_flags to the 'struct module *' and define
MODFLG_MUST_FORCE. If this flag is set and the entry is on the list
of builtins, it means that the module has been explicitly unloaded
and any re-loads will require the MODCTL_LOAD_FORCE flag. Provide a
module_require_force() method to set this flag; once set, it should
never be unset.

3. Rename original module_init2() to module_start_unload_thread() to be
more descriptive of what it does.

4. Add a new module_builtin_require_force() routine that sets the
MODFLG_MUST_FORCE flag for any module that has not yet successfully
been initialized. Call it after module_init_class(MODULE_CLASS_ANY)
to disable remaining built-in modules.

This makes built-in versions of the xxxVERBOSE modules work once more,
resolving breakage reported by jruoho@ and njoly@.

Discussed on tech-kern, and comments and suggestions implemented. No
additional discussion for last week. Tested only on amd64 systems, but
there's nothing here that should be port- or architecture-specific (no
more specific than existing module implementation) so others should not
break.
H A Dkern_exec.c1.422 Thu Nov 26 13:15:34 GMT 2015 martin We never exec(2) with a kernel vmspace, so do not test for that, but instead
KASSERT() that we don't.
When calculating the load address for the interpreter (e.g. ld.elf_so),
we need to take into account wether the exec'd process will run with
topdown memory or bottom up. We can not use the current vmspace's flags
to test for that, as this happens too early. Luckily the execpack already
knows what the new state will be later, so instead of testing the current
vmspace, pass the info as additional argument to struct emul
e_vm_default_addr.
Fix all such functions and adopt all callers.
/src/sys/arch/sparc64/sparc64/
H A Dlocore.s1.422 Wed Jan 08 17:38:42 GMT 2020 ad Hopefully fix some problems seen with MP support on non-x86, in particular
where curcpu() is defined as curlwp->l_cpu:

- mi_switch(): undo the ~2007ish optimisation to unlock curlwp before
calling cpu_switchto(). It's not safe to let other actors mess with the
LWP (in particular l->l_cpu) while it's still context switching. This
removes l->l_ctxswtch.

- Move the LP_RUNNING flag into l->l_flag and rename to LW_RUNNING since
it's now covered by the LWP's lock.

- Ditch lwp_exit_switchaway() and just call mi_switch() instead. Everything
is in cache anyway so it wasn't buying much by trying to avoid saving old
state. This means cpu_switchto() will never be called with prevlwp ==
NULL.

- Remove some KERNEL_LOCK handling which hasn't been needed for years.
/src/sys/dev/ata/
H A Dwd.c1.422 Thu Jul 21 18:54:13 GMT 2016 jakllsch Remove unused 'params' argument of local function wd_params_to_properties()
/src/sys/arch/i386/conf/
H A DALL1.422 Sat Jul 29 07:19:47 GMT 2017 maxv Remove DEBUG_HPUX (does not exist).
H A DGENERIC1.422 Fri Sep 07 00:18:27 GMT 2001 lukem branches: 1.422.2;
use options SPACE TAB
1.422 Fri Sep 07 00:18:27 GMT 2001 lukem branches: 1.422.2;
use options SPACE TAB
/src/distrib/notes/common/
H A Dmain1.422 Sat Oct 11 21:54:11 GMT 2008 bouyer jme(4), a driver for JMicron Technologies JME250 Gigabit Ethernet and
JME260 Fast Ethernet PCI Express controllers.
Written with a lot of cut-n-paste from the FreeBSD jme(4) driver.
No support for jumbo ethernet frames yet (but should come soon).
Thanks to JMicron Technologies for providing me sample boards and
documentation for this work.
/src/distrib/sets/lists/debug/
H A Dmi1.422 Mon Nov 06 08:56:12 GMT 2023 rin lists/debug/mi: Sprinkle gcc to lib[al]san_g.a to fix clang build
/src/etc/
H A DMakefile1.422 Sun Nov 30 15:53:29 GMT 2014 uebayasi Add a new build make variable, CONFIGOPTS, which is passed to config(1)
when building kernels. Revert "mkernel=*" and "mkernels" in favor of
this option.

Diff posted on source-changes-d@, approved by (null).
/src/share/man/man9/
H A DMakefile1.422 Mon May 28 00:18:06 GMT 2018 nat Move the audio specification to section 9 under audio_system.

Ok wiz@
/src/share/mk/
H A Dbsd.README1.422 Mon Nov 01 10:05:19 GMT 2021 nia mk: Add support for conditional compilation of parts of the tree with
partial RELRO when MKRELRO=full is set.

Currently the X server needs to be compiled with only partial RELRO
due to the way certain (but not all - it seems wsfb works with full
RELRO) graphics driver modules are loaded.

/src/share/man/man4/
H A Doptions.41.422 Wed Jun 05 01:01:57 GMT 2013 christos depcrecate IPSEC_NAT_T
H A DMakefile1.422 Wed Mar 14 00:43:51 GMT 2007 xtraeme aiboost(4) manpage.
/src/sys/dev/pci/
H A Dfiles.pci1.422 Sun Jan 19 06:55:21 GMT 2020 thorpej Remove HIPPI support and the esh(4) driver that uses it. There have not
been any users of HIPPI for some time, and it is unlikely to be resurrected.
H A Dpcidevs.h1.422 Tue Apr 16 10:08:58 GMT 2002 drochner regen
/src/usr.bin/xlint/lint1/
H A Dcgram.y1.422 Sun Aug 28 08:41:06 GMT 2022 rillig lint: rename dcs manipulation functions to be clearer

No functional change.
/src/sys/net/
H A Dif.c1.422 Mon May 14 02:55:03 GMT 2018 ozaki-r Protect packet input routines with KERNEL_LOCK and splsoftnet

if_input, i.e, ether_input and friends, now runs in softint without any
protections. It's ok for ether_input itself because it's already MP-safe,
however, subsequent routines called from it such as carp_input and agr_input
aren't safe because they're not MP-safe. Protect if_input with KERNEL_LOCK.

if_input can be called from a normal LWP context. In that case we need to
prevent interrupts (softint) from running by splsoftnet to protect non-MP-safe
codes (e.g., carp_input and agr_input).

Pointed out by mlelstv@
/src/sys/arch/x86/x86/
H A Dpmap.c1.422 Sat Sep 24 11:05:18 GMT 2022 riastradh 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.

/src/sys/arch/amd64/conf/
H A DGENERIC1.422 Fri Jan 22 21:56:56 GMT 2016 riz Enable KDTRACE_HOOKS on i386 and amd64 GENERIC.

Completed in 915 milliseconds

12