joerg
d7b8dc5f76
Fix format string. Make sure it doesn't reappear by using __printf_like
...
as appropiate.
2012-03-01 22:38:31 +00:00
joerg
4c7714ac9f
Fix format strings to deal with 64bit time_t.
2012-03-01 22:31:48 +00:00
apb
4a8d982524
tzcode2012a and and tzdata2012a have been released.
...
We have updated to tzdata2012a but still have tzcode2011i.
Add "Home Page: http://www.iana.org/time-zones ".
Add apb to "Responsible".
2012-03-01 22:30:40 +00:00
wiz
e5899dd0ea
Fix punctuation markup.
2012-03-01 21:31:10 +00:00
apb
0773013243
Merge tzdata2012a from ftp://munnari.oz.au/pub/tzdata2012a.tar.gz.
...
Major changes since tzdata2011n:
Chile 2011/2012 and 2012/2013 summer time date adjustments.
Falkland Islands onto permanent summer time (we're assuming for the
foreseeable future, though 2012 is all we're fairly certain of.)
Armenia has abolished Summer Time.
Tokelau jumped the International Date Line back last December
(just the same as their near neighbour, Samoa).
America/Creston is a new zone for a small area of British Columbia
There will be a leapsecond 2012-06-30 23:59:60 UTC.
2012-03-01 21:19:03 +00:00
skrll
8044c736c0
Use __func__ in panic messages.
2012-03-01 21:10:00 +00:00
jakllsch
bbe216bf25
slightly rework pcim1_quirk_tbl[]-related bits:
...
- put patchable entry first so finding it with gdb/ddb is more trivial
- use pcitag_t instead of uint32_t for tag
- make this table const
- drop old #undef
- use NULL instead of 0 where appropriate.
2012-03-01 20:16:27 +00:00
tsutsui
e4fbe1f59d
Remove trailing spaces not in message format.
2012-03-01 18:08:56 +00:00
matt
e2862432f7
kernelstack is declared in arm32_machdep.c
2012-03-01 17:59:37 +00:00
tsutsui
9db2bcabd6
Remove trailing spaces not in message format.
2012-03-01 17:40:31 +00:00
tsutsui
a77ac84a0c
Put back more spaces at EOL for line breaks.
2012-03-01 17:27:29 +00:00
mbalmer
2e5c623416
Put back spaces at EOL where needed (in a message file, a space at EOL
...
means a line break, a line break means a space...)
This should fix PR 46042.
2012-03-01 16:22:13 +00:00
wiz
7aa1112613
openldap-2.4.30 out.
2012-03-01 14:13:10 +00:00
wiz
f218604617
Some updates, from Bug Hunting in private email.
2012-03-01 09:50:39 +00:00
wiz
3d46a78f7d
Fix typo.
2012-03-01 09:08:19 +00:00
joerg
19e5019315
Update to LLVM/Clang snapshot r151769 to get much better code for __BIT
...
on i386.
2012-03-01 01:12:48 +00:00
joerg
efa013cb75
Fix format string usage.
2012-02-29 23:42:28 +00:00
joerg
202d44a492
Fix various format string mismatches.
2012-02-29 23:39:53 +00:00
joerg
f05babd200
Avoid using computed string as format string, just print it as string.
2012-02-29 23:38:46 +00:00
joerg
560b3ec5de
Don't use non-literal format strings. Split it up depending on the
...
number of arguments used.
2012-02-29 23:37:07 +00:00
joerg
05959bffa3
Cast register_t to void * when printing with %p.
2012-02-29 23:35:49 +00:00
joerg
eb085c765d
Pointer differences are generally not integers, so use %td here.
2012-02-29 23:35:10 +00:00
joerg
dfa4e075c4
Use uintmax_t for freqency computations to avoid differences between
...
platforms.
2012-02-29 23:34:01 +00:00
rjs
3c8be2b0dd
Add some info on RFC4638.
2012-02-29 22:53:47 +00:00
tron
df92d05dec
Move "libexpat" from X11 into base which fixes PR lib/40346.
...
This change was approved by the Core Group.
2012-02-29 20:07:51 +00:00
wiz
8668cbeef5
Sync usage with man page. From Bug Hunting in PR 46102.
2012-02-29 08:55:25 +00:00
wiz
040902799c
Remove trailing whitespace. From Bug Hunting in PR 46102.
2012-02-29 08:54:55 +00:00
agc
1923fda99b
consolidate all of the volatile /var.* directories which are mounted as tmpfs
...
into a single one for /var - same as /root, /etc
2012-02-29 04:49:50 +00:00
jmmv
cfa157d760
Properly find atf configuration files in the source tree. My previous
...
change dealt properly with etc.tgz only. Addresses PR bin/45870.
2012-02-29 02:40:28 +00:00
joerg
cdaeb35ee5
Mark sasprintf as using a printf-like format. Fix format string to use
...
all arguments by telling the user what file would be overwritten.
2012-02-28 22:30:44 +00:00
joerg
de785a6e75
gdb likes to mix different enum types in switches, so disable the check
...
for clang.
2012-02-28 22:07:54 +00:00
joerg
a322032f80
Disable -Wempty-body here.
2012-02-28 22:07:16 +00:00
macallan
f8f541b744
let the fifo drain periodically - we need this even in 8 bit on some
...
hardware, like rv100 paired with a semi-fast CPU
2012-02-28 21:22:20 +00:00
joerg
76acd27422
Make sure to create the right aliases.
2012-02-28 20:41:19 +00:00
mbalmer
cdf78e6e23
cosmetic, spelling, and grammar adjustments
2012-02-28 20:26:37 +00:00
joerg
14ac342e56
Don't use clang here.
2012-02-28 20:26:07 +00:00
macallan
33768ffc70
add methods to map/unmap video memory and registers when entering/leaving X
...
so DRI has a fighting chance of working
2012-02-28 20:23:51 +00:00
macallan
774b5c96e5
support anti-aliased fonts in 8 bit as well
2012-02-28 20:21:16 +00:00
jakllsch
32a17dd304
cosmetic, spelling, and grammar adjustments
2012-02-28 18:14:47 +00:00
drochner
582e7c9a93
apply upstream rev.22146: Tolerate bad MIME headers in parser.
...
avoids possible NULL dereference (CVE-2006-7248)
2012-02-28 17:23:58 +00:00
joerg
ead2c0eee3
Update LLVM/Clang snapshot to r151411. This brings in Lambda support for
...
C++11 and a new literal format string check to catch variadic argument
functions.
2012-02-28 17:09:29 +00:00
joerg
312af31841
Merge XZ 5.0.3.
2012-02-28 14:22:21 +00:00
mbalmer
58b012df4e
one line comments on one line.
2012-02-28 14:04:19 +00:00
mbalmer
22f56c8d12
Unbreak the build.
2012-02-28 14:01:03 +00:00
joerg
4c273eb011
Import XZ 5.0.3:
...
- memory leak in liblzma fixed
- better validation
- correct behavior for suid/sgid/sticky bit and hard links with xz --force
- cleanup and new translations
2012-02-28 13:46:53 +00:00
mbalmer
c06655de51
Add commented out DDB_COMMANDONENTER example, enable pwdog(4).
2012-02-28 12:08:37 +00:00
mbalmer
03b3719bd8
Remove a pointless #if 0, compiler will eliminate the code anways.
...
Noticed by skrll.
2012-02-28 11:59:37 +00:00
mbalmer
faf1fd76d1
Convert to device_t, aka softc/device_t split, and clean up a bit the code.
2012-02-28 11:41:00 +00:00
mbalmer
8b3a5fe428
Convert st(4) to device_t, while here clean up the code and use uintXX_t
...
instead of u_intXX_t.
2012-02-28 10:58:10 +00:00
pgoyette
a885f06423
Remove an escape sequence that was introduced by accident.
2012-02-28 08:58:39 +00:00