Searched hist:1.368 (Results 1 - 25 of 70) sorted by relevance

123

/src/doc/
H A DBRANCHES1.368 Sat Jun 29 18:44:36 GMT 2024 perseant branches: 1.368.2;
Document perseant-exfatfs and perseant-iso10646 branches.
1.368 Sat Jun 29 18:44:36 GMT 2024 perseant branches: 1.368.2;
Document perseant-exfatfs and perseant-iso10646 branches.
/src/
H A Dbuild.sh1.368 Sun Apr 23 09:54:15 GMT 2023 uwe build.sh: drop -lrumpdev hack introduced in previous

The existing trick in sys/rump/librump/rumpdev/rump_dev.c was not
updated after the renames in the kernel. kudos to riastradh.

PR kern/56599
H A DUPDATING1.368 Fri Nov 22 14:53:12 GMT 2024 riastradh UPDATING: Note libarchive requires clean.
/src/sys/arch/alpha/conf/
H A DGENERIC1.368 Sat Mar 19 23:21:02 GMT 2016 gdt branches: 1.368.2;
Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)

1.368 Sat Mar 19 23:21:02 GMT 2016 gdt branches: 1.368.2;
Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner. Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)

/src/sys/dev/pci/ixgbe/
H A Dix_txrx.c1.24 Thu May 18 08:25:37 GMT 2017 msaitoh branches: 1.24.2;
Fix a bug that number of input packet counted twice. This bug was added
since sys/net/if.c rev.1.368.
http://mail-index.netbsd.org/source-changes/2016/12/15/msg079882.html

/src/sys/dev/ata/
H A Dwd.c1.368 Fri Feb 06 13:43:11 GMT 2009 drochner branches: 1.368.2;
-in the wdc@pcmcia driver, don't try to powerup/down while cold or
shutting down -- this is only supposed to happen from the pcmcia
kernel thread while the system is running
-in wd_shutdown, call ata_addref first, so that the adapter is either
active or we know that it isn't
This fixes a hang on shutdown-p reported by Dennis den Brok per
PR kern/40531. Verified by by Dennis and me.
(reported against 5.0-Beta, so this is a pullup candidate)
1.368 Fri Feb 06 13:43:11 GMT 2009 drochner branches: 1.368.2;
-in the wdc@pcmcia driver, don't try to powerup/down while cold or
shutting down -- this is only supposed to happen from the pcmcia
kernel thread while the system is running
-in wd_shutdown, call ata_addref first, so that the adapter is either
active or we know that it isn't
This fixes a hang on shutdown-p reported by Dennis den Brok per
PR kern/40531. Verified by by Dennis and me.
(reported against 5.0-Beta, so this is a pullup candidate)
/src/share/mk/
H A Dbsd.lib.mk1.368 Sun Jan 08 17:40:44 GMT 2017 christos branches: 1.368.2;
- centralize setting of MK* vars in bsd.own.mk
- make sure that the default setting of all vars is done in _MKVARS.{yes,no}
if possible.

1.368 Sun Jan 08 17:40:44 GMT 2017 christos branches: 1.368.2;
- centralize setting of MK* vars in bsd.own.mk
- make sure that the default setting of all vars is done in _MKVARS.{yes,no}
if possible.

/src/distrib/sets/lists/debug/
H A Dshl.mi1.368 Mon Aug 25 19:11:31 GMT 2025 christos bump for binutils-2.45
H A Dmi1.368 Thu Nov 18 15:03:19 GMT 2021 thorpej Add a test case for backtrace(3) across a signal handler.
/src/share/misc/
H A Dacronyms.comp1.368 Thu Sep 21 13:38:03 GMT 2023 jschauma +CVSS Common Vulnerability Scoring System

/src/sys/arch/macppc/conf/
H A DGENERIC1.368 Sun Apr 26 23:03:37 GMT 2020 pgoyette Re-enable crypto and swcrypto - "generic softints" have been available
for quite some time, so no need to disable.

This is a work-around for PR kern/55155. The root problem, failure to
load modules due to missing kernel symbol table, still exists.
/src/sys/kern/
H A Dvfs_subr.c1.368 Thu Feb 05 13:37:24 GMT 2009 enami branches: 1.368.2;
Make revoke(2) works as before:
- vfs_syscalls.c rev. 1.342 fails to invert condition correcly when
then-clause and else-clause is swapped. Since then, revoke(2) fails
if it is issued by file owner.
- Probably since rev. 1.160 of genfs_vnops.c, revoke(2) fails if it is
applied to non-device file and drops kernel into ddb.
1.368 Thu Feb 05 13:37:24 GMT 2009 enami branches: 1.368.2;
Make revoke(2) works as before:
- vfs_syscalls.c rev. 1.342 fails to invert condition correcly when
then-clause and else-clause is swapped. Since then, revoke(2) fails
if it is issued by file owner.
- Probably since rev. 1.160 of genfs_vnops.c, revoke(2) fails if it is
applied to non-device file and drops kernel into ddb.
H A Dkern_sig.c1.368 Sat Oct 12 10:55:23 GMT 2019 kamil Remove p_oppid from struct proc

