Searched hist:1.434 (Results 1 - 25 of 41) sorted by relevance

12

/src/sys/arch/sparc64/sparc64/
H A Dlocore.s1.434 Sat Feb 17 19:36:07 GMT 2024 palle branches: 1.434.2;
Ensure that the size of the stack is properly specified (2*USPACE) so it matches the allocation of stack pages done in pmap_bootstrap(). If this is not properly in sync, then the stack pointer may end up in the redzone right before the stack causing mmu faults. This issue has been observed on a T2000 (sun4v) system while probing the devices (pci/ebus/com) during bootstrap
1.434 Sat Feb 17 19:36:07 GMT 2024 palle branches: 1.434.2;
Ensure that the size of the stack is properly specified (2*USPACE) so it matches the allocation of stack pages done in pmap_bootstrap(). If this is not properly in sync, then the stack pointer may end up in the redzone right before the stack causing mmu faults. This issue has been observed on a T2000 (sun4v) system while probing the devices (pci/ebus/com) during bootstrap
/src/sys/arch/i386/conf/
H A DALL1.434 Sun Feb 25 22:00:22 GMT 2018 pgoyette branches: 1.434.2;
As requested by chuq@, add the new imc devices to the i386 and amd64
ALL kernels.
1.434 Sun Feb 25 22:00:22 GMT 2018 pgoyette branches: 1.434.2;
As requested by chuq@, add the new imc devices to the i386 and amd64
ALL kernels.
/src/sys/dev/usb/
H A Dusbdevs.h1.434 Thu Jun 08 17:57:14 GMT 2006 rjs branches: 1.434.2;
Regen for Nokia CA42.
1.434 Thu Jun 08 17:57:14 GMT 2006 rjs branches: 1.434.2;
Regen for Nokia CA42.
H A Dusbdevs1.434 Sat Jul 01 08:14:46 GMT 2006 martin Add an ArkMicroChips serial adapter
H A Dusbdevs_data.h1.434 Tue Jun 06 08:54:27 GMT 2006 tron Regen.
/src/sys/dev/ata/
H A Dwd.c1.434 Wed Nov 01 19:34:46 GMT 2017 mlelstv refactor wd and ataraid drivers to use common disk subroutines.
/src/sys/arch/arm/arm32/
H A Dpmap.c1.434 Sat Mar 19 09:54:25 GMT 2022 skrll Alight code re-organisation so it better matches the VPRINTF headings
it is under. NFCI.

/src/distrib/notes/common/
H A Dmain1.434 Tue Feb 17 21:41:20 GMT 2009 imil Added myself.
/src/distrib/sets/lists/debug/
H A Dmi1.434 Sun Apr 28 18:55:04 GMT 2024 rillig tests/cd9660: add debug info to the file list
/src/etc/
H A DMakefile1.434 Fri Sep 28 15:11:36 GMT 2018 martin Prepare for .tar.xz sets
/src/share/man/man9/
H A DMakefile1.434 Mon Dec 24 16:58:54 GMT 2018 thorpej Add threadpool(9), an abstraction that provides shared pools of kernel
threads running at specific priorities, with support for unbound pools
and per-cpu pools.

Written by riastradh@, and based on the May 2014 draft, with a few changes
by me:
- Working on the assumption that a relative few priorities will actually
be used, reduce the memory footprint by using linked lists, rather than
2 large (and mostly empty) tables. The performance impact is essentially
nil, since these lists are consulted only when pools are created (and
destroyed, for DIAGNOSTIC checks), and the lists will have at most 225
entries.
- Make threadpool job object, which the caller must allocate storage for,
really opaque.
- Use typedefs for the threadpool types, to reduce the verbosity of the
API somewhat.
- Fix a bunch of pool / worker thread / job object lifecycle bugs.

Also include an ATF unit test, written by me, that exercises the basics
of the API by loading a kernel module that exposes several sysctls that
allow the ATF test script to create and destroy threadpools, schedule a
basic job, and verify that it ran.

