Searched hist:1.888 (Results 1 - 14 of 14) sorted by relevance

/src/sys/dev/pci/
H A Dpcidevs.h1.888 Wed Aug 08 00:53:05 GMT 2007 tron Regen.
H A Dpcidevs_data.h1.888 Sat Aug 11 02:06:13 GMT 2007 jnemeth regem
H A Dpcidevs1.888 Wed Aug 08 00:52:41 GMT 2007 tron Add some Attansis and VIA devices, correct order.

Patch provided by Christoph Egger on "tech-kern" mailing list.
/src/distrib/sets/lists/base/
H A Dshl.mi1.888 Sun May 24 19:47:59 GMT 2020 christos new bind+libuv
H A Dmi1.888 Sun Nov 21 19:58:03 GMT 2010 adam setlists updated for OpenSSH 5.6
/src/doc/
H A D3RDPARTY1.888 Tue Nov 22 09:06:47 GMT 2011 wiz binutils-2.22 out
H A DCHANGES1.888 Sun Jul 08 15:37:46 GMT 2007 jmcneill Added gcscehci(4)
/src/sys/arch/i386/conf/
H A DGENERIC1.888 Wed Apr 09 17:35:17 GMT 2008 dyoung Attach elansc at mainbus instead of at pci.
/src/distrib/sets/lists/man/
H A Dmi1.888 Sun May 14 19:51:15 GMT 2006 dyoung Build and install wpa_passphrase, the utility for making a WPA
pre-shared key (PSK) from an SSID (802.11 "network name") and a
secret passphrase.
/src/distrib/sets/lists/tests/
H A Dmi1.888 Sun Aug 09 16:32:28 GMT 2020 rillig make(1): add test for .USE combined with inference rule without commands

Discovered by christos.
/src/share/mk/
H A Dbsd.own.mk1.888 Tue Jan 26 21:19:20 GMT 2016 christos back to binutils.old now that it works.
/src/usr.bin/make/
H A Dvar.c1.888 Mon Mar 15 18:56:37 GMT 2021 rillig make: fix double varname expansion in the variable modifier '::='

This is an edge case that doesn't occur in practice since pretty much
nobody dares to use variable names that contain an actual '$' in their
name. This is not about the fairly common VAR.${param} (as written in
the makefile), but instead about the variable whose name is literally
'VAR.${param}'.

The test demonstrates that after the fix, the variable name is taken
exactly as-is for the simple assignment modifier '::='. There are no
such tests for the modifiers '::+=', '::!=' and '::?=', but that's ok.
The code in ApplyModifier_Assign would look assymetrical and suspicious
enough if one of these modifiers would expand its variable name and the
others wouldn't.
/src/sys/conf/
H A Dfiles1.888 Fri Jan 25 21:12:14 GMT 2008 joerg Refactor in_cksum/in4_cksum/in6_cksum implementations:
- All three functions are included in the kernel by default.
They call a backend function cpu_in_cksum after possibly
computing the checksum of the pseudo header.
- cpu_in_cksum is the core to implement the one-complement sum.
The default implementation is moderate fast on most platforms
and provides a 32bit accumulator with 16bit addends for L32 platforms
and a 64bit accumulator with 32bit addends for L64 platforms.
It handles edge cases like very large mbuf chains (could happen with
native IPv6 in the future) and provides a good base for new native
implementations.
- Modify i386 and amd64 assembly to use the new interface.

This disables the MD implementations on !x86 until the conversion is
done. For Alpha, the portable version is faster.
/src/distrib/sets/lists/comp/
H A Dmi1.888 Sun Jun 04 19:42:18 GMT 2006 cube Install config.5 and config.samples.5.

Completed in 1274 milliseconds