Commit Graph

222469 Commits

Author SHA1 Message Date
christos
d0cb43a4be remove unused variable 2013-11-07 17:18:22 +00:00
msaitoh
b09c1b90a5 Add some Mobile 4th generation Intel Core Processor devices
(Lynx Point-LP).
2013-11-07 15:55:08 +00:00
nisimura
5c6968285a move DIAGNOSTIC only variable inside #ifdef 2013-11-07 15:26:36 +00:00
nisimura
9e18f2cee2 shut off gcc 4.8 unused variable warnings. 2013-11-07 14:51:36 +00:00
msaitoh
37d9c62dae Regen. 2013-11-07 14:33:33 +00:00
msaitoh
a1de2b6175 Add some Intel devices. Mainly taken from "Mobile 4th Generation Intel Core
Processor Family I/O" datasheet (Document number: 329003)
2013-11-07 14:33:09 +00:00
hannken
21542ebe39 Make vclean static (ride 6.99.2).
DOCLOSE is no longer needed -- remove.
2013-11-07 09:48:34 +00:00
hannken
65bcb93b31 Add missing operations that unlock or dereference their arguments.
Stop checking for a vnode state change -- dead vnodes never change state.
2013-11-07 09:45:53 +00:00
skrll
6324a6ab1f bus->lock is always available now. Remove the old code that helped when
it wasn't always available.
2013-11-07 06:54:48 +00:00
christos
c812541471 remove unused 2013-11-07 02:38:07 +00:00
christos
86a5a46882 fix variable usage 2013-11-07 02:37:56 +00:00
christos
71c18b90bc more volatile for m68k 2013-11-07 02:06:51 +00:00
christos
baa7071088 we don't support stpncpy until gcc does 2013-11-07 02:01:42 +00:00
christos
53e3f1af8a gcc-4.8.1 is has a builtin stpncpy, but is missing the __builtin_ ssp
equivalent. go figure.
2013-11-07 02:00:54 +00:00
christos
c1e26d7e6a add ifdefs for kernel only variable 2013-11-07 01:49:46 +00:00
joerg
755d29f0d5 Grammar fix. 2013-11-07 01:47:59 +00:00
christos
c44df9e7f5 mention template instantiation workaround 2013-11-07 01:43:08 +00:00
joerg
ebaba2c41e Make /usr/include/g++/bits/i386 and x86_64 not depend on gcccmds. 2013-11-07 01:18:19 +00:00
christos
e159cab062 avoid confusion with 68010 and 68020. The sun3 always was a 68020, and
the code assumes that.
2013-11-07 00:43:15 +00:00
christos
15607b72ed fix unused variables 2013-11-07 00:42:42 +00:00
riz
de90c97c82 Directories are created even when gcc=48 is not true, so remove
that flag as well.
2013-11-07 00:17:00 +00:00
tron
fb23e6a8a9 Revert my last change. I'm not convinced it is correct and while it seems
to fix some build problems it might cause others.
2013-11-07 00:02:58 +00:00
tron
0b1de3ffdc Don't attempt to build "stpcpy.c" and "stpncpy.c". NetBSD provides these
functions and these implementation don't build because of the new
SSP definitions.
2013-11-06 23:32:04 +00:00
christos
8b772b0519 revert previous now that the config test is correct 2013-11-06 22:56:38 +00:00
christos
cd92d51af7 correctly fix stpcpy 2013-11-06 22:54:49 +00:00
tron
20b1c42258 Fix build problem caused by definition of SSP version of stpcpy(3). 2013-11-06 21:44:44 +00:00
tron
24f67c8710 Add missing declarations for SSP versions of stpcpy(3) and stpncpy(3). 2013-11-06 21:33:12 +00:00
tron
27c36eab53 Fix build problems. 2013-11-06 21:05:27 +00:00
mrg
8284ffb919 gcc 4.8 issues:
- avoid running over the end of an array (this is a real bug, but
  i didn't really look closely at what memory is clobbered.  it
  may not actually matter.)
- move variables inside their #if usage.
2013-11-06 20:19:03 +00:00
christos
987a47d93c turn off another gcc warning for m68k 2013-11-06 19:57:17 +00:00
christos
27c90c0e19 revert previous, will turn off globally. 2013-11-06 19:56:38 +00:00
christos
48ec4b4e3a XXX: gcc initialization (mc68k gcc-4.5.x gcc-4.8.x) 2013-11-06 19:50:10 +00:00
spz
acaf72ec02 Introduce a variable for security.conf, default empty, to list users
whose home is (allowed to be) owned by another user.

It's a separate variable and not just check_passwd_permit_dups so I can
make security shut up about my uucp users.

Fixes the second half of PR misc/36063
2013-11-06 19:37:05 +00:00
spz
0d7af235a1 having more than one line with the same group name and gid is not only
allowed, it's even recommended for groups with lots of members, so
do not warn about duplicate group name lines if the gid is the same
2013-11-06 19:30:20 +00:00
pgoyette
5298946cdc Fix the build for amd64.
Even though the files are installed only if "compat" is set, the
/usr/include/g++/bits directories are unconditionally created via
the mtree files.
2013-11-06 18:37:57 +00:00
njoly
7112cd1564 Small macros cleanup. Do not call '.Bl -compact' and add .Pp before
each item. No output change.

ok mbalmer@.
2013-11-06 17:54:55 +00:00
christos
eb33cee45c handle old gcc 2013-11-06 16:58:58 +00:00
christos
6c5b63c739 simplify. 2013-11-06 16:49:21 +00:00
christos
c15ffc1416 add stp{,n}cpy 2013-11-06 16:31:08 +00:00
christos
cd2724da71 fix doc for strcpy, strcat
add stp{,n}cpy
2013-11-06 16:30:55 +00:00
christos
1fd1820dad simplify 2013-11-06 16:30:27 +00:00
macallan
f620771e1d build EXA support, tested on macppc 2013-11-06 14:53:29 +00:00
macallan
95bb5188d6 Don't turn off aperture registers - some firmwares don't know how to turn
them back on. Also distinguish between WSDISPLAYIO_MODE_MAPPED and _DUMBFB -
we only need to turn the registers off in _DUMBFB mode when mapping all 8MB
of video memory.
2013-11-06 14:52:25 +00:00
mrg
f6ff08e141 - move variables inside their #ifdef use
- remove unused and set-but-unused variables
- use __USE() in a particularly ugly case

with these, and a couple of other changes, amd64 gcc 4.8.1 world
is able to complete build.sh release.
2013-11-06 06:23:15 +00:00
mrg
387c0717d0 move some variables inside their #ifdef use. 2013-11-06 06:20:12 +00:00
christos
db0f5e00f8 remove unused variables 2013-11-06 02:41:12 +00:00
christos
d1ec8171bd sprinkle diagused 2013-11-06 02:37:58 +00:00
christos
7383673565 ifdef notyet code. 2013-11-06 02:36:36 +00:00
christos
d5b0045acb move code inside ifdef 2013-11-06 02:35:26 +00:00
christos
d7425d6438 add diagused 2013-11-06 02:34:10 +00:00