Commit Graph

219563 Commits

Author SHA1 Message Date
matt
83cc2631c1 Initialize $gp 2013-06-25 16:47:47 +00:00
jakllsch
777d27f690 Spell "Windows 98" not-incorrectly in comment. 2013-06-25 15:37:17 +00:00
jakllsch
0ae58794e2 Change "translater" to "translator" in comment. 2013-06-25 15:32:23 +00:00
joerg
9547cd8b38 Fix header guards. 2013-06-25 15:08:43 +00:00
wiz
0ff6b78547 Add -Wno-error=tautological-constant-out-of-range-compare for clang, to avoid
../external/mit/fontconfig/dist/src/fcname.c:89:18: error: comparison of constant
4294967295 with expression of type 'const FcType' (aka 'const enum _FcType') is
always false [-Werror,-Wtautological-constant-out-of-range-compare]
            if (t->type == (unsigned int) -1 || type == t->type)
                ~~~~~~~ ^  ~~~~~~~~~~~~~~~~~
1 error generated.

and a few others of the same type.
2013-06-25 14:05:04 +00:00
kiyohara
2f965a934d Configuration of external devices move to GENERIC. External bus does't know
attaching devices.
2013-06-25 13:56:59 +00:00
roy
e3bb11dade Add a hack to fix the dhcpcd rc.d script to work with a single
interface specified in dhcpcd_flags in rc.conf(5).
Fixes PR bin/43490
2013-06-25 13:02:53 +00:00
macallan
b06b1ca6c0 add cg14_render.c 2013-06-25 12:27:41 +00:00
matt
a4bddaaec2 Reorder to avoid !exists
Add a crtbegin.h dependency
2013-06-25 07:18:02 +00:00
wiz
46ad464f12 Remove trailing whitespace. 2013-06-25 07:08:10 +00:00
riz
d68d012c39 UNIMP->UNIMPL 2013-06-25 04:10:17 +00:00
msaitoh
23c1ffaec8 Fix "MDIC write error" bug for 82574 and 82583. For those chips, the semaphore
must be released after chip reset. Found and tested by Mark Davies.
2013-06-25 02:34:00 +00:00
matt
138c29fa6c MIPS now uses USE_COMPILERCRTSUTFF=no 2013-06-25 01:17:29 +00:00
matt
4e11eec173 For VAX, enable USE_COMPILERCRTSTUFF = no
Sort the arm ELF2AOUT sections to be removed.
2013-06-25 00:33:09 +00:00
matt
86ffe64b94 Use .long not .word
Use _ENTRY
[with these changes, the crtstuff passes its ATF tests.]
2013-06-25 00:30:07 +00:00
uebayasi
1d446b7ac1 Split these to improve diffability. 2013-06-25 00:27:22 +00:00
sjg
adfd644b2f Add .MAKE.META.IGNORE_PATHS to facilitate local additions to the paths
which should be ignored by meta_oodate().
2013-06-25 00:20:54 +00:00
sjg
8d830c54ea Ignore any files in /proc/ 2013-06-24 21:16:02 +00:00
christos
b75be32450 skip text that is in the cvs log (joerg) 2013-06-24 20:57:47 +00:00
matt
611f5afec5 Use (target1) for .init/fini array entries 2013-06-24 20:56:18 +00:00
christos
e9c2d7a015 Add a set_queue_size to avoid more code duplication, and set the queue size
of all tty fd's, not just the ones that we create (the ones that we get passed
in too). Fixes my iPhone -> xl2tpd -> pppd VPN from corrupting packets with
MTU > ~650.
2013-06-24 20:43:48 +00:00
martin
5a5c9a10f3 Stopgap for PR kern/47957: when reinitializing the chip in if_timeout,
avoid pmf operations as we are called from softint context.

This is not a 100% solution, since we still may end up panicing if
initialization fails.

