Searched hist:1.383 (Results 1 - 25 of 61) sorted by relevance

123

/src/
H A Dbuild.sh1.383 Fri Dec 20 14:05:54 GMT 2024 martin Add a new operation "show-revisionid" that extracts a marker usable
to recreate the source (depending on the revision controll system
in use).

H A DUPDATING1.383 Mon Jul 21 17:07:26 GMT 2025 martin Note openssl switch issues and needing to clean test objects.
/src/sys/arch/alpha/conf/
H A DGENERIC1.383 Thu Jun 07 13:36:28 GMT 2018 thorpej branches: 1.383.2;
Revert changes that pinned-down i2c parent specs. The i2c subsystem
has been enhanced to make this unnecessary.

1.383 Thu Jun 07 13:36:28 GMT 2018 thorpej branches: 1.383.2;
Revert changes that pinned-down i2c parent specs. The i2c subsystem
has been enhanced to make this unnecessary.

/src/sys/dev/ata/
H A Dwd.c1.383 Sat Jan 23 18:54:53 GMT 2010 bouyer branches: 1.383.2;
struct buf::b_iodone is not called at splbio() any more.
Make sure non-MPsafe iodone callbacks raise the SPL as appropriate.

1.383 Sat Jan 23 18:54:53 GMT 2010 bouyer branches: 1.383.2;
struct buf::b_iodone is not called at splbio() any more.
Make sure non-MPsafe iodone callbacks raise the SPL as appropriate.

/src/share/misc/
H A Dacronyms.comp1.383 Thu Dec 07 16:03:32 GMT 2023 jschauma +STEK session ticket encryption key

/src/sys/arch/macppc/conf/
H A DGENERIC1.383 Sun Jul 20 09:41:19 GMT 2025 martin Enable PAX_ASLR

/src/sys/arch/amd64/conf/
H A DGENERIC1.383 Mon Mar 24 14:15:37 GMT 2014 szptvlfn branches: 1.383.2;
fix manual section numbering of sysctl.
thanks wiz@
1.383 Mon Mar 24 14:15:37 GMT 2014 szptvlfn branches: 1.383.2;
fix manual section numbering of sysctl.
thanks wiz@
/src/sys/netinet/
H A Dtcp_input.c1.383 Thu Mar 01 06:08:43 GMT 2018 maxv branches: 1.383.2;
Revert rev1.183 (2003).

It was intended as an optimization, but it increases the attack surface:
the IPsec policy is not enforced on RST packets when the socket is in the
LISTEN state, and an (unauthenticated) attacker could jam the connection
between two IPsec hosts by sending RST packets between the client's SYN
and ACK packets.

Discussed with ozaki-r@.

1.383 Thu Mar 01 06:08:43 GMT 2018 maxv branches: 1.383.2;
Revert rev1.183 (2003).

It was intended as an optimization, but it increases the attack surface:
the IPsec policy is not enforced on RST packets when the socket is in the
LISTEN state, and an (unauthenticated) attacker could jam the connection
between two IPsec hosts by sending RST packets between the client's SYN
and ACK packets.

Discussed with ozaki-r@.

/src/sys/ufs/ffs/
H A Dffs_vfsops.c1.383 Mon Dec 30 09:01:35 GMT 2024 hannken emove comment "we are always called with the filesystem marked `MPBUSY'."
above some xxx_sync() operations. These operations get called without
any exclusive lock.

This comment appeared with "add quota support" on 1990-05-02.
On 1998/02/18 MNT_MPBUSY disappeared when vfs_busy() was changed from
an exclusive lock to a shared lock.

PR kern/58837 "ffs: Missing locking around fs_fmod/time"

/src/sys/ufs/lfs/
H A Dlfs_vfsops.c1.383 Mon Dec 30 09:01:35 GMT 2024 hannken emove comment "we are always called with the filesystem marked `MPBUSY'."
above some xxx_sync() operations. These operations get called without
any exclusive lock.

