wiz
68f5a56945
regen
2003-10-16 08:05:54 +00:00
wiz
7127923ca9
According to Linux USB Ids list, 0b7a belongs to zeevo, inc.
2003-10-16 08:05:42 +00:00
ichiro
581dfca276
add {shutdownhook,powerhook}disestablish()
2003-10-16 07:55:18 +00:00
pk
f845a339ac
Enable VLAN encapsulation.
2003-10-16 07:20:54 +00:00
itojun
50847da5c5
safer use of realloc
2003-10-16 06:56:17 +00:00
itojun
4f228a52dc
safer use of realloc
2003-10-16 06:45:22 +00:00
itojun
d5250e4ec9
safer use of realloc
2003-10-16 06:34:19 +00:00
itojun
686afb7f65
safer use of realloc
2003-10-16 06:22:09 +00:00
itojun
33c55cb2ac
make use of realloc(3) safe
2003-10-16 06:19:11 +00:00
tron
00c8e095d9
Add "cs-tconfig.h" to "CLEANFILES".
2003-10-16 06:15:20 +00:00
itojun
53284b73d0
snprintf() terminates string with \0, so there's no need for "sizeof(x)-1".
2003-10-16 05:31:47 +00:00
itojun
a038ecb5ba
poll() argument mistake. Tatoku Ogaito
2003-10-16 05:25:51 +00:00
lukem
56528942aa
"anti-timestamp-skew" fixes for gengtype-yacc.c and gengtype-lex.c
2003-10-16 04:35:17 +00:00
lukem
9da74b23ca
Don't auto-frob .y or .l files.
2003-10-16 03:33:28 +00:00
itojun
94a111ae53
safer realloc.
...
sizeof() for malloc was mistaken in socksetup().
2003-10-16 03:03:04 +00:00
mycroft
d7b6d72e8c
Deal with the damn DiskOnKey devices. See the comment for an explanation.
2003-10-16 00:36:46 +00:00
itojun
5f3342505f
$NetBSD$
2003-10-15 23:24:36 +00:00
itojun
a4a1466cb5
add $NetBSD$
2003-10-15 23:23:39 +00:00
itojun
ba71e93c60
backout previous (ENETREST special handlng)
2003-10-15 22:55:34 +00:00
uwe
390e87a8b6
Use 'CH' for channel select in the ADCSR bits format string for consistency.
2003-10-15 22:55:07 +00:00
enami
73473f6883
Return 0 on SIOC{ADD,DEL}MULTI.
2003-10-15 22:41:22 +00:00
itojun
d587f445de
s/printf/DPRINTF/ for ath_rate_ctl()
2003-10-15 22:19:31 +00:00
itojun
90d92fe2d9
ignore ENETRESET on ADDMULTI
2003-10-15 22:16:35 +00:00
itojun
018cb094b4
ignore ENETRESET on ADDMULTI.
2003-10-15 22:15:25 +00:00
itojun
89159c0540
minor KNF
2003-10-15 21:40:49 +00:00
itojun
ea0e5abff9
translate pci device ID until HAL gets updated. suggested by sam leffler
2003-10-15 20:33:30 +00:00
itojun
5f3b1ef5ad
regen
2003-10-15 20:31:52 +00:00
itojun
809ac79214
add Atheros product IDs from athhal_devid.h
2003-10-15 20:31:38 +00:00
bouyer
70b50b0608
Make sure chp->atabus is initialised, and wakeup the right address when
...
shutting down the kernel thread.
2003-10-15 20:29:26 +00:00
bouyer
ea6912c52d
- don't ignore last bit when checking for floating bus value on slave
...
device; some ATAPI devices as master will report 0x7f in all registers
for slave before reset
- For the same reason, remove the er1 check.
Makes slave device with a "strange" ATAPI master probe again.
Problem reported and fix tested by Gary Duzan on current-users.
2003-10-15 20:26:33 +00:00
wiz
58cc8234ca
Slight improvements.
2003-10-15 20:04:48 +00:00
wiz
4dff07bdce
Bump date for previous.
2003-10-15 20:02:10 +00:00
wiz
2ce7ba3a1e
Move a comma to a place where it is more in line with usual grammar.
2003-10-15 20:00:35 +00:00
wiz
33261e069b
Slight option ordering change.
2003-10-15 19:58:24 +00:00
bouyer
3d6919754d
Clear chp->ch_drive[i].drive_flags if we didn't find a driver for the
...
drive.
2003-10-15 19:54:30 +00:00
wiz
910124a085
Make the plural of X'
X's instead of `Xs'.
...
Following a suggestion from jmc@openbsd.
2003-10-15 19:44:51 +00:00
jdolecek
401cc27682
read the MD MAKEDEV.conf file and appropriately massage the template
...
contents; outputs fully functional MAKEDEV script now
2003-10-15 19:43:00 +00:00
jdolecek
db5fa0cba5
add MI 'all' target - this calls MD 'all_md' and then creates miscellaneous
...
devices supported on all plaforms
and MI 'init' target, which just calls 'all'; this is used if platform
doesn't define it's own 'init' target
2003-10-15 19:16:01 +00:00
jdolecek
7126da0813
MD part of unified MAKEDEV
...
this contains information about disk partitions used by platform,
and MD MAKEDEV targets, such as 'init', MD part of 'all',
as well as any other MD-specific targets not covered by MAKEDEV.tmpl
2003-10-15 19:13:32 +00:00
jdolecek
6b5eef9a33
add major for nsmb, at #98 to be in sync with i386
2003-10-15 18:27:20 +00:00
jdolecek
79ebb210fa
add majors for ipfilter, lkm, vnd, tun, raid, cgd, ccd, and md
...
where missing
2003-10-15 18:20:19 +00:00
christos
378865a426
don't limit ^c to alpha c, and add VIS_NOSLASH so that vis(3) does not
...
produce \^c
2003-10-15 18:08:40 +00:00
christos
e2ba1d7082
Allow overrides via fsck_flags
2003-10-15 17:38:04 +00:00
thorpej
eea31306c8
Remove the superuser check for MNT_FORCE on new mounts. It's been
...
pointed out by several people that it offers no real protection.
2003-10-15 17:26:38 +00:00
jmc
260a5d8bc9
Adding missing header from 1.6.1->current update
2003-10-15 17:10:20 +00:00
jmc
43448abc75
Add a few missing ones I discovered on a 1.6.1->current update
2003-10-15 17:08:37 +00:00
scw
def6ab457b
Remove the #ifdef __XSCALE__ around the strd test as the instruction
...
is available on any v5E processor.
Pointed out by Richard Earnshaw.
2003-10-15 14:07:03 +00:00
fvdl
4b84b8d930
Don't put the netbsd32_compat*.c files in the 'compat library'. Unconditionally
...
compiling these causes a ripple effect making it hard to conditionalize
anything on COMPAT_* in the kernel.
2003-10-15 13:32:14 +00:00
dsl
02b24a287f
The 'struct partition *pp' is only used to save the block and fragment
...
sizes (so they can be written back into the disklabel).
Allow pp to be NULL
2003-10-15 13:07:34 +00:00
pk
7dceb5fbf9
obp_v2_getbootfile: we might as well be complete by also considering the
...
PROM environment variables `diag-switch?' and `diag-file'.
2003-10-15 11:51:48 +00:00