Searched +hist:1.69 +hist:10.1 (Results 1 - 8 of 8) sorted by relevance
| /src/share/misc/ | ||
| H A D | bsd-family-tree | 1.86 Fri Dec 20 18:22:28 GMT 2024 martin add 10.1 1.69 Wed Jul 25 03:26:40 GMT 2018 eadler bsd-family-tree: announce NetBSD 8.0; dfly 5.2.2 |
| /src/usr.sbin/npf/npfctl/ | ||
| H A D | npf.conf.5 | 1.69 Fri Aug 31 11:11:21 GMT 2018 maxv "interface" already contains "var-name", so don't mention it in "filt-addr", that's redundant 1.31 Fri Sep 20 03:03:52 GMT 2013 rmind - NPF: change the group/ruleset syntax - simplify. Update npf.conf(5) manual. - Add support for the inline pcap-filter(7) syntax in the rule, e.g.: block out final pcap-filter "tcp and dst 10.1.1.252" 1.69 Fri Aug 31 11:11:21 GMT 2018 maxv "interface" already contains "var-name", so don't mention it in "filt-addr", that's redundant 1.31 Fri Sep 20 03:03:52 GMT 2013 rmind - NPF: change the group/ruleset syntax - simplify. Update npf.conf(5) manual. - Add support for the inline pcap-filter(7) syntax in the rule, e.g.: block out final pcap-filter "tcp and dst 10.1.1.252" 1.69 Fri Aug 31 11:11:21 GMT 2018 maxv "interface" already contains "var-name", so don't mention it in "filt-addr", that's redundant 1.31 Fri Sep 20 03:03:52 GMT 2013 rmind - NPF: change the group/ruleset syntax - simplify. Update npf.conf(5) manual. - Add support for the inline pcap-filter(7) syntax in the rule, e.g.: block out final pcap-filter "tcp and dst 10.1.1.252" 1.69 Fri Aug 31 11:11:21 GMT 2018 maxv "interface" already contains "var-name", so don't mention it in "filt-addr", that's redundant 1.31 Fri Sep 20 03:03:52 GMT 2013 rmind - NPF: change the group/ruleset syntax - simplify. Update npf.conf(5) manual. - Add support for the inline pcap-filter(7) syntax in the rule, e.g.: block out final pcap-filter "tcp and dst 10.1.1.252" |
| /src/sys/arch/x86/x86/ | ||
| H A D | lapic.c | 1.93 Fri May 02 07:08:11 GMT 2025 imil Add support for CPUID leaf 0x40000010 to detect TSC and LAPIC frequency on hypervisors implementing the VMware-defined interface This change enables virtual machines to obtain TSC and LAPIC frequency information directly from the hypervisor via CPUID leaf 0x40000010, avoiding the need for runtime calibration, thus reducing boot speed in supported environments. Tested on GENERIC and MICROVM kernels, QEMU/KVM and QEMU/NVMM (current and 10.1), Intel and AMD CPUs, NetBSD/amd64 and i386. 1.69 Fri Feb 15 08:54:01 GMT 2019 nonaka Added Microsoft Hyper-V support. It ported from OpenBSD and FreeBSD. graphical console is not work on Gen.2 VM yet. To use the serial console, enter "consdev com,0x3f8,115200" on efiboot. |
| H A D | cpu.c | 1.214 Fri May 02 07:08:11 GMT 2025 imil Add support for CPUID leaf 0x40000010 to detect TSC and LAPIC frequency on hypervisors implementing the VMware-defined interface This change enables virtual machines to obtain TSC and LAPIC frequency information directly from the hypervisor via CPUID leaf 0x40000010, avoiding the need for runtime calibration, thus reducing boot speed in supported environments. Tested on GENERIC and MICROVM kernels, QEMU/KVM and QEMU/NVMM (current and 10.1), Intel and AMD CPUs, NetBSD/amd64 and i386. 1.69 Wed Feb 24 22:37:55 GMT 2010 dyoung branches: 1.69.2; A pointer typedef entails trading too much flexibility to declare const and non-const types, and the kernel uses both const and non-const PMF qualifiers and device suspensors, so change the pmf_qual_t and device_suspensor_t typedefs from "pointers to const" to non-pointer, non-const types. 1.69 Wed Feb 24 22:37:55 GMT 2010 dyoung branches: 1.69.2; A pointer typedef entails trading too much flexibility to declare const and non-const types, and the kernel uses both const and non-const PMF qualifiers and device suspensors, so change the pmf_qual_t and device_suspensor_t typedefs from "pointers to const" to non-pointer, non-const types. |
| /src/lib/librumphijack/ | ||
| H A D | hijack.c | 1.78 Wed Mar 09 15:03:18 GMT 2011 pooka Add a bunch of process-wide hijack calls. Among other things, it's now possible to use unmodified userspace binaries (rpcbind, mountd, nfsd) to start a rump nfs service and mount file systems from it. pain-rustique:42:~> mount rumpfs on / type rumpfs (local) 10.1.1.1:/export on /mnt type nfs 1.69 Fri Feb 25 18:36:36 GMT 2011 pooka whoops, didn't mean to delete futimes in previous. also from riz |
| /src/usr.bin/ftp/ | ||
| H A D | extern.h | 1.69 Fri Jun 10 00:18:46 GMT 2005 lukem Implement: int getline(FILE *stream, char *buf, size_t buflen, const char **errormsg) Read a line from the FILE stream into buf/buflen using fgets(), so up to buflen-1 chars will be read and the result will be NUL terminated. If the line has a trailing newline it will be removed. If the line is too long, excess characters will be read until newline/EOF/error. Various -ve return values indicate different errors, and errormsg will be changed to an error description if it's not NULL. Convert to use getline() instead of fgets() whenever reading user input to ensure that an overly long input line doesn't leave excess characters for the next input operation to accidentally use as input. Zero out the password & account after we've finished with it. Consistently use getpass(3) (i.e, character echo suppressed) when reading the account data. For some reason, historically the "login" code suppressed echo for Account: yet the "user" command did not! Display the hostname in the "getaddrinfo failed" warning. Appease some -Wcast-qual warnings. Fixing all of these requires significant code refactoring. (mmm, legacy code). 1.55 Mon May 29 14:57:27 GMT 2000 itojun convert IPv4 mapped address (::ffff:10.1.1.1) into real IPv4 address before touching it. IPv4 mapped address complicates too many things in FTP protocol handling. 1.69 Fri Jun 10 00:18:46 GMT 2005 lukem Implement: int getline(FILE *stream, char *buf, size_t buflen, const char **errormsg) Read a line from the FILE stream into buf/buflen using fgets(), so up to buflen-1 chars will be read and the result will be NUL terminated. If the line has a trailing newline it will be removed. If the line is too long, excess characters will be read until newline/EOF/error. Various -ve return values indicate different errors, and errormsg will be changed to an error description if it's not NULL. Convert to use getline() instead of fgets() whenever reading user input to ensure that an overly long input line doesn't leave excess characters for the next input operation to accidentally use as input. Zero out the password & account after we've finished with it. Consistently use getpass(3) (i.e, character echo suppressed) when reading the account data. For some reason, historically the "login" code suppressed echo for Account: yet the "user" command did not! Display the hostname in the "getaddrinfo failed" warning. Appease some -Wcast-qual warnings. Fixing all of these requires significant code refactoring. (mmm, legacy code). 1.55 Mon May 29 14:57:27 GMT 2000 itojun convert IPv4 mapped address (::ffff:10.1.1.1) into real IPv4 address before touching it. IPv4 mapped address complicates too many things in FTP protocol handling. |
| H A D | ftp.c | 1.96 Mon May 29 14:57:28 GMT 2000 itojun convert IPv4 mapped address (::ffff:10.1.1.1) into real IPv4 address before touching it. IPv4 mapped address complicates too many things in FTP protocol handling. 1.69 Tue Sep 28 07:51:06 GMT 1999 lukem remove debugging cruft 1.96 Mon May 29 14:57:28 GMT 2000 itojun convert IPv4 mapped address (::ffff:10.1.1.1) into real IPv4 address before touching it. IPv4 mapped address complicates too many things in FTP protocol handling. 1.69 Tue Sep 28 07:51:06 GMT 1999 lukem remove debugging cruft |
| H A D | fetch.c | 1.113 Mon May 29 14:57:27 GMT 2000 itojun convert IPv4 mapped address (::ffff:10.1.1.1) into real IPv4 address before touching it. IPv4 mapped address complicates too many things in FTP protocol handling. 1.69 Tue Sep 14 22:49:14 GMT 1999 mycroft warn()->warnx() in a couple of places. |
Completed in 120 milliseconds