Commit Graph

222620 Commits

Author SHA1 Message Date
blymn
f3ae62b834 Update check files to match fixed behaviour for addchstr 2013-11-09 11:18:12 +00:00
blymn
69b405aa23 Rename the old __waddbytes function to _cursesi_waddbytes and add a
parameter that controls whether or not certain characters in the
string are interpreted or not (things like tab being expanded).

Make __waddbytes a wrapper for _cursesi_waddbytes that passes all
parameters and sets the flag for character interpretation for backward
compatibility.

Fix an incipient bug in _cursesi_waddbytes where garbage would have
been written to the terminal if the terminal TABSIZE was set > 8 and
character interpretation is on.

Convert all internal __waddbytes calls to use _cursesi_waddbytes, fix
the function prototypes and add a new flag that will be used later.

Fix the addchstr family functions so that they call _cursesi_waddbytes
with character interpretation off as per SUSV2.
2013-11-09 11:16:59 +00:00
skrll
feb9eaed64 Whitespace 2013-11-09 07:52:22 +00:00
christos
15f7653b6d fix unused variable warnings 2013-11-09 02:54:11 +00:00
christos
96aaef2d65 fixed unused variable warning 2013-11-09 02:44:52 +00:00
christos
bf437e30a3 remove unused code 2013-11-09 02:23:57 +00:00
christos
3ba9973c05 and another 2013-11-09 00:35:00 +00:00
christos
f7bfce339d more sh3 hacks. 2013-11-09 00:33:48 +00:00
christos
962ea0a35a another 4.8.1 hack; make more specific and add more info 2013-11-09 00:29:47 +00:00
christos
644993d9ca another gcc workaround 2013-11-09 00:26:06 +00:00
matt
918e319dfb Add support for the gcc __sync builtins.
Note that these need earmv6 or later to get the ldrex/strex instructions
2013-11-08 22:42:52 +00:00
christos
1e9feaef61 new OpenSSH 2013-11-08 19:22:19 +00:00
christos
09851b1a81 bump libssh 2013-11-08 19:21:01 +00:00
christos
00a838c4a5 merge conflicts. 2013-11-08 19:18:24 +00:00
msaitoh
c09afb26e1 space -> tab 2013-11-08 19:05:52 +00:00
christos
a21039dc8b Import new openssh to address
Changes since OpenSSH 6.3
=========================

This release fixes a security bug:

 * sshd(8): fix a memory corruption problem triggered during rekeying
   when an AES-GCM cipher is selected. Full details of the vulnerability
   are available at: http://www.openssh.com/txt/gcmrekey.adv

Checksums:
==========

 - SHA1 (openssh-6.4.tar.gz) = 4caf1a50eb3a3da821c16298c4aaa576fe24210c
 - SHA1 (openssh-6.4p1.tar.gz) = cf5fe0eb118d7e4f9296fbc5d6884965885fc55d

Reporting Bugs:
===============

- Please read http://www.openssh.com/report.html
  Security bugs should be reported directly to openssh@openssh.com

OpenSSH is brought to you by Markus Friedl, Niels Provos, Theo de Raadt,
Kevin Steves, Damien Miller, Darren Tucker, Jason McIntyre, Tim Rice and
Ben Lindstrom.
2013-11-08 17:58:10 +00:00
roy
7d670da32a Add GPIO programming to support more PHY.
Most of the work done by skrll@ taken from FreeBSD,
but finished and tested by me using an AX88178 axe and a RTL8211 PHY.
2013-11-08 17:46:35 +00:00
nakayama
30bd626232 "machine_model" is now declared in machine/autoconf.h. 2013-11-08 15:44:26 +00:00
rmind
1f5dbc945b tmpfs: replace the broken tmpfs_dircookie() logic which uses the node
address truncated to 31 bits (required for 32-bit readdir compatibility,
e.g. linux32).  Instead, assign 2^31 range using the following logic:
- The first half of the 2^31 is assigned incrementally (the fast path).
- When exceeded, use the second half of 2^31, but manage with vmem(9).

It will require 2 billion files per-directory to trigger vmem(9) usage.
Also, while here, add some fixes for tmpfs_unmount().

