Searched hist:1.292 (Results 1 - 25 of 127) sorted by relevance

123456

/src/sys/dev/pci/
H A Dif_bnxvar.h1.7 Tue May 08 04:11:09 GMT 2018 msaitoh branches: 1.7.2;
- Fix a bug that bnx(4) panics on shutdown. Stop callout before restroy.
Reported by Andreas Gustafsson in PR#53265.
- Make sure not to re-arm the callout when we are about to detach. Same as
if_bge.c rev. 1.292.
- Use pci_intr_establish_xname().

H A Dif_bnx.c1.64 Tue May 08 04:11:09 GMT 2018 msaitoh - Fix a bug that bnx(4) panics on shutdown. Stop callout before restroy.
Reported by Andreas Gustafsson in PR#53265.
- Make sure not to re-arm the callout when we are about to detach. Same as
if_bge.c rev. 1.292.
- Use pci_intr_establish_xname().

/src/sys/sys/
H A Dsyscallargs.h1.292 Sun Sep 22 23:03:21 GMT 2019 christos branches: 1.292.2;
regen
1.292 Sun Sep 22 23:03:21 GMT 2019 christos branches: 1.292.2;
regen
H A Dsystm.h1.292 Wed Jan 01 09:33:19 GMT 2020 skrll branches: 1.292.2;
Fix build for non-__HAVE_UCAS_FULL platforms where the symbol dance for
assembler functions isn't needed.

Suggestion from maxv. Thanks.

1.292 Wed Jan 01 09:33:19 GMT 2020 skrll branches: 1.292.2;
Fix build for non-__HAVE_UCAS_FULL platforms where the symbol dance for
assembler functions isn't needed.

Suggestion from maxv. Thanks.

H A Dsyscall.h1.292 Sun Apr 03 01:01:46 GMT 2016 christos regen
/src/usr.sbin/
H A DMakefile1.292 Sat Aug 26 05:27:15 GMT 2023 riastradh branches: 1.292.2;
certctl(8): New tool for managing OpenSSL CA certificates.

Same command-line syntax as FreeBSD, clearer semantics about which
parts are config and which parts are cache.

1.292 Sat Aug 26 05:27:15 GMT 2023 riastradh branches: 1.292.2;
certctl(8): New tool for managing OpenSSL CA certificates.

Same command-line syntax as FreeBSD, clearer semantics about which
parts are config and which parts are cache.

/src/
H A Dbuild.sh1.292 Thu Aug 07 17:54:28 GMT 2014 apb Add a list-arch operation to build.sh.

This lists all known MACHINE/MACHINE_ARCH values, optionally
filtered by glob patterns given in the "-m" and "-a" options.
For example: build.sh -a '*arm*' list-arch
/src/sys/arch/sparc64/sparc64/
H A Dpmap.c1.292 Tue Nov 04 18:11:42 GMT 2014 palle branches: 1.292.2;
sun4v: Removed a bunch of ifdef SUN4V since the CPU_ISSUN4V already has the necessary logic. Noticed by mrg@

1.292 Tue Nov 04 18:11:42 GMT 2014 palle branches: 1.292.2;
sun4v: Removed a bunch of ifdef SUN4V since the CPU_ISSUN4V already has the necessary logic. Noticed by mrg@

/src/sys/dev/
H A DDEVNAMES1.292 Fri Oct 17 14:38:43 GMT 2014 phx branches: 1.292.2;
Add s390rtc(4).

1.292 Fri Oct 17 14:38:43 GMT 2014 phx branches: 1.292.2;
Add s390rtc(4).

/src/sys/dev/acpi/
H A Dacpi.c1.292 Wed May 12 23:22:33 GMT 2021 thorpej branches: 1.292.4;
- Define a device call for PCI bus instances to fetch a direct child's
device handle given the device's device/function #s (extracted from
a pcitag_t). Use it to associate the handle with the child device
at config_found() time.
- Implement this device call for ACPI and OpenFirmware.
- Enable the OpenFirmware variant for evbarm FDT, macppc, ofppc, sparc64.
- Obsolete acpi_device_register(); it is no longer needed.
- Obsolete setting the OpenFirmware handle in PCI devices in the
sparc64 device_register(); it is no longer needed.

1.292 Wed May 12 23:22:33 GMT 2021 thorpej branches: 1.292.4;
- Define a device call for PCI bus instances to fetch a direct child's
device handle given the device's device/function #s (extracted from
a pcitag_t). Use it to associate the handle with the child device
at config_found() time.
- Implement this device call for ACPI and OpenFirmware.
- Enable the OpenFirmware variant for evbarm FDT, macppc, ofppc, sparc64.
- Obsolete acpi_device_register(); it is no longer needed.
- Obsolete setting the OpenFirmware handle in PCI devices in the
sparc64 device_register(); it is no longer needed.

/src/distrib/sets/lists/comp/
H A Dshl.mi1.292 Wed Jun 29 23:23:05 GMT 2016 christos branches: 1.292.2;
fix sets for MKCRYPTO=no
1.292 Wed Jun 29 23:23:05 GMT 2016 christos branches: 1.292.2;
fix sets for MKCRYPTO=no
/src/share/mk/
H A Dbsd.sys.mk1.292 Wed May 22 08:31:25 GMT 2019 kamil branches: 1.292.2;
Allow to use KCOV + kASan together

Stop instrumenting KCOV files with kASan and the other way around.
This fixes booting of the setup of using them together.

