Searched hist:1.931 (Results 1 - 14 of 14) sorted by relevance
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.931 Fri Feb 22 14:49:46 GMT 2008 tsutsui Regen from pcidevs rev 1.930: > Add I-O DATA RSA-PCI 2 port serial board. |
| H A D | pcidevs_data.h | 1.931 Sun Feb 24 16:02:01 GMT 2008 xtraeme regen |
| H A D | pcidevs | 1.931 Sun Feb 24 16:01:46 GMT 2008 xtraeme + Dell PERC 6. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.931 Wed Feb 23 19:09:42 GMT 2022 christos bump libssh |
| H A D | mi | 1.931 Fri Apr 15 19:31:06 GMT 2011 joerg Install clang's MD headers into /usr/include/clang-3.0 similar to GCC. |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.931 Sun Apr 01 14:09:47 GMT 2012 tron Correct maintainer. |
| H A D | CHANGES | 1.931 Fri Oct 05 01:42:07 GMT 2007 oster Note ability to dump kernel cores to RAID 1 sets. |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.931 Sun Mar 29 15:45:08 GMT 2009 ad Unfuck compat some more |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.931 Sat Sep 16 20:54:43 GMT 2006 elad Add a C version of Veriexec's fingerprint generator, written by Matt Fleming. This one has some nice options -- for example, an admin can run right after installing a system: fpgen -D and it will fingerprint a set of "common" system directories to the default loaction. See the man-page for more stuff. Performance-wise, here are results for both fpgen.sh (old) and this new tool: 474.599u 574.335s 13:53.05 125.9% 0+0k 0+307io 0pf+0w 0.424u 0.131s 0:00.56 98.2% 0+0k 0+2io 0pf+0w ...guess which is which? (that's ~1500 times *faster*) |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.931 Sun Sep 27 20:11:33 GMT 2020 rillig make(1): add test for merging long lines of job output |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.931 Fri Jun 10 03:36:55 GMT 2016 mrg define XORG_SERVER_SUBDIR to either xorg-server or xorg-server.old. |
| /src/usr.bin/make/ | ||
| H A D | var.c | 1.931 Sun May 30 20:31:03 GMT 2021 rillig make: inline VarUniq into ApplyModifier_Unique No functional change. |
| /src/sys/conf/ | ||
| H A D | files | 1.931 Fri Dec 19 15:24:03 GMT 2008 haad Merge the haad-dm branch to -current. This branch adds LVM functionality to the base NetBSD system. It uses Linux LVM2 tools and our BSD licensed device-mapper driver. The device-mapper driver can be used to create virtual block devices which maps virtual blocks to real with target mapping called target. Currently these targets are available a linear, zero, error and a snapshot (this is work in progress and doesn't work yet). The lvm2tools adds lvm and dmsetup binary to based system, where the lvm tool is used to manage and administer whole LVM and the dmestup is used to communicate iwith device-mapper kernel driver. With these tools also a libdevmapper library is instaled to the base system. Building of tools and driver is currently disable and can be enabled with MKLVM=yes in mk.conf. I will add sets lists and rc.d script soon. Oked by agc@ and cube@. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.931 Fri Sep 22 04:20:23 GMT 2006 thorpej Alter the protocol impemented by prop_kern to allow for bi-directional plist-based messages and to eliminate looping previously required to receive a plist from the kernel: - prop_dictionary_copyin_ioctl() and prop_dictionary_copyout_ioctl() now take the cmd argument rather than the file open flag. The read-ness or write-ness of an ioctl command is checked by these routines to ensure that information is being passed to/from the userland component properly. - prop_dictionary_copyout_ioctl() now allocates the memory for the XML plist on behalf of the userland component by way of uvm_mmap(). The XML plist is copied out to the newly-mapped anonymous region, and the pointer returned via the plistref. - prop_dictionary_recv_ioctl() is responsible for munmap()'ing the region after parsing the XML plist into internal represenatation. - A new prop_dictionary_sendrecv_ioctl() is added, allowing user space code to send a dictionary to the kernel and receive one back as a reply. Update users of prop_kern for the API changes (Bluetooth). This constitutes an ABI / protocol change -- but this will also be put into NetBSD 4.0 so that the first proplib release will implement the new scheme. |
Completed in 1302 milliseconds