Commit Graph

225862 Commits

Author SHA1 Message Date
pettai
4b26aee1e1 Import mDNSResponder-258.14 2014-03-24 01:04:37 +00:00
pettai
38e493d085 Import mDNSResponder-258.14, merge, fix conflicts 2014-03-24 00:31:13 +00:00
pettai
7f67feba92 Import mDNSResponder-258-14 as per discussion with gdt@ and cristos@ 2014-03-24 00:23:27 +00:00
pettai
e7ba6ce52b Prepare for importing a newer version of mDNSResponder 2014-03-24 00:13:23 +00:00
mrg
c4dae12d14 allow for .pc substitutions to be listed per makefile
(could maybe do per-target, as well.)  fix the remaining
substitutions for xcb-proto, fontconfig and xorg-server.

(XXX: move many per-package-specific parts out of
bsd.x11.mk itself, into the relevant Makefile.)
2014-03-23 20:40:18 +00:00
tron
37e32637e4 Remove auto-generated files in "cleandir" target. 2014-03-23 20:39:40 +00:00
riastradh
7c57d80e48 Simplify synchronization between umcs(4) intr and task.
ok martin@, nick@
2014-03-23 20:20:38 +00:00
tron
cb1db61165 Fix generation of pkg-config(1) files. Patch from Ryo ONODERA via
"current-users" mailing list.
2014-03-23 19:49:52 +00:00
martin
6d0fe06315 Avoid strict aliasing problems 2014-03-23 15:26:47 +00:00
hannken
6d285189fb Change all vfsops to use C99 designated initializers.
No functional changes intended.
2014-03-23 15:21:15 +00:00
tron
68376e5ecb Make this compile. 2014-03-23 14:44:55 +00:00
tron
aaccd35162 Make this compile. 2014-03-23 14:24:34 +00:00
christos
0f18888b15 fix unused 2014-03-23 09:30:59 +00:00
dholland
39aea57337 typos in comments 2014-03-23 06:03:38 +00:00
dholland
9761f1c2dc don't use sprintf 2014-03-23 05:39:32 +00:00
dholland
deef948629 missed one 2014-03-23 05:38:14 +00:00
dholland
4db4c6282f don't use sprintf 2014-03-23 05:36:58 +00:00
dholland
ccc32d7898 don't use sprintf 2014-03-23 05:26:23 +00:00
dholland
c4044741ea don't use sprintf 2014-03-23 05:07:59 +00:00
dholland
a3542600fb sprintf considered harmful 2014-03-23 05:06:42 +00:00
dholland
1c111fd5cf typo in comment 2014-03-23 04:58:16 +00:00
christos
e91bfe1b44 remove unused 2014-03-23 03:41:10 +00:00
christos
77ef0fed48 fix unused 2014-03-23 02:59:19 +00:00
christos
0f521138e3 remove unused 2014-03-23 02:57:20 +00:00
christos
f363da3aa0 fix unused 2014-03-23 02:56:33 +00:00
christos
72ee2848d6 remove unused 2014-03-23 02:54:12 +00:00
christos
2765468799 remove unused 2014-03-23 02:44:19 +00:00
christos
e160a56ffc remove unused 2014-03-23 02:44:00 +00:00
dholland
f6f4f5e81c Change the argument names in the prototypes and discussion for
sub/gsub to match those in gensub. Noted by Kai-Uwe Eckhardt in
PR 48667.
2014-03-23 01:29:12 +00:00
dholland
e2ddf9ecf7 Fix the heading for ext2fs options to be consistent with the others. 2014-03-23 00:50:20 +00:00
dholland
5cbf34865d Revise documentation of QUOTA and QUOTA2 options to make it clear that
these are FFS options. (QUOTA2 also works with mfs. AFAIK, traditional
quotas don't.)

Don't refer to QUOTA2 as "the new quotas format" as "new" is not a
good long-term identifier.

Also, don't xref half the quota utilities; there's no need to.
2014-03-23 00:48:08 +00:00
dholland
c1b7c6be35 Add note cautioning against bothering with WARNS=6 until gcc improves
(or -Wconversion is removed from WARNS=6) as it produces loads of false
positives. The most entertaining of these that I've seen this afternoon:

games/hack/hack.apply.c:143:22: error: conversion to 'unsigned char:1' from 'int' may alter its value [-Werror=conversion]
   flags.move = multi = 0;
                      ^
2014-03-23 00:17:40 +00:00
dholland
920b84d8b3 fix signedness issue 2014-03-23 00:07:15 +00:00
dholland
b34516b7a7 gratuitous (but not harmful) changes to pass gcc48's -Wconversion 2014-03-23 00:03:04 +00:00
dholland
747644908b Use ssize_t for read() results. Don't use int for lseek() results.
Call srandom() with time(), not getpid().
2014-03-22 23:47:03 +00:00
dholland
d6160edeb8 Use ssize_t for read() results. Don't use int for lseek() results. 2014-03-22 23:45:34 +00:00
dholland
5f3fafa77c Use uid_t to hold getuid() results, and don't check getuid for failure
as it isn't allowed to fail.
2014-03-22 23:42:48 +00:00
dholland
246baf44c7 use size_t instead of int for a length 2014-03-22 23:39:04 +00:00
dholland
4d631eb951 Use random(), not rand(). 2014-03-22 23:33:33 +00:00
dholland
ffe2e1f51c avoid unnecessary floating point ops 2014-03-22 23:31:28 +00:00
dholland
84ecadaa86 avoid signed left-shift 2014-03-22 23:23:55 +00:00
dholland
6955cd2022 Use CHAR_BIT, not 8. 2014-03-22 23:16:21 +00:00
dholland
1b8c34b59e don't declare ospeed; it's in <termcap.h> 2014-03-22 23:10:36 +00:00
dholland
1e7c0bc4d8 Make the list of place types an enumeration. Use unsigned values for
place numbers.
2014-03-22 22:58:56 +00:00
dholland
3216ca61cd use a more suitable type 2014-03-22 22:47:07 +00:00
dholland
66a360a4e6 use more suitable types 2014-03-22 22:45:05 +00:00
dholland
6b884adb36 woops, more of previous. 2014-03-22 22:33:35 +00:00
dholland
c1bee345de Make some things unsigned that should be (why would we need e.g. a
negative number of airports?) and remove some related bogus casts.
2014-03-22 22:24:21 +00:00
dholland
860c2027cb Don't cast the return value of malloc. 2014-03-22 22:09:14 +00:00
dholland
6f629695aa Minor tidyup. 2014-03-22 22:04:40 +00:00