Searched hist:1.1238 (Results 1 - 12 of 12) sorted by relevance

/src/distrib/sets/lists/tests/
H A Dmi1.1238 Thu Dec 01 04:24:37 GMT 2022 ozaki-r branches: 1.1238.2;
tests: fix Makefile and lists for MKRUMP=no

Pointed out by Michael Scholz, thanks.
1.1238 Thu Dec 01 04:24:37 GMT 2022 ozaki-r branches: 1.1238.2;
tests: fix Makefile and lists for MKRUMP=no

Pointed out by Michael Scholz, thanks.
/src/sys/dev/pci/
H A Dpcidevs.h1.1238 Fri Jan 22 09:34:44 GMT 2016 msaitoh Regen.
H A Dpcidevs_data.h1.1238 Mon Feb 01 08:27:43 GMT 2016 msaitoh Regen.
H A Dpcidevs1.1238 Wed Oct 21 13:06:09 GMT 2015 nonaka Add Samsung SM951 M.2 NVMe SSD.
/src/doc/
H A D3RDPARTY1.1238 Sun Jul 26 19:31:19 GMT 2015 kamil Update the ACPICA entry

Version: 20150410
Current Vers: 20150717
H A DCHANGES1.1238 Mon Jun 08 00:15:37 GMT 2009 christos mention new openssh
/src/sys/arch/i386/conf/
H A DGENERIC1.1238 Sat Apr 16 11:57:46 GMT 2022 nia x86: Enable HDAUDIOVERBOSE (as on arm) in order for AUDIO_GETDEV
to return human-readable data. Especially now that HDMI/DP audio
is enabled by default, it helps to be able to tell two devices
apart in audiocfg/aiomixer.
/src/distrib/sets/lists/base/
H A Dmi1.1238 Sat Apr 04 15:39:15 GMT 2020 jdolecek remove SMBFS and nsmb/netsmb - userland part
/src/distrib/sets/lists/man/
H A Dmi1.1238 Wed Sep 29 13:47:06 GMT 2010 christos add resolver.5
/src/share/mk/
H A Dbsd.own.mk1.1238 Sat Apr 10 00:35:24 GMT 2021 mrg switch HAVE_GCC=9 to gcc.old.
/src/sys/conf/
H A Dfiles1.1238 Mon Sep 02 20:09:29 GMT 2019 riastradh Switch from NIST CTR_DRBG with AES to NIST Hash_DRBG with SHA-256.

Benefits:

- larger seeds -- a 128-bit key alone is not enough for `128-bit security'
- better resistance to timing side channels than AES
- a better-understood security story (https://eprint.iacr.org/2018/349)
- no loss in compliance with US government standards that nobody ever
got fired for choosing, at least in the US-dominated western world
- no dirty endianness tricks
- self-tests

Drawbacks:

- performance hit: throughput is reduced to about 1/3 in naive measurements
=> possible to mitigate by using hardware SHA-256 instructions
=> all you really need is 32 bytes to seed a userland PRNG anyway
=> if we just used ChaCha this would go away...

XXX pullup-7
XXX pullup-8
XXX pullup-9
/src/distrib/sets/lists/comp/
H A Dmi1.1238 Sat Mar 07 22:08:07 GMT 2009 ad Add crash(8), a utility to diagnose kernel crashes. This is basically
ddb running on crash dumps, but with two notable changes:

- Breakpoints, watches, etc are obviously never going to work so they
are not handled.

- You can pipe output to the shell, e.g. ps | grep foo

Items remaining to be done:

- Port it to architectures other than i386. This isn't difficult, just
a case of making db_disasm.c/db_trace.c or their equivalent compile
and work.

- Make more of the "show" commands work, e.g "show uvmexp".

Completed in 1168 milliseconds