Searched hist:1.799 (Results 1 - 22 of 22) sorted by relevance
| /src/sys/arch/arm/xilinx/ | ||
| H A D | zynq_xadc.c | 1.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 D | files.zynq | 1.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/dev/pci/ | ||
| H A D | if_wm.c | 1.799 Sat Jun 29 00:11:12 GMT 2024 riastradh branches: 1.799.2; if_stats(9): Add ifp argument to if_stat..._ref. This will enable us to pass the ifp through to a dtrace probe inside. No functional change intended in this change, but this is an API change visible to modules so it shouldn't be pulled up. PR kern/58377 1.799 Sat Jun 29 00:11:12 GMT 2024 riastradh branches: 1.799.2; if_stats(9): Add ifp argument to if_stat..._ref. This will enable us to pass the ifp through to a dtrace probe inside. No functional change intended in this change, but this is an API change visible to modules so it shouldn't be pulled up. PR kern/58377 |
| H A D | pcidevs.h | 1.799 Mon Jun 26 18:16:23 GMT 2006 xtraeme regen |
| H A D | pcidevs_data.h | 1.799 Tue Jun 27 21:39:28 GMT 2006 kent regen for NVIDA MCP55_HDA |
| H A D | pcidevs | 1.799 Mon Jun 26 17:40:50 GMT 2006 xtraeme Add PROMISE PDC20775 and PDC40718 SATA controllers (from obsd). |
| /src/sys/arch/evbarm/conf/ | ||
| H A D | GENERIC | 1.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 D | usbdevs | 1.799 Fri Dec 17 08:16:14 GMT 2021 mrg add two more models of cyperpower UPS. |
| H A D | usbdevs.h | 1.799 Sat Feb 11 22:41:37 GMT 2023 nia regen |
| H A D | usbdevs_data.h | 1.799 Sat Feb 11 22:41:37 GMT 2023 nia regen |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.799 Thu Nov 30 21:01:16 GMT 2006 bouyer branches: 1.799.2; Add ahcisata(4), a driver for AHCI 1.0 and 1.1 controllers. Tested on the sata ports of a Intel 63xxESB chipset. Does not support NCQ yet. 1.799 Thu Nov 30 21:01:16 GMT 2006 bouyer branches: 1.799.2; Add ahcisata(4), a driver for AHCI 1.0 and 1.1 controllers. Tested on the sata ports of a Intel 63xxESB chipset. Does not support NCQ yet. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.799 Sat Nov 11 00:51:06 GMT 2017 maxv Modify the layout of the bootspace structure, in such a way that it can contain several kernel segments of the same type (eg several .text segments). Some parts are still a bit messy but will be cleaned up soon. I cannot compile-test this change on i386, but it seems fine enough. NOTE: you need to rebuild and reinstall a new prekern after this change. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.799 Tue Jan 31 23:19:20 GMT 2017 christos update for libevent |
| H A D | mi | 1.799 Sat Mar 07 22:08:07 GMT 2009 ad Add crash(8), a utility to diagnose kernel crashes. This is basically ddb running on crash dumps, but with two notable changes: - Breakpoints, watches, etc are obviously never going to work so they are not handled. - You can pipe output to the shell, e.g. ps | grep foo Items remaining to be done: - Port it to architectures other than i386. This isn't difficult, just a case of making db_disasm.c/db_trace.c or their equivalent compile and work. - Make more of the "show" commands work, e.g "show uvmexp". |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.799 Mon Dec 27 19:48:02 GMT 2010 wiz byacc-20101226 out. |
| H A D | CHANGES | 1.799 Sat Mar 03 15:43:12 GMT 2007 apb * Delete reference to MAKEDEV.subr. * Add an entry for the new way MAKEDEV.local shares MAKEDEV's code. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.799 Wed Jun 29 21:38:58 GMT 2005 perry add deroff and spell |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.799 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 D | bsd.own.mk | 1.799 Sat Apr 19 21:21:24 GMT 2014 joerg Basic unwind support for HPPA. |
| /src/usr.bin/make/ | ||
| H A D | var.c | 1.799 Thu Feb 04 19:15:13 GMT 2021 rillig make: rename Var_SetWithFlags to Var_SetExpandWithFlags Add back Var_SetWithFlags for the one call that doesn't need to expand the name. Now one of the flags is encoded in the function name while the others are encoded in VarSetFlags. This is inconsistent. Maybe there is a better way to model the different variants of setting a variable. |
| /src/sys/conf/ | ||
| H A D | files | 1.799 Tue Aug 29 23:34:48 GMT 2006 matt Make PTRACE and COREDUMP optional. Make the default (status quo) by putting them in conf/std. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.799 Wed Jul 20 11:36:39 GMT 2005 pooka VFS_STATFS.{0,9} -> VFS_STATVFS.{0,9} |
Completed in 2107 milliseconds