Searched hist:1.816 (Results 1 - 18 of 18) sorted by relevance

/src/sys/dev/usb/
H A Dusbdevs1.816 Sun May 12 17:17:56 GMT 2024 christos branches: 1.816.2;
PR/58250: RVP: Add TP-Link UE300 USB LAN adapter
1.816 Sun May 12 17:17:56 GMT 2024 christos branches: 1.816.2;
PR/58250: RVP: Add TP-Link UE300 USB LAN adapter
H A Dusbdevs.h1.816 Thu Oct 16 13:27:21 GMT 2025 sborrill Regen after adding variant of D-Link DWM-222
H A Dusbdevs_data.h1.816 Thu Oct 16 13:27:21 GMT 2025 sborrill Regen after adding variant of D-Link DWM-222
/src/sys/arch/i386/conf/
H A DGENERIC1.816 Sat Mar 10 10:54:53 GMT 2007 bouyer branches: 1.816.2; 1.816.4;
Comment out 'fdc* at acpi?' (it's likely that systems not supporting
fdc0 at isa? don't have a fdc at all). Because of the 'fdc0 at isa?', on
systems supporting ACPI the floppy controller would attach as fdc1. as fd(4)
looks for its type in nvram using the floppy controller index, it's looking for
the wrong controller and the default density isn't set (so /dev/fd0a doens't
work).
Problem analyzed by John Nemeth, thanks !
1.816 Sat Mar 10 10:54:53 GMT 2007 bouyer branches: 1.816.2; 1.816.4;
Comment out 'fdc* at acpi?' (it's likely that systems not supporting
fdc0 at isa? don't have a fdc at all). Because of the 'fdc0 at isa?', on
systems supporting ACPI the floppy controller would attach as fdc1. as fd(4)
looks for its type in nvram using the floppy controller index, it's looking for
the wrong controller and the default density isn't set (so /dev/fd0a doens't
work).
Problem analyzed by John Nemeth, thanks !
1.816 Sat Mar 10 10:54:53 GMT 2007 bouyer branches: 1.816.2; 1.816.4;
Comment out 'fdc* at acpi?' (it's likely that systems not supporting
fdc0 at isa? don't have a fdc at all). Because of the 'fdc0 at isa?', on
systems supporting ACPI the floppy controller would attach as fdc1. as fd(4)
looks for its type in nvram using the floppy controller index, it's looking for
the wrong controller and the default density isn't set (so /dev/fd0a doens't
work).
Problem analyzed by John Nemeth, thanks !
/src/sys/dev/pci/
H A Dpcidevs.h1.816 Tue Aug 08 19:37:35 GMT 2006 cube Regen (Intel 63xxESB devices).
H A Dpcidevs_data.h1.816 Wed Aug 09 05:51:01 GMT 2006 jnemeth regen for Token Ring additions
H A Dpcidevs1.816 Tue Aug 08 19:37:00 GMT 2006 cube Add device IDs for Intel's 631xESB/632xESB southbridges, and start the list
for the 5000X northbridge. I'll add the rest later, the spec is currently
unavailable so I'll collect them from another source.
/src/sys/arch/i386/i386/
H A Dmachdep.c1.816 Thu Feb 14 08:18:25 GMT 2019 cherry Welcome XENPVHVM mode.

It is UP only, has xbd(4) and xennet(4) as PV drivers.

The console is com0 at isa and the native portion is very
rudimentary AT architecture, so is probably suboptimal to
run without PV support.
/src/distrib/sets/lists/base/
H A Dshl.mi1.816 Sun May 21 15:28:37 GMT 2017 riastradh Remove MKCRYPTO option.

Originally, MKCRYPTO was introduced because the United States
classified cryptography as a munition and restricted its export. The
export controls were substantially relaxed fifteen years ago, and are
essentially irrelevant for software with published source code.

In the intervening time, nobody bothered to remove the option after
its motivation -- the US export restriction -- was eliminated. I'm
not aware of any other operating system that has a similar option; I
expect it is mainly out of apathy for churn that we still have it.
Today, cryptography is an essential part of modern computing -- you
can't use the internet responsibly without cryptography.

The position of the TNF board of directors is that TNF makes no
representation that MKCRYPTO=no satisfies any country's cryptography
regulations.

My personal position is that the availability of cryptography is a
basic human right; that any local laws restricting it to a privileged
few are fundamentally immoral; and that it is wrong for developers to
spend effort crippling cryptography to work around such laws.

As proposed on tech-crypto, tech-security, and tech-userlevel to no
objections:

https://mail-index.netbsd.org/tech-crypto/2017/05/06/msg000719.html
https://mail-index.netbsd.org/tech-security/2017/05/06/msg000928.html
https://mail-index.netbsd.org/tech-userlevel/2017/05/06/msg010547.html

P.S. Reviewing all the uses of MKCRYPTO in src revealed a lot of
*bad* crypto that was conditional on it, e.g. DES in telnet... That
should probably be removed too, but on the grounds that it is bad,
not on the grounds that it is (nominally) crypto.
H A Dmi1.816 Thu Jun 11 06:18:12 GMT 2009 mrg remove a dir that does not exist
/src/doc/
H A D3RDPARTY1.816 Wed Feb 23 10:11:13 GMT 2011 jruoho Use the wording "BSD-like" for the license of ACPICA.
H A DCHANGES1.816 Wed Mar 21 19:30:55 GMT 2007 xtraeme Mention options(4) in last item... suggested by hubertf@.
/src/distrib/sets/lists/man/
H A Dmi1.816 Thu Aug 18 23:06:15 GMT 2005 rpaulo Added missing Postfix 2.2.5 man pages.
/src/distrib/sets/lists/tests/
H A Dmi1.816 Fri Jun 07 21:32:34 GMT 2019 christos new origin test
/src/share/mk/
H A Dbsd.own.mk1.816 Mon Jun 23 02:13:53 GMT 2014 christos unbreak powerpc64; it is not ready for gcc-4.8 ATM.
/src/usr.bin/make/
H A Dvar.c1.816 Sun Feb 14 18:21:31 GMT 2021 rillig make: rename VarExprStatus to ExprStatus

It is only used in var.c so there is no need to use a prefix.
/src/sys/conf/
H A Dfiles1.816 Fri Oct 27 21:20:48 GMT 2006 christos Merge kernel and userland rmd160 and sha2 implementation.
XXX: We still install rmd160.h and sha2.h in /usr/include/crypto, unlike
the other hash functions which get installed in /usr/include for compatibility.
/src/distrib/sets/lists/comp/
H A Dmi1.816 Mon Sep 19 03:16:40 GMT 2005 simonb Mark <sys/tprintf.h> as obsolete.

Completed in 1438 milliseconds