joerg
51bb6fdd57
Fix inverted condition when handling stale entries.
...
From Abhinav Upadhyay.
2012-03-02 15:09:58 +00:00
wiz
d47aeb29ac
Use mdoc macros only.
2012-03-02 14:36:04 +00:00
mbalmer
d13b2dd8ad
Add msg_printf(fmt, ...), a function to display raw messages without
...
going through the message catalog.
2012-03-02 14:27:48 +00:00
nonaka
ccf5af0f11
Added Lemote Yeeloong Notebook support.
2012-03-02 13:20:57 +00:00
mbalmer
a4373e9a91
Removing trailing whitespace.
2012-03-02 13:11:57 +00:00
nonaka
2e1dd1ebba
fix attach message if wdt isn't attach.
2012-03-02 12:56:51 +00:00
tsutsui
1296da9587
Fix a bug that libsa ls doesn't work in case of filename with directory path.
...
("ls /path/and/file" always returns not found) From MINIX via Evgeniy Ivanov.
2012-03-02 12:08:44 +00:00
nonaka
8b18844d0e
convert to device_t.
2012-03-02 11:41:36 +00:00
apb
2975b78889
Mention tzdata2012a and tzdata2012b. 2012a has already been pulled
...
up to netbsd-6 and 2012b will be pulled up soon.
2012-03-02 07:21:49 +00:00
apb
659b930040
tzcode2012b and tzdata2012b ahve been released.
...
We have updated to tzdata2012b.
2012-03-02 07:06:31 +00:00
apb
e9e794cd61
Import tzdata2012b from ftp://munnari.oz.au/pub/tzdata2012b.tar.gz.
...
Changes since tzdata2012a:
Most significantly, summer time in Cuba has been delayed 3 weeks
(now starts April 1 rather than March 11). Since Mar 11 (the old
start date, as listed in 2012a) is just a little over a week away,
this change is urgent.
Less importantly, an excess tab in one of the changes in zone.tab
in 2012a has been removed.
2012-03-02 07:01:46 +00:00
apb
63809dc566
Add usr/share/zoneinfo/America/Creston to set lists,
...
after tzdata2012a update.
2012-03-02 06:07:24 +00:00
jakllsch
c9ef4e8cc7
Don't match on idVendor=0x0000 && idProduct=0x0000.
...
OpenBSD usb_lookup() might need this as a terminating entry,
but we don't at this point.
Repulsively enough, something that should be a uhidev(4),
ServerEngines SE USB Device, rev 1.10/0.01
has these ID numbers.
2012-03-02 04:22:57 +00:00
joerg
0be065ab9f
More time_t fallout.
2012-03-02 02:58:46 +00:00
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