Searched hist:1.574 (Results 1 - 24 of 24) sorted by relevance
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.574 Wed Jun 07 22:37:58 GMT 2006 kardel branches: 1.574.2; convert to timecounters (from branch simonb-timecounters) 1.574 Wed Jun 07 22:37:58 GMT 2006 kardel branches: 1.574.2; convert to timecounters (from branch simonb-timecounters) |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.574 Sun Mar 24 13:18:02 GMT 2024 martin Use single-arg "Lk" macro for a link so we can get reasonable results both in .more and .html output (still a bit odd, but better than before IMHO). |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.574 Sat Jan 08 22:02:49 GMT 2011 is Realtek 8187B |
| H A D | usbdevs.h | 1.574 Sat Jun 11 13:51:45 GMT 2011 nonaka regen. |
| H A D | usbdevs_data.h | 1.574 Wed Jun 01 13:58:51 GMT 2011 njoly Regen for Chipsbank vendor id. |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.574 Sat Aug 01 08:20:47 GMT 2020 maxv Remove references to BRIDGE_IPF, it is now compiled in by default. |
| /src/share/man/man4/ | ||
| H A D | Makefile | 1.574 Sun Nov 13 00:35:40 GMT 2011 mbalmer Add documentation for gpiopwm(4). |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.574 Mon Sep 15 19:51:09 GMT 2003 bouyer Regen: rename VT8237_RAID to VT8237_SATA |
| H A D | pcidevs_data.h | 1.574 Sun Sep 21 14:27:41 GMT 2003 nisimura Regen. |
| H A D | pcidevs | 1.574 Sat Sep 13 00:13:29 GMT 2003 jdolecek fix description of Intel PRO/100 VM Network Controller with 82562ET/EZ PHY don't activate any quirks for VM_6 variant problem reported by Lars Heidieker on current-users also don't activate any quirks for VM_3 - VM_5 variants, neither VE_2 - VE_4, in anticipation that the more modern variants don't need the quirks |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | tree.c | 1.574 Wed Aug 02 18:51:25 GMT 2023 rillig lint: distinguish between arguments and parameters |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.574 Tue Feb 08 03:20:13 GMT 2011 haad Initial import of libdm and dmctl to tree. libdm library can be used to access, manage and manipulate device-mapper driver. Which opens us bunch of new possibilities like dm-multipath device target dm-crypt device target dm-ccd compatibility layer With this import I'm bringing in dmctl tool for working with dm driver ,too. I plan to replace gpl2 licensed dmsetup command with our dmctl tool in near feature. It can also by placed to /rescue where we was not able to put dmsetup because of licensing problems. With libdm in tree we can now write RUMP atf test suite for dm driver to ensure LVM subsystem stability as time goes. Reviewed by: blymn@ and rmind@ Oked: by no objections on tech-userlevel@ |
| H A D | mi | 1.574 Thu Oct 13 20:30:38 GMT 2005 riz Add /usr/share/examples/veriexecctl/fpgen.sh |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.574 Mon Jan 07 13:25:58 GMT 2008 jmcneill acpica 20071219 is out; note that we are now at 20070320 |
| /src/usr.bin/make/ | ||
| H A D | main.c | 1.574 Sat Jan 22 16:24:45 GMT 2022 rillig make: clean up comments |
| H A D | parse.c | 1.574 Sun Dec 12 15:44:41 GMT 2021 rillig make: rename Parse_SetInput to Parse_PushInput The word 'set' sounded too much like it would replace the current file, but instead the file is pushed to the stack, and the previous file is continued later. No functional change. |
| H A D | var.c | 1.574 Sun Oct 18 08:58:29 GMT 2020 rillig make(1): rename Stack to Vector Both Var_Dump and GetActuallyIncludingFile access more than only the top item of the stack, therefore it is more honest to rename the data type. |
| /src/sys/sys/ | ||
| H A D | param.h | 1.574 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/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.574 Wed Oct 08 00:08:38 GMT 2003 augustss Alphabetize. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.574 Wed Apr 30 09:45:32 GMT 2003 wiz Add some arc and cobalt man(4) pages. |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.574 Wed Jun 25 19:20:46 GMT 2014 alnsn Add new libbpfjit tests. |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.574 Sat Sep 12 07:21:09 GMT 2009 skrll Switch hppa to binutils 2.19. There is a lot of rump breakage for hppa. Hopefully it will be fixed soon. |
| /src/sys/conf/ | ||
| H A D | files | 1.574 Wed Oct 23 09:12:56 GMT 2002 jdolecek merge kqueue branch into -current kqueue provides a stateful and efficient event notification framework currently supported events include socket, file, directory, fifo, pipe, tty and device changes, and monitoring of processes and signals kqueue is supported by all writable filesystems in NetBSD tree (with exception of Coda) and all device drivers supporting poll(2) based on work done by Jonathan Lemon for FreeBSD initial NetBSD port done by Luke Mewburn and Jason Thorpe |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.574 Wed May 28 20:07:47 GMT 2003 christos readdir_r + libc bump. |
Completed in 1621 milliseconds