Commit Graph

202113 Commits

Author SHA1 Message Date
joerg
e060a1ff71 Actually used SSE branch. Noticed by enami@ 2011-06-21 21:52:49 +00:00
joerg
cb569b5c4c Include liblzma to unbreak gzip on the install CD. 2011-06-21 21:49:22 +00:00
wiz
322aa1720c New sentence, new line. 2011-06-21 20:51:27 +00:00
kefren
f881c97d31 add a sentence regarding multiple tags 2011-06-21 19:46:36 +00:00
kefren
214feb60c7 print multiple tags if exists, comma separated 2011-06-21 19:42:45 +00:00
nonaka
9bb80a5b37 backout previous. 2011-06-21 18:13:19 +00:00
rjs
0b2b1f96e7 Make it compile when PIC_DEBUG is defined. 2011-06-21 18:02:43 +00:00
riz
eef0581420 The referred-to comment was moved to vfs_vnode.c; update the pointer. 2011-06-21 17:28:11 +00:00
nonaka
ab3c0dc475 use pmf_event_inject() instead of call lcd_blank() directly. 2011-06-21 17:17:27 +00:00
kiyohara
f479ccd483 Add bicons to constab. 2011-06-21 15:28:05 +00:00
kiyohara
88282c5654 Split pxa2x0_hpc/wzero3. 2011-06-21 15:23:57 +00:00
kiyohara
d25622d743 More stride for PSIONTEKLOGIX NETBOOK PRO. 2011-06-21 15:13:34 +00:00
kefren
0c463ade62 Alloc dynamically sockunions in sou.
Teach route(8) about multiple tags. E.G.: -tag 100,20,33
XXX: needs documentation
2011-06-21 14:33:14 +00:00
kefren
bd098fd968 learn mpls interface how to prepend multiple shims by using a vector of
smpls_addrs in sockaddr_mpls. The number of smpls_addrs is found from
smpls_len. First label encountered is BoS.
XXX: need to do the same for LSE and this feature needs to be documented.
2011-06-21 14:30:19 +00:00
hannken
58698054d5 Use kthread_join() to wait for the termination of the helper thread. 2011-06-21 13:59:41 +00:00
joerg
8cba5925cb Add a few explicit casts for sign mismatches. 2011-06-21 13:25:45 +00:00
hannken
f33030999c When reading or writing the backing store us POSIX_FADV_NOREUSE access hint
to prevent read ahead.
2011-06-21 12:41:24 +00:00
hannken
19e20982bb Make sure sensor state is valid before calling sysmon_envsys_sensor_attach().
Ok: Paul Goyette <pgoyette@netbsd.org>
2011-06-21 12:38:27 +00:00
tsutsui
1214fe004d Revert rev 1.42 which is not necessary after rev 1.41. 2011-06-21 11:52:45 +00:00
nonaka
b1a8984138 fix typo. 2011-06-21 11:42:20 +00:00
kiyohara
6d97f855d7 Use CFATTACH_DECL_NEW(). 2011-06-21 11:38:03 +00:00
jruoho
2d98f49dfe Revert the previous commit as it was wrong/redundant. 2011-06-21 09:49:05 +00:00
mrg
63da379d23 use --sysroot with GCC 4.5. (maybe could with 4.1 too? the 4.1 code
here is broken right now, anyway, ever since the sysroot changes were
merged into our tree.)
2011-06-21 09:37:41 +00:00
mrg
2c77b0841d avoid code that looks like this:
x = x = y;
since GCC 4.5 complains about it having sequence point issues.
2011-06-21 09:36:46 +00:00
wiz
ae6b6d0795 Sort sections. 2011-06-21 09:36:43 +00:00
mrg
77c15e81ac add a missing " to a string literal in some #if'd out code that GCC 4.5 found. 2011-06-21 09:35:23 +00:00
mrg
5b5d810159 this needs %option noinput. thanks to martin. 2011-06-21 09:34:54 +00:00
mrg
f90498bd01 pull across these revisions from gcc 4.1:
configure:
revision 1.12
date: 2011/03/10 15:14:49;  author: skrll;  state: Exp;  lines: +1 -1
Look for TLS on hppa on netbsd.

configure.ac:
revision 1.11
date: 2011/03/10 15:14:49;  author: skrll;  state: Exp;  lines: +1 -1
Look for TLS on hppa on netbsd.
2011-06-21 07:39:18 +00:00
mrg
1c4baf8439 pull across these revisions from gcc 4.1:
revision 1.8
date: 2011/06/11 00:57:29;  author: matt;  state: Exp;  lines: +2 -0
If we are compiling -msoft-float, define _SOFT_FLOAT

revision 1.7
date: 2011/03/12 07:57:38;  author: matt;  state: Exp;  lines: +3 -1
Define HAVE_AS_TLS until our build tools figure out how to do it.

