| Home | Sort by: relevance | last modified time | path |
| /src/sys/dev/usb/ | |
| usbdevs.h | 1.705 Tue Apr 19 15:51:21 UTC 2016 nonaka regen |
| usbdevs_data.h | 1.705 Wed Feb 17 00:48:57 UTC 2016 riastradh regen |
| usbdevs | 1.705 Mon Dec 07 14:40:03 UTC 2015 christos name moschip devices consistently |
| /src/usr.bin/xlint/lint1/ | |
| tree.c | 1.705 Fri Mar 27 21:44:08 UTC 2026 rillig lint: in case of lossy floating point conversions, print exact value When running lint on sparc64 with target sparc64, some tests print warnings in cases where they shouldn't. To track down their cause, print the exact floating point value in the message, in hexadecimal. As the snprintf(3) manual page says, there are multiple equivalent representations, so just match them using the placeholder "....." in the "expect" comments. In this particular case, the message is missing completely, so the output of the failed test will reveal the actual value. The affected test cases are: * msg_380.c:38, converting -9223372036854775809.0 to 'long long' * msg_380.c:39, converting -9223372036854775808.0 to 'long long' * msg_381.c:38, converting -9223372036854775809.0 to 'long long' * msg_381.c:39, converting -9223372036854775808.0 to 'long long' |
| /src/sys/dev/pci/ | |
| pcidevs | 1.705 Wed Apr 06 15:48:16 UTC 2005 martti Added support for Dell CERC SATA RAID 1.5/6ch 1.615.2.17.2.6 Wed May 11 17:29:10 UTC 2005 riz Pull up revision 1.705 (requested by martti in ticket #1402): Added support for Dell CERC SATA RAID 1.5/6ch 1.701.2.1 Thu Apr 07 11:30:17 UTC 2005 tron Pull up revision 1.705 (requested by martti in ticket #116): Added support for Dell CERC SATA RAID 1.5/6ch |
| pcidevs.h | 1.705 Thu Mar 24 13:17:24 UTC 2005 tron Regen. |
| pcidevs_data.h | 1.705 Wed Apr 20 21:34:37 UTC 2005 bouyer Regen for "Compaq Netelligent 10 T/2 PCI UTP/Coax Controller". |
| if_wm.c | 1.705 Wed Jun 16 00:21:18 UTC 2021 riastradh if_attach and if_initialize cannot fail, don't test return value These were originally made failable back in 2017 when if_initialize allocated a softint in every interface for link state changes, so that it could fail gracefully instead of panicking: https://mail-index.NetBSD.org/source-changes/2017/10/23/msg089053.html However, this spawned many seldom- or never-tested error branches, which are risky to have around. And that softint in every interface has since been replaced by a single global workqueue, because link state changes require thread context but not low latency or high throughput: https://mail-index.NetBSD.org/source-changes/2020/02/06/msg113759.html So there is no longer any reason for if_initialize to fail. (The subroutine if_stats_init can't fail because percpu_alloc can't fail either.) There is a snag: the softint_establish in if_percpuq_create could fail, potentially leading to bad consequences later on trying to use the softint. This change doesn't introduce any new bugs because of the snag -- if_percpuq_attach was already broken. However, the snag can be better addressed without spawning error branches, either by using a single softint or making softints less scarce. (Separate commit will change the signatures of if_attach and if_initialize to return void, scheduled to ride whatever is the next convenient kernel bump.) Patch and testing on amd64 and evbmips64-eb by maya@; commit message soliloquy, and compile-testing on evbppc/i386/earmv7hf, by me. |
| /src/usr.bin/make/ | |
| parse.c | 1.705 Sat Aug 19 10:52:13 UTC 2023 rillig make: add more details to error message about invalid lines |
| var.c | 1.705 Sat Dec 05 15:31:18 UTC 2020 rillig make(1): extract ShuffleStrings from ApplyModifier_Order |
| /src/share/man/man4/ | |
| Makefile | 1.705 Sat May 16 13:46:10 UTC 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/arch/i386/i386/ | |
| machdep.c | 1.705 Thu Jun 30 23:28:03 UTC 2011 joerg Fix sizeof() usage in memcpy, curtesy of the new warning in clang. |
| /src/sys/sys/ | |
| param.h | 1.705 Wed Oct 20 03:09:45 UTC 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/ | |
| GENERIC | 1.705 Fri Oct 07 08:18:13 UTC 2005 abs At least ASUS also put the ITE8712F at 0xc00 - noted by Juan RP |
| /src/sys/conf/ | |
| files | 1.705 Sat Jan 08 22:27:54 UTC 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/doc/ | |
| CHANGES | 1.705 Sat Sep 23 02:40:38 UTC 2006 jmcneill Note fr_CA.iso8859-1 keyboard mapping addition. |
| 3RDPARTY | 1.705 Wed Jun 24 13:41:16 UTC 2009 tron Update developers responsible for Postfix. |
| /src/distrib/sets/lists/tests/ | |
| mi | 1.705 Fri Dec 02 00:50:09 UTC 2016 kamil Fix !amd64 sets Sponsored by <The NetBS Foundation> |
| /src/share/mk/ | |
| bsd.own.mk | 1.705 Fri Aug 10 16:12:20 UTC 2012 joerg Don't set HAVE_GCC by default, if MKGCC is disabled. |
| /src/distrib/sets/lists/base/ | |
| mi | 1.705 Sat Jun 02 06:09:08 UTC 2007 tnozaki add following encoding suuport of iconvdata: CP1046(Arabic Extended) CP1124(Cyrillic, Ukraine) CP1125(PC, Cyrillic, Ukrainian) |
| shl.mi | 1.705 Wed Jun 18 17:50:14 UTC 2014 christos bump libc. |
| /src/distrib/sets/lists/man/ | |
| mi | 1.705 Wed Jun 23 13:28:54 UTC 2004 bsh add kgetcred.0 a 'cat' tag |
| /src/distrib/sets/lists/comp/ | |
| mi | 1.705 Mon May 31 05:27:33 UTC 2004 itojun add closefrom(3). sort |