Searched hist:1.486 (Results 1 - 25 of 34) sorted by relevance

12

/src/sys/dist/pf/net/
H A Dpf.c1.25 Sat Oct 07 21:45:49 GMT 2006 peter PR/34746: Nino Dehne: pf(4)'s synproxy state breaks when used with tags

Apply OpenBSD src/sys/net/pf.c rev 1.486 and 1.487:

1.486:
When synproxy sends packets to the destination host, make sure to copy
the 'tag' from the original state entry into the outgoing mbuf.

1.487:
When synproxy completes the replayed handshake and modifies the state
into a normal one, it sets both peers' sequence windows. Fix a bug where
the previously advertised windows are applied to the wrong side (i.e.
peer A's seqhi is peer A's seqlo plus peer B's, not A's, window). This
went undetected because mostly the windows are similar and/or re-
advertised soon. But there are (rare) cases where a synproxy'd connection
would stall right after handshake. Found by Gleb Smirnoff.

1.25 Sat Oct 07 21:45:49 GMT 2006 peter PR/34746: Nino Dehne: pf(4)'s synproxy state breaks when used with tags

Apply OpenBSD src/sys/net/pf.c rev 1.486 and 1.487:

1.486:
When synproxy sends packets to the destination host, make sure to copy
the 'tag' from the original state entry into the outgoing mbuf.

1.487:
When synproxy completes the replayed handshake and modifies the state
into a normal one, it sets both peers' sequence windows. Fix a bug where
the previously advertised windows are applied to the wrong side (i.e.
peer A's seqhi is peer A's seqlo plus peer B's, not A's, window). This
went undetected because mostly the windows are similar and/or re-
advertised soon. But there are (rare) cases where a synproxy'd connection
would stall right after handshake. Found by Gleb Smirnoff.

/src/sys/dev/usb/
H A Dusbdevs1.486 Sun Oct 14 01:08:35 GMT 2007 xtraeme branches: 1.486.4;
umidi(4) entries plus quirks for Roland UA25, UA4FX and SonicCell.
Submitted by DHOYASHIKI Shinichi via PR kern/36834.
1.486 Sun Oct 14 01:08:35 GMT 2007 xtraeme branches: 1.486.4;
umidi(4) entries plus quirks for Roland UA25, UA4FX and SonicCell.
Submitted by DHOYASHIKI Shinichi via PR kern/36834.
H A Dusbdevs_data.h1.486 Sun Oct 14 01:09:00 GMT 2007 xtraeme branches: 1.486.4;
regen
1.486 Sun Oct 14 01:09:00 GMT 2007 xtraeme branches: 1.486.4;
regen
H A Dusbdevs.h1.486 Sun Nov 25 09:17:56 GMT 2007 kiyohara Regen.
/src/sys/dev/pci/
H A Dpcidevs.h1.489 Fri Nov 15 22:20:02 GMT 2002 tsutsui Regen from pcidevs rev 1.486:
> Remove an entry for AMD PCNETS_PCI.
>
> AMD Am79C974 PCnet-SCSI Ethernet and SCSI conrtoller is
> a multi-function PCI device which has two device IDs
> of Am53C974(PCscsi-PCI) and Am79C970(PCnet-PCI),
> and there is no its own ID.
1.486 Fri Nov 08 05:43:23 GMT 2002 msaitoh regen
H A Dpcidevs_data.h1.487 Fri Nov 15 22:20:02 GMT 2002 tsutsui Regen from pcidevs rev 1.486:
> Remove an entry for AMD PCNETS_PCI.
>
> AMD Am79C974 PCnet-SCSI Ethernet and SCSI conrtoller is
> a multi-function PCI device which has two device IDs
> of Am53C974(PCscsi-PCI) and Am79C970(PCnet-PCI),
> and there is no its own ID.
1.486 Fri Nov 15 13:49:29 GMT 2002 ad Regen.
/src/doc/
H A D3RDPARTY1.486 Sat Nov 25 10:18:28 GMT 2006 jnemeth branches: 1.486.2;
texinfo is now at version 4.8a
1.486 Sat Nov 25 10:18:28 GMT 2006 jnemeth branches: 1.486.2;
texinfo is now at version 4.8a
/src/usr.bin/make/
H A Dmain.c1.489 Sun Nov 29 00:42:01 GMT 2020 rillig make(1): fix main_CleanUp in -DCLEANUP mode (broken since 1 hour)

Broken since main.c 1.486 from 2020-11-28, about 1 hour ago.
1.486 Sat Nov 28 23:39:58 GMT 2020 rillig make(1): reduce memory allocation for CmdOpts.create
H A Djob.c1.486 Mon Feb 24 23:06:40 GMT 2025 rillig make: on interrupt in parallel mode, reliably remove the targets

