Searched hist:1.343 (Results 1 - 25 of 80) sorted by relevance

1234

/src/sys/kern/
H A Dinit_sysent.c1.343 Mon May 20 01:40:44 GMT 2024 christos branches: 1.343.2;
regen

1.343 Mon May 20 01:40:44 GMT 2024 christos branches: 1.343.2;
regen

H A Dkern_sig.c1.343 Sun May 06 13:40:51 GMT 2018 kamil Remove an element from struct emul: e_tracesig

e_tracesig used to be implemented for Darwin compat. Nowadays the Darwin
compatiblity layer is gone and there are no other users.

This functionality isn't used where it shall be used in the existing
codebase.

If we want to emulate debugging interfaces in compat layers we would need
to implement that from scratch anyway. We would need to be bug compatible
with other OSes too.

Proposed on tech-kern@.

Welcome to NetBSD 8.99.16!

Sponsored by <The NetBSD Foundation>

H A Dkern_synch.c1.343 Sat Mar 14 18:08:39 GMT 2020 ad - Hide the details of SPCF_SHOULDYIELD and related behind a couple of small
functions: preempt_point() and preempt_needed().

- preempt(): if the LWP has exceeded its timeslice in kernel, strip it of
any priority boost gained earlier from blocking.

/src/sys/dev/ata/
H A Dwd.c1.343 Mon Jul 30 06:59:13 GMT 2007 taca branches: 1.343.4; 1.343.6; 1.343.8;
Make it compile with WD_SOFTBADSECT option.

1.343 Mon Jul 30 06:59:13 GMT 2007 taca branches: 1.343.4; 1.343.6; 1.343.8;
Make it compile with WD_SOFTBADSECT option.

1.343 Mon Jul 30 06:59:13 GMT 2007 taca branches: 1.343.4; 1.343.6; 1.343.8;
Make it compile with WD_SOFTBADSECT option.

1.343 Mon Jul 30 06:59:13 GMT 2007 taca branches: 1.343.4; 1.343.6; 1.343.8;
Make it compile with WD_SOFTBADSECT option.

/src/
H A Dbuild.sh1.343 Sun Jul 26 09:17:24 GMT 2020 rillig make(1): remove references to the removed lst.lib

H A DUPDATING1.343 Mon Aug 28 22:25:49 GMT 2023 riastradh certctl(8): Avoid clobbering prepopulated /etc/openssl/certs.

Also avoid clobbering some other edge cases like symlinks or
non-directories there.

This way, we have the following transitions on system updates:

- If /etc/openssl/certs is empty (as in default NetBSD<10 installs):
quietly populated on rehash.

- If /etc/openssl/certs is nonempty (you've added things to it,
e.g. by hand or with mozilla-rootcerts) and has never been managed
by certctl(8): left alone on rehash, with an error message to
explain what you need to do.

- If /etc/openssl/certs has been managed by certctl(8): quietly
updated on rehash.

