Commit Graph

201610 Commits

Author SHA1 Message Date
joerg
cd92498901 Update LLVM/Clang to r132395. This brings the usual set of improvements
and support for dependency tracking in tblgen. Use this to make updates
more robust.
2011-06-01 14:13:41 +00:00
njoly
423b7f5dbf Regen for Chipsbank vendor id. 2011-06-01 13:58:51 +00:00
njoly
83fd8d5c6e Add Chipsbank vendor id. 2011-06-01 13:57:55 +00:00
tsutsui
b0ab296baa Remove unused header. 2011-06-01 11:43:56 +00:00
tsutsui
f6d97a4891 - remove extern from function declarations
- some KNF
2011-06-01 11:43:12 +00:00
tsutsui
c7d8407eea Fix harmless merge botch. 2011-06-01 11:42:18 +00:00
jruoho
29ca3fb160 Fix a typo. 2011-06-01 11:19:19 +00:00
jruoho
b035f17c15 Indent the two lists with the same width. 2011-06-01 11:10:59 +00:00
jruoho
86b00a2e06 Remove the previous, as it was already there. Instead, split one long
paragraph and fix a typo.
2011-06-01 11:06:36 +00:00
jruoho
1642dc4734 Note bluetooth. 2011-06-01 11:03:27 +00:00
jruoho
dd4ef98f2e Clarify placement of commas. From Snader_LB on freenode/#netbsd-code. 2011-06-01 09:46:48 +00:00
jruoho
b96ef27e33 fujitsu(4) -> fujbp(4), fujhk(4). 2011-06-01 08:50:00 +00:00
jruoho
073e6ad843 ACPICA 20110527 is out. 2011-06-01 08:40:02 +00:00
manu
344a543c33 Remove outdated comment about a fixed bug 2011-06-01 07:57:24 +00:00
macallan
dd3292d9f1 move wsdisplay_accessops into the softc so multiple instances have a chance
to work without stepping on each other's toes
2011-06-01 05:06:17 +00:00
jruoho
f1f75c782c Check also basic EFAULT and EINVAL from bogus calls to pollts(2). 2011-06-01 03:39:45 +00:00
christos
1f1986d685 provide a diagnostic for unsplit drivers. 2011-06-01 02:43:33 +00:00
rmind
7524727f91 Split parts of uvm(9) into uvm_km(9) and uvm_map(9) man pages.
OK mrg@
2011-06-01 02:22:18 +00:00
dyoung
0840f9ccfc Don't use the C preprocessor to configure USERCONF. Instead, either do
or do not link in subr_userconf.c and x86_userconf.c.

Provide no-op stubs for userconf_bootinfo(), userconf_init(), and
userconf_prompt().

