tron
7e5f8bd1bf
Move log entry for azalia(4) in list of changes for NetBSD 3.0 after
...
it has been pulled up into the "netbsd-3" branch.
2005-07-02 16:49:14 +00:00
jdc
5ffaff9f39
Tidy up curses state when we quit, instead of just doing exit().
2005-07-02 15:48:03 +00:00
rpaulo
f9ef5df9fc
Uncomment WSDISPLAY_SCROLLSUPPORT. A lot of people ask for this feature
...
and it doesn't make much sens to recompile just to have scrolling support.
Ok'ed by Christos Zoulas and Hubert Feyrer.
2005-07-02 11:19:23 +00:00
wiz
3b8ef989f3
Sort SEE ALSO.
2005-07-02 10:59:10 +00:00
wiz
0dab3b253e
Sort sections. Use mdoc macros. Reformat.
2005-07-02 10:46:21 +00:00
wiz
2f511b7404
Removing trailing spaces.
2005-07-02 10:40:50 +00:00
wiz
370088dd17
Sort options. Refer to deroff(1) for -m description.
...
pipe lines through fmt.
2005-07-02 10:39:13 +00:00
wiz
d54d971520
Use more macros. Sort -m arguments and fix their descriptions.
...
Break some lines to fit 80 characters per line.
2005-07-02 10:29:44 +00:00
jmc
4f50e1e42e
KNF conversion
2005-07-02 08:35:29 +00:00
jmc
1f90022eca
KNF and WARNS=3
2005-07-02 08:32:32 +00:00
rtr
576dfb977c
no xttcap.c in this module
2005-07-02 08:28:58 +00:00
dsainty
9c7c838ae3
bthcipoll must not return <sys/errno.h> error codes, return POLLERR/POLLHUP
...
instead. Fixes a small part of PR/30566.
Also check for a set 'dying' flag here, and include it in the POLLHUP
case.
2005-07-02 07:50:34 +00:00
blymn
39f1a744f7
Add attach call so coda gets added to list of vfs supported by the kernel.
2005-07-02 07:05:27 +00:00
dsainty
867423adde
Force LBA48 access to ST3160827AS drives. Without this change the entire
...
system hangs whenever a read or write request to sector 0xfffffff occurs.
The hang appears to happen when:
status = bus_space_read_1(wdr->cmd_iot, wdr->cmd_iohs[wd_status], 0);
is executed in __wdcwait(), and it is not possible to enter the debugger or
make the system respond at all after this point.
Whilst not necessarily the most prudent solution to handling the large number
of drives that exhibit this problem, it is currently the popular workaround.
[An alternative approach is to just always drop to LBA48 if the request
happens to pass by sector 0xfffffff and the drive reported as larger than
0xfffffff sectors. My understanding is that the 32 bit addressing below
0x10000000 is purely there as a performance booster, not to resolve a
compatibility issue.]
2005-07-02 04:29:01 +00:00
dsainty
432d19fe4b
By setting close-on-exec on the USB HID device descriptor, prevent passing an
...
extraneous descriptor to the command defined as the action to take on a
particular HID event.
This also avoids an unfortunate side-effect: killing and restarting
usbhidaction would sometimes fail because of a lingering open descriptor for
the same device on a process executed by the previous run of usbhidaction.
[OK'd by Lennart]
2005-07-02 04:05:09 +00:00
martin
50d158617a
Delete now unused "bad" label
2005-07-01 20:16:24 +00:00
drochner
8728cee448
add autoconf glue for the ralink wireless drivers, basically from
...
PR kern/30449, but changed so that pci/cardbus and usb devices
are all called "ral" to the user, so that code can be shared eventually
2005-07-01 20:11:20 +00:00
drochner
c1834d85c2
add drivers for Ralink RT2500-based wireless adapters, written by
...
Damien Bergamini, ported and submitted by FUKAUMI Naoki per PR kern/30449
I've modified the USB "ural" driver for recent changes to the NetBSD
ieee80211 framework, possibly not completely, but with an ASUS wireless
adapter I'm getting some signs of life.
Didn't care about pci/cardbus for now, hopefully someone with hardware
will do it.
2005-07-01 20:06:56 +00:00
elad
ab856de1bc
Use `const struct sysctlnode *veriexec_count_node' so it works with the
...
recent changes in sysctl(9).
2005-07-01 19:50:04 +00:00
drochner
13d05c6f40
regen
2005-07-01 19:39:13 +00:00
drochner
35afa0f995
add ralink dev IDs, from FUKAUMI Naoki per PR kern/30449
2005-07-01 19:37:59 +00:00
christos
6d30dcee75
PR/29607: Christian Biere systrace doesn't handle interrupted syscalls properly
...
Instead of jumping to the default "bad" case, jump to the error handling
switch, so that we can deal with ERESTART/EJUSTRETURN properly.
2005-07-01 18:01:44 +00:00
wiz
f7cc9825ae
New sentence, new line; use more markup.
2005-07-01 17:13:32 +00:00
elad
931e7a5f52
Make `inpath' work as expected. Closes PR 29677.
...
Reported by Christian Biere, based on usenet post by John Wong.
2005-07-01 17:12:41 +00:00
wiz
d0b93cc137
Mark up more paths with .Pa, and
...
break a line (<=80 chars per line).
2005-07-01 17:07:33 +00:00
jmc
52d1fdd324
KNF and WARNS=3
2005-07-01 16:50:55 +00:00
christos
3d520edd5e
PR/29985: Roland Illig: make(1) interprets backslash wrongly in for
...
loop expansions, when the expanded variable ends in backslash and
the backslash is the last character on the line. While this fix is
ugly (detect the condition and append a space), it is the least
intrusive for now.
2005-07-01 16:45:38 +00:00
jmc
ed65ee1672
KNF and WARNS=3
2005-07-01 16:38:24 +00:00
peter
e0de99f875
Remove trailing space, fix a Xref.
2005-07-01 16:18:46 +00:00
elad
1d53f8bfa8
Use strcmp() when comparing strings in systrace.
...
Reported by Christian Biere in PR29676.
2005-07-01 16:12:11 +00:00
christos
6b7013d1ad
Change g flag to i as in the PR.
...
Don't allow interval to be set to > 11 minutes.
Rephrase option blurb.
2005-07-01 15:31:18 +00:00
kleink
e02a83a82d
Xref m_tag(9); suggested by Peter Postma for closure of kern/20170.
2005-07-01 15:19:16 +00:00
martin
5d90a83160
constify
2005-07-01 15:05:07 +00:00
peter
f4f599fe83
Add ".An -nosplit" to avoid getting newlines for every .An macro.
2005-07-01 14:54:02 +00:00
peter
900682383e
Remove the -t flag from the usage.
2005-07-01 14:21:49 +00:00
peter
499d45e565
Fix a typo, done -> gone
2005-07-01 14:20:58 +00:00
peter
528aa81bae
Use tabs, should fix an "unknown" entry on the webpage.
2005-07-01 14:19:35 +00:00
rtr
ac31294a39
build afbmodule.c when we build loadable xserver
...
XXX
do this in a way that will let static link of Xserver easier when the
rest of the framework supports it
2005-07-01 13:47:14 +00:00
christos
c36c99ef66
PR/30648: Liam J. Foy: rwhod patch to reduce time interval between broadcasts
2005-07-01 13:07:21 +00:00
peter
da7050afd2
pf has been updated to 3.7.
2005-07-01 12:46:53 +00:00
peter
7e268f38db
Mention import of pf from OpenBSD 3.7.
2005-07-01 12:45:15 +00:00
peter
f9967d10c9
Resolve conflicts (pf from OpenBSD 3.7, userland part).
2005-07-01 12:43:50 +00:00
peter
9710741485
Resolve conflicts (pf from OpenBSD 3.7, kernel part).
2005-07-01 12:37:34 +00:00
yamt
9493e4bf43
make this compile without PTHREAD_MLOCK_KLUDGE.
2005-07-01 12:35:18 +00:00
tron
7663ad07fa
Remove outdated BIND 8 version of named.conf(5). The build now picks up
...
the correct version from "src/dist/bind/bin/named".
2005-07-01 12:10:43 +00:00
augustss
d4af4ffb2b
Regen.
2005-07-01 11:37:10 +00:00
augustss
606a246ce6
Add Hank wireless keyboard&mose used by HP.
2005-07-01 11:36:39 +00:00
augustss
28a18a32db
Add ixpide so we handle ATI controllers specially.
2005-07-01 11:03:14 +00:00
augustss
6f150bbce9
Regen.
2005-07-01 11:00:23 +00:00
augustss
7f1e7d90e6
Add the ATI SB400 chip set and the Radeon X850 XT graphics card.
2005-07-01 10:59:32 +00:00