Instead of hacking around it on a per driver level, wouldn't it be better
to have a single global workqueue and dispatch the if_slowtimo() calls
via that?
2013-06-24 19:43:58 +00:00
joerg
5f5c1f0096 Fix header guard, courtesy of clang. 2013-06-24 17:28:35 +00:00
jakllsch
bbc8e76ede drop trailing whitespace 2013-06-24 16:19:43 +00:00
jakllsch
ab4be1879b Fix some comment formatting nits in the USB region. 2013-06-24 16:19:02 +00:00
matt
e9cee35b87 Make sure dwarf_eh_object is 8 words long. 2013-06-24 14:53:42 +00:00
matt
08257f91d2 Like the rest, make __DTOR_LIST__ start with a -1
Make sure dwarf_eh_object is 8 words long.
2013-06-24 14:49:55 +00:00
matt
21ba1833d3 Make dwarf_eh_object is 8 words long 2013-06-24 14:49:13 +00:00
joerg
5b92de54be Add some more clues on what is needed to add a new platform. 2013-06-24 14:27:35 +00:00
christos
1b9025205b PR/47958: Robert Kovacic: makewhatis.c not generating entries in whatisdb
for POD generated pages
2013-06-24 12:56:22 +00:00
nakayama
a27e3fe5b7 Fix copy and paste. 2013-06-24 11:32:21 +00:00
wiz
ec0c2a14eb Fix xref. 2013-06-24 07:56:49 +00:00
riastradh
82db4b9858 Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset.
consttime_memequal is the same as the old consttime_bcmp.
explicit_memset is to memset as explicit_bzero was to bcmp.

Passes amd64 release and i386/ALL, but I'm sure I missed some spots,
so please let me know.
2013-06-24 04:21:19 +00:00
riastradh
106e9eabe9 Use static inline. Fixes i386/ALL and something else I've forgetten. 2013-06-24 03:57:36 +00:00
riastradh
d1790daeea Add consttime_bcmp(3) and explicit_bzero(3) to makefile and set lists. 2013-06-24 01:12:08 +00:00
riastradh
5fa1ffb5de Include <sys/lwp.h> for curlwp. 2013-06-24 00:56:21 +00:00
uebayasi
35b9dd9fed Remove obsolete comment. OK'ed by rmind@. 2013-06-23 23:49:28 +00:00
dholland
75571afd93 Stick ffs_ in front of the following macros:
fragstoblks()
   blkstofrags()
   fragnum()
   blknum()

to finish the job of distinguishing them from the lfs versions, which
Christos renamed the other day.

I believe this is the last of the overtly ambiguous exported symbols
from ffs... or at least, the last of the ones that conflicted with lfs.
ffs still pollutes the C namespace very broadly (as does ufs) and this
needs quite a bit more cleanup.

XXX: boo on macros with lowercase names. But I'm not tackling that just yet.
2013-06-23 22:03:34 +00:00
martin
e575b99fcd Do not keep pointers into a readdir result (which will become invalid
when closing the directory) - strdup() it instead.
Fixes the "bogus redirects" part of PR bin/47925 (atf test case
forthcoming)
2013-06-23 20:32:55 +00:00
stacktic
53da90559b Make sure sockin module is initialized only once 2013-06-23 19:24:08 +00:00
riastradh
75f5a58349 Add man pages and xrefs for consttime_bcmp and explicit_bzero.
ok wiz
2013-06-23 16:44:06 +00:00
matt
da81ffdfc8 Add -fno-unwind-tables 2013-06-23 13:56:01 +00:00
uebayasi
e2ff7476af Whitespace, comment, NBPG -> PAGE_SIZE. 2013-06-23 09:00:36 +00:00
wiz
ac1c6f9496 Put code example on its own line, using Dl.
Ok christos
2013-06-23 08:38:41 +00:00
dholland
e1610ba4cb Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of
the following symbols so as to disambiguate fully. (Christos already
did the lfs ones.)

   lblkno
   lblktosize
   lfragtosize
   numfrags
   blkroundup
   fragroundup
2013-06-23 07:28:36 +00:00
kefren
42c11e10c7 allow INET6 gateways, split some long lines 2013-06-23 06:40:26 +00:00
matt
874f26f67e Add EABI (aeabi) support 2013-06-23 06:19:55 +00:00
dholland
cc2e18968d Revert accidental commit of the change for PR 47911; got rolled into
other stuff by mistake.
2013-06-23 04:14:28 +00:00
uebayasi
6b5b6a9b05 Whitespace. 2013-06-23 03:16:46 +00:00
riastradh
e02ea39378 Fix dangling sentence vestige in cprng(9). 2013-06-23 02:39:32 +00:00