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

/src/sys/dev/usb/
H A Dusbdevs1.684 Sat Nov 22 14:30:57 GMT 2014 njoly branches: 1.684.2;
Add Atheros AR3012
1.684 Sat Nov 22 14:30:57 GMT 2014 njoly branches: 1.684.2;
Add Atheros AR3012
H A Dusbdevs.h1.684 Sun Mar 15 01:42:27 GMT 2015 nonaka regen
H A Dusbdevs_data.h1.684 Sun Mar 08 02:19:20 GMT 2015 christos Regen
/src/sys/dev/pci/
H A Dpcidevs_data.h1.684 Sat Jan 15 13:23:31 GMT 2005 skrll branches: 1.684.2;
Regen.
1.684 Sat Jan 15 13:23:31 GMT 2005 skrll branches: 1.684.2;
Regen.
H A Dpcidevs.h1.684 Sat Jan 15 08:38:19 GMT 2005 jdolecek regen: add bunch of NVIDIA GeForce 6800 devices
H A Dpcidevs1.684 Sat Jan 15 08:40:07 GMT 2005 jdolecek Fix Geforce 6800GT entry
/src/sys/arch/i386/i386/
H A Dmachdep.c1.684 Mon Mar 01 01:35:11 GMT 2010 jym branches: 1.684.2;
Do not forget that ptoa() casts the result to vaddr_t, which is bad
for paddr_t values under i386 PAE. Use ctob() instead.

Although amd64 is not affected by this vaddr_t vs paddr_t issue (both
having the same size), for the sake of completeness, switch to
ctob() when manipulating paddr_t/psize_t entities in amd64 machdep.c.

Compile tested for i386 and amd64. No regression expected.
1.684 Mon Mar 01 01:35:11 GMT 2010 jym branches: 1.684.2;
Do not forget that ptoa() casts the result to vaddr_t, which is bad
for paddr_t values under i386 PAE. Use ctob() instead.

Although amd64 is not affected by this vaddr_t vs paddr_t issue (both
having the same size), for the sake of completeness, switch to
ctob() when manipulating paddr_t/psize_t entities in amd64 machdep.c.

Compile tested for i386 and amd64. No regression expected.
/src/share/man/man4/
H A DMakefile1.684 Mon Oct 07 11:53:40 GMT 2019 msaitoh Add support IC Plus IP1000* PHYs. PR/kern 42314 first reported by
Tomokazu HARADA and patch provided by Andrius V.
/src/usr.bin/xlint/lint1/
H A Dtree.c1.684 Fri May 16 20:39:48 GMT 2025 rillig lint: clean up
/src/distrib/sets/lists/base/
H A Dshl.mi1.684 Wed Jan 08 00:30:27 GMT 2014 christos bump libc for ptsname_r
H A Dmi1.684 Fri Jan 26 16:36:20 GMT 2007 sborrill Add srtconfig and its man pages
/src/doc/
H A D3RDPARTY1.684 Sun Apr 12 18:34:07 GMT 2009 christos libc part is now up-to-date; thanks wiz
H A DCHANGES1.684 Thu Sep 07 18:30:55 GMT 2006 garbled Note 7025-F40 support and MI todr for prep.
/src/usr.bin/make/
H A Dparse.c1.684 Fri Sep 23 22:58:15 GMT 2022 sjg Cond_reset_depth just use cond_min_depth

To avoid errors from unclosed conditionals on .break
it is sufficient to just set cond_depth = cond_min_depth.

Patch from rillig
H A Dvar.c1.684 Tue Nov 10 00:32:12 GMT 2020 rillig make(1): use consistent definition for MAKE_INLINE
/src/sys/sys/
H A Dparam.h1.684 Fri Feb 05 17:03:35 GMT 2021 thorpej Introduce a generalized "device handle", designed to abstract the handles
used by platform description mechanisms like OpenFirmware, Device Tree,
and ACPI. In addition to encapsulating the handle's opaque value, the
handle also contains a pointer to an "implementation", which can be used
to invoke methods on a device / device handle.

Device handles are designed to be passed around by-value. It is expected
that any other memory objects they refer to will be durable. They are an
aggregate type that consumes 2 pointers worth of storage space.

When device_t's are created, they initially have an invalid device handle.
It is currently the responsibility of platform-specific code to assign
device handles to device_t's.

When necessary, platform-specific code can override a handle's implementation
in a way that resembles sub-classing, such that specific methods can by
intercepted, but others simply passed through. This also allows platforms
that do not otherwise have a platform description mechanism to provide
handle implementations in specific circumstances to describe the hardware
to platform-independent code.

A general device method calling infrastructure is provided. Method names
that begin with "device-" are reserved for / defined by the autoconfiguration
subsystem. Define the "device-enumerate-children" method. Other subsystems
are free to define their own device method calls and bindings.

Welcome to NetBSD 9.99.80.
/src/sys/arch/i386/conf/
H A DGENERIC1.684 Thu Jul 07 17:05:47 GMT 2005 tron Add (commented out) IPSEC_NAT_T option.
/src/distrib/sets/lists/man/
H A Dmi1.684 Tue Apr 27 07:38:23 GMT 2004 heas Updates for Postfix 2.1.0
/src/distrib/sets/lists/tests/
H A Dmi1.684 Mon Aug 22 08:49:33 GMT 2016 maya add failing test for PR lib/51427
ilogb(INFINITY)=-INT_MAX, it should be INT_MAX

while here, test raised exceptions, other values.

XXX some platforms don't have exceptions
/src/share/mk/
H A Dbsd.own.mk1.684 Tue Oct 11 13:54:00 GMT 2011 joerg Update LLVM/Clang snapshot to r141658. This primarily fixes a regression
preventing Qt4 from building.
/src/sys/conf/
H A Dfiles1.684 Tue Sep 14 16:57:31 GMT 2004 jdolecek remove COMPAT_AOUT
/src/distrib/sets/lists/comp/
H A Dmi1.684 Wed Mar 24 19:37:10 GMT 2004 atatat Add man page for new sysctl_teardown() function.

Completed in 1705 milliseconds