Searched hist:1.661 (Results 1 - 23 of 23) sorted by relevance

/src/sys/dev/usb/
H A Dusbdevs1.661 Wed Dec 25 13:52:37 GMT 2013 nonaka Added Planex GW-450D.
H A Dusbdevs.h1.661 Tue May 20 09:56:26 GMT 2014 zafer regen
H A Dusbdevs_data.h1.661 Tue Apr 29 10:56:38 GMT 2014 nonaka regen
/src/sys/arch/i386/conf/
H A DGENERIC1.661 Thu Mar 03 23:02:01 GMT 2005 tron branches: 1.661.2;
Backout last commit because an entry for atu(4) already existed.
Problem noted by FUKAUMI Naoki on current-users mailing list.
1.661 Thu Mar 03 23:02:01 GMT 2005 tron branches: 1.661.2;
Backout last commit because an entry for atu(4) already existed.
Problem noted by FUKAUMI Naoki on current-users mailing list.
/src/share/man/man4/
H A DMakefile1.661 Tue Jul 31 16:44:29 GMT 2018 khorben Add a port of the umb(4) driver from OpenBSD

The umb(4) driver provides support for USB MBIM (Mobile Broadband
Interface Model) devices.

MBIM devices establish connections via cellular networks such as GPRS,
UMTS, and LTE. They appear as a regular point-to-point network interface, transporting raw IP frames.

Required configuration parameters like PIN and APN have to be set with
umbctl(8), a new tool specific to this driver. The IP address is configured
automatically; the default route and DNS server information have to be set
separately.

The driver is not fully functional yet, it is therefore still marked as
experimental and disabled by default. Any help welcome to complete it!

Tested on NetBSD/amd64, with a Sierra Wireless EM7345 LTE modem on a Lenovo
ThinkPad T440s. No functional change expected otherwise.
/src/sys/dev/pci/
H A Dpcidevs.h1.661 Tue Oct 26 11:31:17 GMT 2004 augustss Regen.
H A Dpcidevs_data.h1.661 Sat Nov 06 08:37:00 GMT 2004 xtraeme Regen for:

Add Nvidia nForce3 250 chipset products, from Kouichirou Hiratsuka
in PR 27843.
H A Dpcidevs1.661 Thu Oct 28 07:26:09 GMT 2004 martti Align all SYMBIOS entries
/src/usr.bin/xlint/lint1/
H A Dtree.c1.661 Fri Nov 29 06:57:43 GMT 2024 rillig lint: remove premature optimization for non-query scenarios
/src/sys/arch/i386/i386/
H A Dmachdep.c1.661 Fri Feb 13 22:41:02 GMT 2009 apb Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h"
in all kernel sources that use the MODULAR option.
Proposed in tech-kern on 18 Jan 2009.
/src/distrib/sets/lists/base/
H A Dshl.mi1.661 Sat Apr 06 17:30:27 GMT 2013 christos new libpcap
H A Dmi1.661 Wed Oct 18 17:54:54 GMT 2006 tnozaki add new iconv module libJOHAB,
this supports S.Korean character encoding scheme ``JOHAB''.
/src/doc/
H A D3RDPARTY1.661 Fri Jan 09 07:26:10 GMT 2009 kardel ntp 4.2.4p6 imported
H A DCHANGES1.661 Tue Aug 01 02:38:49 GMT 2006 rpaulo postfix 2.3.2
/src/usr.bin/make/
H A Dmain.c1.661 Sun Jul 06 07:11:31 GMT 2025 rillig make: clean up
H A Dparse.c1.661 Fri Feb 04 23:22:19 GMT 2022 rillig make: use unsigned int for line numbers everywhere

Previously, some line numbers were stored as signed int while others
were stored as size_t. Since line numbers are never negative, use an
unsigned type. Since the maximum file size for makefiles is 1 GB (see
loadfile), unsigned int is large enough even on 64-bit platforms.

Using a single data types reduces the number of type conversions. Using
unsigned int improves compatibility with C90 (printf %u instead of %zu),
which is needed by bmake, which is derived from usr.bin/make.

No functional change.
H A Dvar.c1.661 Thu Nov 05 18:26:59 GMT 2020 rillig make(1): replace '(' and ')' with neutral '\0' in Var_Parse

The only possible values for extramodifiers are "H:" and "T:", therefore
parsing is independent of startc and endc. Use '\0' instead of '(' and
')' to remove any possible confusion about how '{' and '}' would be
handled.
/src/sys/sys/
H A Dparam.h1.661 Thu Apr 23 23:40:04 GMT 2020 ad NetBSD 9.99.58 - ubc_uiomove needs to see new flag
/src/distrib/sets/lists/man/
H A Dmi1.661 Mon Feb 23 17:07:17 GMT 2004 reinoud Add NetBSD/acorn32 boot manpage to distribution list
/src/distrib/sets/lists/tests/
H A Dmi1.661 Fri Jan 29 04:15:46 GMT 2016 ozaki-r Add tests for a gateway not on the local subnet

The tests are derived from the example at
http://www.netbsd.org/docs/network/#nonsubnetgateway ,
which has come up in PR 50717.
/src/share/mk/
H A Dbsd.own.mk1.661 Sun Apr 17 15:03:37 GMT 2011 christos Revert previous, breaks builds completely (cd /usr/src/bin/test && make clean &&
make)
/src/sys/conf/
H A Dfiles1.661 Sat Mar 20 03:12:47 GMT 2004 jonathan Pull in sys/kern_kcont. Size is 1.4k, hardly worth making an option
(though it could be made so, if something breaks on platforms without
generic soft-ints).
/src/distrib/sets/lists/comp/
H A Dmi1.661 Sun Jan 11 23:42:27 GMT 2004 lukem Support MKDOC=no MKINFO=no MKNLS=no

Completed in 1721 milliseconds