Searched hist:1.283 (Results 1 - 25 of 130) sorted by relevance

123456

/src/usr.bin/make/unit-tests/
H A Dcond-op-or.exp1.3 Thu Dec 09 23:57:19 GMT 2021 rillig tests/make: prevent the bug from cond.c 1.283 from happening again

H A Dcond-op-or.mk1.7 Thu Dec 09 23:57:19 GMT 2021 rillig tests/make: prevent the bug from cond.c 1.283 from happening again

/src/sys/netipsec/
H A Dkey.c1.283 Sat Jun 29 13:01:14 GMT 2024 riastradh branches: 1.283.2;
netipsec: Use _NET_STAT* API instead of direct array access.

PR kern/58380
1.283 Sat Jun 29 13:01:14 GMT 2024 riastradh branches: 1.283.2;
netipsec: Use _NET_STAT* API instead of direct array access.

PR kern/58380
/src/sys/dev/acpi/
H A Dacpi.c1.283 Fri Jan 17 17:06:32 GMT 2020 jmcneill branches: 1.283.4;
Add support for Arm N1 SDP PCIe host controller.

The N1 SDP has a few bugs that we need to work around:
- PCIe root port config space lives in a non-standard location.
- Access to PCIe config space of devices that do not exist results in
an sync SError. Firmware creates a "known devices" table at a fixed
physical address that we use to filter PCI conf access to only known
devices.

This change splits the Arm ACPI PCI quirks into separate files for each
host controller, and allows per-segment quirks to be applied.

These changes exposed some bugs in the MI ACPI layer related to
multi-segment support. The MI ACPI PCI code was using a shared PCI
chipset tag to access devices, and these accesses can happen before our
PCI host bridge drivers are attached! The global chipset tag is now gone,
and an MD callback can provide a custom tag on a per-segment basis.

1.283 Fri Jan 17 17:06:32 GMT 2020 jmcneill branches: 1.283.4;
Add support for Arm N1 SDP PCIe host controller.

The N1 SDP has a few bugs that we need to work around:
- PCIe root port config space lives in a non-standard location.
- Access to PCIe config space of devices that do not exist results in
an sync SError. Firmware creates a "known devices" table at a fixed
physical address that we use to filter PCI conf access to only known
devices.

This change splits the Arm ACPI PCI quirks into separate files for each
host controller, and allows per-segment quirks to be applied.

These changes exposed some bugs in the MI ACPI layer related to
multi-segment support. The MI ACPI PCI code was using a shared PCI
chipset tag to access devices, and these accesses can happen before our
PCI host bridge drivers are attached! The global chipset tag is now gone,
and an MD callback can provide a custom tag on a per-segment basis.

/src/sys/arch/sparc/sparc/
H A Dlocore.s1.283 Sun May 15 02:14:15 GMT 2022 mrg branches: 1.283.4;
remove unused Lpanic_savefpstate.

1.283 Sun May 15 02:14:15 GMT 2022 mrg branches: 1.283.4;
remove unused Lpanic_savefpstate.

/src/sys/arch/alpha/conf/
H A DGENERIC1.283 Thu Feb 02 21:32:08 GMT 2006 reinoud branches: 1.283.2;
Add commented out UDF file-system entry in all GENERIC configurations.

1.283 Thu Feb 02 21:32:08 GMT 2006 reinoud branches: 1.283.2;
Add commented out UDF file-system entry in all GENERIC configurations.

/src/share/misc/
H A Dacronyms.comp1.283 Sun Jul 28 21:43:39 GMT 2019 sevan branches: 1.283.2;
SGIs from the MIPS & ARM world :)

1.283 Sun Jul 28 21:43:39 GMT 2019 sevan branches: 1.283.2;
SGIs from the MIPS & ARM world :)

H A Dacronyms1.283 Mon May 27 16:54:38 GMT 2019 sevan GCD

/src/sys/sys/
H A Dsyscallargs.h1.283 Wed May 10 06:19:47 GMT 2017 riastradh regen
H A Dsyscall.h1.283 Mon Aug 24 16:07:10 GMT 2015 pooka regen
H A Dproc.h1.283 Wed Nov 19 18:36:10 GMT 2008 ad branches: 1.283.4;
Make the emulations, exec formats, coredump, NFS, and the NFS server
into modules. By and large this commit:

- shuffles header files and ifdefs
- splits code out where necessary to be modular
- adds module glue for each of the components
- adds/replaces hooks for things that can be installed at runtime

