216817 Commits

Author SHA1 Message Date
christos
ff77c2a8d2 Multi-byte docs and fixes for > 2 mblen charsets from J.R. Oldroyd 2013-02-13 22:24:48 +00:00
wiz
0dab657ed9 Mark up LC_CTYPE as environment variable. 2013-02-13 22:19:48 +00:00
christos
b4ca5d44a0 remove patch botches. 2013-02-13 22:19:18 +00:00
christos
bab4584669 multi-byte doc from J.R. Oldroyd 2013-02-13 22:17:12 +00:00
christos
7ac573dac7 Fix from J.R. Oldroyd for wide chars > 2 2013-02-13 22:15:43 +00:00
pooka
40cc713320 Move the list of source directories required by TOOLS_BUILDRUMP=yes from
the buildrump.sh repo to here.  While I don't expect the list to change
often, it's a function of the NetBSD source tree -r/-D and therefore
easier to maintain here.
2013-02-13 18:45:20 +00:00
msaitoh
24e916e08f No functional change.
- Fix comment.
 - Use macro.
2013-02-13 16:58:04 +00:00
christos
a41a849901 Handle invalid character sequences. 2013-02-13 15:22:09 +00:00
hannken
9f9ac3cb83 Make the spec_node table implementation private to spec_vnops.c.
To retrieve a spec_node, two new lookup functions (by device or by mount)
are implemented.  Both return a referenced vnode, for an opened block device
the opened vnode is returned so further diagnostic checks "vp == ... sd_bdevvp"
will not fire.  Otherwise any vnode matching the criteria gets returned.

No objections on tech-kern.

Welcome to 6.99.17
2013-02-13 14:03:48 +00:00
christos
c10d89b681 handle EILSEQ. 2013-02-13 13:58:44 +00:00
msaitoh
f1abb2995b No functional change.
- "struct mii_data *mii = &sc->sc_mii" and use it.
- Add comments.
- Fix some comments.
2013-02-13 12:28:23 +00:00
pooka
a42a57f022 Match prototype with reality to fix tool build on platforms where
wint_t != int.
2013-02-13 12:15:09 +00:00
nakayama
93c32b3617 Fix copy and paste miss introduced in rev 1.327. 2013-02-13 08:00:47 +00:00
christos
6f46fd439e explain we we want wide character support here. 2013-02-13 04:58:17 +00:00
christos
6db0248c67 handle wide chars 2013-02-13 04:52:31 +00:00
christos
81516a9702 - check the results of the vis functions
- zero output to make sure things work
- don't use encodings that don't work
- fix the style on decoding
2013-02-13 04:51:56 +00:00
christos
ec33e596f5 Wide char support from J.R. Oldroyd 2013-02-13 04:49:59 +00:00
christos
87aeb26f19 Avoid // 2013-02-13 04:22:36 +00:00
christos
d6c020d518 add a disk-image=target option 2013-02-13 02:17:54 +00:00
christos
c1fffff4c4 Don't produce spurious errors when creating labels on files. 2013-02-13 00:40:28 +00:00
skrll
0b0527d584 The file needs opt_multiprocessor to get the CR_CURCPU define. 2013-02-12 23:02:58 +00:00
macallan
aadf8bb6f4 break some more long lines 2013-02-12 22:24:47 +00:00
martin
905b216648 Use __HAVE_LONG_DOUBLE instead of EXT_EXPBITS and include s_nextafterl.c
as well as s_frexpl.c in the global list of "common" sources - as we
seem to have no arch redefining the standard double variant, it seems
unlikely we will have on redefining the long double version in assembler.
2013-02-12 21:40:18 +00:00
macallan
caa556aea5 break long lines 2013-02-12 21:25:12 +00:00
macallan
6a4c4c0db7 support a hardware cursor 2013-02-12 21:17:37 +00:00
macallan
a71ffecb79 be a little more consistent with register names 2013-02-12 21:17:17 +00:00
christos
82e8c5f133 need bsd.own.mk 2013-02-12 20:55:37 +00:00
pgoyette
108fc19ea1 Remove a spurious '%' in "tech%nical" 2013-02-12 20:50:22 +00:00
christos
aecff02552 me.7 is supplied both by groff and here. Don't include both. 2013-02-12 20:46:10 +00:00
christos
f195d367a6 This has no business going to the crypto tree and building it. 2013-02-12 20:32:11 +00:00
christos
b261027db1 mv the MKCRYPTO protection higher; ideally should be at the top for this 2013-02-12 20:31:13 +00:00
christos
a7c38cbf62 merge in 1.0.1e 2013-02-12 19:52:11 +00:00
christos
0c9d7240de Can you please tell us the module name that had the wrong version? Thanks. 2013-02-12 19:14:50 +00:00
christos
5f71164a5e Changes between 1.0.1d and 1.0.1e [11 Feb 2013]
*) Correct fix for CVE-2013-0169. The original didn't work on AES-NI
     supporting platforms or when small records were transferred.
     [Andy Polyakov, Steve Henson]
2013-02-12 19:10:49 +00:00
matt
82b1c4ddd9 Add inlines for cp10 (vfp) registers 2013-02-12 15:06:40 +00:00
matt
b6bea4c9af More fully document FPEXC register 2013-02-12 15:05:26 +00:00
jmcneill
fcc410b7f2 add extra space to root partition 2013-02-12 12:45:12 +00:00
jmcneill
fbdc5d584c create /proc and /kern 2013-02-12 12:04:39 +00:00
martin
1bdd60c0cc Use __weak_alias instead of __weak_reference (obvious pasto) 2013-02-12 08:21:48 +00:00
msaitoh
3e372ca912 Use 82580(and I350) specific PHY read/write functions.
Fixes PR#47542.
2013-02-12 03:11:43 +00:00
matt
0d613952ce Fix the strong alias correctly this time. 2013-02-12 02:52:13 +00:00
matt
d223e8e24c fix inverted ifdefs 2013-02-12 02:38:53 +00:00
matt
ce91e227a5 Add two more si_trap fields (si_trap[23]) so more information can be passed
on a fault.
2013-02-12 02:24:42 +00:00
matt
2bc1572da9 Fix some FPEXC bit definitions 2013-02-12 00:32:15 +00:00
christos
29d24e71d6 don't build kpasswd; heimdal does it for us. 2013-02-11 23:11:48 +00:00
jmcneill
bdad5df232 set -e 2013-02-11 18:11:20 +00:00
matt
9aeffda480 any arch that has fenv.[ch] can have fma as well (since fma uses fenv). 2013-02-11 17:55:01 +00:00
matt
04ec087c22 Add fma/fmaf/fmal for arm hard float which uses the VFP vmla instruction. 2013-02-11 17:41:13 +00:00
christos
ecb1daed9a put back soelim, if MKGROFF is no so that we don't break the sets. 2013-02-11 17:24:21 +00:00
christos
ed97a32994 Don't build and install soelim anymore, because it got overwritten
anyway by the groff one and messed up the mtree unprived sets. If
we want to switch back to ours, we should probably add the extra
flags GNU added first.
2013-02-11 17:14:23 +00:00