Delete all occurrences of #include "opt_userconf.h" as well as USERCONF
and __HAVE_USERCONF_BOOTINFO #ifdef'age.
2011-05-31 23:28:52 +00:00
alnsn
299044f0e0 Add <stdlib.h> for system(3). 2011-05-31 22:40:35 +00:00
njoly
9ff7ba5b5a Fix path for fadvise64 files. 2011-05-31 22:35:22 +00:00
njoly
9c8dbddec0 Regen for fadvise64_64 typo fix. 2011-05-31 21:39:00 +00:00
njoly
1cfc88e038 Small typo in fadvise64_64 args (advise -> advice). 2011-05-31 21:38:00 +00:00
njoly
7ee3c495f9 Add needed linux_fadvise64.c 2011-05-31 20:53:13 +00:00
jruoho
7f356ce1cf Mark the following tests as expected failures on qemu/amd64: 'strtod_inf',
'strtod_round', and 'infinity_long_double'. None of these fail on any known
native host. Use the tracker PR misc/44767 as the reference point.
2011-05-31 20:17:36 +00:00
riastradh
63cdfaffb6 Fix typo: `symbolically' takes three l's, not two. 2011-05-31 16:17:30 +00:00
jruoho
be0f34db1d Remove the sanity check that tested the internal consistency of the "FID/VID
algorithm" used by K8. Tested by cegger@. The check is still included in the
original powernow(4) (where possible failures have probably gone unnoticed
because the driver is less noisy).
2011-05-31 14:45:36 +00:00
jruoho
67a633998e Fix a bug where the S1 state was exited via AcpiLeaveSleepState() with
interrupts being off at machine-level. Also add some comments.
2011-05-31 14:27:44 +00:00
njoly
15f57fb06f Adjust testcase for recent changes.
- suffixes output order is now reversed.
- remove expected failure for empty list.
2011-05-31 13:22:56 +00:00
christos
88b197ec7f PR/38413: Takahiro Kambe: mt(1) print some junk output when using remote tape
Not all fields are valid in the ioctl to get tape info in the rmt protocol.
Zero out the struct so that we don't print junk.
While here, KNF.
2011-05-31 12:24:33 +00:00
wiz
cd6d8c74b1 Sort options in SYNOPSIS, sort option descriptions, remove some extra
space, bump date for previous.
2011-05-31 11:31:10 +00:00
christos
ef4ded4a8d PR/45008: Martin Neitzel: document all rcmd(1) options. -46p were missing,
and -d was not in the synopsis.
2011-05-31 10:24:43 +00:00
christos
98715cd1ec PR/45007: rcmd_af(3) and thusly rsh(1) ignore requested address family
Pass in the address family to rshrcmd and DTRT.
While here KNF.
2011-05-31 06:49:26 +00:00
christos
c5a15770f9 SRCDIRS is not the way to do this; some testing would have been nice. 2011-05-31 06:19:11 +00:00
uebayasi
945899b14e Sort list items. Remove a trailing whitespace. 2011-05-31 03:43:47 +00:00
christos
4d927829db re-instate db_kill_proc 2011-05-31 03:40:22 +00:00
christos
c5cc5da37b a little undocumented debugging. 2011-05-31 03:37:02 +00:00
enami
179c4640cc Don't touch before the mmap'ed region. 2011-05-31 02:34:32 +00:00
rmind
cfda9e3195 sysctl_proc_corename: perform KAUTH_PROCESS_CORENAME check (for set case)
after the new name is copied into cnbuf.  Spotted by enami@.
2011-05-31 00:15:28 +00:00
christos
856fae793d Handle the empty suffix properly. Convert suffix list to a list from an
array and don't have limits in the suffix length. Also don't require that
suffixes have a single dot.
2011-05-30 22:52:12 +00:00
alnsn
466d6e1aa9 Regenerate files to pick up correct RCS Ids. Suggested by Chris Badura. 2011-05-30 21:37:37 +00:00
oster
6f072b9e90 Bump SYMTAB_SPACE from 460000 to 470000 to let evbmips64-el and
evbmips64-eb build again.
2011-05-30 20:34:04 +00:00
phx
09f72307e2 When a drive is present, retry ATA-reset for a maximum of 10 seconds, until
successful.
2011-05-30 19:48:12 +00:00
pgoyette
c7176ca73e Descend into mkdep to catch its test 2011-05-30 19:31:19 +00:00
rmind
4cffafacf2 - tmpfs_getattr: perform tmpfs_update() before fetching the timestamps.
- tmpfs_rmdir: detach after tn_links decrement, so that correct event
  i.e. NOTE_DELETE would be trigerred.
2011-05-30 19:22:44 +00:00
joerg
a5a3799cb4 Disable build with clang since it ends up calling __floatuntixf, which
this version of libgcc doesn't have.
2011-05-30 19:03:09 +00:00
pgoyette
ea5a6926a5 Add missing semicolon so it compiles 2011-05-30 18:47:27 +00:00
njoly
3fa42f3842 Add testcase for PR bin/45004, to exercize suffixes lists for
mkdep(1).
2011-05-30 18:14:11 +00:00
alnsn
dab2e0b58e Add fadvise64 and fadvise64_64 syscalls to compat_linux and compat_linux32. 2011-05-30 17:50:31 +00:00
joerg
9ad3c16b3a Use -Wl,-Bsymbolic directly for clang 2011-05-30 16:30:01 +00:00