Previously, when make was interrupted in parallel mode, it first removed
the current job's target and then forwarded the signal to the child
process. This left a little gap in which the child process had the
chance of recreating the target, leading to incomplete, often zero-sized
target files.

Now first forward the signal to the child process, then wait for the
child process to finish, and finally remove the target file.

H A Dparse.c1.486 Fri Dec 18 23:13:45 GMT 2020 rillig make(1): remove unused parameter from UnescapeBackslash
/src/sys/arch/i386/conf/
H A DALL1.486 Sat Jan 25 18:38:36 GMT 2020 thorpej Retire "le* at pci?" from the shipped kernel configs:
- If the config had both an le@pci and a pcn, simply remove le@pci
(pcn would match at a higher priority anyway).
- If the config had le@pci enabled, but no pcn, change le@pci to pcn.
- If the config had le@pci commented out, but no pcn, change le@pci
to pcn and leave it commented out.

The pcn driver supports more chips than le@pci and does DMA directly
to/from mbufs rather than memory copies.
/src/distrib/notes/common/
H A Dmain1.486 Thu Apr 12 15:39:09 GMT 2012 ttoth Add myself.
/src/distrib/sets/lists/debug/
H A Dmi1.486 Mon Sep 15 00:11:54 GMT 2025 riastradh ctype(3): New environment variable LIBC_ALLOWCTYPEABUSE.

If set, this does not force the ctype(3) functions to crash when
passed invalid inputs -- instead, they will return nonsense results,
and possibly print warnings to stderr, as is their right in
implementing undefined behaviour.

The nature of the nonsense results is unspecified. Currently, is*()
will always return true (even if that leads to mutually contradictory
conclusions, like isalpha and isdigit, or isgraph and isblank), and
tolower/toupper() will always return EOF. But perhaps in the future
the results may be randomized.

This way, if an application like firefox crashes on ctype abuse, you
can opt to accept the consequences of nonsense results instead by
running `env LIBC_ALLOWCTYPEABUSE= firefox' until the application is
fixed.

PR lib/58208: ctype(3) provides poor runtime feedback of abuse
/src/share/man/man4/
H A Doptions.41.486 Mon Apr 09 07:08:43 GMT 2018 wiz Use \(em instead of --.
H A DMakefile1.486 Fri Jan 16 21:27:41 GMT 2009 cegger manpages for new age(4) and atphy(4) drivers.
/src/usr.bin/xlint/lint1/
H A Dcgram.y1.486 Fri Feb 02 16:05:37 GMT 2024 rillig lint: make newline in a string literal an error in C90 and later
H A Dtree.c1.486 Wed Jan 04 05:08:22 GMT 2023 rillig lint: fix the result type of '?:' for void pointers

The change from 2015-07-29 was wrong since that rule only applies to
null pointer constants but not to other void pointers.
/src/sys/kern/
H A Dinit_main.c1.486 Wed Nov 16 10:42:14 GMT 2016 pgoyette Define a new module class for the bufq_strategy modules. These need to
be loaded and intialized before autoconfigure runs, since some devices
(like disks and floppy drives) want to call bufq_alloc().
H A Dkern_exec.c1.486 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.
H A Dvfs_subr.c1.486 Tue Apr 21 21:42:47 GMT 2020 ad Revert the changes made in February to make cwdinfo use mostly lockless,
which relied on taking extra vnode refs.

Having benchmarked various experimental changes over the past few months it
seems that it's better to avoid vnode refs as much as possible. cwdi_lock
as a RW lock already did that to some extent for getcwd() and will permit
the same for namei() too.
/src/sys/net/
H A Dif.c1.486 Tue Jun 29 21:19:58 GMT 2021 riastradh Make if_stats_init, if_attach, if_initialize return void.

percpu_alloc can't fail.


Author: Maya Rashish <maya@NetBSD.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>
/src/sys/arch/amd64/conf/
H A DGENERIC1.486 Thu Mar 22 00:26:29 GMT 2018 rin Add njs(4) at pci(4) and cardbus(4).
/src/sys/arch/i386/i386/
H A Dmachdep.c1.486 Fri Oct 04 08:44:08 GMT 2002 simonb Only declare and set the "step" variable in identifycpu() ifdef CPUDEBUG.
/src/distrib/sets/lists/base/
H A Dshl.mi1.486 Thu Sep 03 00:33:54 GMT 2009 pooka install librumpcrypto component: kernel crypto routines
/src/sys/sys/
H A Dparam.h1.486 Sat Aug 29 14:07:45 GMT 2015 uebayasi Convert MAXUSERS, take 2.

Define MAXUSERS in opt_param.h and include it from sys/param.h, for more
accurate dependency. Don't define -DMAXUSERS and add it to ${CPPFLAGS}.
config(5)'s "maxusers" syntax doesn't change.

(The version just before revert was OK, but I had something bad in my obj
dirs.)

Completed in 1064 milliseconds

12