This comment appeared with "add quota support" on 1990-05-02.
On 1998/02/18 MNT_MPBUSY disappeared when vfs_busy() was changed from
an exclusive lock to a shared lock.

PR kern/58837 "ffs: Missing locking around fs_fmod/time"
/src/sys/uvm/
H A Duvm_map.c1.383 Sat May 09 15:13:19 GMT 2020 thorpej Make the uvm_voaddr structure more compact, only occupying 2 pointers
worth of space, by encoding the type in the lower bits of the object
pointer.

/src/sys/kern/
H A Dkern_sig.c1.383 Sat Feb 01 02:23:04 GMT 2020 riastradh Load struct filedesc::fd_dt with atomic_load_consume.

Exceptions: when fd_refcnt <= 1, or when holding fd_lock.

While here:

- Restore KASSERT(mutex_owned(&fdp->fd_lock)) in fd_unused.
=> This is used only in fd_close and fd_abort, where it holds.
- Move bounds check assertion in fd_putfile to where it matters.
- Store fd_dt with atomic_store_release.
- Move load of fd_dt under lock in knote_fdclose.
- Omit membar_consumer in fdesc_readdir.
=> atomic_load_consume serves the same purpose now.
=> Was needed only on alpha anyway.

/src/sys/arch/sparc64/sparc64/
H A Dlocore.s1.383 Wed Apr 01 18:38:30 GMT 2015 palle sun4v: Implement handling of cpu_mondo trap - from OpenBSD - tested using the Legion simulator
/src/sys/dev/ic/
H A Dcom.c1.383 Tue Apr 11 00:55:59 GMT 2023 riastradh com(4): Note timecounter_lock in lock order comments.

/src/sys/arch/i386/conf/
H A DALL1.383 Sat Aug 23 20:26:58 GMT 2014 dholland Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.

H A Dfiles.i3861.383 Tue Aug 01 14:43:54 GMT 2017 maxv Move arch/i386/i386/freebsd_* into compat/freebsd/. COMPAT_FREEBSD is
i386-specific.

/src/sys/arch/alpha/alpha/
H A Dmachdep.c1.383 Fri Apr 25 00:59:26 GMT 2025 riastradh alpha: Align signal pointer on entry to signal handler.

PR kern/59327: user stack pointer is not aligned properly

/src/sys/arch/arm/arm32/
H A Dpmap.c1.383 Sun Feb 02 07:47:51 GMT 2020 skrll Fix comment

/src/distrib/notes/common/
H A Dmain1.383 Sat Dec 15 19:16:57 GMT 2007 agc Update the number of packages in pkgsrc to match reality.

Dedicate the 4.0 release to the memory of itojun.
/src/distrib/sets/lists/debug/
H A Dmi1.383 Sat May 28 14:31:12 GMT 2022 nia mk: Add MKFINGER, MKTALK flags for not building
talk, talkd, finger, fingerd.
/src/etc/
H A DMakefile1.383 Wed Dec 08 23:56:01 GMT 2010 njoly Make tests set generation optional, skipped for MKATF=no build.

/src/share/man/man9/
H A DMakefile1.383 Mon Mar 30 01:25:36 GMT 2015 riastradh Remove obsolete cprng_strong_getflags/setflags(9) man page links.

XXX pullup-7

/src/share/mk/
H A Dbsd.README1.383 Sun Sep 16 13:11:48 GMT 2018 christos document PROGDPLIBS

H A Dbsd.lib.mk1.383 Mon Jun 01 14:39:14 GMT 2020 christos 1. if ${LIBISPRIVATE} == "pic", create _pic.a so that we can embed the library
to another shared object
2. Don't compare ${LIBISPRIVATE} to "yes", because there are 3 places in
Makefiles which set it to empty (this was a bug)
3. For private libraries, don't create .so* files

/src/share/man/man4/
H A Doptions.41.383 Sun Feb 21 13:17:51 GMT 2010 drochner rename the va0_disabled option and cpp conditional to "disable" as well,
for consistency, and document option and sysctl flag

Completed in 395 milliseconds

123