Should fix PR/47739, PR/47480, PR/46088 and PR/41068.
Thanks to wiz@ for stress testing.
2013-11-08 15:44:23 +00:00
wiz
918ebd8ff7 Mark up NULL with Dv. 2013-11-08 13:17:45 +00:00
nisimura
e4e90575bc move EVCNT only variable inside #ifdef 2013-11-08 06:20:48 +00:00
nisimura
5818b5f944 use __diagused for KASSERT only variable. 2013-11-08 04:32:58 +00:00
nisimura
77418f57bd resort the sys/cpu.h way for unused cii iterator in !MULTIPROCESSOR case. 2013-11-08 03:59:35 +00:00
nisimura
2d5e7bdca6 fix an array bound error which was spotted by gcc 4.8 2013-11-08 03:56:10 +00:00
christos
935296a3c3 fix gcc-4.8 sets 2013-11-08 03:13:29 +00:00
christos
8b0b2b2c69 fix unused variable warnings 2013-11-08 03:12:17 +00:00
christos
790664c47d fix unused variable 2013-11-08 02:47:41 +00:00
christos
f20392b99b fix unused variable warning 2013-11-08 02:24:53 +00:00
christos
7d82f49661 Fix unused variable warnings 2013-11-08 02:24:11 +00:00
christos
8c82a95aec fix unused variable warnings 2013-11-08 02:23:52 +00:00
christos
90f2e15193 fix unused variables 2013-11-08 01:41:45 +00:00
christos
553f814b0d remove unused variable 2013-11-08 01:10:23 +00:00
rmind
a79812ea10 NPF: add support for specifying the interfaces before they are attached.
If an interface is or gets detached, all associated rules and connections
will be deactivated (it might be useful to have an option to invalidate
the associated connections).  Once the interface is reattached they will
become active.

Bump NPF_VERSION.
2013-11-08 00:38:26 +00:00
christos
f148a5082f fix unused variables 2013-11-07 21:45:04 +00:00
christos
a6b92c971d eliminate unused variable 2013-11-07 21:44:48 +00:00
christos
1329e3d069 another gcc-4.8.1 workaround 2013-11-07 21:33:59 +00:00
christos
c2157dc68c avoid gcc bug on sh3 2013-11-07 21:30:58 +00:00
christos
45dd466bd9 Don't use SIG_register to register a SIG_IGN handler. It thinks it registers
a fucntion, but then it ends up calling (*1)(13) with all signals blocked
so cvs spins (with all signal blocked, getting SEGV). Use plain signal instead
To reproduce: cvs log file | less and quit.
2013-11-07 20:09:55 +00:00
christos
982091c4c2 Revert previous change:
gcc-4.8.1 converts -mc68000 to -mcpu=68000 which breaks gas. gas even
breaks with -mcpu=68010, but works with -march=68010 so we'll go with that.
2013-11-07 19:52:56 +00:00
njoly
c0dc7e32cd Regen for dup/dup2/dup3 argument types fix. 2013-11-07 19:39:57 +00:00
njoly
dffea6ad6b Fix dup/dup2/dup3 argument types (u_int -> int). 2013-11-07 19:37:18 +00:00
msaitoh
3b5f820d76 Fix typo. From jnemeth. 2013-11-07 18:59:01 +00:00
dholland
0256a35b09 apostrophe's do not make plural's. 2013-11-07 18:50:46 +00:00
msaitoh
f953d2cdc1 Regen. 2013-11-07 18:47:07 +00:00
msaitoh
67459aa9d9 Revert previos. Sorry. 2013-11-07 18:45:32 +00:00
msaitoh
32eaccad60 Add Quark X1000 devices. 2013-11-07 18:44:09 +00:00
msaitoh
a9491a8185 Update some processor names. 2013-11-07 18:18:59 +00:00
msaitoh
caea426a27 Get bus clock for some Atom processors. 2013-11-07 18:17:13 +00:00
christos
b1f1b4f3f7 fix unused warnings 2013-11-07 17:50:18 +00:00
christos
e9af1dcdbe don't duplicate definitions 2013-11-07 17:50:02 +00:00