Searched hist:1.693 (Results 1 - 22 of 22) sorted by relevance

/src/sys/dev/usb/
H A Dusbdevs1.693 Tue Mar 17 08:14:30 GMT 2015 macallan add Ingenic Semiconductor Ltd.
H A Dusbdevs.h1.693 Mon Sep 14 15:51:29 GMT 2015 nonaka regen.
H A Dusbdevs_data.h1.693 Wed Sep 09 20:05:57 GMT 2015 rjs Regen.
/src/share/man/man4/
H A DMakefile1.693 Wed Jan 01 10:11:21 GMT 2020 ryo add support Aquantia AQC seriese 10G network adapters.

this driver is based on the FreeBSD version https://github.com/Aquantia/aqtion-freebsd ,
but drastically rewritten for NetBSD.
/src/sys/dev/pci/
H A Dpcidevs.h1.693 Wed Feb 02 11:20:40 GMT 2005 abs Regen to pick up corrected code for VIA VT6421
H A Dpcidevs_data.h1.693 Sun Feb 20 18:07:30 GMT 2005 jdolecek regen: change the VIATECH VT61XX to VT612X
H A Dpcidevs1.693 Wed Feb 02 13:26:06 GMT 2005 christos PR/29196: Robert Elz: Add support for Broadcom BCM4401-B0 ethernet
/src/usr.bin/xlint/lint1/
H A Dtree.c1.693 Sun Sep 14 14:42:52 GMT 2025 rillig lint: warn about signed '<<' that ends up exactly in the msb
/src/sys/arch/i386/i386/
H A Dmachdep.c1.693 Mon Aug 16 19:39:06 GMT 2010 jym Add machdep.pae sysctl(7) for i386. Thanks to Paul and Joerg for their
reviews.

In kernel, it matches the 'i386_use_pae' variable (0: kernel does not use
PAE, 1: kernel uses PAE). Will be used by i386 kvm(3) to know the functions
that should get called for VA => PA translations.
/src/distrib/sets/lists/base/
H A Dshl.mi1.693 Sun Mar 09 18:12:57 GMT 2014 christos bump libelf and libdwarf
H A Dmi1.693 Tue Mar 06 11:28:44 GMT 2007 dillo Complete rename of hfsp to hfs, requested by thorpej.
/src/doc/
H A D3RDPARTY1.693 Sun May 10 16:54:00 GMT 2009 roy Import dhcpcd-5.0.2
H A DCHANGES1.693 Mon Sep 11 15:12:50 GMT 2006 gdamore next68k is now timecountered.
/src/usr.bin/make/
H A Dparse.c1.693 Tue Feb 14 21:08:00 GMT 2023 rillig make: reduce complexity of evaluating expressions

No functional change.
H A Dvar.c1.693 Sat Nov 21 18:41:57 GMT 2020 rillig make(1): rename GNode.context to vars

Especially in the variables module, the expression 'ctxt->context' looked
redundant. Having a GNode as a context sounds ok, but a context of a
context just doesn't make sense.
/src/sys/sys/
H A Dparam.h1.693 Wed Jun 02 01:48:08 GMT 2021 yamaguchi NetBSD 9.99.83 - struct ifnet adds 'if_lagg' field
/src/sys/arch/i386/conf/
H A DGENERIC1.693 Fri Aug 05 09:23:16 GMT 2005 skrll Add (commented out) ucycom to various kernel configs.
/src/distrib/sets/lists/man/
H A Dmi1.693 Mon May 10 00:48:19 GMT 2004 wiz Do not install ppi(4) -- drochner says that there's no driver for it.
(hp300/ppi.4 is something different and has its own man page.)
/src/distrib/sets/lists/tests/
H A Dmi1.693 Sun Nov 06 15:03:30 GMT 2016 kamil Add new tests: tests/lib/libc/sys/t_wait_noproc and t_wait_noproc_wnohang

The t_wait_noproc test checks whether wait(2)-family of functions return
error and set ECHILD for lack of childs.

The t_wait_noproc_wnohang adds to options (except wait(2), wait3(2)) new
parameter WNOHANG and verifies that error is still signaled and errno set
to ECHILD.

Currently t_wait_noproc_wnohang reports failures, these have been marked as
expected and referenced to PR standards/51606.

The problem report is authored by Robert Elz, and the initial regression
has been notified by Nicolas Joly.

Remove redundant test in tests/lib/libc/sys/t_wait for wait6(2) with no
WNOHANG specified.

Sponsored by <The NetBSD Foundation>.
/src/share/mk/
H A Dbsd.own.mk1.693 Fri Nov 25 22:03:42 GMT 2011 skrll Switch hppa to gdb 7.
/src/sys/conf/
H A Dfiles1.693 Sat Oct 23 17:25:14 GMT 2004 thorpej MBR partition table support for wedges, enabled by the DKWEDGE_METHOD_MBR
option.
/src/distrib/sets/lists/comp/
H A Dmi1.693 Wed Apr 21 01:05:31 GMT 2004 christos Replace the statfs() family of system calls with statvfs().
Retain binary compatibility.

Completed in 1661 milliseconds