Note: This means current installations made since certctl(8) was
added will be treated like /etc/openssl/certs is nonempty and has
never been managed by certctl(8). To work around this, you can just
delete /etc/openssl/certs and rerun `certctl rehash'.
/src/doc/
H A DBRANCHES1.343 Fri Aug 25 15:06:51 GMT 2017 joerg matt-timespec never saw any actual commits, so it has been removed.

/src/sys/uvm/
H A Duvm_map.c1.343 Wed Mar 15 20:25:41 GMT 2017 christos branches: 1.343.4;
PR/52078: Don't panic on 0 allocation, check more bounds.

1.343 Wed Mar 15 20:25:41 GMT 2017 christos branches: 1.343.4;
PR/52078: Don't panic on 0 allocation, check more bounds.

/src/sys/arch/i386/conf/
H A DALL1.343 Sat Sep 01 18:17:50 GMT 2012 jakllsch branches: 1.343.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.

1.343 Sat Sep 01 18:17:50 GMT 2012 jakllsch branches: 1.343.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.

/src/share/man/man9/
H A DMakefile1.343 Fri Nov 19 06:44:48 GMT 2010 dholland branches: 1.343.2;
Introduce struct pathbuf. This is an abstraction to hold a pathname
and the metadata required to interpret it. Callers of namei must now
create a pathbuf and pass it to NDINIT (instead of a string and a
uio_seg), then destroy the pathbuf after the namei session is
complete.

Update all namei call sites accordingly. Add a pathbuf(9) man page and
update namei(9).

The pathbuf interface also now appears in a couple of related
additional places that were passing string/uio_seg pairs that were
later fed into NDINIT. Update other call sites accordingly.

1.343 Fri Nov 19 06:44:48 GMT 2010 dholland branches: 1.343.2;
Introduce struct pathbuf. This is an abstraction to hold a pathname
and the metadata required to interpret it. Callers of namei must now
create a pathbuf and pass it to NDINIT (instead of a string and a
uio_seg), then destroy the pathbuf after the namei session is
complete.

Update all namei call sites accordingly. Add a pathbuf(9) man page and
update namei(9).

The pathbuf interface also now appears in a couple of related
additional places that were passing string/uio_seg pairs that were
later fed into NDINIT. Update other call sites accordingly.

/src/sys/dev/scsipi/
H A Dcd.c1.343 Fri Mar 27 11:15:33 GMT 2020 mlelstv branches: 1.343.2;
Allow open of RAWPART even when no medium is loaded.
Keep errors silent if no medium is loaded.

Fixes PR kern/55104

1.343 Fri Mar 27 11:15:33 GMT 2020 mlelstv branches: 1.343.2;
Allow open of RAWPART even when no medium is loaded.
Keep errors silent if no medium is loaded.

Fixes PR kern/55104

H A Dsd.c1.343 Wed Mar 05 00:41:00 GMT 2025 jakllsch sd(4): print physical sector information

/src/sys/arch/sparc/sparc/
H A Dmachdep.c1.343 Thu Apr 24 01:52:38 GMT 2025 riastradh sparc: Use STACK_ALIGNBYTES macro when aligning stack pointer.

Prompted by:

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

H A Dpmap.c1.343 Sat Jun 18 02:05:08 GMT 2011 mrg remove some debugging output no longer necessary.

/src/sys/arch/alpha/conf/
H A DGENERIC1.343 Sun Dec 18 05:49:23 GMT 2011 dholland WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.

/src/distrib/sets/lists/comp/
H A Dshl.mi1.343 Tue Sep 15 07:00:03 GMT 2020 mrg actually, disable tsan on everything but amd64.

it fails to build on mips64 and arm64 for me as well as others..
/src/distrib/sets/lists/debug/
H A Dshl.mi1.343 Mon Jul 01 04:03:04 GMT 2024 mrg GCC sanitizers: only build the sanitizers if $MKGCCCMDS != "no".

there's a minor use-case for the configuration of "building sanitizers
for distribution, but not the compiler", but it's pretty uncommon, and
the latest sanitizers don't build at all on m68000 so enhance the
option to not build /usr/bin/gcc (which simply can't modern GCC on a
sun2) to not build the sanitizers either.

(if we were to split these, MKGCCSANITIZER would be good variable.)

update set lists for far too many files, including fixing MKDEBUG for
a couple of builds.
/src/share/misc/
H A Dacronyms.comp1.343 Wed Mar 01 14:45:26 GMT 2023 fcambus Add TU (translation unit).

/src/share/mk/
H A Dbsd.prog.mk1.343 Mon May 08 14:31:08 GMT 2023 christos remove stuff accidentally committed

/src/sys/arch/macppc/conf/
H A DGENERIC1.343 Sat Feb 24 18:58:00 GMT 2018 sevan Remove legacy comment regarding the instability of awacs(4)
Enable awacs(4), skipping MAMBO config as it is for an emulator.

From <macallan>
"that warning about the awacs driver making some
machines lock up can probably go. It's ancient and I've never seen it
actually happen, I have several oldish macs with different awacs
variants and it's enabled in all my configs. In fact it predates my
macppc interrupt cleanup ( I think I did that in 2005 or so ) and I
strongly suspect that fixed the problem.
( the ancient code didn't properly distinguish between edge and level
triggered interrupts on grand central / heathrow type hardware, IIRC it
always just checked the level register(s) which resulted in edge
triggered interrupts being missed or misdetected. Most of the mac-io
goop from that time uses edge triggered interrupts, which includes
awacs )

If this actually happens to anyone I'd like to know about it"

/src/sys/ufs/ffs/
H A Dffs_vfsops.c1.343 Fri Feb 17 08:26:41 GMT 2017 hannken Flush the log to disk when ffs_sync() gets called with MNT_WAIT.

/src/sys/ufs/lfs/
H A Dlfs_vfsops.c1.343 Tue Sep 01 06:10:16 GMT 2015 dholland Add byteswapping to the dinode accessors.

This prevents regressions in the ulfs code when switching to the new
accessors. Note that while adding byteswapping to the other accessors
is straightforward, I haven't done it yet; and that also is not enough
to make LFS_EI work, because there are places lying around that bypass
the accessors for one reason and another and all of them need to be
updated. That is going to have to wait for a later day as LFS_EI is
not on the critical path right now.
H A Dlfs_vnops.c1.343 Wed Sep 17 04:37:47 GMT 2025 perseant Add working in-kernel roll forward.

/src/sys/arch/sparc64/sparc64/
H A Dlocore.s1.343 Fri Nov 09 10:06:00 GMT 2012 nakayama Make setstick() and getstick() to inline functions.
/src/sys/dev/ic/
H A Dcom.c1.343 Sat Oct 28 04:53:55 GMT 2017 riastradh Kill some more extern struct cfdriver declarations.

Down with externs in .c!

Completed in 363 milliseconds

1234