wiz
518b4753cf
Bump date for previous.
2011-06-01 22:17:43 +00:00
alnsn
a739efc5b5
kern/42030 - tracking of file descriptors by ktrace/kdump
2011-06-01 21:24:59 +00:00
dyoung
bc07e228a2
Describe the arguments to ctor and dtor.
2011-06-01 20:49:22 +00:00
tron
352bdb5c18
Add new test "syscall/t_poll".
2011-06-01 19:45:08 +00:00
tron
c9c2bac22c
Add a regression test for poll(2) based on the test for pollts(2).
2011-06-01 19:43:10 +00:00
tron
860f8e7937
pollts(2) is supposed to return -1 in particular and not a random
...
non-zero value in case of an error.
2011-06-01 19:32:50 +00:00
macallan
01de9909d6
allow display devices to work if they have been set up by OF even of they're
...
not the firmware console. While there get rid of some more code carried over
from macppc that doesn't work on sparc64 and consistently use node vs.
console_node.
2011-06-01 16:00:10 +00:00
manu
5255616730
Fix race conditions between write and getattr/setattr, which lead to
...
inconsitencies between kernel and filesystem idea of file size during
writes with IO_APPEND.
At mine, this resulted in a configure script producing config.status
with ": clr\n" lines stripped (not 100% reproductible, but always this
specific string. That is of little interest except for my own future
reference).
When a write is in progress, getattr/setattr get/set the maximum size
among kernel idea (grown by write) and filesystem idea (not yet grown).
2011-06-01 15:54:10 +00:00
hans
f559331e26
include config.h
2011-06-01 15:52:48 +00:00
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