Commit Graph

209951 Commits

Author SHA1 Message Date
riz
f6c08cbea2 Add autodiscover wedge support to macppc GENERIC, to allow use of
GPT-partitioned disks in a similar way to amd64/i386.
2012-03-17 19:57:14 +00:00
riz
d91617746c Add drvctl to macppc GENERIC. 2012-03-17 19:54:09 +00:00
christos
4254cd9bee allow file-specific lint flag additions 2012-03-17 18:02:41 +00:00
christos
4bc43cf6c5 make lint exit on warnings 2012-03-17 18:00:50 +00:00
hannken
0207daf65f Starting with Rev. 1.191 of kern/subr_pool.c a pool has to be inactive
for at least 10 seconds before it can be reclaimed.

Change the uvmwait test timeout from 10 to 30 seconds so it has a chance
to reclaim memory and succeed.
2012-03-17 18:00:28 +00:00
christos
64c780f832 hack to silence lint 2012-03-17 17:59:58 +00:00
hannken
f9e0cf816f Don't take a mutex we already took 6 lines above. 2012-03-17 17:58:38 +00:00
jruoho
d2d68b21f3 Add '-e ignore" to atf-check(1) and remove xfail. Pointed by njoly@. 2012-03-17 17:39:44 +00:00
jruoho
0a082b37fe Move the _lwp_ctl(2) preemption counter check to the right place. 2012-03-17 17:23:34 +00:00
jruoho
840bc631fa Adjust set lists and mtree. 2012-03-17 17:16:41 +00:00
jruoho
ad9dcd3c99 Deprecate tests/toolchain. 2012-03-17 17:15:28 +00:00
christos
46747abf55 use __inline to fix nspr's configure issue 2012-03-17 16:48:35 +00:00
jruoho
6aa27f04c2 Add few basic tests for realpath(3). 2012-03-17 16:40:14 +00:00
jruoho
2fb9c76e0d Adjust set lists and mtree. 2012-03-17 16:35:02 +00:00
jruoho
28604916d4 Deprecate tests/util. 2012-03-17 16:33:10 +00:00
njoly
8dfc5e0c6d Small typo. 2012-03-17 14:42:13 +00:00
wiz
a4e645569f Fix table, addresses PR 46214 by Nicolas Joly. 2012-03-17 14:29:18 +00:00
nakayama
83109d5c7b Use toolchain awk to make them buildable on Solaris 10. 2012-03-17 12:42:31 +00:00
wiz
7e093e0425 njoly remarks that Lk doesn't make sense here, since it won't ever resolve
correctly due to using ${RELEASE} in the URL. Revert previous.
2012-03-17 12:25:11 +00:00
bouyer
afdae705de Always check index against array bound; keep only the printf under
DIAGNOSTIC. Suggested by matthew green
2012-03-17 11:45:00 +00:00
wiz
5fe27af8d6 Use %U. 2012-03-17 11:15:42 +00:00
wiz
5f1d89ea80 Use Lk. 2012-03-17 11:11:35 +00:00
wiz
835afd6ab2 Use Lk/%U. 2012-03-17 11:11:00 +00:00
dholland
65d87cbafc Make a quick note about adding a short summary of changes to the cvs import
message.

Currently you can't prepare that in advance and then use cvs import -F
file to supply the log message in a file. Will file a PR on cvs for this.
2012-03-17 11:10:33 +00:00
wiz
ca57fd067f Use Lk. 2012-03-17 11:09:29 +00:00
jruoho
4608dbc06e PR kern/46077 was fixed; remove xfail. 2012-03-17 08:37:08 +00:00
jruoho
a43eb6ed04 PR bin/42179 was fixed; remove xfail. 2012-03-17 08:34:55 +00:00
christos
b654a04427 PR/46077: M. Nunberg: Stat should not fial on connecting socket. 2012-03-17 02:48:51 +00:00
christos
c583007244 PR/43141: Tobias Nygren: Print an error on unknown interfaces. 2012-03-17 02:25:08 +00:00
christos
e101c08658 PR/42179: Christoph Badura: Be a little friendlier about missing args. 2012-03-17 02:13:44 +00:00
jakllsch
cc443ff60b Prevent access beyond end of PUFFS file on read,
similar to as is done for NFS.
2012-03-16 23:13:48 +00:00
joerg
ba562931eb This version of __diagssert13 is dead. 2012-03-16 11:44:54 +00:00
matt
a030baf591 Allow testing of exec pages on PowerPC BookE.
Make return_one actually do the right thing.
2012-03-16 08:51:47 +00:00
hannken
88f39ca44e Fix last commit that broke lookup for dot with op DELETE.
Reviewed by: David Holland <dholland@netbsd.org>
2012-03-16 08:39:54 +00:00
matt
e04c99d5d7 This is no longer expected to fail. 2012-03-16 08:14:11 +00:00
matt
9e3fcedeae Add CPU_EXECPROT sysctl so that atf can enable exec permission tests for
PPC Booke.
2012-03-16 07:41:54 +00:00
matt
7ca5266964 Make sure to have copyinstr return ENAMETOOLONG if the string was too long. 2012-03-16 07:23:38 +00:00
matt
d35b5e4f3f Fix PR/49150.
Make listen(2) match the opengroup specification for what what errno to
return if the socket is connected when a listen(2) is attempted.
2012-03-16 06:47:37 +00:00
matt
ae11ed12ab Don't rely on INT_MAX being unmapped. Use mmap to get a page and then unmap
it.  Then use that address for msync.
2012-03-16 06:15:17 +00:00
jkoshy
936bd63786 Add an entry for myself. 2012-03-16 05:43:09 +00:00
njoly
d0e00679ff Use Lk macro when dealing with URLs. While here update or remove some
dead URL links. Another part of PR/29238.
2012-03-15 22:35:02 +00:00
njoly
a973b36486 Use Lk macro when dealing with URLs. Another part of PR/29238. 2012-03-15 19:04:46 +00:00
bouyer
867f16169f Revert previous; needs more work 2012-03-15 18:52:02 +00:00
bouyer
5ade347d8f Use the right marcro for loop bound, avoids read past array end. Found by
gcc -03
2012-03-15 18:49:49 +00:00
bouyer
eaba10165e Also print and bail out if the hardware returned a too large bSamFreqType,
instead of reading past descriptor array. Found by gcc -O3
2012-03-15 18:40:32 +00:00
bouyer
22a92de5f8 Always init *val; some callers of zyd_read*() do not check the return
value for error. Found by gcc -O3
2012-03-15 18:39:21 +00:00
bouyer
38a537f636 Do not read array before detecting array overflow, found by gcc -O3 2012-03-15 18:38:37 +00:00
bouyer
f0112171b7 Do not read past array end, found by gcc -O3.
This could cause to HWRITE4() a bad value, but maybe last 2 bytes are
probably ignored by hardware anyway.
2012-03-15 18:37:43 +00:00
bouyer
02c4438c8c Do not read past array end; found by gcc -O3 2012-03-15 18:35:20 +00:00
bouyer
de1b145cd5 Fix array overflow, found by gcc -O3. 2012-03-15 18:34:40 +00:00