Commit Graph

202303 Commits

Author SHA1 Message Date
kiyohara
62dc9214de Must need srr0 and srr1 in FRAME_SETUP and trapexit.
parentheses is good.
Remove no-need 'addi FRAME_TF'.
2011-06-28 11:42:51 +00:00
ahoka
fff8508658 adjust to nand changes 2011-06-28 10:32:45 +00:00
mrg
3a7677d284 delete file in the wrong directory. 2011-06-28 10:17:17 +00:00
mrg
c234a85172 port this to GCC 4.5. 2011-06-28 10:15:40 +00:00
mrg
a7165021a8 build libdecnumber. 2011-06-28 10:15:15 +00:00
mrg
278a646828 port this to GCC 4.5. 2011-06-28 10:14:41 +00:00
mrg
1ce3c1cc4c some of the way towards working. there's a couple of hacks in there that
need to be cleaned up before this is properly finished.
2011-06-28 10:11:04 +00:00
jruoho
28ff14fdd5 Bump kernel due recent ACPICA changes. 2011-06-28 09:47:00 +00:00
mrg
498a5a5a14 init.o wants a localedir.h to define LOCALEDIR now. make it so. 2011-06-28 09:31:55 +00:00
mrg
b5a3cd5336 this needs -lintl now. 2011-06-28 09:31:11 +00:00
mrg
d79932b240 - add LIBDECNUMBEROBJ.
- update the VER_CPPFLAGS for GCC 4.5.
2011-06-28 09:28:22 +00:00
jruoho
f16280b523 More __UNCONST(3). 2011-06-28 09:27:49 +00:00
mrg
91c00ee734 TOOLDIR_BASE_PREFIX must be a relative path now. 2011-06-28 09:27:39 +00:00
jruoho
67f3351271 Note the ACPICA 20110623 import. 2011-06-28 09:17:21 +00:00
jruoho
30c90d58f5 Adjust for ACPICA 20110623. 2011-06-28 09:11:33 +00:00
jruoho
9af3996adf Adjust a prototype due ACPICA 20110623. 2011-06-28 09:09:43 +00:00
jruoho
8ad757efb2 Merge ACPICA 20110623. 2011-06-28 09:04:29 +00:00
jruoho
a8e4c04612 Import ACPICA 20110623.
Selected changes since 20110211 include, among other things, fixes to _PRW
parsing, fix to a regression with the Load() operator, improvements in NULL
package element removal, support for "spurious" global lock interrupts,
execution of orphaned _REG methods under acpiec(4), and smaller iasl(8)
improvements.
2011-06-28 09:01:37 +00:00
mrg
baba04193b fix a merge error only seen with NETBSD_NATIVE defined. 2011-06-28 07:52:40 +00:00
manu
1a36241e4f Improve a bit listxattr(2). It attemps to list both system and user
extended attributes, and it faled if calling user did not have privilege
for reading system EA. Now we just lise user EA and skip system EA in
reading them is not allowed.
2011-06-28 07:50:03 +00:00
manu
d297a7739e Fix previous broken commit for extended attribute listing. 2011-06-28 07:24:14 +00:00
ahoka
feeeb20506 follow nand api changes 2011-06-28 07:16:53 +00:00
ahoka
52682d394e follow bus_space conventions in naming 2011-06-28 07:16:11 +00:00
ahoka
9f1cc1c376 disable a debug printf and split it, as it's acutally two conditions 2011-06-28 07:05:19 +00:00
ahoka
a148a9e65b use nosize 2011-06-28 07:00:17 +00:00
uch
d309817c28 Add fsck_v7fs, mount_v7fs, newfs_v7fs entries for MKDEBUG=yes 2011-06-28 04:53:51 +00:00
mrg
9897cb288e also need bversion.h 2011-06-28 04:30:32 +00:00
mrg
340b2629aa output of mknative-gcc updates for GCC 4.5. 2011-06-28 04:24:12 +00:00
mrg
7153279ecd build the gcc libraries. 2011-06-28 04:23:56 +00:00
mrg
3c1598d843 begin to fix this for GCC 4.5. gengtype-yacc is gone, and -parse is its
replacement.  build the list of files from $G_GTFILES like GCC build dones.
2011-06-28 04:23:01 +00:00
mrg
b66c3ccf81 DEVPHASE of an actual gcc release is empty. do that. 2011-06-28 04:22:17 +00:00
mrg
4b23c5af8a - libmath is gone.
- add a bunch of file-specific CPP and compiler directives necessary.
  with a sucessful mknative-gcc run, this appears to run.  haven't yet
  confirmed that the resultant library is usable.