In theory the checks could be more fine grained, however there is no good
reason (except extra DIAGNISTIC) for running a kernel sanitizer without
kernel coverage.

Patch by <R3x>

1.292 Wed May 22 08:31:25 GMT 2019 kamil branches: 1.292.2;
Allow to use KCOV + kASan together

Stop instrumenting KCOV files with kASan and the other way around.
This fixes booting of the setup of using them together.

In theory the checks could be more fine grained, however there is no good
reason (except extra DIAGNISTIC) for running a kernel sanitizer without
kernel coverage.

Patch by <R3x>

H A Dbsd.README1.292 Tue Feb 07 22:58:49 GMT 2012 joerg branches: 1.292.2;
Sync with reality for MKCATPAGES and MKMANDOC.

1.292 Tue Feb 07 22:58:49 GMT 2012 joerg branches: 1.292.2;
Sync with reality for MKCATPAGES and MKMANDOC.

/src/sys/dev/scsipi/
H A Dsd.c1.292 Wed Feb 24 22:38:08 GMT 2010 dyoung branches: 1.292.2;
A pointer typedef entails trading too much flexibility to declare const
and non-const types, and the kernel uses both const and non-const
PMF qualifiers and device suspensors, so change the pmf_qual_t and
device_suspensor_t typedefs from "pointers to const" to non-pointer,
non-const types.
1.292 Wed Feb 24 22:38:08 GMT 2010 dyoung branches: 1.292.2;
A pointer typedef entails trading too much flexibility to declare const
and non-const types, and the kernel uses both const and non-const
PMF qualifiers and device suspensors, so change the pmf_qual_t and
device_suspensor_t typedefs from "pointers to const" to non-pointer,
non-const types.
/src/sys/dev/usb/
H A Dohci.c1.292 Fri Nov 29 14:15:41 GMT 2019 gson branches: 1.292.2;
Preserve the toggleCarry bit in the Endpoint Descriptor in
ohci_abort_xfer(). Fixes the OHCI part of PR kern/50278.
1.292 Fri Nov 29 14:15:41 GMT 2019 gson branches: 1.292.2;
Preserve the toggleCarry bit in the Endpoint Descriptor in
ohci_abort_xfer(). Fixes the OHCI part of PR kern/50278.
/src/sys/nfs/
H A Dnfs_vnops.c1.292 Tue Sep 27 01:05:08 GMT 2011 christos branches: 1.292.2;
use NFS_MAXPATHLEN instead of MAXPATHLEN

1.292 Tue Sep 27 01:05:08 GMT 2011 christos branches: 1.292.2;
use NFS_MAXPATHLEN instead of MAXPATHLEN

/src/share/misc/
H A Dacronyms1.292 Fri Jan 10 16:18:21 GMT 2020 leot Add WP

From Rocky Hotas, thanks!

/src/sys/net/
H A Dif_ethersubr.c1.292 Sun Feb 14 19:35:37 GMT 2021 roy branches: 1.292.4; 1.292.6;
if_ether: revert prior alignment checks

Apparently not needed as our drivers ensure this.

1.292 Sun Feb 14 19:35:37 GMT 2021 roy branches: 1.292.4; 1.292.6;
if_ether: revert prior alignment checks

Apparently not needed as our drivers ensure this.

1.292 Sun Feb 14 19:35:37 GMT 2021 roy branches: 1.292.4; 1.292.6;
if_ether: revert prior alignment checks

Apparently not needed as our drivers ensure this.

/src/sys/arch/i386/conf/
H A Dfiles.i3861.292 Mon Sep 04 02:16:03 GMT 2006 perry branches: 1.292.2; 1.292.4;
switch to a common clock.c
1.292 Mon Sep 04 02:16:03 GMT 2006 perry branches: 1.292.2; 1.292.4;
switch to a common clock.c
1.292 Mon Sep 04 02:16:03 GMT 2006 perry branches: 1.292.2; 1.292.4;
switch to a common clock.c
/src/sys/kern/
H A Dinit_sysent.c1.292 Sat Mar 07 21:50:30 GMT 2015 christos regen
H A Dsyscalls.c1.292 Mon Nov 30 23:25:54 GMT 2015 pgoyette Fix typo
H A Duipc_socket.c1.292 Sat Oct 17 09:06:15 GMT 2020 mlelstv branches: 1.292.2;
Setting a socket buffer size stops autoscaling. Add a sysctl to
prevent this behaviour. The default is not changed.

1.292 Sat Oct 17 09:06:15 GMT 2020 mlelstv branches: 1.292.2;
Setting a socket buffer size stops autoscaling. Add a sysctl to
prevent this behaviour. The default is not changed.

/src/lib/libc/
H A Dshlib_version1.292 Sun Sep 19 15:51:28 GMT 2021 thorpej Add native implementations of eventfd(2) and timerfd(2), compatible with
the Linux interfaces of the same name.
/src/doc/
H A DBRANCHES1.292 Sat May 01 01:36:25 GMT 2010 uebayasi Update uebayasi-xip's base.
/src/sys/dev/ic/
H A Dcom.c1.376 Mon Oct 03 19:58:48 GMT 2022 riastradh com(4): Nix dead code.

This was introduced in rev. 1.292, whose commit message was...
`Delete dead code.' I guess December 6, 2009 was Opposite Day?
1.292 Sun Dec 06 23:15:59 GMT 2009 dyoung Delete dead code.

Completed in 363 milliseconds

123456