This field is not needed as it duplicated p_opptr that is alread safe to
use, unless proven otherwise.

eventswitch() already contained a check for != initproc (pid1).

Ride ABI bump for 9.99.16.
/src/sys/ufs/ffs/
H A Dffs_vfsops.c1.368 Tue May 12 23:17:41 GMT 2020 ad cache_enter_id(): give it a boolean parameter to indicate whether the cached
identity is valid.
/src/sys/ufs/lfs/
H A Dlfs_vfsops.c1.368 Wed Jan 15 17:55:44 GMT 2020 ad Merge from yamt-pagecache (after much testing):

- Reduce unnecessary page scan in putpages esp. when an object has a ton of
pages cached but only a few of them are dirty.

- Reduce the number of pmap operations by tracking page dirtiness more
precisely in uvm layer.
/src/sys/uvm/
H A Duvm_map.c1.368 Fri Dec 27 10:17:57 GMT 2019 msaitoh s/referece/reference/ in comment.

/src/sys/arch/sparc64/sparc64/
H A Dlocore.s1.368 Sun Jul 27 16:37:47 GMT 2014 palle sun4v: Introduce a new macro ALTERNATE_GLOBALS (matching NORMAL_GLOBALS). Two new helper macros ENABLE_INTERRUPTS and DISABLE_INTERRUPTS are also created. With these changes the GENERIC.UP kernel will reach rootmount on sun4v systems - ok martin@
/src/sys/arch/sparc/sparc/
H A Dpmap.c1.368 Wed Dec 09 04:02:20 GMT 2020 uwe sp_tlb_flush() - fix inline asm miscompiled by newer gcc versions.

As one national park director once said: "my problems start when the
dumber of my visitors meet the smarter of my bears".

Old inline asm used specific hardcoded registers "assuming that gcc
doesn't do anything funny with these". Unfortunately now it does,
especially when this function is inlined. We ended up restoring a
wrong context. The result was mysterious infinite memory faults.

Rewrite in safer inline asm, so that gcc is not confused.

Many thanks to chs@ for his patience.

/src/sys/dev/ic/
H A Dcom.c1.368 Tue Oct 12 08:09:50 GMT 2021 kre Note that while sleeping (HUPCL), time passes.
Try to avoid the otherwise infinite loop.
/src/sys/arch/i386/conf/
H A DALL1.368 Sun Mar 16 09:35:05 GMT 2014 martin Add umcs(4)
H A Dfiles.i3861.368 Sun Oct 28 16:25:03 GMT 2012 alnsn Build bpfjit on i386.
/src/sys/arch/alpha/alpha/
H A Dmachdep.c1.368 Wed Oct 14 00:59:50 GMT 2020 thorpej Add a mechanism to allow a platform to optionally shelter some region
of physical memory from random allocations from the default VM page
free list. Use this hook to shelter regions within 0-16MB of physical
RAM on Jensen and Irongate systems; those platforms do not have SGMAP
DMA, and so we need to shelter this range so that devices using ISA DMA
(e.g. floppy controller) have an opportunity to allocate DMA-safe memory.

PR port-alpha/27087

/src/sys/arch/amd64/amd64/
H A Dmachdep.c1.368 Tue Mar 05 14:15:28 GMT 2024 thorpej Move the at-shutdown call to resettodr() from cpu_reboot() to kern_reboot().

It's a small step, but it's a step.

/src/sys/arch/arm/arm32/
H A Dpmap.c1.368 Mon Sep 03 16:29:23 GMT 2018 riastradh Rename min/max -> uimin/uimax for better honesty.

These functions are defined on unsigned int. The generic name
min/max should not silently truncate to 32 bits on 64-bit systems.
This is purely a name change -- no functional change intended.

HOWEVER! Some subsystems have

#define min(a, b) ((a) < (b) ? (a) : (b))
#define max(a, b) ((a) > (b) ? (a) : (b))

even though our standard name for that is MIN/MAX. Although these
may invite multiple evaluation bugs, these do _not_ cause integer
truncation.

To avoid `fixing' these cases, I first changed the name in libkern,
and then compile-tested every file where min/max occurred in order to
confirm that it failed -- and thus confirm that nothing shadowed
min/max -- before changing it.

I have left a handful of bootloaders that are too annoying to
compile-test, and some dead code:

cobalt ews4800mips hp300 hppa ia64 luna68k vax
acorn32/if_ie.c (not included in any kernels)
macppc/if_gm.c (superseded by gem(4))

It should be easy to fix the fallout once identified -- this way of
doing things fails safe, and the goal here, after all, is to _avoid_
silent integer truncations, not introduce them.

Maybe one day we can reintroduce min/max as type-generic things that
never silently truncate. But we should avoid doing that for a while,
so that existing code has a chance to be detected by the compiler for
conversion to uimin/uimax without changing the semantics until we can
properly audit it all. (Who knows, maybe in some cases integer
truncation is actually intended!)

/src/distrib/notes/common/
H A Dmain1.368 Sun Nov 11 05:17:59 GMT 2007 reed Fix typo, merge sentences. From Adrian S. in PR #37357.

Completed in 858 milliseconds

123