2011-06-28 04:08:57 +00:00
mrg
cfddc529b5 adjustments for GCC 4.5 src include path changes. 2011-06-28 04:07:36 +00:00
mrg
188cbb4343 add the path to has_set file. 2011-06-28 04:07:04 +00:00
mrg
6a253ff1f1 add _floatundixf to the normal list. fix the G_EXTRA_HEADERS. from chuq. 2011-06-28 04:03:56 +00:00
mrg
c415c98518 libstdc++-v3/libmath subdir is gone. 2011-06-28 04:03:16 +00:00
mrg
c86def5214 some more updates for GCC 4.5. 2011-06-28 03:58:55 +00:00
agc
2008a1289b get some things off the TODO list
when initialising, recognise keys in a different order.

1. read the public keyring

2. if a userid has been specified, use it

3.  if not, check the configuration file (~/.gnupg/gpg.conf) for a
default user id

4, only read the secret keyring if we need to (decrypting or signing)

5.  if signing, and we still don't have a userid, use the first key in
the secret keyring

6.  if encrypting, and we still have no userid, use the first in the
public keyring

ssh keys remain the same as previously.
2011-06-28 03:35:28 +00:00
agc
00f7aade09 re-do the tests so that it's much easier to see at a glance which tests
passed and which failed.
2011-06-28 03:29:38 +00:00
manu
4033ef79a2 Fix multiple non compliances in our Linux-like extattr API, and make it
public so that it can be used.
2011-06-27 16:39:43 +00:00
manu
d8abff28ef Implement extended attribute listing for UFS1.
Modify lsextattr(8) so that it does not expect each attribute name to be
prefixed by its length. This enable extattr_list_(file|link|fd) to
return a buffer matching its documentation. This also makes the interface
similar to what Linux and FUSE do, which is nice for interoperability.

Note that since we had no EA implementation supporting listing, we do
not break anything.
2011-06-27 16:34:47 +00:00
hannken
79568783ba amap_copy(): Keep the source amap locked until its lock has been copied.
Kernel assertion "anon->an_lock == amap->am_lock" no longer fails.

Ok: Mindaugas Rasiukevicius <rmind@netbsd.org>
2011-06-27 15:56:36 +00:00
nonaka
4574f69318 regen. 2011-06-27 14:53:25 +00:00
nonaka
ca0829d933 Added some JMicron PCI-E SD/MMC/MS/xD Host Contollers. 2011-06-27 14:52:44 +00:00
uwe
d1a523b49d sh3 also needs libgcc_pic for millicode (cf. revision 1.107) 2011-06-27 14:27:56 +00:00
wiz
e0f576648b Various improvements. 2011-06-27 13:50:31 +00:00
manu
4f82f2460e From Evgeniy Ivanov: puffs_node_readdir() should set eofflag to one, when
end-of-directory is reached.
2011-06-27 12:06:19 +00:00
uch
9255b46fb4 7th Edition(V7) File System support. and NetBSD symbolic-link, socket, FIFO extension. see newfs_v7fs(8). 2011-06-27 11:52:22 +00:00
wiz
846092f009 Various minor improvements. 2011-06-27 08:21:07 +00:00
agc
e5bfab614c only attempt to load the secret key if we need to (for signing or for
decrypting).
2011-06-27 07:05:31 +00:00