Searched hist:1.500 (Results 1 - 25 of 35) sorted by relevance

12

/src/sys/arch/arm/xilinx/
H A Dzynq_xadc.c1.1 Fri Nov 11 20:31:30 GMT 2022 jmcneill Add support for Xilinx 7-series ADC.

The temperature and voltage sensors are exposed with sysmon:

# envstat -d zynqxadc0
Current CritMax WarnMax WarnMin CritMin Unit
temperature: 67.426 degC
vccint: 1.010 V
vccaux: 1.801 V
vp/vn: 0.011 V
vrefp: 1.250 V
vrefn: 0.004 V
vccbram: 1.009 V
vccpint: 1.009 V
vccpaux: 1.799 V
vcco_ddr: 1.500 V

H A Dfiles.zynq1.5 Fri Nov 11 20:31:30 GMT 2022 jmcneill Add support for Xilinx 7-series ADC.

The temperature and voltage sensors are exposed with sysmon:

# envstat -d zynqxadc0
Current CritMax WarnMax WarnMin CritMin Unit
temperature: 67.426 degC
vccint: 1.010 V
vccaux: 1.801 V
vp/vn: 0.011 V
vrefp: 1.250 V
vrefn: 0.004 V
vccbram: 1.009 V
vccpint: 1.009 V
vccpaux: 1.799 V
vcco_ddr: 1.500 V

/src/sys/arch/evbarm/conf/
H A DGENERIC1.115 Fri Nov 11 20:31:30 GMT 2022 jmcneill branches: 1.115.2;
Add support for Xilinx 7-series ADC.

The temperature and voltage sensors are exposed with sysmon:

# envstat -d zynqxadc0
Current CritMax WarnMax WarnMin CritMin Unit
temperature: 67.426 degC
vccint: 1.010 V
vccaux: 1.801 V
vp/vn: 0.011 V
vrefp: 1.250 V
vrefn: 0.004 V
vccbram: 1.009 V
vccpint: 1.009 V
vccpaux: 1.799 V
vcco_ddr: 1.500 V

/src/sys/dev/usb/
H A Dusbdevs1.500 Mon May 26 00:23:05 GMT 2008 christos branches: 1.500.2;
Add uberry, a stub driver for RIM BlackBerry devices that can only be used
to charge a BlackBerry on a USB port.
1.500 Mon May 26 00:23:05 GMT 2008 christos branches: 1.500.2;
Add uberry, a stub driver for RIM BlackBerry devices that can only be used
to charge a BlackBerry on a USB port.
H A Dusbdevs_data.h1.500 Sun Jun 22 17:46:01 GMT 2008 jmcneill branches: 1.500.2;
Regen for Sony PLAYSTATION(R) Eye
1.500 Sun Jun 22 17:46:01 GMT 2008 jmcneill branches: 1.500.2;
Regen for Sony PLAYSTATION(R) Eye
H A Dusbdevs.h1.500 Tue Jul 08 08:55:22 GMT 2008 uebayasi Regen.
/src/sys/kern/
H A Dvfs_subr.c1.500 Sun Apr 30 08:46:11 GMT 2023 riastradh branches: 1.500.6;
kern/vfs_subr.c: Revert previous build fixes, no longer needed.

SDT_PROBE* will now DTRT here.

1.500 Sun Apr 30 08:46:11 GMT 2023 riastradh branches: 1.500.6;
kern/vfs_subr.c: Revert previous build fixes, no longer needed.

SDT_PROBE* will now DTRT here.

H A Dinit_main.c1.500 Tue Oct 30 19:40:35 GMT 2018 kre Correct the 6 second offset issue between the time reported by
dmesg -T and the actual time a message was produced, noted on
current-users by Geoff Wing (Oct 27, 2018).

The size of the offset would depend upon architecture, and processor,
but was the delay from starting the clocks to initialising the time
of day (after mounting root, in case that is needed).

Change the kernel to set boottime to be the time at which the
clocks were started, rather than the time at which it is init'd
(by subtracting the interval between).

Correct dmesg to properly compute the ToD based upon the
boottime (which is a timespec, not a timeval, and has been
since Jan 2009) and the time logged in the message.

Note that this can (rarely) be 1 second earlier than date reports.
This occurs when the time when the message was logged was actually
in the next second, but the timecounters have not yet processed
the tick, and so the time of the last tick, near the end of the
previous second, is reported instead. Since times are always
truncated, rather than rounded, it is occasionally possible to
observe that disparity (if you try hard enough).

