summaryrefslogtreecommitdiff
path: root/sys/arch/atari/dev/nvram.c
diff options
context:
space:
mode:
authormsaitoh <msaitoh@NetBSD.org>2018-03-02 08:25:53 +0000
committermsaitoh <msaitoh@NetBSD.org>2018-03-02 08:25:53 +0000
commit8a388d3ec5e00b6871cec94dea8be89818cb043e (patch)
treee36d0d84ad4753fa09adddc1c64191c06f06cf0b /sys/arch/atari/dev/nvram.c
parent78366d4f81e6ce643d7154b5a07279f53dd92f04 (diff)
Add Apollo Lake and Gemini Lake devices.
Diffstat (limited to 'sys/arch/atari/dev/nvram.c')
0 files changed, 0 insertions, 0 deletions
eimdal to be friendly with openssl 0.9.7b. 2003-07-10add __RCSID("$NetBSD$"), because it's hard to track our changes in alukem binary when we only have the vendor's RCSID. 2003-04-03sync w/ 3.6.1itojun 2002-10-01upgrade to openssh 3.5. major changes include:itojun - krb4/5 support for privsep (krb5 diff was already applied) includes fake implementaation of getpeereid() from openssh-portable, which does nothing useful - need improvement. 2002-06-24sync with openssh 3.3.itojun local mods included to make it compile with openssl 0.9.6d. 2002-04-22sync with openssh 3.2 as of 2002/4/22.itojun - privilege separation - afs/kerberos auth security issue fixed 2002-03-08sync w/ 3.1 as of 2002/3/8. configuration file directory is still /etcitojun (openbsd usr.bin/ssh is using /etc/ssh) 2001-09-27sync with openssh 2.9.9 around 9/27.itojun 2001-06-23upgrade to openssh 2.9, around 2001/6/24 (from openbsd usr.bin/ssh).itojun - authorized_keys2 and known_hosts2 are obsoleted, and integrated into those without "2". - file name change, /etc/primes -> /etc/moduli - cleanups 2001-05-15reduce amount of diff with openbsd usr.bin/ssh (for -Wall -Werror clean)itojun so that we can get rid of local changes. openssh side do not like static functions so put prototypes into each files rather than making function static. 2001-04-10upgrade to openssh 2.5.4 (2001/4/10).itojun major behavior changes: (made in openssh master tree - openbsd usr.bin/ssh) - ssh(1) now defaults to ssh protocol version 2. if you want version 1 to take precedence, use /etc/ssh.conf to override. - config change: ~/.ssh/id_rsa[12] is now ~/.ssh/id_rsa (changed 4/3) - forced client rekey for protocol version 2 (~R) - swap gid when uid swaps. - ListenAddress syntax can take [foo]:port for IPv6 numerics. - "ssh -D 1080" allows us to use ssh tunnel as SOCKS4 proxy. 2001-02-07sync crypto/dist/ssh with re-importorted tree. try to minimize diffsitojun with openssh tree to ease future upgrade. re-do local changes, including: - prototype pedants - IgnoreRootRhosts - login.conf user validation some of the local changes that weren't used are omitted for now. we may need to revisit those afterwards. it adds "sftp". 2001-01-14crypto/dist/ssh: resolve conflicts with 2.3.0/20010105.itojun usr.bin/ssh: add ssh-keyscan and sftp-server into SUBDIR. 2000-10-23Reduce swap_bytes() to a non-alignment dependent implementation - somesimonb calls to swap_bytes() do indeed have non-aligned sources and destinations. Fixes unaligned access problems on alpha and probably some of our other architectures. 2000-09-28Import NetBSD Secure Shell. This is based on OpenSSH, but modifiedthorpej somewhat.