Searched hist:1.705 (Results 1 - 21 of 21) sorted by relevance

/src/sys/dev/usb/
H A Dusbdevs1.705 Mon Dec 07 14:40:03 GMT 2015 christos name moschip devices consistently
H A Dusbdevs.h1.705 Tue Apr 19 15:51:21 GMT 2016 nonaka regen

H A Dusbdevs_data.h1.705 Wed Feb 17 00:48:57 GMT 2016 riastradh regen
/src/share/man/man4/
H A DMakefile1.705 Sat May 16 13:46:10 GMT 2020 maya Remove uyap, USB YAP phone firmware loader.

And the associated ezload EZ-USB code, which is only used by uyap.
It could theoretically be used by other drivers, but none of them are
in tree.

I suspect that this device isn't in use, as phone technology has improved
a lot since 2001 when uyap(4) was added to the tree.

Proposed with no objections on netbsd-users on 13 April 2020

/src/sys/dev/pci/
H A Dpcidevs.h1.705 Thu Mar 24 13:17:24 GMT 2005 tron Regen.
H A Dpcidevs_data.h1.705 Wed Apr 20 21:34:37 GMT 2005 bouyer Regen for "Compaq Netelligent 10 T/2 PCI UTP/Coax Controller".
H A Dpcidevs1.705 Wed Apr 06 15:48:16 GMT 2005 martti Added support for Dell CERC SATA RAID 1.5/6ch
/src/sys/arch/i386/i386/
H A Dmachdep.c1.705 Thu Jun 30 23:28:03 GMT 2011 joerg Fix sizeof() usage in memcpy, curtesy of the new warning in clang.
/src/distrib/sets/lists/base/
H A Dshl.mi1.705 Wed Jun 18 17:50:14 GMT 2014 christos bump libc.
H A Dmi1.705 Sat Jun 02 06:09:08 GMT 2007 tnozaki add following encoding suuport of iconvdata:
CP1046(Arabic Extended)
CP1124(Cyrillic, Ukraine)
CP1125(PC, Cyrillic, Ukrainian)
/src/doc/
H A D3RDPARTY1.705 Wed Jun 24 13:41:16 GMT 2009 tron Update developers responsible for Postfix.
H A DCHANGES1.705 Sat Sep 23 02:40:38 GMT 2006 jmcneill Note fr_CA.iso8859-1 keyboard mapping addition.
/src/usr.bin/make/
H A Dparse.c1.705 Sat Aug 19 10:52:13 GMT 2023 rillig make: add more details to error message about invalid lines
H A Dvar.c1.705 Sat Dec 05 15:31:18 GMT 2020 rillig make(1): extract ShuffleStrings from ApplyModifier_Order
/src/sys/sys/
H A Dparam.h1.705 Wed Oct 20 03:09:45 GMT 2021 thorpej Overhaul of the EVFILT_VNODE kevent(2) filter:

- Centralize vnode kevent handling in the VOP_*() wrappers, rather than
forcing each individual file system to deal with it (except VOP_RENAME(),
because VOP_RENAME() is a mess and we currently have 2 different ways
of handling it; at least it's reasonably well-centralized in the "new"
way).
- Add support for NOTE_OPEN, NOTE_CLOSE, NOTE_CLOSE_WRITE, and NOTE_READ,
compatible with the same events in FreeBSD.
- Track which kevent notifications clients are interested in receiving
to avoid doing work for events no one cares about (avoiding, e.g.
taking locks and traversing the klist to send a NOTE_WRITE when
someone is merely watching for a file to be deleted, for example).

In support of the above:

- Add support in vnode_if.sh for specifying PRE- and POST-op handlers,
to be invoked before and after vop_pre() and vop_post(), respectively.
Basic idea from FreeBSD, but implemented differently.
- Add support in vnode_if.sh for specifying CONTEXT fields in the
vop_*_args structures. These context fields are used to convey information
between the file system VOP function and the VOP wrapper, but do not
occupy an argument slot in the VOP_*() call itself. These context fields
are initialized and subsequently interpreted by PRE- and POST-op handlers.
- Version VOP_REMOVE(), uses the a context field for the file system to report
back the resulting link count of the target vnode. Return this in tmpfs,
udf, nfs, chfs, ext2fs, lfs, and ufs.

NetBSD 9.99.92.

/src/sys/arch/i386/conf/
H A DGENERIC1.705 Fri Oct 07 08:18:13 GMT 2005 abs At least ASUS also put the ITE8712F at 0xc00 - noted by Juan RP
/src/distrib/sets/lists/man/
H A Dmi1.705 Wed Jun 23 13:28:54 GMT 2004 bsh add kgetcred.0 a 'cat' tag
/src/distrib/sets/lists/tests/
H A Dmi1.705 Fri Dec 02 00:50:09 GMT 2016 kamil Fix !amd64 sets

Sponsored by <The NetBS Foundation>
/src/share/mk/
H A Dbsd.own.mk1.705 Fri Aug 10 16:12:20 GMT 2012 joerg Don't set HAVE_GCC by default, if MKGCC is disabled.
/src/sys/conf/
H A Dfiles1.705 Sat Jan 08 22:27:54 GMT 2005 cube Addition of tap(4).

NAME
tap - virtual Ethernet device

SYNOPSIS
pseudo-device tap

DESCRIPTION
The tap driver allows the creation and use of virtual Ethernet devices.
Those interfaces appear just as any real Ethernet NIC to the kernel, but
can also be accessed by userland through a character device node in order
to read frames being sent by the system or to inject frames.

In that respect it is very similar to what tun(4) provides, but the added
Ethernet layer allows easy integration with machine emulators or virtual
Ethernet networks through the use of bridge(4) with tunneling.

``Qui tacet consentire videtur.''
/src/distrib/sets/lists/comp/
H A Dmi1.705 Mon May 31 05:27:33 GMT 2004 itojun add closefrom(3). sort

Completed in 1506 milliseconds