Commit Graph

138202 Commits

Author SHA1 Message Date
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
augustss
bf5d559079 It's genassym(1) not genassym(8), and it's in /usr/bin not /usr/sbin. 2005-07-01 09:55:37 +00:00
jmc
bd6068f403 KNF and WARNS=3 2005-07-01 06:04:46 +00:00
snj
4bb24023a0 Add ching.0 and ching.6. 2005-07-01 03:32:49 +00:00
mellon
3323a8aa52 Add a -o flag that causes the client to exit once it's bound a lease. 2005-07-01 01:19:02 +00:00
jmc
86a7383a37 Whitespace fix 2005-07-01 01:13:05 +00:00
jmc
fcb317ee49 KNF and WARNS=3 fixes 2005-07-01 01:12:39 +00:00
jmc
4931378a78 KNF and WARNS=3 fixes 2005-07-01 00:48:34 +00:00
jmc
243d04ef01 KNF and WARNS=3 2005-07-01 00:03:36 +00:00
sekiya
13e5f23389 Fix up interrupt line when line == 0. Discussed with christos@ 2005-06-30 22:28:03 +00:00
snj
23b31bb2ee Use more macros and sort xrefs. 2005-06-30 21:36:34 +00:00
christos
66276ec095 There is an error when we return -1, not < 1. 2005-06-30 19:31:53 +00:00
elad
78efb764e3 Sync with code. Partly based on the OpenBSD manpage. 2005-06-30 18:45:51 +00:00
rpaulo
aafff09728 Add ptyfs to the file-system types ignored by the find_core check.
Ok'ed by Christos Zoulas and Hubert Feyrer.
2005-06-30 18:23:26 +00:00
elad
5e01283b99 Use gid_t for stra_setegid. 2005-06-30 18:20:24 +00:00
drochner
996c273eda adaptions to config_search() change, and minor autoconf fixes, mostly from Havard Eidnes 2005-06-30 17:03:51 +00:00
christos
fdfc4891f9 Patch from Jeremy Reed to describe how MFS /dev works. Thanks! 2005-06-30 16:38:06 +00:00
christos
97ccbe263d WARNS=3 2005-06-30 16:23:29 +00:00