revision 1.6
date: 2011/02/25 22:36:10;  author: matt;  state: Exp;  lines: +7 -0
Explicitly make sure TARGET_SECURE_PLT is defined correctly rather than
relying on HAVE_AS_REL16 from "auto-host.h".

revision 1.5
date: 2011/02/10 07:18:29;  author: matt;  state: Exp;  lines: +3 -0
Default NetBSD to -msecure-plt now.
2011-06-21 07:31:13 +00:00
mrg
1c860480c9 pull across these revisions from gcc 4.1:
revision 1.21
date: 2011/01/23 06:29:52;  author: matt;  state: Exp;  lines: +1 -1
Default mips64 to softfloat.

revision 1.22
date: 2011/02/10 07:18:29;  author: matt;  state: Exp;  lines: +3 -0
Default NetBSD to -msecure-plt now.
2011-06-21 07:28:44 +00:00
cherry
9858da6139 #include <sys/proc.h> before using struct proc.p_timerpend 2011-06-21 07:20:56 +00:00
mrg
76a21f6aa5 pull across these revisions from gcc 4.1:
revision 1.9
date: 2011/04/15 13:42:22;  author: joerg;  state: Exp;  lines: +2 -1
Move the headers for compiler and platform specific intrinsincs from
/usr/include to /usr/include/gcc-4.1.

revision 1.8
date: 2011/04/10 21:25:56;  author: joerg;  state: Exp;  lines: +1 -0
Add back a stylish new line.

revision 1.7
date: 2011/04/10 16:50:18;  author: joerg;  state: Exp;  lines: +20 -12
Reduce difference between src/tools/gcc and src/gnu/usr.bin/gcc4
configuration. All but the target to helper programs should be the same.
Mark include directories as sysroot-relative.


adjust the paths to gcc-4.5, and add an XXX note about this ugliness.
2011-06-21 06:54:27 +00:00
matt
0ea10ea329 Add #define __PMAP_PRIVATE 2011-06-21 06:43:38 +00:00
matt
910882363a Switch to use new common cpu_ast routine. 2011-06-21 06:38:50 +00:00
matt
fd8fff1eed Add a common cpu_ast(l, ci) routine.
Add a ci_pmap_asid_cur for BOOKE debugging.
2011-06-21 06:32:36 +00:00
matt
68270447ad Add DEBUG around a variable. 2011-06-21 06:25:19 +00:00
matt
19cddb4bed In e500_spl0, grab ci after disabling interrupts.
Consolidate a KASSERT.
2011-06-21 06:24:25 +00:00
jruoho
b4a3a8f3ec Adjust the #ifdefs such that ccd(4) and cgd(4) show in
modstat(8) even if built into the kernel.
2011-06-21 06:23:38 +00:00
mrg
aaaade9e8e pull across from gcc 4.1:
revision 1.2
date: 2011/02/05 00:37:40;  author: joerg;  state: Exp;  lines: +2 -2
Explicitly use template to allow building with the more strict
template lookup in clang. From FreeBSD.
2011-06-21 06:22:06 +00:00
mrg
1e4c47b919 pull across from gcc 4.1:
revision 1.2
date: 2011/05/25 15:51:55;  author: joerg;  state: Exp;  lines: +2 -2
Don't define explicit instantiation as inline.
2011-06-21 06:18:56 +00:00
mrg
3b87de1dcf move the gcc 4.5 usr.bin build makefiles to the right place. 2011-06-21 06:03:13 +00:00
mrg
f0c80e6ced *sigh* move these files into the directories i meant for them to exist in.
start actually porting to gcc 4.5 in the process.
2011-06-21 06:02:25 +00:00
mrg
c6121f4c92 remove stuff from the wrong directory. oops. 2011-06-21 05:34:50 +00:00
matt
a93fef591a Nuke the mfsprg2 %r3 after sctrapexit. curlwp is already in %r13 and the
value fetched to %r3 isn't used.
2011-06-21 05:33:04 +00:00
erh
2d7c053867 There is no .../5.99 path to use for PKG_PATH, so change it to 5.1 instead.
Also refer the reader to pkg_install.conf as an alternative.
2011-06-21 05:31:29 +00:00
matt
c2df1ed774 Remove #if 0 block 2011-06-21 05:15:44 +00:00
matt
1a0a55ade7 remove a #if 0 block 2011-06-21 05:14:26 +00:00
jruoho
653bf25132 By default, enable wmihp(4) instead of hpqlb(4), as it has a better chance
of working with a greater number of HP laptops. Ok cegger@.
2011-06-21 05:01:17 +00:00
matt
9e2ba13093 Add a common struct containing tlb ops needed by the tlb pmap.c 2011-06-21 04:55:01 +00:00
mrg
6c3d0727c9 front end to build gcc 4.5 components 2011-06-21 04:53:33 +00:00