1.283 Wed Nov 19 18:36:10 GMT 2008 ad branches: 1.283.4;
Make the emulations, exec formats, coredump, NFS, and the NFS server
into modules. By and large this commit:

- shuffles header files and ifdefs
- splits code out where necessary to be modular
- adds module glue for each of the components
- adds/replaces hooks for things that can be installed at runtime

H A Dsystm.h1.283 Thu Apr 11 17:43:45 GMT 2019 maxv Add KASAN instrumentation for copyin/copyinstr/copyoutstr. No copyout for
now, because mm.c needs whitelisting.

H A Dvnode.h1.283 Sun Nov 10 06:47:30 GMT 2019 mlelstv Add functions to open devices by device number or path.
/src/sys/arch/alpha/alpha/
H A Dmachdep.c1.283 Wed Jul 07 02:46:14 GMT 2004 mhitch branches: 1.283.4; 1.283.10;
After sending the IPI to halt other CPUs, clear cpus_paused to ensure that
the other CPUs resume execution. If the halt was initiated from DDB, the
CPUs will not have been resume execution and will never halt. If one of the
paused CPUs is the primary CPU, the system will hang. Fixes PR#26159.

1.283 Wed Jul 07 02:46:14 GMT 2004 mhitch branches: 1.283.4; 1.283.10;
After sending the IPI to halt other CPUs, clear cpus_paused to ensure that
the other CPUs resume execution. If the halt was initiated from DDB, the
CPUs will not have been resume execution and will never halt. If one of the
paused CPUs is the primary CPU, the system will hang. Fixes PR#26159.

1.283 Wed Jul 07 02:46:14 GMT 2004 mhitch branches: 1.283.4; 1.283.10;
After sending the IPI to halt other CPUs, clear cpus_paused to ensure that
the other CPUs resume execution. If the halt was initiated from DDB, the
CPUs will not have been resume execution and will never halt. If one of the
paused CPUs is the primary CPU, the system will hang. Fixes PR#26159.

/src/sys/dev/scsipi/
H A Dcd.c1.283 Fri Sep 05 22:25:39 GMT 2008 gmcgarry branches: 1.283.2; 1.283.4;
Remove unreachable code introduced by rev 1.224. Fixes PR#38973.

1.283 Fri Sep 05 22:25:39 GMT 2008 gmcgarry branches: 1.283.2; 1.283.4;
Remove unreachable code introduced by rev 1.224. Fixes PR#38973.

1.283 Fri Sep 05 22:25:39 GMT 2008 gmcgarry branches: 1.283.2; 1.283.4;
Remove unreachable code introduced by rev 1.224. Fixes PR#38973.

/src/sys/kern/
H A Dinit_sysent.c1.283 Sun Apr 27 15:11:22 GMT 2014 pooka Eliminate weak symbols from rump kernel syscall handlers, part 5:

regen syscalls to eliminate weak aliases and link-time initialization
H A Dsyscalls.c1.283 Sat May 09 05:58:53 GMT 2015 pgoyette Another regenerated file
H A Dkern_sig.c1.283 Tue Apr 29 15:55:24 GMT 2008 ad branches: 1.283.2;
Ignore processes with PK_MARKER set.
1.283 Tue Apr 29 15:55:24 GMT 2008 ad branches: 1.283.2;
Ignore processes with PK_MARKER set.
H A Dsyscalls.master1.283 Sun Apr 03 01:00:26 GMT 2016 christos include <sys/idtype.h>
H A Dtty.c1.283 Thu Jan 02 16:52:55 GMT 2020 skrll KNF
/src/lib/libc/
H A Dshlib_version1.283 Mon Mar 04 19:20:12 GMT 2019 christos bump for jemalloc
/src/doc/
H A DBRANCHES1.283 Thu Jul 23 10:53:19 GMT 2009 yamt update
/src/usr.sbin/
H A DMakefile1.283 Sun Jan 19 06:55:24 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.

/src/sys/dev/ic/
H A Dwdc.c1.283 Wed Mar 29 09:04:35 GMT 2017 msaitoh branches: 1.283.2;
Fix 0x%d and 0x%u.
1.283 Wed Mar 29 09:04:35 GMT 2017 msaitoh branches: 1.283.2;
Fix 0x%d and 0x%u.
H A Dcom.c1.286 Sat Oct 25 17:50:29 GMT 2008 matt branches: 1.286.2; 1.286.10; 1.286.14;
Simplify NOERS case. Revert most changes back to 1.283.
1.283 Fri Oct 24 04:43:08 GMT 2008 matt Add support for 16550 chips without an Enhanced Register Set.

Completed in 535 milliseconds

123456