And thus NetBSD 8.99.29 has arrived.
/src/share/mk/
H A Dbsd.README1.434 Fri May 27 07:28:21 GMT 2022 nia mk: Add a MKLFS flag for excluding the log-structured filesystem userspace
tools from the build.

/src/share/man/man4/
H A Doptions.41.434 Sun Feb 02 08:34:39 GMT 2014 wiz Wording. New sentence, new line. filesystem -> file system.
H A DMakefile1.434 Wed Jul 11 07:53:30 GMT 2007 kiyohara Add support for NVIDIA nForce 2/3/4 SMBus controller and SMBus driver.
/src/sys/dev/pci/
H A Dfiles.pci1.434 Wed Feb 17 08:15:43 GMT 2021 knakahara In 64 bit architectures, WM_EVENT_COUNTER is enabled by default.

No objection from tech-kern@n.o and tech-net@n.o.

ok'ed by msaitoh@n.o.
H A Dpcidevs.h1.434 Fri May 24 11:54:22 GMT 2002 lukem regen for NetMos Quad UART and 1284 Printer port
H A Dpcidevs_data.h1.434 Mon May 27 08:52:37 GMT 2002 drochner regen
/src/usr.bin/xlint/lint1/
H A Dcgram.y1.434 Sun Apr 02 19:47:54 GMT 2023 rillig lint: clean up indentation and wrapping in C parser
H A Dtree.c1.434 Tue Apr 19 20:08:52 GMT 2022 rillig lint: do not warn about converting (1234567L & 0xFF) to unsigned char

Due to the '& 0xFF', there is no possible loss of accuracy.
/src/sys/kern/
H A Dinit_main.c1.434 Sat Jul 30 17:01:04 GMT 2011 christos Add an implementation of passive serialization as described in expired
US patent 4809168. This is a reader / writer synchronization mechanism,
designed for lock-less read operations.
H A Dkern_exec.c1.434 Mon Jun 20 19:14:35 GMT 2016 christos put back commented out name resolution code that was gc'ed after previous
refactoring.
H A Dvfs_subr.c1.434 Sun Apr 29 22:54:00 GMT 2012 chs change vflushbuf() to take the full FSYNC_* flags.
translate FSYNC_LAZY into PGO_LAZY for VOP_PUTPAGES() so that
genfs_do_io() can set the appropriate io priority for the I/O.
this is the first part of addressing PR 46325.
/src/sys/net/
H A Dif.c1.434 Mon Aug 27 04:53:24 GMT 2018 ozaki-r Restore splx removed accidentally at v1.406

Pointed out by k-goda@IIJ
/src/sys/arch/amd64/conf/
H A DGENERIC1.434 Tue Jun 14 03:34:01 GMT 2016 pgoyette Re-arrange PAX_ASLR options to keep the _DEBUG next to the main option.
/src/usr.bin/make/
H A Djob.c1.434 Wed Jun 16 03:56:59 GMT 2021 rillig make: extract commands-ok check from JobWriteShellCommands

This piece of code did not match the function name and thus could not
reasonably be expected in that function.

In job.c 1.399 from 2021-01-29 I missed exactly this little detail when
I added code to skip the apparently unnecessary creation of empty shell
files. The code I added only handled the happy case, not the case where
the target could not be made.

That code path then differed, leading to a much more verbose error
message than before.

before:
don't know how to make ../missing/no-such.o. Stop

after:
don't know how to make ../missing/no-such.o. Stop
...
`../missing/no-such.o' was not built (made BEINGMADE, ...)!
`muck' was not built (made DEFERRED, type OP_DEPENDS|...)!
`muck' has .ORDER dependency against build-all (made DEFERRED, ...)

Thanks to sjg for finding and reproducing this unintended change of
behavior.

Completed in 967 milliseconds

12