IOW: sys/kern/subr_prf.c:addtstamp() uses getnanouptime() rather
than nanouptime().

Note in dmesg(8) that -T conversions are gibberish other than
when the message comes from current the running kernel. (It
could be fixed when -M is used, for messages generated by the
kernel whose corpse is being observed. But hasn't been...)

H A Dkern_exec.c1.500 Thu May 07 20:02:34 GMT 2020 kamil On debugger attach to a prestarted process don't report SIGTRAP

Introduce PSL_TRACEDCHILD that indicates tracking of birth of a process.
A freshly forked process checks whether it is traced and if so, reports
SIGTRAP + TRAP_CHLD event to a debugger as a result of tracking forks-like
events. There is a time window when a debugger can attach to a newly
created process and receive SIGTRAP + TRAP_CHLD instead of SIGSTOP.

Fixes races in t_ptrace_wait* tests when a test hangs or misbehaves,
especially the ones reported in tracer_sysctl_lookup_without_duplicates.

/src/sys/sys/
H A Dparam.h1.500 Mon Jul 11 16:10:10 GMT 2016 matt branches: 1.500.2;
Welcome 7.99.34

1.500 Mon Jul 11 16:10:10 GMT 2016 matt branches: 1.500.2;
Welcome 7.99.34

/src/sys/arch/i386/conf/
H A DALL1.500 Thu Dec 23 17:13:13 GMT 2021 hannken Disable amdgpu as it uses floating point arithmetics and subr_kcov
doesnt handle it.

Ok: riastradh@

/src/distrib/notes/common/
H A Dmain1.500 Tue Jan 07 04:46:02 GMT 2014 pho Add pho@ to NetBSD Developers.
/src/share/man/man4/
H A Doptions.41.500 Wed Apr 10 10:09:23 GMT 2019 wiz Bump date for previous.
H A DMakefile1.500 Mon Jan 04 16:57:48 GMT 2010 haad Add device-mapper manual page to build and add it to apropriate lists.

/src/usr.bin/xlint/lint1/
H A Dcgram.y1.500 Sat May 11 16:12:28 GMT 2024 rillig lint: parse but otherwise ignore C23 attributes

The C23 attributes are only parsed before an expression in an expression
statement, as a proof of concept. Other places will follow later.
H A Dtree.c1.500 Sun Jan 29 13:47:16 GMT 2023 rillig lint: untangle conditions in promote_c90

No functional change.
/src/sys/net/
H A Dif.c1.500 Fri Dec 31 14:26:19 GMT 2021 riastradh sys/net: Document if_flags_set with a comment.

/src/sys/arch/amd64/conf/
H A DGENERIC1.500 Fri Aug 10 17:54:46 GMT 2018 sevan Add snippet for bpfjit(4) as both i386 and amd64 are listed as supported.
Ideally BPFJIT should be enabled by default for use with NPF but I haven't
raised the question (no access to email at the moment) hence both are disabled.
/src/sys/dev/pci/
H A Dpcidevs.h1.500 Thu Jan 16 00:45:57 GMT 2003 gendalia regen after pcidevs is committed so the correct version number is embedded.
Thanks to wiz.
H A Dpcidevs_data.h1.500 Fri Jan 24 03:16:08 GMT 2003 thorpej Regen; add Nvidia nForce2 ATA133 IDE.
/src/usr.bin/make/
H A Djob.c1.500 Sat May 03 08:18:33 GMT 2025 rillig make: miscellaneous cleanups

H A Dmain.c1.500 Sun Dec 20 14:39:46 GMT 2020 rillig make(1): remove constant parameter from MakeMode

/src/sys/arch/i386/i386/
H A Dmachdep.c1.500 Thu Dec 05 16:19:08 GMT 2002 junyoung - Identify VIA C3 processors. Fix PR#19163.
- While here, make use of CPUID2STEPPING() macro.
/src/distrib/sets/lists/base/
H A Dshl.mi1.500 Sun Oct 11 11:26:40 GMT 2009 pooka raidframe works well enough now to initialize parity, so install it.
/src/doc/
H A D3RDPARTY1.500 Tue Jan 09 00:34:46 GMT 2007 kleink tz{code,data}2007a out; tzdata2007a imported.

Completed in 1129 milliseconds

12